/* 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:30px;
height:30px;
color:#fff;
margin:0px 20px 0px 30px;
text-transform:uppercase;
text-align:left;

}
#texte h2{
font-size:1.3em;
font-weight:bold;
line-height:30px;
height:30px;
text-align:left;
color:#000;;
margin:10px 0px 5px 0;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:none;
	color:#86C729;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color:#86C729;
}

.Txtbleu    {FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #00B1FC; FONT-FAMILY: arial}
.Txtbleuf   {FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #012F42; FONT-FAMILY: arial}
.Txtbnoir   {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial}


.lvert 		{FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #86C729; FONT-FAMILY: arial}
.lvert:active 	{COLOR: #86C729; TEXT-DECORATION: none}
.lvert:hover 	{COLOR: #86C729; TEXT-DECORATION: underline}
.lvert:link 	{COLOR: #86C729; TEXT-DECORATION: none}
.lvert:visited 	{TEXT-DECORATION: none}

#contenu .bigactu{
  border-bottom: 1px solid #D5D5D5;
  clear: both;
  margin: 0 0 10px;
  }
#contenu .bigactu h2{
  color: #0F3946;
  font: bold 16px Arial, Helvetica, sans-serif;
  height: auto;
  }
#contenu .bigactu img{
  float: left;
  margin: 0 10px 5px 0;
  }
#contenu .bigactu p{
  margin: 0 0 10px;
  }
  
#texte h1 .titre_actualites {
  color: red;
  }

