* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}

body {
background: #000000 url('../img/bg.jpg') no-repeat top center;
}

#contenu {
position: relative;
margin: 0 auto;
margin-top: 100px;
width: 677px;
height: 673px;
overflow: auto;
background: transparent url('../img/contenu.png') no-repeat;
}

p.contenu {
position: absolute;
width: 677px;
top: 360px;
text-align: center;
font-family: Arial, Verdana, "Sans Serif";
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;
}

#defil {
position: absolute;
top: 240px;
width: 677px;
margin: 40px 0 0 0;
overflow: hidden;
background: transparent url('../img/bg-defil.png');
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#defil div {
position: relative;
margin: 0 auto;
width: 627px;
overflow: hidden;
padding: 5px 10px;
}

#defil div div {
position: relative;
width: 735px;
overflow: hidden;
}

#defil p {
position: relative;
visibility: hidden;
width: 100%;
color: #fff;
font-family: Arial, Verdana, "Sans Serif";
font-size: 12px;
}

#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;
}
