body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	margin: 0px;
	padding: 0px;
	background-image: url(fond.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#Bandeau {
	/*clear: both;*/
	height: 75px;
	width: 100%;
	background-color: #003366;
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 100px;
}
#Logo {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 71px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#MenuHoriz {
	/*width: 100%;*/
	padding-left: 120px;
	background-color: #003366;
}
#MenuHoriz ul {
	display: inline;
	list-style-type: none;
}
#MenuHoriz li {
	display: inline;
}
#MenuHoriz a {
	background-color: #FFFFFF;
	color: #003366;
	padding-right: 1em;
	padding-left: 1em;
	/*border-bottom: thin solid #003366;*/
	/*border-left: thin solid #003366;*/
	text-decoration: none;
	border-left: thin solid #003366;
	border-right: thin solid #003366;
	-moz-border-radius-topleft: 10%;
	-moz-border-radius-topright: 10%;
	border-bottom: none;
}
#MenuHoriz a:hover {
	background-color: #FFCC99;
	color: #003366;
	text-decoration: none;
	border-left: thin solid #003366;
	border-right: thin solid #003366;
	border-top: thin solid #003366;
	border-bottom: thin solid #003366;
	-moz-border-radius-topleft: 10%;
	-moz-border-radius-topright: 10%;
}
#Container {
	margin: 0px;
	padding: 0px;
}
#Menu {
	background-color: #FFCC99;
	width: 200px;
	color: #003366;
	float: right;
	background-image: url(basmenu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
#TitreMenu {
	background-image: url(hautmenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #003366;
	text-align: center;
	font-variant: small-caps;
	color: #FFCC99;
}
#Contenu {
	/*float: left;*/
	/*width: auto;*/
	padding-left: 180px;
	margin-right: 210px;
}
#Contenu ul li {
	list-style-image: url(puce.png);
}
#BandeauBas {
	background-color: #FFCC99;
	height: 20px;
	margin-right: 210px;
	margin-left: 180px;
	margin-bottom: 1em;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}