body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	font-weight: bolder;
	background-attachment: fixed;
	background-image: url(images/arriere_plan.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	font-size: 18px;
	color: #F26522;
}
p {
	margin-left: 40px;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #660000;
}
.ml, #contact{
	color: #F26522;
	text-decoration:none;
	font-weight:bold;
}
p a:hover, #contact {
	text-decoration:underline;
	color: #F26522;
	font-weight:bold;
}
#email {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight:bold;
}
li {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.retrait {
	margin-left: 70px;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
}
.blanc {
	font-weight: bold;
	color: #FFFFFF;
}
#footer{
	text-align:center;
	width:100%;
	margin-top:30px;
	line-height:1.3em;
}
#footer p{
	font-size:12px;
	color:#660000;
}
#footer a, #footer a:visited{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color:white;
	text-decoration:underline;
	font-weight:bold;
}

