* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}

body {
background: #000000 url('../img/bg.jpg') no-repeat top center;
}

#contenu {
position: relative;
margin: auto;
margin-top: 100px;
width: 677px;
height: 553px;
background: transparent url('../img/contenu.png') no-repeat;
}

p.contenu {
text-align: center;
padding-top: 235px;
font-family: Arial, Verdana;
font-size: 12px;
color: #FFFFFF;
}

a.lien1 {
position: absolute;
display: block;
top: 0;
left: 0;
width: 250px;
height: 220px;
}

a.lien2 {
position: absolute;
display: block;
top: 0;
right: 0;
width: 250px;
height: 220px;
}

a.lien3 {
position: absolute;
display: block;
bottom: 0;
right: 0;
width: 250px;
height: 220px;
}

a.lien4 {
position: absolute;
display: block;
bottom: 0;
left: 0;
width: 250px;
height: 220px;
}

#copyright {
position: relative;
margin: auto;
width: 677px;
background: none;
}

p.copyright {
text-align: center;
padding: 20px 0;
font-family: Arial, Verdana;
font-size: 12px;
color: #283c70;
}

p.copyright a, p.copyright a:visited {
text-decoration: none;
font-family: Arial, Verdana;
font-size: 12px;
color: #283c70;
}

p.copyright a:hover, p.copyright a:active {
text-decoration: none;
font-family: Arial, Verdana;
font-size: 12px;
color: #FFFFFF;
}