body{
font-family: arial, helvetica, sans-serif ;
font-size: 11px ;
color: #000000 ;
margin : 0px;  /* MArge Externe...*/
padding:0px;   /* MArge  Interne...*/
background-color:#6F9317;
text-align: center;
}


#contenuSite{
position:relative;
top:0px;
height:570px;
width:1010px;
margin-left:auto;
margin-right:auto;
}

a:link {
color:#2D5986;
background-color:transparent;
text-decoration:none;
font-size: 12px;
}
a:visited {
color:#2D5986;
background-color:transparent;
text-decoration:none;
font-size: 12px;
}
a:hover {
color:#2D5986;
background-color:transparent;
text-decoration:none;
font-size: 12px;
}

.texteNoir{
color:#000000;
}
.texteNoir10{
color:#000000;
font-size: 10px;
}
.texteNoir12{
color:#000000;
font-size: 12px;
}
.texteNoir14{
color:#000000;
font-size: 14px;
}

.texte5{
font-size: 5px;
}
.texte9{
font-size: 9px;
}
.texte10{
font-size: 10px;
}

p{
margin:10px 0px 10px 0px;
padding:0px;
}
.texteRouge{
color:red;
}

.texteGras14{
font-weight:bold;
font-size:14px;
}
.vertEstolosa13{
color:#014421;
font-size:13px;
}
.vertEstolosa14{
color:#014421;
font-size:14px;
}

.vertEstolosa14Bold{
color:#014421;
font-size:14px;
font-weight:bold;
}
.vertEstolosa15{
color:#014421;
font-size:15px;
}
.floatLeft{
float:left;
}
.floatRight{
float:right;
}
.margeTop5{
margin-top:5px;
}

.margeLeft10Top5{
margin-top:5px;
margin-left:10px;
}
.margeLeft10Top10{
margin-top:10px;
margin-left:10px;
}

.masquerElement{
display:none;
}