*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-color: #7e090f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1.titre {
	display:none;
}
img{
	border: none;
	margin: 0px;
}
div#fond{
	position: relative;
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fd_global.gif);
	background-repeat: repeat-y;
}
div#global{
	width: 990px;
	height: auto;
	background-image: url(../img/tete-cheval.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
div#top{
	width: 990px;
	height: 131px;
	background-image: url(../img/fd_bandeau.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
}
div#menu{
	width: 990px;
	height: 40px;
	background-image: url(../img/fd_menu.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
}
img.titre{
	margin-left: 424px;
	margin-top: 47px;
}
div#contenu{
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 36px;
	background-color: #d6e982;
	border: solid 1px #f0f9ab;
	padding: 15px;
}
#contenu p{
	text-align: justify;
	margin-bottom: 15px;
}
#contenu ul{
	margin-left: 15px;
}
#contenu li{
	list-style-type: none;
	margin-bottom: 5px;
	text-align :justify;
}
#contenu label{
	width: 150px;
	text-align: right;
	margin-right: 8px;
	float: left;
}
#contenu input{
	width: 230px;
	background-color: #e2e6a2;
	border: solid 1px #79793e;
	margin-bottom: 5px;
}
#contenu textarea{
	width: 230px;
	height: 150px;
	background-color: #e2e6a2;
	border: solid 1px #79793e;
	margin-bottom: 5px;
}
#contenu h1{
	font-size: 14px;
}
#contenu hr{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	height: 1px;
	border-bottom: solid 1px #52533d;
	margin-bottom: 10px;
	padding-top: 10px;
	clear: left;
}
#contenu td.fd_apercu{
	width: 112px;
	height: 112px;
	background-image: url(../img/fd_apercu.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#contenu td.fd_apercu_txt{
	background-image: url(../img/fd_apercu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding: 0px;
}

#contenu td.fd_apercu_txt img{
	margin: 5px;
	border: solid 1px #f0f9ab;
}
#contenu td.fd_apercu_vide{
	width: 112px;
	height: 112px;
}
#contenu td.fd_apercu img{
	/*margin-left: 5px;*/
	margin-top: 5px;
	border: solid 1px #f0f9ab;
}
.chevrons-gras-rouge{
	color: #951212;
	font-weight: bold;
}
div#pied-page{
	width: 990px;
	height: 31px;
	background-image: url(../img/fd_pied-page.gif);
	margin-top: 15px;
}
#pied-page p{
	text-align: center;
	font-size: 10px;
	padding-top: 1px;
}
#pied-page a{
	text-decoration: none;
	color: #52533d;
}