body {
	background: #ffffff;
	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; }
.ul1 {
	}
.ul2{
	padding:0 0 0 15px;
	list-style-type:disc;
	}

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

img { border:1px solid #4f2801; }
.galerie {
	margin:4px 4px;
	}
.bordure { background:white;border:1px solid black;}

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

a.lien {	text-decoration:underline;	color:#4f2801; }
a.lien:hover { text-decoration: underline;color:#a92032; }

a {
	text-decoration:underline;
	color:#4f2801;
	}
a:hover {
	text-decoration:underline;	color:#4f2801;
	}
a:active {
	color:#a9203;
	}

input, textarea {
	color:black;
	background:#ccbba7;
	border:1px solid #4f2801;
}


h1 {
	color:#4f2801;
	padding:0;
	margin:0;
	font-size:12pt;
	font-weight:bold;
	padding:155px 0 5px 0;
}


/*************** PAGE ***************/
#header {
	background:url(img/header.jpg) no-repeat;
	height:208px;
}

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

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

#footer {
	background:url(img/footer.jpg);
	height:32px;
	color:#4f2801;
	font-size:10pt;
	text-align:right;
	padding-right:70px;
	line-height:16px;
}

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	font-size:9pt;
	width:203px;
	padding-top:50px;
	text-align:right;
	float:left;
}

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

#menu dl dt a{
	text-decoration:none;
	padding:4px 0px;
	display:block;
	padding-right:28px;
	color:#4f2801;
	background:url(img/pucemenu.jpg) no-repeat right;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:#a92032;
}

#contenu {
	width:448px;
	float:left;
	margin-left:60px;
}

.titre {
	color:#4f2801;
	font-size:12pt;
	font-weight:bold;
	}