/* CSS Document */

body { font: 13px Verdana, Arial,"Lucida Grande",  sans-serif; color: #333; }

#chapeau { font-size: 13px; font-weight: bold; text-align: justify; color: #858585;}
#date { font-size: 13px; text-align:right; color: #b0b0b0;}
#TitreArticle { font-size: 16px; font-weight: bold; color: #106e33;}
#signature { font-size: 13px; text-align:right; color: #106e33;}
#contenu { font-size: 13px; text-align: justify;}

H1 { font-size: 16px; font-weight: bold; color: #106e33;}
H2 {font-size: 14px; font-weight: bold; color: #106e33; }
H3 {font-size: 13px; font-weight: bold; color: #106e33; }
H4 {font-size: 14px; font-weight: bold; color: #858585; }
.chapeau { font-size: 13px; font-weight: bold; text-align: justify; color: #858585;}
.TitreArticle { font-size: 16px; font-weight: bold; color: #106e33;}
.TitreSite {font-size: 13px; color: #FFFFFF; }
.TitreVert {font-size: 13px; font-weight: bold; color: #106e33; }
.TitreVert14 {font-size: 14px; font-weight: bold; color: #106e33; }
.contenu { font-size: 13px; text-align: justify;}
.citation {font-size: 13px; color: #106e33; }
.Vert {color: #106e33; }
.Rouge {color: #FF0000; }
.Blanc10 {font-size: 10px; color: #FFFFFF; }
.inter {font-size: 14px; font-weight: bold; color: #858585; }
.blanc {color: #FFFFFF; }
.jaune {color: #FFDE17; }
.TexteGauche { font-size: 13px;}

a {font-size: 13px; color: #106e33; text-decoration:none }
a:hover {font-size: 13px; color: #FFDE17; text-decoration:none }
a.tag {font-size: 13px; color: #106e33; text-decoration:none }
a:hover.tag {font-size: 13px; color: #FFDE17; text-decoration:none }
a.lienvert {font-size: 13px; color: #106e33; text-decoration:none }
a:hover.lienvert {font-size: 13px; color: #003333; text-decoration:none }
a.lienrouge {font-size: 13px; color: #FF0000; text-decoration:none }
a.liennoir {font-size: 13px; color: #000000; text-decoration:none }


/* CSS SOUS MENU EN HAUT A DROITE  */
/* Police grasse et grise - souligné jaune  */


.sites{
font: 14px Verdana, Arial,"Lucida Grande",  sans-serif; color: #858585; font-weight: bold;
border: 0px;
padding: 0px;
margin: 0px;
text-decoration: none;
}
.sites_selected{
font: 14px Verdana, Arial,"Lucida Grande",  sans-serif; color: #858585; font-weight: bold;
padding: 0px;
margin: 0px;
text-decoration: none;
border-bottom: 4px solid #858585;
}
a:hover.sites_selected{
font: 14px Verdana, Arial,"Lucida Grande",  sans-serif; color: #858585; font-weight: bold;
padding: 0px;
margin: 0px;
text-decoration: none;
border-bottom: 4px solid #858585;
}
a:hover.sites{
font: 14px Verdana, Arial,"Lucida Grande",  sans-serif; color: #858585; font-weight: bold;
padding: 0px;
margin: 0px;
text-decoration: none;
border-bottom: 4px solid #FFDE17;
}


/* CSS BOITES  */


.boite 
{
position: relative;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
width:630px;
background: #E7E7E7;
padding: 10px;
}

.boite2
{
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
width:630px;
background: #E7E7E7;
padding: 10px;
}


.boiteBilletterie 
{
position: relative;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
width:630px;
background: #FFDE17;
padding: 5px;
}


/* CSS ARRONDI CONTENU  */


.myBoxArrondi
{
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-top : 4px;
width: 650px;
padding: 10px;
background-color: #ffffff;
border: 1px solid #858585;
font: 13px Verdana, Arial,"Lucida Grande",  sans-serif; text-align:justify; color: #333;
}


/* CSS - MENU SOUS RUBRIQUE  */


.menu-haut 
{
float:left;
width:1010px;
height:30px;
padding-bottom:0px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:5px;
}
	
a.menu-haut-bouton 
{
float : right;
font:12px Verdana, Arial,"Lucida Grande",  sans-serif;
font-weight:bold;
width: auto;
padding: 0px;
margin-left:25px;
border: 0;
color: #006736;
cursor: pointer;
}
	
a.menu-haut-bouton:hover 
{ 
font-size: 12px;
font-weight:bold;
padding: 0px;
color:#858585;
border-bottom: 4px solid #006736;
} 

a.menu-haut-bouton-first-selected 
{
float : right;
font:12px Verdana, Arial,"Lucida Grande",  sans-serif;
font-weight:bold;
width: auto;
padding: 0px;
margin-left:25px;
border: 0;
color: #006736;
cursor: pointer;
border-bottom: 4px solid #FFDE17;
}
	
a.menu-haut-bouton-first-selected:hover 
{ 
font-size: 12px;
font-weight:bold;
padding: 0px;
color:858585;
border-bottom: 4px solid #006736;
} 

