html, body {
padding: 0; 
/* top right bottom left */
margin: 0 20px 20px 0;
text-align: left;
font: 11px Tahoma, arial, helvetica, sans-serif;
color: #ffffff;
background-color: #000000;
background-image: url("images/deep_blue.jpg");
background-repeat: no-repeat;
background-position: top left;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #007CE0;
}
/* conteneur du site */
#container {
width: 749px;
margin-left: 127px;
display: block;
}
/* conteneur menu */
#menu {
width: 749px;
height: 30px;
clear: both;
text-align: left;
}
/* liens menu */
#menu a:link, #menu a:visited {
text-decoration: none;
font-weight: normal;
color: #ffffff;
line-height: 30px;
margin-right: 10px;
border-left: 3px solid #007CE0;
padding-left: 2px;
padding-right: 2px;
}
#menu a:active, #menu a:hover {
color: #007CE0;
text-decoration: none;
border-left: 0;
border-top: 2px solid #007CE0;
padding-left: 5px;
}
/* logo */
#logo {
width: 371px;
height: 95px;
background-image: url("images/logo.jpg");
float: left;
}
/* bloc principal */
#contenu {
width: 355px;
height: 455px;
margin-top: 31px;
padding: 5px;
overflow: auto;
text-align: left;
float: right;
/* hack pour MSIE qui ne sait pas gérer le padding ! */
voice-family: "\"}\"";
voice-family: inherit;
width: 367px;
height: 465px;
}
html>body #contenu {
width: 355px;
height: 455px;
}
/* footer */
#footer {
width: 367px;
/* top right bottom left */
margin: 30px 0px 0 0;
float: right;
text-align: left;
font-size: 9px;
color: #007CE0;
clear: both;
}
/* menus footer */
#footer a:link, #footer a:visited {
font-weight: normal;
text-decoration: underline;
color: #007CE0;
}
#footer a:active, #footer a:hover {
color: #ffffff;
text-decoration: underline;
}
/* titres */
h1 {
font-size: 18px;
text-decoration: underline;
line-height: 17px;
color: #007CE0;
/* top right bottom left */
margin: 5px 0 5px 0;
}
h2 {
font-size: 14px;
line-height: 14px;
color: #ffffff;
/* top right bottom left */
margin: 5px 0 5px 0;
}
/* ligne */
hr {
height: 2px;
color: #808182;
background-color: #808182;
}
/* liens normaux */
a:link, a:visited {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
a:active, a:hover {
color: #007CE0;
}
.right {
float: right;
}
