@charset "iso-8859-1";
/*
KIT GRAPHIQUE PAR BOZ 
http://www.gorets.com
TELECHARGE SUR KITGRAFIK
http://www.kitgrafik.com
*/
BODY {
background-color: #FFFFFF;
padding: 0; 
margin: 0;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Geneva, sans-serif;
font-size: 9pt; 
color: #000000;
text-align: center;
}
/* liens normaux */
A:link, A:visited {
color: #1F1FEF;
background-color: transparent;
text-decoration: underline;
line-height: 12pt;
}
A:active, A:hover {
color: #000000;
background-color: transparent;
}
/* liens menu */
.Amenu:link, .Amenu:visited {
color: #000000;
background-color: transparent;
text-decoration: none;
}
.Amenu:active, .Amenu:hover {
color: #1F1FEF;
background-color: transparent;
}
/* liens rouge */
.Arouge:link, .Arouge:visited {
color: #EF2021;
background-color: transparent;
text-decoration: none;
font-weight: bold;
float: right;
}
.Arouge:active, .Arouge:hover {
color: #EF7C20;
background-color: transparent;
}
/* elements de formulaire */
INPUT {
height: 17px;
font-size: 9pt; 
border: 1px solid #000000;
}
FORM {
margin: 0px;
padding:0px;
}
/* table header */
.tbltop {
width: 768px;
margin: auto;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
font-size: 8pt; 
text-align: left;
background-color: #FFFFFF;
}
/* menu superieur */
.topmenu {
width: 518px;
line-height: 13.5pt;
background-image: url(images/02.jpg);
background-repeat: repeat-x;
padding-left: 5px;
}
/* horloge */
.clock {
width: 181px;
height: 27px;
background-image: url(images/04.jpg);
background-repeat: repeat-x;
border-right: 1px solid #000000;
}
/* formulaire */
.formu {
width: 469px;
height: 27px;
background-image: url(images/05.jpg);
background-repeat: no-repeat;
}
/* table principale */
.tbl {
width: 770px;
margin: auto;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
font-size: 8pt; 
text-align: center;
background-color: #FFFFFF;
}
/* colone gauche */
.gauche {
width: 182px;
text-align: left;
vertical-align: top;
border-right: 1px solid #000000;
padding: 0 5px 0 5px;
font-size: 8pt; 
line-height: 10.5pt;
}
/* colone centre */
.centre {
width: 585px;
text-align: justify;
vertical-align: top;
/*margin: top right bottom left;*/
padding: 0 5px 5px 5px;
}
/* texte jaune */
.Tjaune {
color: #EF7C20;
font-size: 9pt; 
font-weight: bold;
}
/* titre blocs centre */
.titre {
color: #EF7C20;
font-size: 10pt; 
font-weight: bold;
vertical-align: middle;
text-decoration: underline;
margin: 5px 0 3px 0;
}
/* footer */
.foot {
text-align: right;
background-color: #DCDCDC;
border-top: 1px solid #000000;
}
