/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 10px;
padding: 0;
scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFCFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color:  #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
}
#header {
position : center;
height: 100px;
background-image:url("Design/header.jpg");
background-repeat: no-repeat ;
background-position: center ;
}
#haut {
height: 25px;
background-color:#FFFFFF;
}
#conteneur {
position: center;
width: 100%;
background-color:#FFFFFF;
}
#centre {
background-color:#FFFFFF;
height: 500px;
margin-left: 200px;
margin-right: 200px;
overflow: scroll;
}

#gauche {
position: absolute;
left:0;
width: 200px;
height: 500px;
background-image:url("Design/menugauche.jpg");
background-repeat: no-repeat ;
background-position: top ;
}
#droite {
position: absolute;
right:0;
width: 200px;
height: 500px;
background-image:url("Design/menudroite.jpg");
background-repeat: no-repeat ;
background-position: top ;
}

#pied {
height: 1px;
background-color: #FFFFFF;
background-position: bottom ;
background-attachment: fixed ;
}

.menu a {
color:#333333; 
text-decoration:none;
}

.menu a:hover {
color: #999999; 
font: bold; 
text-decoration: overline
}

p {margin: 10px 10px 10px 10px;}
