/* CSS Document */

body
{
   width: 100%;
   margin-left: 30px;
   margin-top: 15px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. */
   margin-bottom: 20px;/* Idem pour le bas du navigateur */
   background-image:url(images/beige141.jpg); /* Le fond de la page  */ 
   background-repeat:repeat;
scrollbar-face-color: #9e464b; /*dessus de la barre*/ 
scrollbar-3dlight-color: #663300; 
scrollbar-arrow-color: #fddc9b; /*triangles haut et bas*/ 
scrollbar-track-color: #fddc9b;/*fond de la barre*/ 
scrollbar-darkshadow-color: #ffffff;
}
/* L'en-tęte */
#en_tete
{
   width: 100%;
   height: 115px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
z-index:1;
width: 100%;
padding-bottom:5px;
padding-top:5px;
}
#menu td {
float: left;
width: 107px;
height: 20px;
text-align: center;
font-size:12px;
font-weight: bold;
border: 1px solid #663300;
padding:0px;
border: 1px solid gray;
}
#menu td a {
color: #663300;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu td a:hover {
background: #fddc9b;
}
/* Le corps de la page */

#corps
{
padding: 20px;
padding-left:40px;
padding-right:40px;
height: 100%;
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
background-image:url(images/chene.gif);
background-position:170px 30%;
background-repeat:no-repeat;
color: #663300;
} 

#corps td a
{
color: #663300;
text-decoration: none;
font-weight: normal;
}
#corps td a:hover
{
color: #9e464b;
text-decoration: underline;
font-weight: bold;
}
#corps h1
{
color: #663300;
text-align: center;
font-weight: bold;
font-size: 18px;
}

.identifiant
{
cursor : pointer;
}
.titre
{
color: #9e464b;
font-weight: bold;
text-decoration: underline;
font-size: 16px;
}
.liste 
{
color: #663300;
font-weight:normal;
text-decoration: none;
font-size: 12px;
}

.piedpage
{
color: #663300;
font-size: 11px;
}
.piedpage a
{
color: #663300;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.version
{
color: #663300;
font-size: 12px;
}