@charset "utf-8";
/* CSS Document */
#corps{    /* la hauteur de la page */
height:1320px;
}
#contenu{
position:absolute;
left:120px;
width:660px;
position:relative;

}
#site{
height:1784px;
}
#fond-menuvertical{
height:1380px;
}
#titre_haut{
margin:35px 0 45px 9px;
}

/*____________________________debut du retour des message php______________________________*/

#retour_php{
text-align:center;
width:540px;
position:relative;
margin:auto;
top:-30px;
color:#c20012;
}
/*____________________________fin retour des message php______________________________*/

/*____________________________debut de footer______________________________*/
#footer{
position:absolute;
top:1780px;
text-align:center;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
letter-spacing:1px;
}

#barre_bleu{
background-image: url(../images/contenu/footer_barre_bleu.png);
background-repeat: no-repeat;
width:780px;
height:15px;
line-height:15px;
margin:0;
padding:0;
}


/*____________________________fin de footer______________________________*/

