body {
	font-family: Calibri, Helvetica, sans-serif;
	background-attachment:fixed;
	border-top:none;



}
#conteneur
{
   margin: auto;
   width: 800px;

}
#header
{
   background-image: url("../images/header.png");
  width: 753px;
   height: 156px;
}
#menu
{
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
	width: 753px;
	height: 39px;
	text-align: center;
color-link: #000000;
   font-size: 16px;
	padding-top: 18px;

}
#corps1
{
   background-image: url("../images/corps haut.png");
  width: 753px;
   height: 44px;
 
   font-size: 30px;
   padding-top: 26px;
   color: #3D6AFB

}
#corps
{
  background-image: url("../images/corps.png");
  background-repeat: repeat-y;
   width: 673px;
   padding-left: 40px;
   padding-right: 40px; 
}
#corps2
{
   background-image: url("../images/corps bas.png");
  width: 753px;
   height: 13px;


}
#footer
{
   background-image: url("../images/footer.png");
   width: 800px;
    margin: auto;
     background-repeat: no-repeat;
     height: 50px; 
	 color: #ffffff;
	 font-size: 12px;

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

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