
/* STRUCTURE GENERALE
-------------------------------------------------------------------------------------------------------------- */

body {
background-position: center 157px;
}



/* STRUCTURE DE CONTENU
-------------------------------------------------------------------------------------------------------------- */


/* CONTENU */

div#contenu { 
padding-top: 200px;
}




/* STRUCTURE DE NAVIGATION
-------------------------------------------------------------------------------------------------------------- */


/* MENU 1 */

div#menu1 {
top: 120px;
width: 1000px;
}


/* RETOUR HOME */

div#retour {
top: 20px;
left: 0;
width: 374px;
height: 92px;
background: transparent url(../img/str-eme-logo.png) no-repeat 0 0;
}

div#retour a {
width: 374px;
height: 92px;
}



