body {
	font-family: Verdana, Helvetica, sans-serif;
  
   background-color: #939393;
}
#conteneur
{
   margin: auto;
   width: 1024px;

}
#header
{
   background-image: url("../images/structure site/header.jpg");
  width: 1024px;
   height: 193px;
}
#menu
{
   background-image: url("../images/structure site/menu.jpg");
       background-repeat: no-repeat;
   width: 1024px;
   height: 29px;
   text-align: center;
   font-size: 16px;
   padding-top: 25px;
}
#menu a
{
   color: white;
   text-decoration: none;
   margin-left: 15px;
   margin-right: 15px;
}
#menu2
{
   background-image: url("../images/structure site/corps haut.jpg");
     background-repeat: no-repeat;  
   width: 1024px;
   height: 40px;
   padding-left: 128px;
   font-size: 20px;
   padding-top: 35px;
   color: #0000ff
}
#corps
{
  background-image: url("../images/structure site/corps.jpg");
  background-repeat: repeat-y;
   width: 770px;
   padding-left: 127px;
   padding-right: 127px; 
}
#footer
{
   background-image: url("../images/structure site/barre bleue.jpg");
   width: 1024px;
    margin: auto;
     background-repeat: no-repeat;
     height: 57px; 
	 color: #ffffff;
	 font-size: 12px;

  text-align: center;
 padding-top: 55px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}