#document {
	width:1024px;
	margin : 0 auto;
	padding : 0;
	text-align: left;
	background-color: #FCEDD9;
	overflow: auto !important;
	/overflow: auto;
	-overflow: none;
}

a:link         { color: #272A20; font-size: 13px; font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none }
a:visited         { color: #272A20; font-size: 13px; font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none }
a:hover       { color: #DB6E15; font-size: 13px; font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none }

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

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

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

.gris {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 80%;
color: #444;
}

ul { 
	margin : 5px;
	padding : 0;
}
ul li  { list-style-type: none; margin: 5px 0 5px 45px; padding: 0 0 0 8px }


/* BANDEAU DU HAUT */
#bandeauHaut {
	height : 95px;
	background: url(interface/fond2_01.gif) no-repeat;
}

#bandeauHaut h1  { position: absolute; font-size: 120%; font-family: Georgia, "Times New Roman", Times, serif; margin: 40px 0 0 480px }

/* MENU DEROULANT */
#menuDeroulant {
	float:left;
	height : 25px;
	width: 774;
	padding: 70px 0 0 250px;
	/padding: 70px 0 0 250px;
	-padding: 70px 0 0 250px;
	
}

/* CONTENU */

#contenu {
	float: left;
	width: 1024px;
	background: url(interface/fond2_02.gif) no-repeat;
}

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

#photogalerie {
	float : left;
	margin: 5px 3px 0px 0;
}


#contenu a { color: #272A20; font-weight: normal; }
#contenu a:hover { color: #272A20; font-weight: normal; }

#contenu h2 {
	color: #DB6E15; font-size: 140%;
	font-weight: normal;
}

#contenu h3 {
	color: #DB6E15; font-size: 110%;
	font-weight: normal;
}

#contenu h4 {
	color: #DB6E15; font-size: 100%;
	font-weight: bold;
}

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

#contenu .plus {
	color: #DB6E15; font-size: 110%;
	line-height: 18px;
	font-weight: normal;
}

#contenu .plus2  { color: #db6e15; font-size: 140%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 18px }
#contenu .baseline {
	color: #B17500; font-size: 90%;
	font-style: italic;
	font-weight: normal;
}


/* COLONNE GAUCHE */
#colonneGauche {
	float: left;
	width: 245px;
	padding:0px; margin:0 5px 0 0;
}

#colonneGauche a        { color: #DB6E15; font-size: 100%; font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none; text-align: right; line-height: 18px }
#colonneGauche a:hover  { color: #272A20; font-size: 100%; font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none; text-align: right; line-height: 18px }
#colonneGauche a.actif  { color: #000000; font-size: 100%; font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none; text-align: right; line-height: 18px }

#colonneGauche p        { text-align: right;color: #272A20; font-size: 100%; font-family: Arial, Helvetica, Verdana, sans-serif; text-align: right; line-height: 18px }




/* HAUT DE PAGE */
#paragraphe p.hautpage {
	clear: both;
	margin : 15px 0 0 0;
	padding: 10px 0;
}
#paragraphe p.hautpage a  {
	color : #272A20;
	font-size : 88%;
}

/* FORMULAIRE */
form {
	margin : 0;
	padding : 0;
}
#contenu fieldset {
	border-width : 0;
}
#contenu legend {
	color : #DB6E15;
	font-weight : normal;
	font-size : 100%;
	margin : 20px 0 0 50px;
	padding : 0;
	width : auto;
	border-bottom : 2px solid #DB6E15;
}
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 : #3B2C0F;
	border-color : #3B2C0F;
	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 : #272A20;
	font-weight : normal;
}

