/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color: #999999;
}
body{
font-size:62.5%;
background:#999999;
}
#container{
position: relative;/*---obligatoire pour le footer---*/
min-height:100%; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
height:100%;/*---obligatoire pour le footer:IE---*/
width:890px;
margin:0 auto;
background:#000;
padding-bottom:0px !important;
padding-bottom:97px;
display:table;
}
/*---------------------------HEADER------------------------------*/
#header{
float:left;
width:890px;
height:210px;
}

/*---------------------------FIN HEADER------------------------------*/
#collLeft{
float:left;
width:200px;
min-height:305px;
height:auto !important;
height:305px;
margin:0 0px 97px 0;

}

#contenu{
float:left;
position:relative;
width:890px;
min-height:280px;
height:auto !important;
height:335px;
text-align:center;
font:"Times New Roman", Times, serif;
font-size:1.9em;
font-style:italic;
line-height:1.2em;
color: #996633;
margin:0 0 97px 0;
}
#contenu img{
	border:0;
}
#contenu a,a:visited{
	font-weight:normal;
	text-decoration:none;
	color: #996633;
}
#contenu a:hover{
	font-weight:normal;
	text-decoration:undeline;
	color: #999933;
}
#texteaccueil{
float:left;
width:480px;
min-height:300px;
height:auto !important;
height:300px;
	
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/***************** FOOTER *****************/
#footer{
position:relative;
width:890px;
height:97px;
margin:-97px auto 0 auto;
clear:both;
background:url(../images/charte/bg-footer2.gif) repeat-x scroll center top;
}
#footer-haut{
	height:65px;
}
.logo{
	margin:0px 0 0 40px;
	float:left;
}
#txt{
	padding-top:10px;
	font:12px verdana;
	color:#186aa8;
	text-align:center;
}


/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CONTENU */
#contenu h1{
font:"Times New Roman", Times, serif;
font-size:1.6em;
text-align:left;
color:#002040;
font-weight:bold;
margin:20px 0 20px 0;

}
#contenu h2{
font:"Times New Roman", Times, serif;
font-size:1.4em;
text-align:left;
color:#680321;
font-weight:bold;
margin:20px 0 20px 0;

}
#contenu h3{
font:"Times New Roman", Times, serif;
font-size:1.4em;
text-align:left;
color:#70dc70;
font-weight:bold;
margin:20px 0 20px 0;

}

.alignementdroite{
	float:right;
	margin:0 0 0px 20px;
}
.alignementgauche{
	float:left;
}

.alignementhauteur{
	vertical-align:middle;
	padding:8px 0 0 0;
}


