body {
	position:relative;
	background:#B3B3B3 url(images/fond.jpg) repeat-x;
	width:885px; 
	margin:auto;
	font-size:12px;
	font-family:Arial;
	text-align:justify;
	color:#969696;
	}

div#corps {
	float:right;
	width:500px;
	padding-right:125px;
	}

div#menu {
	float:left;
	padding-left:125px;
	width:110px;
	}

div#menu ul {
	list-style-image: url(images/puce.jpg);
	margin:0;
	padding:0;
	} 

div#menu li { margin-left:20px; }

h1#header {
	width:885px;
	height:178px;
	background-image:url(images/header.jpg);
	text-indent:-9000px;
	margin-top:0px;
	}

p#footer {
	width:885px;
	height:73px;
	background-image:url(images/footer.jpg);
	margin-bottom:0;
	clear:both;
	color:#939393;
	text-align:center;
}

#conteneur {
	float:left;
	background-image:url(images/corp.jpg);
	background-repeat:repeat-y;
	width:885px;
	height:auto;
	}
	
/*mise en page */	
h2{font-size:13px;border-bottom: 1px dotted #969696;}
a{color:#3C99C5;border-bottom: 1px dotted #3C99C5;text-decoration:none;}
a:hover{border-bottom: 0px dotted #3C99C5;color:#939393;}
a:visited{text-decoration:none;}