/* CSS Document */
#conteneur {
top:20px;
position:relative;
width:980px;
height:491px;
margin:auto;
background:url('img/fnd_acc.jpg') no-repeat top left;
}

a#entrer {
position:absolute;
top:358px;
left:850px;
display:block;
height:31px;
width:79px;
background:url('img/entrer.jpg') no-repeat top left;
}
a#entrer:hover {
background:url('img/entrer_over.jpg') no-repeat top left;
}
#txt_acc {
position:absolute;
top:260px;
left:480px;
width:420px;
height:90px;
}
#txt_acc a {
text-decoration:none;
}
#axe-net {
position :absolute;
top:405px;
height:6px;
line-height:6px;
}
#coords {
position :absolute;
top:405px;
left:390px;
width:600px;
height:18px;
line-height:18px;
color:#DECDA9;
font-size:10px;
}
#coords a {
color:#DECDA9;
}
/*********** TEXTE *************/
.texte {color:#DECDA9;text-align:justify;font-size:10px;text-decoration:none;padding:5px;border:1px #fff solid;}
.texte {position:relative;top:400px;width:960px;margin:auto;}
.texte h1, .texte h2 {color:#fff;font-size:12px;margin:5px 0 5px 0;}
.texte p {font-size:12px;margin:10px 0 10px 0;}
.texte a {color:#DECDA9;}
