@charset "UTF-8";
#entete {
	height: 160px;
	width: 725px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	left: 0px;
	background-image: url(images/filet.gif);
}
#menu {
	height: 70px;
	width: 725px;
	background-image: url(images/filet.gif);
	text-align: center;
}
#contenu {
	background-image: url(images/filet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#conteneur #menu ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 0px;
	margin-right: 15px;
}
#conteneur  #menu  ul li {
	display: inline;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#conteneur #menu ul a {
	color: #666666;
	text-decoration: none;
}
#conteneur #menu ul a:hover {
	color: #FF3300;
	text-decoration: none;
}
.espace {
	margin-right: 25px;
}
#piedPage {
	background-image: url(images/piedpage.gif);
	width: 725px;
	margin-top: 0px;
	padding-top: 0px;
	height: 35px;
}
#conteneur {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
#conteneur #entete a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

