html{
font-size: 11px;
font-family: "Trebuchet MS";
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#070f12;
color:#EEEEEE;
}

body{
background-image: url("../img/contenu.gif");
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
width: 977px;
}

#contenu{
width: 630px;
margin-left:180px;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
text-align: justify;
}

#entete{
width:977px;
height:170px;
background-image: url("../img/entete.gif");
}

#pied{
background-image: url("../img/pied.gif");
height: 69px;
padding-left: 75px;
padding-top: 45px;
}

#menuGauche {
width : 180px;
float: left;
}

#menuGauche a{
color: #CCCCCC;
}

#navigationMenuGauche{
}

#navigationMenuGauche h3{
color: #FFFFFF;
padding-top: 6px;
padding-left: 10px;
background-image:url(../img/boutonMenuGauche.gif);
background-repeat:no-repeat;
height: 28px;
font-size: 12px;
}

#navigationMenuGauche .element{
padding-left: 10px;
}

.blocMenuGaucheHaut{
background-image:url(../img/blocMenuHaut.gif);
height: 23px;
width:180px;
}
.blocMenuGaucheBas{
background-image:url(../img/blocMenuBas.gif);
height: 29px;
width:180px;
}
.blocMenuGaucheFond{
background-image:url(../img/blocMenuFond.gif);
background-repeat:repeat-y;
width:180px;
padding-left: 10px;
}

#menuDroit {
position : absolute;
width : 168px;
margin-left:30px;
margin-top: 122px;
}

.hautBloc{
height: 18px;
background-image:url(../img/hautBloc.gif);
background-repeat:  repeat-x;
}

.basBloc{
height: 22px;
background-image:url(../img/basBloc.gif);
background-repeat:  repeat-x;
}

.petit{
font-size: 9px;
font-weight: bold;
color:#666666;
}

/* BALISES GENERALES */
img{
border:none;
}

h2{
color:#990000;
}

h3{
color:#CC0000;
}

a{
color:#CC0000;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}


/* FORMULAIRES */

textarea, input, select{
background-color:#1d292d;
border: 1px solid #000000;
color:#CCCCCC;
padding:3px;
}

fieldset{
border: none;
padding: 10px;
padding-bottom: 20px;
}

legend{
font-weight: bold;
color:#990000;
}

label:hover{
cursor: pointer;
}

/* TABLEAUX */

.lignePaire{
background-color:#070f12;
}

.ligneImpaire{
background-color:#171f22;
}

table{
border-collapse:collapse;
}

/* INFOBULLES */
.infoBulle-tip{
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
background-color:#000000;
width: 300px;
font-size: 10px;
}

.infoBulle-title{
display: none;
}

.infoBulle-text{
padding: 5px;
text-align: justify;
}
