body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color:#993200;/*couleur du texte : rouge brique*/
background-color:#E3C446;
scrollbar-face-color: #E3C446;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #F7F0CC;
scrollbar-arrow-color: #993200;

}

#conteneur/*calque qui contient tou le reste*/
{
background-image:url('fondmenu.gif');
background-repeat:repeat-y;
width: 100%;
background-color:#E3C446;/*Le fond est jaune ocre*/
margin:auto;

}


/*------------------------MENU DE GAUCHE CONFIGURATION -------------------------*/
#gauche
{
position:absolute;
top:0;
left:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;

}
#logo
{
margin-top:5px;
margin-left:15px;
}
#logo img
{
left:center;
}
/*-----------------------------------------------------MENU--------------------------------------------*/

#gauche dl, #gauche dt, #gauche dd, #gauche ul, #gauche li 
{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dt {
cursor: pointer;
margin-top: 4px;
margin-bottom: 8px;/*Espace entre chaque bouton*/
margin-left:20px;
height: 20px;
width: 160px;/*Largeur*/
text-align: center;
font-weight:bold;
border: 2px solid white;
text-decoration: none;
color: white;/*couleur du texte : blanc crème*/
background-color:#993200;/*Le fond des bouton est rouge brique*/
}
#menu dd               /* CADRE DU SOUS MENU */
{
background: white;/*couleur du fond : blanc crème*/
margin-left:25px;
width: 150px;/*Largeur*/
border: 2px solid #993200;
}
#menu li            /* ELEMENT DU SOUS MENU */
{
text-align: center;
background: white;/*couleur du fond : blanc crème*/
font-style:italic;
}
#menu li a    /* CARCTERISTIQUES DES ELEMENTS DU SOUS MENU */
{
color: #993200;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover  /* CARCTERISTIQUES DES ELEMENTS DU SOUS MENU lorsque la souris passe dessus*/
{
background-color: #ADE9AE;/*vert amande*/
}
#menu dt a /* CARCTERISTIQUES DES ELEMENTS DU MENU */
{
color: white;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a:hover/* CARCTERISTIQUES DES ELEMENTS DU MENU lorsque la souris passe dessus*/
{
color:#993200;
background-color:#ADE9AE;/*vert amande*/
}
.basedocumentaire/*Configuration de la partie base documentaire*/
{
margin-bottom:10px;
margin-left:20px;
width: 160px;
height: 100%;
text-align: center;
font-weight:bold;
border: 2px solid #993200;
text-decoration: none;
color: #993200;
background-color:white;
}

.basedocumentaire a/*Affichage des lien du menu droit*/
{
font-weight:bold;
text-decoration: none;
color:#993200;
}
.basedocumentaire a:hover
{
color: #993200;
text-decoration:underline
}


.textbas
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;/*Valeur fixe pour empécher le redimentionnement par l'utilisateur*/
text-align:center;
color:#993200;
}

#bas
{
background-image:url('bas.jpg');
background-repeat:no-repeat;
background-position:bottom left;
height:130px;
background-color:#E3C446;/*Blanc ocre*/
padding-left:240px;/*Une marge intérieur afin d'écrire le texte après le bateau*/
}
