/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;

}
body{
background:#000;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:941px;
height:569px;
left:50%;
top:50%;
margin-left:-470px;
margin-top:-286px;
background:#000;
}
/***************** LOGO *****************/
#logointro{
width:941px;
height:569px;
background:url(../fond.jpg) no-repeat;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:941px;
height:569px;
}
/***************** FOOTER *****************/
#footer{
float:left;
position:relative;
width:941px;
height:10px;
background:#000;
}
