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 #F5AB00 solid;
	margin-bottom:5px;
}

img {
	border:1px #0F2E4E solid;
}

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

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


#menu {
	background:url(img/menu.jpg) no-repeat;
	height:24px;
	margin:0;
	padding:0;
}

#menu a {
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-size:9pt;
	display:block;
	padding:4px 5px 5px 5px;
}

#menu a:hover, #menu a.active {
	color:#0E395D;
	background:url(img/rollfondmenu.jpg) repeat-x;
	display:block;
	padding:4px 5px 5px 5px;
}


#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	border:1px solid black;
	color:#8A8B8B;
	padding:5px 15px 20px 25px;
}

#corpsbas {
	background:url(img/corpsbas.jpg) no-repeat bottom;
	vertical-align:top;
	text-align:justify;
	color:#9a141f;
	font-size:10pt;
	height:374px;
}

#corps {
	background:url(img/corps.jpg) no-repeat;
	
}


#text {
	margin-top:10px;
	width:455px;
	margin-left:260px;
	margin-bottom:22px;
	
}
.textpage {
	font-size:9pt;
	color:#0F2E4E;
	text-align:justify;
	padding:30px 15px 20px 5px;
}

.titrepage {
	color:#229BD6;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-right:28px;
	margin-top:30px;
}


a.lien {
	text-decoration:underline;
	color:#248BCC;
}


a.lien:hover {
	text-decoration: underline;
	color:#29CDEF;
}


#footer {
	background:url(img/footer.jpg) no-repeat;
	height:22px;
	color:white;
	font-size:9pt;
}

#textfooter {
	color:#191988;
	font-size:10pt;
}