body {
	background: url(img/fond.jpg) #e7d7b1;
	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 #ca5c5c; }

.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:#ab2e2e; }
a.lien:hover { text-decoration: underline;color:#cc1818; }

input, textarea {
	color:white;
	background:#ab2e2e;
	border:1px solid black;
	font-size:9pt;
}


h1 {
	color:#8fc200;
	padding:0;
	margin:0;
	font-size:13pt;
	font-weight:normal;
}


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

#footer {
	background:url(img/footer.jpg);
	height:38px;
	color:#c44949;
	font-size:9pt;
	line-height:10px;
	position:relative;
}

#ghaut {
	background:url(img/ghaut.jpg) top left no-repeat;
	height:167px;
	width:251px;
	margin:0;
	padding:0;
	font-size:9pt;
	text-align:left;
	vertical-align:top;
	position:relative;
	cursor:url(truelle.cur), auto;
}

#dhaut {
	background:url(img/dhaut.jpg) top left no-repeat;
	min-height:412px;
	text-align:justify;
	font-size:10pt;
	padding:0 90px 0 0;
	vertical-align:top;
}

#gbas {
	background:url(img/gbas.jpg) bottom left no-repeat;
	position:relative;
	height:235px;
}

#dbas {
	background:url(img/dbas.jpg) bottom left no-repeat;
	width:514px;
	position:relative;
}

/*************** MENU ***************/


#ghaut dl {margin:0; padding:12px 0 0 0;list-style-type: none;float:left;}
	
#ghaut dl dt {
	list-style-type:none;
	display:block;
	margin:1px 0 1px 63px;
}

#ghaut dl dt a{
	text-decoration:none;
	width:140px;
	display:block;
	padding: 3px 0 3px 28px;
	color:#ab2e2e;
	font-size:10pt;
	font-weight:bold;
	position:relative;
	background:url(img/btmenu.jpg) no-repeat;
}
#ghaut dl dt a:hover,#ghaut dl dt a.active{
	background:url(img/btrollmenu.jpg) no-repeat;
	cursor:url(truelle.cur),auto;
}
#ghaut dl dt:hover{
	cursor:url(truelle.cur),auto;
}#ghaut dl:hover{
	cursor:url(truelle.cur),auto;
}

#titre {
	color:#ab2e2e;
	font-size:14pt;
	font-weight:bold;
	border-bottom:1px solid #e9d7b1;
	margin-bottom:10px;
}