/*  Général */

body      {margin-left: 0%; margin-top: 0%; margin-right: 0%; margin-bottom:0%; background-color: #FFFFFF; border-collapse:collapse;}
body,td,th {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 12px; border-collapse:collapse;}

a:link    {color: #000099;	text-decoration: none;}
a:visited {text-decoration: none; color: #000099;}
a:hover   {text-decoration: none; color: #3399FF;}
a:active  {text-decoration: none; color: #000099;}

/* tableaux */

.main {width:100%; height:100%; border:none; border-collapse: collapse;}
.haut {width:100%; height:4%; border-bottom:1px dashed #C1CCD3;}
.bas {width:100%; height:3%; border-top:1px dashed #C1CCD3;}

.gauche {border-right:1px dashed #C1CCD3; width:15%; background-color: #F0F1FF;}
.droite {border-left:1px dashed #C1CCD3; width:15%; background-color: #F0F1FF;}

.titre {width:100%; height:10px;}
.flash {width:100%; height:150px; border-bottom:1px solid #000066; border-top:1px solid #000066;}
.animflash {width:800px; height:150px;}
.menu {vertical-align:bottom; background:url(images/menu2.jpg); background-position:bottom; background-repeat:repeat-x; font-size:12px;}
.menuinver {background:url(images/menuinver.jpg); background-position:top; background-repeat:repeat-x; height:20px; vertical-align:bottom;}
.fondbor { background-color:#F0F1FF;}
.mep { vertical-align:center;}

/* images */
.accueil { vertical-align:bottom;}


/* menu */

body {
margin:0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
margin-left:-440px;
left: 50%;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 90px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid #999999;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid #CCCCCC;
}
#menu li {
text-align: center;
background: #F0F0F0;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #FFFFFF;
}
#site {
position: fixed;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #CEE0FF;
padding: 5px;
border: 1px solid gray; 
}

</style>
