@charset "iso-8859-1";
/*
KIT GRAPHIQUE PAR BOZ 
http://www.gorets.com
TELECHARGE SUR KITGRAFIK
http://www.kitgrafik.com
*/
BODY {
background-color: #000000;
padding: 0; 
margin: 0;
font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
font-size: 8pt; 
color: #FFFFFF;
text-align: center;
}
/* liens normaux */
A:link, A:visited {
color: #011F39;
background-color: transparent;
text-decoration: underline;
}
A:active, A:hover {
color: #FFCC00;
background-color: #011F39;
}
/* liens menu */
.Amenu:link, .Amenu:visited {
color: #C4CDFF;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}
.Amenu:active, .Amenu:hover {
color: #FFCC00;
background-color: transparent;
}
/* elements de formulaire */
INPUT {
height: 17px;
font-size: 8pt; 
border: 1px solid #011F39;
}
FORM {
margin: 0px;
padding:0px;
}
P {
margin-top: 5px;
}
/* table principale */
.tbl {
width: 768px;
margin: auto;
font-size: 8pt; 
text-align: center;
background-color: transparent;
}
/* banniere */
.ban {
width: 533px;
height: 122px;
background-image: url(images/02.jpg);
background-repeat: no-repeat;
text-align: center;
background-color: transparent;
}
/* colone gauche */
.gauche {
width: 171px;
text-align: center;
vertical-align: top;
background-image: url(images/03.jpg);
background-repeat: repeat-y;
padding-top: 5px;
color: #FFFFFF;
}
/* colone centre */
.centre {
width: 597px;
text-align: left;
vertical-align: top;
background-image: url(images/04.jpg);
background-repeat: repeat-y;
color: #011F39;
}
/* menu et blocs foncés */
.blocF, .menuG {
text-align: left;
margin: 5px 10px 10px 10px;
border: 1px solid #C4CDFF;
background-color: #011F39;
padding: 3px;
color: #FFFFFF;
}
/* premiere ligne blocs foncés */
.blocF:first-line {
color: #FFCC00;
font-size: 8pt; 
font-weight: bold;
}
/* blocs clair */
.blocC {
width: auto;
text-align: left;
margin: 5px;
border: 1px solid #011F39;
background-color: #C4CDFF;
padding: 3px;
color: #011F39;
}
/* premiere ligne blocs clair */
.blocC:first-line {
font-size: 8pt; 
font-weight: bold;
}
/* footer */
.foot {
height: 16px;
background-image: url(images/06.jpg);
background-repeat: no-repeat;
text-align: center;
color: #011F39;
font-size: 7pt; 
}
