html{ 
margin:0px; 
padding:0px; 
} 
body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	/*color: #666666;*/
	text-align: center;
	background-color: #fff;
	background-image: url(imgs/backdoc.JPG);
	background-repeat:repeat-x;
} 
#divMain
{
	/*spécifiez la largeur du cadre que vous souhaitez, si nécessaire*/
	width: 800px;
	margin: auto;
	text-align: left;
	width: 800px;
	background-image: url('imgs/backtop01.JPG');
}

#divbottom
{
text-align: center;
}
#divbottom2
{
text-align: center;
width: 930px;
margin: auto;
text-align: left;
width: 930px;
}
 
a:link { color:#fff ; text-decoration:none ;}

a:visited { color:#fff  ; text-decoration:none ; }

a:hover { color:#ddd ; text-decoration:underline ; }