html {
background:#fbf9f6;
height:100%;
}
body {
/*background:url(images/Fond_Menu_bleu.png) repeat-x ;*/
/*background:#fbf9f6;*/
padding-top:60px;
height:100%;
}
/*-----------------------------------------------------*/
* {
margin:0;
padding:0;
}
/*-----------------------------------------------------*/
a {
color:#8F0000;
text-decoration:underline;
outline:0 !important;
-moz-outline:0 !important;
}
a:focus {
}
a:hover {
color:#8F3D11;
}
a:visited {
color:#9F7A4F;
}
a:visited:hover {
color:#8F3D11;
}
/*-----------------------------------------------------*/
#milieu {
position:relative;
z-index:1;
margin-left:0px;
margin-top:0px;
top:65;
min-height:85%;
width:95%;
max-width:670px;
width: expression(Math.min(this.width, 670) + "px");
float:left;
text-align:justify;
border-right:1px dashed #EFE4D1;
padding:0px 1.5% 1% 1%;
color:#3F2D27;
line-height:1.7em;
background:#f6f3ee;
}
/*-----------------------------------------------------
#news{
z-index:2;
position:relative;
width:300px;
margin-top:0px;
top:60;
text-align:left;
left:700px;
background-color:#0066FF;
}*/
