* { margin:0; padding:0 }

body { background: #F8FBFD; font-family: Arial, Helvetica, sans-serif; text-align: center; cursor:url("img/cursor.ani");}

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

/* Header */
#header { height:192px; background:url(img/header.jpg) no-repeat;text-align:right;vertical-align:top; }

#header #version {
	float:right;
	background:#d9eecf;
	color:#094b4f;
	width:170px;
	text-align:left;
	font-size:9pt;
	padding:6px 5px 0 5px;
	margin:1px 1px 0 0;
}

#header #version img { vertical-align:middle;margin:0 2px; }

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

#menu ul li a {
	text-decoration:none;
	border-right:1px solid #0d747b;
	padding:4px 18px 4px 18px;
	display:block;
	color:#0d747b;
}

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

#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:#880737;
	font-size:10pt;
	position:relative;
	min-height:348px;
	padding:0 20px 15px 20px;
}

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

#corpshaut h2 {
	color:#0099CC;
	background:#f2fbba;
	font-size:10pt;
	padding:3px;
}

#corpshaut .massage {
	padding:5px 20px 5px 20px; 
	margin-bottom:10px;
	background:#f0fee9;
	color:#FF00FF;
}

#corpshaut .cadeau {
	background:url(img/cadeau.jpg) no-repeat 5px 5px;
	color:#0066FF;
	border:1px dashed #0066FF;
	padding:5px 5px 5px 41px;
	width:530px;
	margin:0 auto;
}

#corpshaut .important {
	color:black;
	padding:5px 5px 5px 5px;
	font-size:10px;
	font-style:italic;
	text-align:center;
	width:300px;
	margin:0 auto;
	/*border:3px #f00 double;*/
}

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

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

#corpshaut a.lien {	text-decoration:none; color:#880737;border-bottom:1px dotted #880737; }
#corpshaut a.lien:hover { text-decoration:none; color:#094b4f;border-bottom:1px dotted #094b4f; }

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

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

#corpshaut input, textarea { color:#094b4f; background:#dbf0d1; border:1px solid #094b4f; }
#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:22px; font-size:10pt; line-height:22px; color:#094b4f; 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; }