body {
	background-image: 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 #3780b9; }

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

input, textarea {
	color:white;
	background:#97c1e6;
	border:1px solid #3780b9;
}


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


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

#titre {
	background:url(img/titre.jpg) no-repeat top;
	height:34px;
	vertical-align:top;
	font-size:14pt;
	text-align:left;
	padding-left: 230px;
	color:#3780b9;
}

#minheight { height:314px;float:right;position:relative; }

#corpshaut {
	text-align:justify;
	padding:0 0 0 0;
	color:#0053a5;
	font-size:10pt;
    position:relative;
	min-height:314px;
	_height:314px;
}

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

#footer {
	background:url(img/footer.jpg);
	height:23px;
	color:white;
	padding-left:176px;
	font-size:10pt;
	line-height:10px;
}

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	font-size:9pt;
	display:block;
	width:179px;
	float:left;
	text-align:right;
	position:relative;
}

#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:#3780b9;
	padding:1px 26px 0px 0;
	height:15px;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:#fe0000;
	background:url(img/rollfondmenu.jpg);
	font-weight:bold;
}

#texte {
	width:565px;
	margin-left:10px;
	float:left;
	padding-bottom:10px;
	position:relative;
}