@charset "utf-8";
/* CSS Document */


@import url("css/menu.css");
@import url("css/logo.css");
@import url("css/footer.css");


body{
/*overflow:hidden;*/
width:980px;
margin:auto;
padding:0;
background-image:url(images/res/maquette_fond.jpg);
background-position:top;
background-repeat:no-repeat;
font-size:12px;

}
.spip_documents_left{
margin-right:10px;
}

.spip_documents_right{
margin-left:15px;
}

.spip_documents_center{
margin-left:15px;
margin-right:10px;
}
#principal{
width:980px;
margin:auto;
}


#header{ 
width:113px;
height:119px;
margin:20px;
float:right;
}

#logo{ 
background-repeat:no-repeat;
width:110px;
height:97px;
outline:none;
float:right;
}

.retour{
clear:both;
}