/* 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 */
#texte h1{

font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
line-height:23px;

color:#8a3834;
margin:0px 0px 0px 0px;
text-transform:uppercase;
text-align:left;
border-bottom:1px solid #f3f133;
color:#002e9c;
}

#texte h1 a{

font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
line-height:23px;
text-decoration:none;
color:#8a3834;
margin:0px 0px 0px 0px;
text-transform:uppercase;
text-align:left;

}

#texte h1 a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
line-height:23px;
text-decoration:none;
margin:0px 0px 0px 0px;
text-transform:uppercase;
text-align:left;
color:#002e9c;
}

em{
color:#0783B1;
font-weight:bold;
font-style:normal;

}
#texte h2{
font-size:13px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
color:#233D5A;
border-bottom:1px solid #56C1EA;
}

/*------------------------------ STYLE DE LA PAGE ACTUALITE */
#actu{
	float:right;
	width:148px;
	min-height:230px;
	height:auto !important;
	height:230px;
	background-image:url(../images/charte/actu-y.gif);
	margin:0 0 10px 10px;
	
}
#actu2{
	float:left;
	width:148px;
	min-height:242px;
	height:auto !important;
	height:242px;
	text-align:center;
}
#diaporama_flash{
	width:443px;
	height:177px;
	}
#actu2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:20px;
	height:20px;
	background:url(../images/charte/puce-titre.gif) no-repeat 5px 5px;
	border:none;
	text-transform:none;
	text-indent:25px;
	color:#002e9d;
	margin:10px 0 10px 0;
}
.vignetteactu{
	margin:0 0 10px 0;
}
#actu2 a{
	text-decoration:none;
	color:#000;
	
}
#actu2 a:hover{
	text-decoration:underline;
	color:#000;
	
}

/*------------------------------ FIN TYLE DE LA PAGE ACTUALITE */

