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

body {
background: #fff url(../img/str-body.png) no-repeat center 187px;
}


/* CORPS */

div#corps {
position: relative;
margin: 0 auto;
width: 1000px;
}






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


/* CONTENU */

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

h1#titre_page {
padding: 5px 0 0 0;
color: #927a5a;
font-size: 2.5em;
font-family: "Trebuchet MS";
font-weight: normal;
}





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


/* MENU 1 */

div#menu1 {
position: absolute;
top: 150px;
left: 0;
height: 37px;
width: 1000px;
border-bottom: 3px solid #000;
}


/* LANGUES */

div#langues {
position: absolute;
top: 20px;
right: 0;
width: 100px;
height: 20px;
text-align: right;
}

div#langues a:hover, div#langues a.active {
font-weight: bold;
text-decoration: none;
}


/* RESEAUX 1 */

div#reseaux1 {
position: absolute;
z-index: 100;
top: 40px;
right: 0;
width: 140px;
height: 25px;
text-align: right;
}

div#reseaux1 a {
display: inline-block;
vertical-align: top;
width: 30px;
height: 25px;
background-color: #fff;
background-repeat: no-repeat;
background-position: 5px 0;
}

div#reseaux1 a.facebook {
background-image: url(../../partage/img/ico-facebook.png);
}

div#reseaux1 a.twitter {
background-image: url(../../partage/img/ico-twitter.png);
}

div#reseaux1 a.instagram {
background-image: url(../../partage/img/ico-instagram.png);
}

div#reseaux1 a.rss {
background-image: url(../../partage/img/ico-rss.png);
}


/* NEWSLETTER */

div#newsletter {
position: absolute;
top: 75px;
right: 0;
width: 154px;
height: 20px;
}

div#newsletter a {
display: block;
width: 154px;
height: 20px;
background: #fff url(../img/str-newsletter.png) no-repeat 0 0;
}


/* PIED */

div#pied {
height: 100px;
}


/* RETOUR HOME */

div#retour {
position: absolute;
top: 25px;
right: 200px;
width: 214px;
height: 103px;
background: transparent url(../img/str-ded-logo.png) no-repeat 0 0;
}

div#retour a {
display: block;
width: 214px;
height: 103px;
}



/* ELEMENTS PROPRES AUX PAGES INTERNES
-------------------------------------------------------------------------------------------------------------- */


/* Compteur */

div.structure-compteur {
height: 24px;
}

div.structure-compteur li {
float: left;
margin: 0 2px;
width: 23px;
height: 24px;
}

div.structure-compteur li.retour {
float: left;
margin: 0 2px;
width: 120px;
height: 24px;
}

div.structure-compteur a,
div.structure-compteur div.points
{
display: block;
width: 23px;
height: 24px;
line-height: 24px;
text-align: center;
font-size: 1em;
color: #fff;
text-decoration: none;
background: #000;
	      border-radius: 2px;
   -moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

div.structure-compteur li.retour a {
width: 120px;
}

div.structure-compteur li.active a,
div.structure-compteur a:hover
{
color: #fff;
background: #666;
}