
body
{
   width: 996px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   
}

/* entete du site */
#en_tete
{
	width: 860px;
	height: 100px;
		
}

#reco
{
        position: absolute;
        margin-left: 842px;
        margin-top: 109px;
        color: #ffffff;

}

#prix
{
        position: absolute;
        background-image: url("images/bouton_vide.png");
        left: 1050px;
        width: 142px;
        height: 35px;
}


#gauche_menu
{
   float: left; /* Le menu flottera à gauche */
   width: 167px; /* Très important : donner une taille au menu */
   margin-top: 90px;
   
}

#datetitle
{
	font-size: 13px;
	height: 24px;
	text-align: center;
	background-image: url("images/barre_title.png");
}

#block_bas
{
	font-size: 13px;
	text-align: center;
	height: 100px;
	background-color: #EEEEEE;
}

#block_plus
{
    font-size: 9px;
	text-align: center;
	height: 250px;
	background-color: #EEEEEE;
}

#barre_bas
{
	margin-bottom: 8px;
    background-image: url("images/barre_bas.png");
	height: 10px;
	text-align: center;
	color: #DDDDDD;
}

p
{
	color: blue;
	font-size: 25px;
	font-family: impact;
	text-align: center;
}
.important
{
	color: red;
	font-size: 18px;
	font-family: arial;
	text-align: right;
}

#corps
{
   margin-top: 90px;
   margin-left: 180px;
   margin-bottom: 20px;
   padding: 5px;
   font-size: 10px;
   
   color: #000000;
   background-color: #EEEEEE;
      
   border: 1px solid black;
}

#pied_page
{
	margin-top: auto;
	text-align: center;
	font-size: 13px;
	color: #332254;
	height: 23px;
	background-image: url("images/pied_de_page.png");
}
