* { margin:0; padding:0 }

body {
	background: url(img/fond.jpg) repeat-x #8ecf8e;
	font-family: "Lucida Calligraphy", 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:232px; background:url(img/header.jpg) no-repeat;position:relative; }
#header a#index { height:232px; display:block; }

/* Menu */
#menu { height:24px; font-size:9pt; width:765px; background:url(img/menu.jpg) no-repeat top left; font-family: Arial, Helvetica, sans-serif;}
#menu ul { list-style-type:none;display:table;margin:0 auto; }
#menu ul li { list-style-type:none; display:table-cell; }

#menu ul li a {
	line-height:24px;
	text-decoration:none;
	padding:0px 3px;
	display:block;
	color:#76b900;
	border-right:1px solid #76b900;
}

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

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

#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:#424d55;
}

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

#corpshaut ul#sousmenu {  list-style-type:none;display:inline;margin:0 auto;position:absolute;top:18px;right:110px;font-size:8pt; }
#corpshaut ul#sousmenu li { display:inline; }
#corpshaut ul#sousmenu li a { color:#e8901e; padding:0 1px; text-decoration:none}
#corpshaut ul#sousmenu li a:hover, #corpshaut ul#sousmenu li a.active { text-decoration:underline; }

#corpshaut h1 {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	padding:14px 0 0 0;
	margin:0 0 5px 0;
	color:#e8901e;
}

#corpshaut h2 {
	font-size:12pt;
}

#corpshaut h3 {
	font-size:10pt;
	padding:0 0 2px 2px;
	border-bottom:1px solid #76b900;
	border-left:1px solid #76b900;
	margin-bottom:5px;
	background:#E1F2E1;
}

#corpshaut #encart { line-height:20px;border:2px dashed #76b900;text-align:center;padding:10px;}

#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 #e8901e; color:#e8901e;}
#corpshaut a.lien:hover { text-decoration:none; color:#e8901e;border-bottom:1px solid #e8901e; }

#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 #e8901e; filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
#corpshaut a:hover img {border: 1px dashed #e8901e;filter:alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;}
#corpshaut img.image { padding:0px;background:white }

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

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

#corpshaut .cadre {
	padding:10px;
	border:2px dashed #e8901e;
}

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

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

/* texte defilant */
marquee{
	font: normal normal normal 20px/normal "Lucida Calligraphy", Arial, Helvetica, sans-serif;
}