html {
/* top right bottom left */
padding: 20px 0 20px 0; 
text-align: center;
color: white;
background-image: url("images/background.jpg");
background-repeat: repeat-x;
background-color: black;
}
body {
width: 730px;
text-align: left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 13px;
font-style: normal;
margin: auto;
}
#header {
width: 730px;
height: 119px;
background-color: transparent;
background-image: url("images/header.gif");
background-repeat: no-repeat;
}
#logo {
width: 365px;
height: 119px;
background-color: transparent;
background-image: url("images/logo.gif");
background-repeat: no-repeat;
}
#menu {
width: 730px;
height: 30px;
text-align: center;
font-weight: bold;
line-height: 30px;
letter-spacing: 0.1em;
word-spacing: 0.2em;
background-image: url("images/bg.jpg");
background-repeat: repeat-y;
}
#corps {
width: 710px;
background-image: url("images/bg.jpg");
background-repeat: repeat-y;
/* top right bottom left */
padding: 0 10px 0 10px;
overflow: auto;
}
#droite {
width: 210px;
float: right;
color: white;
background-color: black;
}
#footer {
width: 730px;
height: 33px;
background-image: url("images/footer.jpg");
background-repeat: no-repeat;
}
#menu a:link, #menu a:visited {
color: white;
background-color: black;
text-decoration: none;
/* top right bottom left */
padding: 0 5px 0 5px;
margin: 0 5px 0 5px;
border-bottom: 1px solid #313031;
}
#menu a:active, #menu a:hover {
color: white;
background-color: #1A1A1A;
border-top: 1px solid #313031;
border-bottom: 2px solid #0099FF;
}
.bloc {
width: 200px;
background-image: url("images/bloc-bg.jpg");
background-repeat: repeat-y;
font-size: 11px;
/* top right bottom left */
margin: 0 0 0px 10px;
}
.bloc h3 {
width: 200px;
height: 28px;
background-image: url("images/bloc-titre.jpg");
background-repeat: no-repeat;
display: block;
margin: 0;
font-size: 14px;
font-weight: bold;
line-height: 28px;
letter-spacing: 0.1em;
}
.bloc .titre {
height: 28px;
background-image: url("images/bloc-titre-bg.jpg");
background-repeat: repeat-x;
margin-left: 20px;
/* top right bottom left */
padding: 0 5px 0 5px;
color: #d8b166;
background-color: black;
}
.bloc .foot {
width: 200px;
height: 25px;
background-image: url("images/bloc-foot.jpg");
background-repeat: no-repeat;
display: block;
}
.bloc p {
/* top right bottom left */
margin: 0 10px 0 10px;
}
h1 {
font-size: 17px;
font-weight: bold;
text-indent: 5px;
color: #d8b166;
background-color: black;
/* top right bottom left */
margin: 10px 0 0 0;
border-left: 3px solid #0099FF;
}
h2 {
font-size: 15px;
font-weight: bold;
color: white;
background-color: black;
margin: 0;
}
hr {
color: #7E7E7E;
background-color: black;
border-left: 1px solid #010101;
border-right: 1px solid #010101;
border-top: 1px solid #010101;
border-bottom: 1px solid #7E7E7E;
/* top right bottom left */
margin: 10px 0 0 0;
}
.center {
text-align: center;
}
img {
border: none;
}
a:link, a:visited {
color: #0099FF;
background-color: black;
text-decoration: none;
}
a:active, a:hover {
color: white;
background-color: #1A1A1A;
text-decoration: none;
}
#copyright {
text-align: center;
font-size: 10px;
margin-top: 5px;
color: #7E7E7E;
background-color: black;
}
#copyright img {
border: none;
margin: 5px;
}
#copyright a:link, #copyright a:visited {
color: #7E7E7E;
background-color: black;
text-decoration: none;
}
#copyright a:active, #copyright a:hover {
color: white;
background-color: black;
}
