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; }

img { border:1px solid white; }

.image { padding:2px;background:white; }

.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:#836e2c; }
a.lien:hover { text-decoration:underline; color:#532b03; }

input, textarea { color:white; background:#c38146; border:1px solid black; }

h1 {
	color:#836e2c;
	border-bottom:1px solid #836e2c;
	padding:20px 0 0 0;
	margin:0 0 8px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	font-weight:bold;
}

h2 { background:#8fc200; border:1px dotted #8fc200; padding:3px; }

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

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

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

#footer {
	background:url(img/footer.jpg);
	height:29px;
	color:white;
	text-align:right;
	padding-right:98px;
	font-size:10pt;
	line-height:10px;
}

/*************** MENU ***************/
#menu {
	margin:0;
	padding:21px 0 0 21px; 
	background:url(img/menu.jpg) no-repeat top left;
	font-size:9pt;
	width:157px;
	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;
	display:block;
	color:#532b03;
	padding:4px 0 4px 16px;
	font-weight:bold;
	background:url(img/pucemenu.jpg) no-repeat 7px 9px;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:white;
	background:url(img/rollpucemenu.jpg) #c38146 no-repeat 7px 9px;
}
/***************************************/


#entete {
	background:#d5c7ad;
	color:#333300;
	padding:2px 0 2px 20px;
	font-weight:bold;
}

#contenu {
	float:left;
	padding:0 20px 20px 20px;
	width:525px;
}