* { margin:0; padding:0 }

body { background: url(img/fond.jpg) repeat-x #450b19; font-family: Arial, Helvetica, sans-serif; text-align: center; }

/* Conteneur de la page */
#conteneur { background:url(img/fondtableau.jpg) repeat-y;width:765px; margin:0 auto; }

/* Header */
#header { height:245px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top;position:relative; }
#header a #index { height:245px; display:block; }

/* Menu */
#header #menu {
	font-size:8pt;
	text-align:left;
	width:150px;
	position:absolute;
	top:115px;
	left:58px;
}

#header #menu dl { list-style-type: none; }
#header #menu dl dt { list-style-type:none; display:block; }

#header #menu dl dt a {
	text-decoration:none;
	padding:0px 0px 5px 0px;
	display:block;
	color:#b95123;
	text-transform:uppercase;
}

#header #menu dl dt a:hover,#header #menu dl dt a.active {	color:#deab39; }


#menuhaut { 
	font-size:8pt; 
	position:absolute;
	top:3px;
	right:3px;
}
#menuhaut ul { list-style-type:none;margin-left:2px; }
#menuhaut ul li { list-style-type:none; display:block; float:left; }

#menuhaut ul li a {
	text-decoration:none;
	border-right:1px solid #b95123;
	padding:0px 5px 0px 5px;
	display:block;
	color:#b95123;
	text-transform:uppercase;
}

#menuhaut ul li a:hover,#menuhaut ul li a.active{
	color:#deab39;
}

/* Corps */
#corpshaut {
	background:#450b19;
	text-align:justify;
	color:#deab39;
	font-size:10pt;
	position:relative;
	min-height:302px;
	padding:0 20px 10px 20px;
	line-height:16px;
}

#corpshaut h1 {
	color:#deab39;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
}

#corpshaut .chapeau { color:#555555; font-weight:bold; }

#corpshaut ul { list-style-type: square; list-style-position:inside; }

#corpshaut a.lien {	text-decoration:none; color:#deab39;border-bottom:1px dotted #deab39; }
#corpshaut a.lien:hover { text-decoration:none; color:#b95123;border-bottom:1px solid #b95123; }

#corpshaut .lettrine:first-letter { font-size:2em; float:left;display:block; }

#corpshaut img { border:1px solid #b95123; }
#corpshaut img.image { padding:0px;background:white }

#corpshaut #carte { text-align:center; font-style:italic; }

#corpshaut input, textarea { color:#deab39; background:#450b19; border:1px solid #deab39; }
#corpshaut .bouton { padding:0px 5px; }
#corpshaut .obligatoire { color:#ff0000; }

#corpsbas { background:url(img/corpsbas.jpg) no-repeat bottom;	vertical-align:top; }

/* Bas de page */
#footer { height:44px; font-size:10pt;line-height:20px; color:#f0d894; background:url(img/footer.jpg); }

/* Pied de page */
.kmn {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:white; }
.kmn a { font-size: 11px; text-decoration:underline;color:white; }