/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #493200;
	margin: 0px;
	background-color: #D9B973;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#conteneur {
	width: 950px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #D9B973;
}
.description {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

#entete {
	height: 110px;
}

.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #493200;
	font-weight: normal;
	line-height: 15.5px;
	text-align: justify;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #493200;
	font-weight: normal;
	line-height: 14px;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #493200;
	font-weight: normal;
	line-height: 14px;
	align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #493200;
	font-weight: bold;
	line-height: 18px;
}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #493200;
	font-weight: bold;
	line-height: 17px;
}
.gras_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;       	
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #000000;
}
a:link { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #000000;}
a:active { color: #000000;}

input {
	background-color: #D9B973;
	border: 1px solid #FCE7B8;
}
textarea {
	background-image: url(images/fond_texte.jpg);
	border: 1px solid #FCE7B8;
	background-repeat: inherit;
}
ul {
	list-style-type: disc;
	list-style-image: url(images/point2.jpg);
	list-style-position: outside;
}
#sous-entete {
	height: 29px;
}
#sous-enteteG {
	text-align: left;
	width: 365px;
	float: left;
}
#sous-enteteD {
	text-align: right;
	width: 99px;
	float: right;
}
#sous-enteteC {
	text-align: center;
	width: 486px;
	float: left;
}
#margeG {
	text-align: left;
	width: 88px;
	float: left;
}
#corps {
	text-align: left;
	float: left;
	height: 510px;
}
#contenuMod {
	text-align: left;
	width: 862px;
	float: left;
	height: 510px;
}
#piedPage {
	text-align: center;
	height: 50px;
	width: 950px;
}
