


body
{
   width: 800px;
   height : 500px;
   margin: auto;
   border : 1px;

}

/* L'en-tête */

#en_tete
{
   background-image:url("../images/header.jpg");
   background-repeat: no-repeat;
   vertical-align: center; 
   padding-top: 300px;
}

#menu
{
width : 300px;
float : left;
	background-image:url("../images/menu.jpg");
	background-repeat: no-repeat;

}



#corps
{
    background-image: url("../images/corps.jpg");
    background-repeat:repeat-y;
}


#foot
{

    background-image: url("../images/foot.jpg");
    background-repeat:no-repeat;
	padding-top : 100px;

}

 .button
 {
 text-decoration : none;
 color : black;
 text-align: justify;
 margin : 0px;
 font-family: arial, serif; /* On essaie d'avoir Arial Black en priorité */
 font-weight : bold;
 line-height: 35px;
 color : black;
 }
 
  .button:hover
 {
 text-decoration : none;
 color : black;
 text-align: justify;
 margin : 0px;
 font-family: arial, serif; /* On essaie d'avoir Arial Black en priorité */
 font-weight : bold;
 line-height: 35px;
 color :#e5cd32;
 }
 
 .admin_button
 {
 color : red;
 text-align : right;
 }
 
 .admin_button:hover
 {
 color : Blue;

 }

 .product_title
 {
 font-size : 18px; 
 }





