/* 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-color:#cfb284;
	
}

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:870px;
	margin:0 auto;
	background-image:url(../images/charte/bg-container.jpg);
	background-repeat:repeat-y;
}

#header{
	width:870px;
	height:220px;
	
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:870px;
	padding-bottom:43px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
}

/***************** MENU *****************/

#contenu #menu {
	width:160px;
	float:left;
	background-image:url(../images/charte/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:1px;
}


#menu dt {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	text-align:right;
	font-size:1.1em;
	font-weight: bold;
	color:#fff;
	display: block;
	border-bottom:#fff 1px dashed;

}
#menu dd {
	padding:0px;
	
}

#menu dt a:link, #menu dt a:visited{
	color: #505050;
	text-decoration: none;
	display: block;
	height: 100%;
	padding-right:20px;
	background-image:url(../images/charte/bouton.jpg);
	background-position:bottom right;
}
#menu dt a:hover {
	color: #505050;
	text-decoration: none;
	display: block;
	height: 100%;
	background-image:url(../images/charte/bouton.jpg);
	background-position:top right;
}

#menu ul{
	list-style: none;
	
}

#menu li {
text-indent:20px;
	font-size:1em;
	text-align:left;
	text-decoration: none;
	background:#870000;
}

#menu li a {
	color: #3e87cd;
	text-decoration: none;
	display: block;
	background-color:#FFD79C;
}
#menu li a:hover {
	color:505050;
	text-decoration: none;
}

/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding-left:20px;
	padding-right:20px;
	width:510px;
	float:left;
	color:#505050;
}


#contenuTexte h1{
	margin:0px 0 20px 0;
	font:bold 1.7em Arial, Helvetica, sans-serif;
	color:#9B7E54;
	border-bottom:1px dashed #9B7E54;
}

#contenuTexte h2{
	margin:20px 0 20px 0;
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#3C5F7F;
}

#contenuTexte p{
	padding-bottom:5px;
	font-size:1.2em;
	line-height:1.3em;
	text-align:justify;
	color:#505050;
	margin:10px 0;
}
#contenuTexte a:link, #contenu a:visited{
	color: #3e87cd;
	text-decoration:none;
}
#contenuTexte a:hover, #contenu a:active{
	color: #505050;
	text-decoration:underline;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color:#505050;
}

/*---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{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -40px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:870px;
	height:40px;
	font:bold 1em Arial, Helvetica, sans-serif;
	color: #505050;
	clear:both;
	background-color:#fde2b8;
}


#footer a {
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #505050;
}
#footer a:hover {
text-decoration:underline;

}
#footer a.sousrubz{
	color: #505050;
	font-weight:normal;
}

#idep{
	float:left;
}

#creation{
	float:left;
	padding-top:15px;
	height:25px;
	padding-left:10px;
}

#adresse{
	float:right;
	padding-top:15px;
	height:25px;
	padding-right:10px;
	color:#3e87cd;
	font-size:14px;
}
#adresse a{
	color:#3e87cd;
}
#photo{
	float:left;
}

#actu{
	float:left;
	padding:10px;
	width:140px;
	height:170px;
	color:#43719a;
	background-color:#fde2b8;
	
	}
	
	#actu a:link, #actu a:visited{
	color: #3e87cd;
}
#actu a:hover{
	text-decoration:underline;
}


.titre-actu{
	margin-top:10px;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	color:#505050
	}
