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

#corps{
height:1000px; /* on change ici la hauteur de la page !!!!! */
}
#contenu{
position:absolute;
left:120px;
width:660px;
}

#site{
height:1620px;
}
#fond-menuvertical{
height:1230px;
}
#titre_haut{
margin:38px 0 20px 9px;
}

#speech{
width:600px;
height:290px;
padding: 15px 0 10px 50px;
margin-bottom:80px;
}
#speech p.paragr_bleu{
margin:0;
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#0033CC;
text-align:left;
line-height:18px;
letter-spacing:0;
}
#speech p.paragr_normal{
margin:0 35px 0 60px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-align:left;
letter-spacing:0;
}
#speech p.paragr_normal .bleu{
color:#0033CC;
}
#speech p.paragr_normal a{
color:#0033CC;
text-decoration:none;
}

/*____________________________debut du retour des message php______________________________*/

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


/*____________________________debut de footer______________________________*/
#footer{
position:absolute;
top:1620px;
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______________________________*/
