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

/******************************Texte général*****************************/
*{
margin:0;
padding:0;
font-family:Helvetica, sans-serif;
color: #1a181b;
font-size:14px;
}
.fontBase{
font-family:Helvetica, sans-serif;
color: #000000b;
font-size:12px;
}

/******************************Styles des liens*****************************/
a.lienVert{
color: #869129;
text-decoration: none;
}
a.lienVert:hover {
color: #869129;
text-decoration:underline;
}
a.lienOrange{
color: #F29301;
text-decoration: none;
}
a.lienOrange:hover {
color: #F29301;
text-decoration:underline;
}
a {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
a img 
{ 
border: none; 
}
/******************************Styles des textes*****************************/
h1{
display:inline;
font-size: 24px;
color: #869129;
font-weight:bold;
line-height:36px;
}
h2{
display:inline;
font-size: 24px;
color: #F29301;
font-weight:bold;
line-height:36px;
}
h4{
display:inline;
font-size: 14px;
font-weight:bold;
}
h5{
display:inline;
font-family:Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#575759;
}
.h5Orange{
font-family:Helvetica, sans-serif;
font-size:18px;
color: #F29301;
font-weight:bold;
}
.h5Vert{
font-family:Helvetica, sans-serif;
font-size:18px;
color: #869129;
font-weight:bold;

}
.texteLien{
font-size:12px;
color:#666666;
}

/******************************Gestion des div*****************************/
#divGeneral{
position:absolute;
left:50%;
margin-left:-512px;
width:990px; 
margin-top:10px;
}
#divLigneBBCHQE{
padding-left:90px;
}
#footer{
width:990px; 
height:193px; 
background-image:url(img/degradeFondFooter.jpg); 
background-repeat:repeat-x; 
}
#main{
float:right;
width:816px; 
height:500px; 
background-image:url(img/degradeFondMain.jpg); 
background-repeat:repeat-x;
background-position:bottom;
}




