@charset "UTF-8";
/* CSS Document */


/**************************/
/* GABARIT INSTITUTIONNEL */
/**************************/

/* structure */
#contenu {
	padding-top:25px;
	line-height:140%;
	height:280px;
}
html>body #contenu { /* hack min-height pour IE6 */
	height: auto;
	min-height:280px;
}

.page_institutionnelle {
	margin-left:45px;	
}
.page_simple_lateral_ferme {
	margin-left:45px !important;
	margin-left:25px; /* ie6 .... */
}
.page_simple_lateral_ouvert {
	margin-left:233px;
	width:590px;
}
.page_simple_lateral_ferme {
	width:585px;
}

.deuxcolonnes {
	float:left;
}
.col2 {
	width:212px !important;
	margin-left:37px;
}



/* titres + textes */
.page_institutionnelle p {
	width:808px;
}

.page_institutionnelle h1,
.page_simple_lateral_ouvert h1,
.page_simple_lateral_ferme h1 {
	color:#52a3c6;
	font-size:21px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:125%;
}

p {
	margin:10px 0 15px 0;
}

.span_actif {
	color:#E79431;
}