body {
	background: url(img/fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0;
	margin:0;
}

ul { list-style-type: square;padding:0;margin:0;list-style-position:inside; }

hr {
	border:1px #283e7a dashed;width:75%;
	text-align:left
}

img { border:1px solid #594313; }

.bordure { background:white;border:1px solid black;}

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

a.lien {	text-decoration:underline;	color:black; }
a.lien:hover { text-decoration: underline;color:#e7a20e; }

input, textarea {
	color:#e7a20e;
	background:#594411;
	border:1px solid #5e3007;
}


h1 {
	color:#e7a20e;
	border-bottom:1px solid #594411;
	padding:10px 0 1px 0;
	margin:0 0 5px 0;
	font-size:14pt;
	font-weight:bold;
}

h2 {
	color:#e7a20e;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.cadre3{ border:1px solid #e7a20e}

span {
	font-weight:bold;
	color:#594411;
}
/*************** PAGE ***************/
#header {
	background:url(img/header.jpg) no-repeat;
	height:167px;
}

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

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

#footer {
	background:url(img/footer.jpg);
	height:28px;
	color:#e7a20e;
	font-size:10pt;
	line-height:10px;
}

/*************** MENU ***************/
#menuhaut {
	margin:0;
	padding:0;
	background:url(img/menuhaut.jpg) no-repeat top left;
	font-size:9pt;
	width:765px;
	height:43px;
}

#menuhaut ul {margin:0 7px 0 0; padding:0;list-style-type: none;}
	
#menuhaut ul li {
	list-style-type:none;
	display:block;
	float:right;
}

#menuhaut ul li a{
	text-decoration:none;
	display:block;
	color:#f1cf86;
	font-weight:bold;
	padding:10px 0 9px 0;
}

#menuhaut ul li a:hover,#menuhaut ul li a.active{
	color:#f1cf86;
	text-decoration:underline;
	background:url(img/rollbtmenu.gif) no-repeat  right bottom;
}

#menu {
	margin:0;
	padding:0;
	font-size:9pt;
	width:301px;
	float:left;
}

#menu dl {margin:4px 0 0 0; padding:0;list-style-type: none;}
	
#menu dl dt {
	list-style-type:none;
	display:block;
}

#menu dl dt a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:5px 0 4px 16px;
	color:#3a2c0a;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:black;
	background:url(img/rollbtmenu.jpg) no-repeat;
}

#contenu {
	width:440px;
	margin-left:316px;
}