@charset "iso-8859-1";
/*
KIT GRAPHIQUE PAR DESIGN-GRAPH 
http://www.design-graph.com
*/
BODY {
background-color: #CCE4EE;
padding: 0; 
margin: 0;
font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
font-size: 10pt; 
color: #6b8d99;
text-align: center;
}

/* liens normaux */
A:link, A:visited {
color: #000000;
background-color: transparent;
text-decoration: underline;
}
A:active, A:hover {
color: #b80112;
text-decoration: underline;
}
/* liens menu */
.Amenu:link, .Amenu:visited {
color: #2F435C;
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 #CDE5EF;
}
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;
}

/* 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: #C6DEE8;
}
/* menu et blocs foncés */
.blocF, .menuG {
text-align: left;
margin: 5px 10px 10px 10px;
border: 1px solid #2F435C;
background-color: #2F435C;
padding: 3px;
color: #CCFFFF;
}
.menuG  a {color: #CCFFFF;}
/* premiere ligne blocs foncés */
.blocF:first-line {
color: #FFCC00;
font-size: 14pt; 
font-weight: bold;
}
/* blocs clair */
.blocC {
width: auto;
text-align: left;
margin: 5px;
border: 1px solid #CDE5EF;
/*background-color: #CDE5EF;*/
background-color: #CDE5EF;
padding: 3px;
/*color: #CDE5EF;*/
color: #fff;
}
.blocC a {color: #fff;}
/* 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: #CDE5EF;
font-size: 7pt; 
}
