*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	min-height: 100%;
	height: 100%;
}
body{
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../img/fd_haut_droite.gif);
	background-position: top;
	background-repeat: repeat-x;
}
img{
	border: none;
}
div#global{
	position: relative;
	width: 990px;
	height: 100%;
	/*height: 100%;*/
	/*min-height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fd_menu.gif);
	background-repeat: repeat-y;
	background-position: left;
}
div#gauche{
	position: relative;
	width: 213px;
	height: 100%;
	/*min-height: 100%;*/
	/*min-height: 526px;*/
	/*background-image: url(../img/fd_menu.gif);
	background-repeat: repeat-y;
	background-position: right;*/
	float: left;
	text-align: right;
}
div#centre{
	position: relative;
	width: 990px;
	height: auto;
	min-height: 100%;
	background-image: url(../img/fin_gauche.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#top{
	position: relative;
	width: 990px;
	height: 93px;
	background-image: url(../img/bandeau_haut.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div#millieu{
	position:relative;
	width: 777px;
	height: auto;
	background-image: url(../img/fd_contenu.jpg);
	background-repeat: no-repeat;
	/*border: solid 1px #fff;*/
	padding-top: 30px;
	padding-bottom: 30px;
	float: right;
	/*border: solid 1px green;*/
}
div#contenu{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*top: 30px;*/
	width: 635px;
	height: auto;
	/*margin-bottom: 30px;*/
	border: solid 1px #b8b9ba;
	/*background-color: #070708;*/
	background-color: #f8e2af;
}
#contenu p{
	padding: 15px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#contenu p.titre_presse{
	font-size: 14px;
	font-weight: bold;
	color: #3d110a;
	border-left: solid 4px #49170f;
	padding: 0px;
	padding-left: 5px;
	margin: 15px;
	border-bottom: solid 1px #49170f;
}
#contenu dl{
	margin-left: 15px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 15px;
}
#contenu dl dt{
	margin-bottom: 4px;
	margin-top: 15px;
	border-left: solid 4px #49170f;
	padding-left: 5px;
}
#contenu dl dd{
	margin-left: 40px;
	padding-top: 3px;
}
#contenu hr{
	color: #814038;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	border: none;
	border-bottom: solid 1px #814038;
	margin-top: 15px;
	margin-bottom: 15px;
}
table{
	margin: 10px;
}
.apercu{
	text-align: center;
	padding: 5px;
}
.legende{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	text-align: center;
}
img.cont-vign{
	border: solid 2px #9eb39a;
}
form{
	margin-left: 140px;
	margin-right: 30px;
}
label{
	/*clear: left;*/
	/*width: 70px;
	text-align: right;
	margin-right: 8px;*/
	/*float: left;*/
	font-weight: bold;
	padding-left: 5px;
	border-left: solid 3px #814038;
	color: #f000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input{
	width: 350px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #814038;
	border: solid 1px #814038;
	height: 16px;
	background-image: url(../img/fd_form.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	padding: 3px;
}
textarea{
	width: 350px;
	height: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #814038;
	border: solid 1px #814038;
	background-image: url(../img/fd_form.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	padding: 3px;
}
div#pied_page{
	position: relative;
	width: 990px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/pied_page.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #b1b1bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: right;
}
#pied_page p{
	/*text-align: center;*/
	padding-top: 17px;
	margin-left: 205px;
}
#pied_page a{
	/*text-align: center;*/
	color: #b1b1bd;
}