* { margin:0; padding:0 }

body { background: url(img/fond.jpg); 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:124px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top; }
#header a { height:124px; display:block; }

/* Menu */
#menu { height:26px; font-size:9pt; width:765px; background:url(img/menu.jpg) no-repeat top left; }
#menu ul { list-style-type:none;margin-left:70px; }
#menu ul li { list-style-type:none; display:block; float:left; }

#menu ul li a {
	text-decoration:none;
	padding:6px 10px 5px 10px;
	display:block;
	font-weight:bold;
	color:#b0d02d;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:#0f9de8;
}

#menu ul li.border { color:#b0d02d;padding:5px 0; }

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

/* Corps */
#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:black;
	font-size:10pt;
	position:relative;
	min-height:412px;
	padding:0 25px 15px 290px
}

#corpshaut h1 {
	color:#b0d02d;
	border-bottom:1px solid #b0d02d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	padding:20px 0 2px 0;
	margin:0 0 8px 0;
	font-weight:bold;
}

#corpshaut h2 {
	padding:3px 20px 3px 0;
	text-align:right;
	margin:10px 0 5px 0;
	letter-spacing:10px;
	background:#ceeeff;
	font-weight:bold;
	font-size:10pt;
}

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

#corpshaut .encart { border:3px double #0f9de8; text-align:center;padding:5px;font-style:italic;font-size:11pt;background:#e8f7ff;width:80%;margin:0 auto; }

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

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

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

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

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

#tab {
	background:#e8f8a7;
	width:80%;
}

#tab .row {
	background:#faffe7;
}

#tab .texte {
	padding-left:5px;
}

#tab .prix {
	text-align:center;;
	width:20%;
	vertical-align:middle;
	font-weight:bold;
}

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

/* Bas de page */
#footer { height:23px; font-size:10pt; line-height:23px; color:white; 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; }