/* commun */

body { 
color: #ffffff; 
background-color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center; 
margin: 0; 
padding: 0;
width: 100%;
height:100%;
background-image: url(../media/fond_bloc.gif); 
background-repeat: repeat-x;
}

#container_main {
margin: 0px auto;
width: 1000px;
text-align: center;
background-image: url(../media/fond.jpg); 
background-repeat: no-repeat;
}

.container_spacer {
width: 135px;
float: left;
}

#container_main_inner {
width: 730px;
float: left;
}

#bandeau {
width: 730px;
height: 132px;
font-size: 10px;
color: #6c6c6c;
text-align: left;
}

#col_total {
width: 730px;
margin-top: 50px;
text-align: left;
}

#col_gauche {
width: 422px;
float: left;
margin-top: 50px;
}

#col_droite {
width: 308px;
float: left;
text-align: right;
margin-top: 50px;
}

#col_gauche_total {
width: 422px;
float: left;
margin-top: 20px;
}

#col_droite_total {
width: 308px;
float: left;
text-align: right;
margin-top: 20px;
}

.col_gauche_chiffres {
width: 36px;
float: left;
text-align: left;
}

.col_gauche_text {
width: 386px;
float: left;
text-align: left;
}

#footer {
width: 730px;
font-size: 10px;
text-align: left;
margin-top: 50px;
background-image: url(../media/footer.gif); 
background-repeat: no-repeat;
}

#footer_sticker {
width: 730px;
height: 100px;
font-size: 10px;
text-align: left;
margin-top: 25px;
background-image: url(../media/footer.gif); 
background-repeat: no-repeat;
background-position: 0px 71px;
}

#footer_gauche {
width: 610px;
margin-top: 69px;
float: left;
}

#footer_droite {
width: 120px;
float: left;
}

.text_grand {
font-size: 12px;
text-align: left;
}

.text {
font-size: 11px;
text-align: left;
}

.spacer {
clear: both;
}

.vert {
color: #92bd04;
font-size: 11px;
}

/* liens */

a:link { color: #6c6c6c; text-decoration: none;  }
a:visited { color: #6c6c6c; text-decoration: none; }
a:hover { color: #92bd04; text-decoration: none; }
a:active { color: #f6c6c6c; text-decoration: none; }

a.green:link { color: #92bd04; text-decoration: none;  }
a.green:visited { color: #92bd04; text-decoration: none; }
a.green:hover { color: #ffffff; text-decoration: none; }
a.green:active { color: #92bd04; text-decoration: none; }

