/*Les differentes DIV de la page */
body{
width:990px;
height:630px;
margin:auto;
margin-top:100px;
}
/*-----------------------------------*/
#conteneur{
position:absolute;
width:990px;
height:535px;
z-index:1;
}
/*--------------------------------*/
/*-----------------------------*/
#navigation{
position:absolute;
width:990px;
height:125px;
top:218px;	
z-index:2;
}
#logo{
float:left;
width:205px;
height:124px;
}
#separation{
float:left;
width:778px;
height:40px;
margin-top:50px;
margin-left:0px;
}

#menu{
float:left;
margin-left:1px;
_margin-top:-5px;
}
/*------------------------------------*/
/*-----------------------------------*/
#sous-menu{
position:absolute;
margin-top:500px;
margin-left:250px;
width:700px;
height:150px;
border:black solid;
border-width:1px;
z-index:3;
}

#s-m-gauche{
float:left;
width:350px;
height:100%;
border:black solid;
border-width:1px;
}

#s-m-droit{
float:left;
width:345px;
height:100%;
border:black solid;
border-width:1px;
}
/*---------------------------------*/
a img{
border-style:none;
}
