/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-position:center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#conteneur {
width:1000 px;
height:595 px;
}
#header {
width:1000px;
height:150px;
background-image:url(images/Banniere.jpg);
border:1px groove #FFFFFF;
}
#menu {
width:175px;
height:425px;
float:left;
border:1px groove #FFFFFF;
border-spacing:5px;
background-image:url(images/menu.jpg);
padding-left:23px;
padding-top:20px;
}
#contenu {
width:800px;
height:445px;
float:left;
border:1px groove #FFFFFF;
background-image:url(images/contenu.jpg);
}