/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS 


/* Général */
body {
	color: #333333;    
	background: #ffffff;    
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #a1b55d;
}

/* Navigation */
#navigation {
	background: #0093af;
}
#navigation a {
	color: #ffffff;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}
#navigation li a, #navigation li a:visited {
		background: #0093af;
		color: #fff;
 		border: 1px solid #0093af;
}
#navigation li#active a {
		background: #000080;
		border: 1px solid #000080;
		color: #98d3df;
}
#navigation li a:hover, #navigation li a:focus {
 		background: #98d3df;
		color: #000080;
		border: 1px solid #000080;
}

/* Bloc */
#container {
	text-align: left;  
}

/* Contenu principal */
#mainContent {
	background: url(../images/base-colonnes.gif) repeat-y;
}

#mainContent strong {
color: #000000;
font-weight: bold;
}
#contentLeft {
	color: #333333; 
}
#contentLeft a {
	color: #332510;
}
#contentLeft a:hover, #contentLeft a:focus {
	color: #6E5122;
}

#footer{
	color: #181A12; 
}
#copyright{
	color: #181A12; 
}

/* --- POSITIONNEMENT --- */

/* En-tête */
#header2 {
	padding: 20px;
}
#header2 h1 {
	margin: 0;
}
#header2 h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#header2 h1 img.droite {
	display: inline;
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 0;
}
#header2 .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 5px 15px;
}
#navigation ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li.gauche {
	float: left;
	margin-right: 10px;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	padding: 0; 
}
#navigation li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 0;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Bloc central */
#mainContent {
	padding-bottom: 50px; 
	overflow: auto; 
}

#mainContent p {
	text-align: justify;
}

#mainContent li {
	text-align: justify;
}	

/* Contenu principal */
#contentLeft {
	float: left; 
	width: 440px;
}

/* Contenu secondaire */
#contentCenter {
	float: right; 
	width: 440px;
}

div#footer {  
	position: absolute;
	width: 100%;
	bottom: 0;
	}

/* Encadrement images */
div.figure {
  float: left;
  width: 90%;
  min-width: 400px;
  border: blue solid thin; 
  margin: 0;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}

/* Mention de copyright */
#copyright {
	margin: 20px 0;
	font-size: .85em;
	text-align: center;
}




