body
{
   width: 800px;
   margin: auto;
   background-image: url(./img/grey.gif);
   background-repeat: repeat;
   margin-top: 5px;
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   font-size: small;
   font-weight : normal;
   font-style : normal;
   color: black;
}
a
{
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   font-size: small;
   text-decoration: underline;
   color: purple;
   font-style: normal;
   font-weight : bold;
}
a:visited
{
   color: black;
   font-size: small;
   font-weight : bold;
}
a:hover
{
   text-decoration: underline;
   color: red;
   font-size: small;
   font-weight : bold;
}
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge interieure */
        margin : 0; /* ni exterieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px;
        text-align : center;
}
#menu /* Ensemble du menu */
{
        font-weight : bold;
        font-family : Arial;
        font-size : x-small;
}
#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'element, les liens deviennent des balises de type block */
        padding : 0;
        background : gray;
        color : #fff;
        text-decoration: underline;
        width : 198px;
}
#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnait pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche a droite de chaque element */
}
/* IE ne reconnaissant pas le selecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ;
}
#menu li ul /* Sous-listes */
{ 
        position: absolute;
        width: 198px;
        left: -999em; /* Hop, on envoie loin du champ de vision */
}
#menu li ul li /* Elements de sous-listes */
{
        /* pour IE qui ne reconnait pas "transparent" */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque element d'une sous liste */
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un element de liste */
{
        left: -999em; /* On expedie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un element de liste ET sous-sous-listes */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

/* IE ne reconnaissant pas le selecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque element */
}

#menu li ul ul 
{
        margin    : -22px 0 0 198px ; /* On decale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnait pas "transparent" */
        border-left     : 1px solid #fff ;  
}
/* IE ne reconnaissant pas le selecteur */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque element */
}
#en_tete
{
   width: 800px;
   height: 62px;
   background-image: url("img/banniere0.png");
   margin: auto;
}
h1
{
   background-color: gray;
   text-align: center;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: white;
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: uppercase;
   margin-top: 5px;
   margin-bottom: 5px;
}
h2
{
   background-color: rgb(0, 100, 0);
   text-align: center;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: white;
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: uppercase;
   margin-top: 15px;
   margin-bottom: 15px;
}
h3
{
   text-align: center;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: rgb(0, 191, 255);
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: uppercase;
   margin-top: 25px;
   margin-bottom: 25px;
}
h4
{
   text-align: left;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: rgb(154, 205, 50);
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: uppercase;
   margin-top: 25px;
   margin-bottom: 0px;
}
h5
{
   text-align: center;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: olive;
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: uppercase;
   margin-top: 25px;
   margin-bottom: 0px;
}
h6
{
   width: 380px;
   text-align: center;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: rgb(255, 102, 0);
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: none;
   background-color: silver;
   margin-top: 15px;
   margin-bottom: 15px;
}
#corps
{
   text-align: center;
}
#crp
{
   text-align: center;
}
p
{
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   font-size: small;
   font-weight : normal;
   font-style : normal;
   color: black;
}
.important
{
   font-size: x-small;
   font-weight : bold;
   font-style : normal;
   color: rgb(44, 87, 222);
}
.impleft
{
   text-align: left;
   font-size: x-small;
   font-weight : bold;
   font-style : normal;
   color: red;
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: uppercase;
   margin-top: 20px;
   margin-bottom: 0px;
}
.impmid
{
   text-align: center;
   font-size: small;
   font-weight : bold;
   font-style : normal;
   color: rgb(0, 191, 255);
   font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-decoration: none;
   text-transform: none;
   margin-top: 20px;
   margin-bottom: 0px;
}
.imageflottante
{
   float: left;
   margin-left : 0px;
   margin-right : 35px;
   width: auto;
}
.floting
{
   float: left;
   margin-left : 0px;
   margin-right : 15px;
   width: auto;
}
.flotright
{
   float: right;
   margin-left : 35px;
   margin-right : 35px;
   width: auto;
}
.dessous
{
   clear: both;
}
.grise
{
   background-color: rgb(238, 238, 238);
   font-size: small;
}
.rouge
{
   background-color: rgb(251, 229, 229);
   font-size: small;
}
.vert
{
   background-color: rgb(225, 238, 224);
   font-size: small;
}
table
{
   width: 800px;
   margin: auto;
}
td
{
   width: 400px;
}
#htgauche
{
   width: 185px;
   text-align: left;
   float: left;
}
#htdroit1, #htdroit2, #htdroit3
{
   width: 185px;
   text-align: left;
   float: left;
   margin-left: 20px;
}
#bgauche
{
   width: 185px;
   text-align: left;
   float: left;
}
#bdroit1, #bdroit2, #bdroit3
{
   width: 185px;
   text-align: left;
   float: left;
   margin-left: 20px;
}
#tour0, #tour1, #tour2, #tour3, #tour4, #tour5, #tour6, #tour7, #tour8
{
	border:2px groove orange;
	padding-right:20px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	width:760px;
	height:auto;
}