<!--
body {
margin: 0;
background-color: #66CCFF; /*couleur de fond blanche*/
}
.conteneur { /*le conteneur global du site */
width: 100%;
}

.header {
height: 100px;
background-color: #336699;
}
.menu {
float: left;
width: 150px;
height: 400px;
background-color:#3399CC;
}
.contenu {
height: 400px;
background-color: #66CCFF;
}
-->

 <!--
h1 {position: absolute;
font-size: 28px;
font-family: verdana, arial, sans-serif;
color: gray;
margin-left: -1px;
margin-top: -1px;}

h1.ombre {
color: yellow;
margin-left: 0;
margin-top: 0;
}

h1.ombrebis {
color: yellow;
margin-left: -2px;
margin-top: -2px;
}
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}
-->



<!--
 BODY { scrollbar-face-color: #66CCFF; scrollbar-arrow-color: lightblue; scrollbar-track-color:#336699; scrollbar-3dlight-color: #66CCFF; scrollbar-darkshadow-color: blue; }
 






 
   <!--
   .Rouge:link{color: #ff3333;}
   .Rouge:visited{color: #330000;}
   .Rouge:active{color: #ff0000;}
   .Rouge:hover{color: #ffaa00;}

   .Bleu:link{color: #0000ff;}
   .Bleu:visited{color: #000044;}
   .Bleu:active{color: #6600ff;}
   .Bleu:hover{color: #0088ff;}


-->




