body{
background:right top no-repeat fixed url("../images/fond.jpg");
background-color:#010101;
margin:0px;
color:black;
}
#fond{
background:url("../images/degrades.png") center repeat-y;
}
#corps{
background:#680000;
margin:auto;
width:760px;
padding:20px;
}
img{
border:none;
}
.block{
display:block;
}
table{
border-collapse:collapse;
}
td{
padding:0px;
vertical-align:top;
}
.bordure_de_gauche{
background:url("../images/bordure_de_gauche.jpg") repeat-y;
width:30px;
}
.bordure_de_droite{
background:url("../images/bordure_de_droite.jpg") repeat-y;
width:30px;
}
#milieu{
margin-top:20px;
font-family:Georgia;
}
#contenu{
width:520px;
background:#a45252;
padding:20px;
}
.u{
text-decoration:underline;
}
h1{
text-decoration:underline;
text-align:center;
}
p{
text-align:justify;
text-indent:30px;
}
.capitalize{
text-transform:capitalize;
}
#bordure_du_milieu{
background:url("../images/bordure_du_milieu.jpg") repeat-y;
width:20px;
}
#menu{
width:120px;
max-width:120px;
background:#803333;
max-height:10px;
}
a{
color:#803333;
}
#pied_de_page{
color:#a45252;
text-align:center;
}