/* INITIALISATION ----------------------------------------------------------------------------------- */

* {margin: 0; padding: 0;}
html {
height: 100%;
background-image: url(../images/home/fond-home.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color:#b70c52;
width: 100%;}
img {border: 0; margin: 0;}
img.absmiddle {vertical-align: middle;margin-bottom: .25em;}
.sep {clear:both; display:block;}

form {margin: 0; padding: 0;}
p {margin-bottom: 10px;}
ul {margin-left: 0px;}
a:focus{
outline:0;
} 

:focus{
outline:0;
} 
body {
color: #3F570E;
font-family: Trebuchet MS, Verdana, Arial, Helvetica ;
font-size: 13px;
margin: 0;
padding: 0;
}

/* STRUCTURE GÉNÉRALE ----------------------------------------------------------------------------------- */

.global{
width: 960px;
min-height: 735px;
margin: 0 auto -205px;
}

.conteneur {
width: 960px;
min-height: 735px;
margin: 0 auto; /* MARGE BAS NÉGATIVE EGALE À LA HAUTEUR DU FOOTER */
overflow: hidden;
}

.bandeauHaut {
height: 128px;
text-align: center;
}

.bandeauHaut .goToNewsletter{
float: left;
margin-left: 708px;
margin-top: 72px;
color: #000000;
font-size: 12px;
font-weight: bold;
}

.corpsPage {
min-height: 500px;
}

.entreesSites {
border: solid 1px red;
width: 960px;
text-align: center;
padding-top: 150px;
}

.bandeauBas {
height: 41px;
text-align: center;
}

.bandeauBas .menu {
clear: both;
float: left;
margin-top: -9px;
}

.bandeauBas .menu .menuEntite {
float: left;
}

