body{
background: url(img/background.jpg) left top repeat-x;
background-color:#e2e2e2;
margin:0;
padding:0;
}


#conteneur {
position:absolute;
left: 50%; 
margin-left: -512px;
margin-top: -8px;
width: 1024px;
}

#header {
background:url(img/header.jpg);
height: 193px;
width: 1024px;
float:left;
}


#text {
width:800px;

margin-left: 112px;
margin-right: 0px;
margin-bottom: 10px;
text-align: justify;


}


#footer {
background: url(img/footer.jpg) no-repeat ;
height: 50px;
width:1024px;
float:left;
padding-top:10px;

text-align:center;
font-size:12px;
color:#000000;
font-weight:bold;
}



a:link { 
color:#660000;
text-decoration:underline; 
border:none;
} 

a:visited {
color:#990000;
text-decoration:underline; 
border:none;
} 


h1{
font-size:21px;
font-weight:bold;
text-align:center;

}

h2{
font-size: 14pt;
font-weight:bold;
line-height:2px;

}

h3{
font-size: 10pt;
}




#menu {
	background: url(img/menu.jpg) no-repeat 0 0; 
	height: 31px;
	width: 1024px;
	float:left;
	margin-bottom:20px;
}

#menu1 a {
	position: absolute;
	left: 160px;
	top: 194px;
	width: 192px;
	height: 31px;
	display: block;

}

#menu2 a {
	position: absolute;
	left: 356px;
	top: 194px;
	width: 75px;
	height: 31px;
	display: block;
}

#menu3 a {
	position: absolute;
	left: 436px;
	top: 194px;
	width: 123px;
	height: 31px;
	display: block;
}

#menu4 a {
	position: absolute;
	left: 566px;
	top: 194px;
	width: 120px;
	height: 31px;
	display: block;	
}

#menu5 a {
	position: absolute;
	left: 693px;
	top: 194px;
	width: 74px;
	height: 31px;
	display: block;	
}

#menu6 a {
	position: absolute;
	left: 771px;
	top: 194px;
	width: 95px;
	height: 31px;
	display: block;	
}

#menu1 a:hover {
  background: url(img/menu.jpg) no-repeat -160px -32px ; 
}

#menu2 a:hover {
  background: url(img/menu.jpg) no-repeat -356px -32px ; 
}

#menu3 a:hover {
  background: url(img/menu.jpg) no-repeat -436px -32px ; 
}

#menu4 a:hover {
  background: url(img/menu.jpg) no-repeat -566px -32px ; 
}

#menu5 a:hover {
  background: url(img/menu.jpg) no-repeat -693px -32px ; 
}

#menu6 a:hover {
  background: url(img/menu.jpg) no-repeat -771px -32px ; 
}

