body
{
   width: 1024px;
   height: 800px;
   margin: auto;  
   background-color: #ffffff;
}

/* L'en-tête */

#logo
{
   float: left;
   width: 220px;
   height: 160px;
   background-image: url("Design/logo.png");
   background-repeat: no-repeat;
}

#en_tete
{
   width: 804px;
   height: 160px;
   margin-left: 220px;
   background-image: url("Design/header.png");
   background-repeat: no-repeat;
}

/* Le menu */

#menu_gauche
{
   float: left;
   margin-top: 30px;
   width: 190px;
}

#menu_gauche img
{
   border: none;
}

#menu_gauche a
{
   text-decoration: none;
   border: none;
}

#menu_gauche_milieu
{
   clear: both;
   float: left;
   width: 190px;
   background-image: url("Design/menu11.png");
   background-repeat: repeat-y;
}

#menu_gauche_bas
{
   clear: both;
   float: left;
   width: 190px;
   height: 15px;
   background-image: url("Design/menu12.png");
}

#mots_cles
{
   width: 180px;
   padding-left: 10px;

}

#mots_cles a
{
   color: #000000;
   text-decoration: none;
   border: none;
}

#mots_cles h1 /* Tous les titres de menus */
{
   font-size: large;
   padding: 0px;
   margin: 0px;
}

#mots_cles h2 /* Tous les titres de menus */
{
   font-size: medium;
   padding: 0px;
   margin: 0px;
}

#mots_cles h3 /* Tous les titres de menus */
{
   font-size: small;
   padding: 0px;
   margin: 0px;
}

#menu_centre_haut
{
   width: 834px;
   height: 59px;
   margin-left: 190px;
   background-image: url("Design/menu_haut.png");
   background-repeat: no-repeat;
}

#menu_centre_milieu
{
   width: 834px;
   margin-left: 190px;
   background-image: url("Design/menu_milieu.png");
   background-repeat: repeat-y;
}

#corps
{
   width: 750px;
   padding-left: 45px;
   padding-top: 10px;
   padding-bottom: 10px;
}

#corps h3, h4, h5, h6 /* Tous les titres de menus */
{
   text-align: left;
   padding-left: 0px;
   padding-right: 25px;
}

#corps h1, h2 /* Tous les titres de menus */
{
   text-align: center;
   padding-left: 0px;
   padding-right: 25px;
}

#corps img
{
   width: 230px;
   padding-left: 450px;
   right: 50px;
   border: none;
}

#corps ul
{
   list-style-type: circle;
   padding: 0px;
   padding-left: 40px;
   margin: 0px;
   margin-left: 5px;
   margin-bottom: 5px;
}

#corps a
{
   color: #000000;
   text-decoration: none;
   border: none;
}

#corps a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
}

#galerie img
{
   border: none;
   text-align: center;
   width: 200px;
   padding: 2px;
}

#galerie a {
	outline: none;
}

#galerie a:hover {   
   text-decoration: none;
   background-color: #ffffff;
}

#galerie a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

#galerie a img.last {
	margin-right: 0;	
}

.legal
{
   text-align: center;
   border: none;
}

.legal a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
}

#menu_centre_bas
{
   width: 834px;
   height: 122px;
   margin-left: 190px;
   background-image: url("Design/menu_bas.png");
   background-repeat: no-repeat;
}

#menu_bas_haut
{
   width: 834px;
   height: 45px;
   margin-left: 190px;
   background-image: url("Design/menu2_haut.png");
   background-repeat: no-repeat;
}

#menu_bas_milieu
{
   width: 834px;
   height: 54px;
   margin-left: 190px;
   background-image: url("Design/menu2_milieu.png");
   background-repeat: no-repeat;
}

#menu_bas_milieu_corps
{
   height: 50px;
   text-align: center;
   padding-left: 50px;
   padding-right: 50px;
}

#menu_bas_milieu_corps table
{
   height: 50px;
   width: 700px;
   text-align: center;
}

#menu_bas_bas
{
   width: 834px;
   height: 27px;
   margin-left: 190px;
   background-image: url("Design/menu2_bas.png");
   background-repeat: no-repeat;
}

#copy
{
   float: left;
   height: 23px;
   margin-left: 188px;
}

#copy a img
{
   text-decoration: none;
   border: none;
}

#copy p
{
   text-align: center;
   text-decoration: none;
   border: none;
}
