
/* ----- corps de la page articles éléments overidden ----*/

/* --- titre de la page article ---- */

#titre_page{
	padding-bottom: 0.4em;
	border-bottom: 1px solid #aeaeae;
	height:1.5em;
}

#titre_page h3{
	font-size: 1.3em;
	color:#000066;
	padding-bottom: 0.3em;
	margin-right: 0.3em;
	float:left;
	}
#titre_page h2{
	font-size: 1.3em;
	color:#000000;
	font-weight:lighter;
	float:left;
	}
	
#titre_page span{
font-size: 1.3em;
margin-right: 0.3em;
float:left;
}

/* --- contenus de la page ---- */

#contenus{
	width:74.9%;
	float:left;
	position:relative;
	margin-top:1%;
	clear:left;

}

#resume-page img {
width: 165px;
height: 197px;
float:right;
margin-left: 10px;
margin-right: 10px;

}


#texte-page ul {
margin-left:30px;
}
#texte-page li {
line-height: 1.4em;
margin-bottom: 5px;

}

#menu-gauche li {
display:block;

}
