body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("../image/fondecransite.png");
background-repeat: no-repeat;
background-position: top;
}
h1
{
text-align: center;
float: top;
}
h3
{
width: 345px;
text-align: center;
background-color: white;
color: blue;
margin-right: 220px;
margin-left: 195px;
border: 2px solid blue;
padding: 10px;
}
#menu
{
width: 480px;
text-align: justify;
background-color: #dcdcdc;
color: black;
border: 2px solid blue;
padding: 10px;
margin-left: 130px;
margin-right: 150px
}
#mention
{
width: 480px;
text-align: center;
font-size: 80%;
background-color: #dcdcdc;
color: black;
border: 2px solid blue;
padding: 10px;
margin-left: 130px;
margin-right: 150px;
margin-top: 20px;
}
a
{
color: red;
text-decoration: none;
}
a:hover
{
color: #dcdcdc;
background-color: red;
}