#document {
	width:1024px;
	margin : 0 auto;
	padding : 0;
	text-align: left;
	height:100%;
	background: url(interface/fdp_03.jpg) bottom right no-repeat;
	overflow: auto !important;
	/overflow: auto;
	-overflow: none;
}

a:link          { color: #281910; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:visited          { color: #281910; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:hover        { color: #BE1459; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

a.lien:link          { color: #440F47; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-left:30px }
a.lien:visited          { color: #440F47; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-left:30px }
a.lien:hover        { color: #BE1459; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-left:30px }

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

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

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


/* BANDEAU DU HAUT */
#bandeauHaut  { background: url(interface/fdp_01.jpg) no-repeat; height: 233px }
#bandeauHaut h1 {
	position: absolute;
	float: left;
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	margin: 180px 0 0 285px;
	*margin: 180px 0 0 50px;
	-margin: 180px 0 0 50px;
}

/* MENU DEROULANT */
#menuDeroulant {
	float:left;
	height : 80px;
	/*width : 750px;*/
	padding: 153px 0 0 250px !important;
	/**padding: 190px 0 0 0;
	-padding: 190px 0 0 0;*/
}


/* COLONNE GAUCHE */
#colonneGauche {
	float:left;
	padding:0; margin:0;
	width: 250px;
	background: url(interface/fdp_02.jpg) top no-repeat;
}

#news {
	float:left;
	width:160px;
	padding:0 45px 0 45px;	
	margin:0;
	background: url(interface/news_02.gif) repeat-y;
}

#news h2 {
	margin:0px;padding:0px;
	font-size:100%;
	color:#BE1459;
}

#news p {
	margin:0px;
	font-size:100%;
	color:#440F47;
}

/* CONTENU */

#contenu {
	float: left;
	padding:0; margin:0;
	width: 764px;
	/*background: url(interface/fdp_03.jpg) bottom no-repeat;*/
}

#galerie {
	position: absolute;
	width: 764px;
	float : left;
}

#photogalerie {
	float : right;
	margin: 15px 0 10px 3px;
}


#contenu h2 {
	color: #FFB500; font-size: 140%;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#contenu h3 {
	color: #003C82; font-size: 110%;
	font-weight: bold;
	border-bottom: 3px solid #ececec;
	margin: 30px 0 10px 15px;
}

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

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

#contenu .bleu  { color: #BD1257; font-size: 110%; line-height: 18px; }


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

#contenu .baseline {
	color: #B17500; font-size: 90%;
	font-style: italic;
	font-weight: normal;
}

/* BAS */
#bas {
	width: 1024px;
	height: 40px;
	float:left;
	clear: both;
	padding: 20px 0 0 0;
	text-align:center;
	font-size:85%;
}
/* FORMULAIRE */
form {
	margin : 0 0 0 100px;
	padding : 0;
}
#contenu fieldset {
	border-width : 0;
}
#contenu legend {
	color : #BD1257;
	font-weight : normal;
	font-size : 100%;
	margin : 20px 0 0 50px;
	padding : 0;
	width : auto;
	border-bottom : 2px solid #BD1257;
}
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: #e7e7e7;
	padding : 1px 2px;
	margin-left : 8px;
}
p.action input {
	width : auto;
	color : #3A0947;
	border-color : #E0E0E0;
	margin : 0 150px;
}
form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
#contenu p label {
	float: left;
	width: 110px;
	margin-bottom : 8px;
	text-align: right;
	color : #281910;
	font-weight : normal;
}
