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

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;

}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	background:#000 url(../images/charte/bg-body.jpg) left top repeat-x;
}

body{
	font-size:62.5%;
}


#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:990px;
	margin:0 auto;
	background:#000;

}

#header{
	width:990px;
	height:237px;
	background: url(../images/charte/header.jpg) left top no-repeat;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
width:990px;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
min-height:330px; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
padding-bottom:92px;
}


/** actualite **/
#actu{
	width:300px;
	/*min-height:160px;*/ /*---obligatoire pour le footer:Firefox---*/
	/*height:auto !important;*//*---obligatoire pour le footer:Firefox---*/
	/*height:100%;*//*---obligatoire pour le footer:IE---*/
	float:left;
	position:relative;
	display:block;
	padding-top:9px;
}
#actu .part{
	width:250px;
	margin:0 auto;
	margin-bottom:10px;
}


/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:20px 30px 0 0px;
	width:630px;
	float:left;
	position:relative;
}


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

#footer{
	width:100%;
	height:92px;
	clear:both;
	background: url(../images/charte/bg-footer.jpg) left top repeat-x;
	margin:-92px auto;
	color:#AEFF00;
}
#footer2{
	position: relative;/*---obligatoire pour le footer---*/
	margin:auto;
	width:990px;
	height:92px;
	background: url(../images/charte/footer.jpg) left top no-repeat;
}

#footer2 a {
	font:1.1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #AEFF00;
}
#footer2 a:hover {
	font:1.1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #fff;
}

#footer2 #idep{
	float:left;
	width:30%;
	height:15px;
	display:block;
	padding:30px 0 0 20px;
}

#footer2 #adresse{
	float:right;
	display:none;
	text-align:right;
	padding:5px 30px 0 0;
	font:1.1em Arial, Helvetica, sans-serif;
	color: #333;
}

