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 #1f9dcb; }

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

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


h1 {
	color:#ffdd00;
	padding:0;
	margin:0;
	font-size:14pt;
	font-weight:bold;
}


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

#header2 {
	background:url(img/header2.jpg) no-repeat;
	height:255px;
	vertical-align:top;
	text-align:left;
	padding-left:2px;
}

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

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

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

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

#menu ul {margin:0 0 0 10px; padding:0;list-style-type: none;}
	
#menu ul li {
	list-style-type:none;
	display:block;
	float:left;
}

#menu ul li a{
	text-decoration:none;
	border-right:1px solid black;
	display:block;
	padding:3px 10px 3px 10px;
	color:black;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:black;
}

#titre {
	color:#ffdd00;
	text-align:right;
	width:275px;
	float:left;
}

#contenu {
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	width:450px;
}