#document {
	width:1024px;
	height:100%;
	max-width: 100%;
	margin : 0 auto;
	padding : 0;
	text-align: left;
	/*background-color: #E5E1E0;*/
	overflow: auto !important;
	/overflow: auto;
	-overflow: none;
}

a:link          { color: #444; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
a:visited         { color: #444; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
a:hover       { color: #D15836; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }

.texte-fonce { font-size : 80% }

input, select, textarea { color: #444; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #fff; margin: 2px; padding: 3px; border: solid 1px #c0c0c0 }

body {
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
color: #444;
}


#document h3 { color: #B32F0D; font-size: 120%; line-height: 16px; font-weight: normal; margin:0; padding:0 }


/* BANDEAU DU HAUT */
#bandeauHaut {
	width: 1024px;
	height : 234px;
	padding: 0;
	margin: 0;
}


/* CENTRE */

#contenu {
	float: left;
	width: 824px;
	overflow: auto !important;
	padding: 0 100px 0 50px;
	/overflow: auto;
	-overflow: none;
	background: url(interface/fondcontenu.jpg) no-repeat 0 140px;
}


#galerie {
	position: absolute;
	float : left;
	width: 775px;
	margin: 10px 25px 0 10px;
}

#photogalerie {
	border : 0px solid #444;
	background-color : #ececec;
	float : right;
	margin: 5px 0 5px 3px;
}


#contenu h1 {
	color: #3A5201; font-size: 140%;
	font-weight: normal;
	padding: 0;
}

#contenu h2 {
	color: #3A5201; font-size: 140%;
	border-bottom: 3px solid #E5E1E0;
	font-weight: normal;
	padding: 6px 0 14px 20px;
}

#contenu h3 {
	color: #000; font-size: 120%;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#contenu h4 {
	color: #B32F0D; font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 15px;
}

#contenu p {
	color: #444; font-size: 100%;
	font-weight: normal;
	line-height: 16px;
	padding: 0 15px 0 0;
	text-align: justify;
}


#contenu .plus {
	color: #B17500; font-size: 100%;
	line-height: 16px;
	font-weight: bold;
}


/* BAS */
#bas { clear: both; width: 1024px; height: 200px; padding: 0 0 0 0; text-align: center; font-size: 100%; z-index:900 }
#bas p { color:#fff; margin: 0; line-height: 20px; }
#bas a, a:visited { color:#fff; font-size: 100% }
#bas a:hover { color:#E8D45F; font-size: 100% }

/* FORMULAIRE */
form {
	margin : 0;
	padding : 0;
}
#contenu fieldset {
	border-width : 0;
}
#contenu legend {
	color : #D15836;
	font-weight : normal;
	font-size : 100%;
	margin : 20px 0 0 50px;
	padding : 0;
	width : auto;
	border-bottom : 2px solid #ececec;
}
input, textarea,select {
	font-size : 100%;
	font-family : arial, sans-serif;
	border-width : 1px;
	border-style : solid;
	border-top-color : #8A8A8A;
	border-right-color : #8A8A8A;
	border-bottom-color : #E0E0E0;
	border-left-color : #E0E0E0;
	background-color: #ffffff;
	padding : 1px 2px;
	margin-left : 8px;
}
p.action input {
	width : auto;
	color : #444;
	border-color : #444;
	margin : 0 300px;
}
form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
#contenu p label {
	float: left;
	width: 250px;
	margin-bottom : 8px;
	text-align: right;
	color : #444;
	font-weight : normal;
}
