body {
	background-image: url(html/images/moulin.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: top center;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.cadre {
	border: 1px solid #000000;
}
.titreVignette {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	/*text-decoration: none;/**/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	border: Aucune;
}
a:visited {
	/*text-decoration: none;/**/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	border: Aucune;
}
a:hover {
	color: #53AB20;
	/*text-decoration: none;/**/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border: Aucune;
}
.formulaire {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53AB20;
}
.cadreVert {
	border: 1px solid #53AB20;
}
a.siteFlash, a.siteFlash:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52AB20;
	font-weight: normal;
	text-decoration: none;
}
a.siteFlash:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52AB20;
	text-decoration: underline;
	font-weight: normal;
}
a.siteFlash:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
#links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#links li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}
#links li a {
	display: block;
	padding: 3px;
	background-color: #DDD;
	border: solid 1px #FFF;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
div#links li a:hover {
	background-color: #333;
	color: #FFF;
}

