body {
	background-color: #BF1807;
	background-image: url(img/fond.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color:#388F8E;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color:#A61407;
}
p {
	margin-bottom: 7px;
	margin-top: 5px;
}
.boutonMenu {
	height: 28px;
	width: 109px;
	cursor: text;
	cursor: pointer;
	cursor: hand;
}
.centre {
	background-color: #FFFFFF;
	padding: 20px 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.titrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0 15px 15px 15px;
}
li {
	list-style-position: outside;
	list-style-image: url(img/fleche.gif);
	margin: 0 0 10px -18px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 0 11px 0;
}
.credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	margin: 20px 8px 10px 8px;	
}
.credits a:hover {
	text-decoration: underline;
}