@charset "utf-8";
#page {
	width: 955px;
	margin: auto;
	height: 695px;
}
#bandeau {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 955px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 955px;
	background-image: url(fond_menu.jpg);
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	clear: none;
	float: right;
	height: 25px;
	width: 120px;
	padding-top: 9px;
	padding-right: 0px;
	padding-left: 0px;
	clip: rect(120px,auto,auto,3px);
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 9px;
	background-position: center center;
	background-image: url(boutons_menu.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#menu li a:hover {
	background-image: url(boutons_menu_hover.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000000;

}
#centre {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 955px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(Fond_centre.jpg);
}

#Pied {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 955px;
	text-align: center;
	background-image: url(fond_pied.jpg);
	color: #3300CC;
}
#Pied ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Pied li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Pied li a {
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

