Et voici mon css :
body
{
width:760px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
background-image:url("images/boule.png");
background-attachment: fixed;
}
/* L'en tête */
/* Le Menu */
#menu
{
float:left;
width:120px;
}
.element_menu
{
background-image:url("images/fond-reflet.png");
background-repeat:repeat;
border:5px double black;
margin-bottom:20px;
}
.element_menu h3
{
color:#B3B3B3;
font-family:Arial, "Arial Black", "Times New Roman", Times, Serif;
text-align:center;
}
.element_menu ul
{
list-style-image:url("");
padding:0px;
padding-left:20px;
margin:0px;
margin-bottom:5px;
}
#menu li a
{
display: block;
font-size: 1em;
font-family: Arial, "Arial Black", "Times New Roman", Times, Serif;
font-weight: bold;
text-decoration: none;
color: #000;
background: #fff;
opacity: 0.5;
filter: alpha(opacity:70);
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
}
#menu li a:hover {
opacity: 0;
filter: alpha(opacity:00);
-khtml-opacity: 0;
-moz-opacity: 0;
}
div#mentions {
font-family: Arial, "Arial Black", "Times New Roman", Times, Serif;
position: absolute;
bottom : 200px;
right : 10px;
width: 400px;
margin: 1em;
padding: 0.5em;
background: #FFF7D2;
-moz-border-radius:10px;
border-radius:10px;
line-height: 1.1;
font-size: 0.9em;
}
/* Le Corps */
#corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
color: #B3B3B3;
background-image: url("images/fond-reflet.png");
background-repeat: repeat;
border: 5px double black;
}
#corps h1
{
color: #B3B3B3;
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
height: 30px;
background-image: url("images/16593.png");
background-repeat: no-repeat;
padding-left: 30px;
color: #B3B3B3;
text-align: left;
}
/* Le pied de page */
#pied_de_page
{
padding: 5px;
text-align: center;
color: #B3B3B3;
background-image: url("images/fond-reflet.png");
border: 5px double black;
}