body
{
height: 100%;
background-color: #000000;
text-align: center;
}


#cadre
{
position: absolute;
left: 50%;
top: 50%;
margin-top: -250px; 
margin-left: -400px; 
background: url(../images/fonds.jpg);
background-position: 0 -36px;
width: 800px;
height: 500px;
border: 2px solid #282828;
}


#logo
{
position: absolute;
top: 140px;
left: 200px;
width: 400px;
height: 135px;
background: url(../images/logo.jpg);
}


#question
{
position: absolute;
padding: 0px 0px 0px 0px;
left: 0px;
top: 60px;
font-size: 20px;
color: #000000;
height: 100px;
width: 100%;
}


.cadrage
{
float : left;
width: 165px;
height: 50px;
}

.lien1, .lien2
{
padding-top: 20px;
float : left;
color : #000000;
/*color: #2F4F4F;*/
}


.lien1
{
width: 200px;
padding-right: 30px;
}


.lien2
{
width: 200px;
padding-left: 30px;
}

.lien1 a, .lien2 a
{
color: #000000;
}


.lien1 a:hover
{
color: #282828;
}


.lien2 a:hover
{
color: #282828;
}