* { margin:0; padding:0 }

body { background: url(img/fond.jpg) repeat-x #fff; 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:202px; background:url(img/header.jpg) no-repeat;position:relative }
#header a.index { height:202px; display:block; }

/* Menu */
#header #menu { height:17px; font-size:9pt; width:763px; background:url(img/menu.jpg) repeat-x;position:absolute;top:87px;left:1px; }
#header #menu ul { list-style-type:none;display:table;margin:0 auto; }
#header #menu ul li { list-style-type:none; display:table-cell; }

#header #menu ul li a {
	line-height:17px;
	text-decoration:none;
	padding:0px 5px;
	display:block;
	border-right:1px solid #c3070d;
	color:#69020d;
}

#header #menu ul li a:hover,#header #menu ul li a.active{
	color:#fff79b;
	background:url(img/rollovermenu.jpg) repeat-x;
}

#header #menu #noBorderRight { border-right:none; }
#header #menu #noBorderLeft { border-left:none; }

#header #menu ul li.separateur { padding:0 1px; background:url(img/separateur.jpg) no-repeat; }

/* Corps */

#corpshaut, #corpshaut h1, #corpshaut a.lien, #corpshaut input, textarea {
	color:black;
}

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	font-size:10pt;
	position:relative;
	min-height:355px;
	padding:0 20px 20px 20px;
}

#corpshaut h1 {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#a30d0d;
	border-bottom:1px solid #a30d0d;
	font-weight:bold;
	padding:20px 0 0 0;
	margin:0 0 5px 0;
}

#corpshaut #coordonnee {
	width:95%;
	margin:0 auto;
	border-bottom:5px solid #a30d0d;
	border-left:5px solid #a30d0d;
	background:#fff8a4;
	font-style:italic;
	letter-spacing:2px;
	padding:5px;
}

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

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

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

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

#corpshaut table tr td img { border:none;}

#corpshaut img, a img {border: 1px solid #a30d0d; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
#corpshaut a:hover img {border: 1px dashed #a30d0d;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
#corpshaut img.image { padding:0px;background:white }

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

#corpshaut input, textarea { color:black; background:white; border:1px solid #a30d0d; }
#corpshaut .bouton { padding:0px 5px; }
#corpshaut .obligatoire { color:#ff0000; }

#corpshaut .cadre {
	padding:10px;
	border:1px dashed #871814;
}

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

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

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