body {
	background-image: url(images/fond-body.png);
	background-repeat: repeat-x;
	background-color: #998F8D;
	text-align: justify;
}
div.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	width: 970px;
	background-image: url(images/fond-corps.png);
	background-position: left 132px;
	background-repeat: no-repeat;
}
div.bandeau {
	background-image: url(images/bandeau.png);
	height: 132px;
	width: 970px;
}
div.contenu {
	background-image: url(images/fond-debord.png);
	width: 970px;
	background-repeat: no-repeat;
	background-position: left 300px;
}
ul.footer {
	background-image: url(images/footer.png);
	height: 50px;
	width: 970px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
}
ul.footer a {
	color: #FFFFFF;
}

ul.footer li {
	display: inline;
}

ul.menu {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.menu li a {
	line-height: 27px;
	font-variant: small-caps;
	color: #485B67;
	background-image: url(images/fond-item.png);
	display: block;
	height: 27px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	width: 210px;
	overflow: hidden;
}
ul.menu li {
	margin-bottom: 5px;
}

ul.menu li.over a, ul.menu li:hover a {
	background-image: url(images/fond-item-over.png);
	width: 180px;
	padding-left: 48px;
}
div.corps {
	float: left;
	width: 487px;
	padding-right: 15px;
	padding-left: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #F59740;
	font-size: 20px;
}
h3 {
	color: #0E62BA;
	font-size: 14px;
}
ul.checklist {
	list-style-image: url(images/puce-check.png);
	list-style-position: outside;
}
ul.fleches {
	list-style-image: url(images/puce-fleche.png);
	list-style-position: outside;
}
ul.carres {
	list-style-image: url(images/puce-carre.png);
	list-style-position: outside;
}
div.bas {
	background-image: url(images/bas-page.png);
	clear: both;
	height: 125px;
	width: 970px;
}
div.margeDroite {
	float: left;
	width: 215px;
	text-align: left;
}
p.important {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #0E62BA;
	text-decoration: blink;
}
