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

.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:#073a88; }
a.lien:hover { text-decoration: underline;color:#3271d1; }

input, textarea {
	color:black;
	background:#cce0ff;
	border:1px solid #073a88;
}


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


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

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:#073a88;
	font-size:10pt;
	position:relative;
   	padding-top:20px;
	vertical-align:top;
	min-height:386px;
}

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

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

/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	font-size:9pt;
	width:130px;
	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:#073a88;
	margin:3px 0 3px 0;
	padding:2px 0 2px 22px;
	background:url(img/pucemenu.jpg) 7px no-repeat white;
}

#menu dl dt a:hover,#menu dl dt a.active{
	color:white;
	background:#fd8100;
}


#menu a.noBorder{
	border-right-width:0px;
	padding-right:7px;
	background:url();
}

#titre {
	font-size:14pt;
	margin-bottom:10px;
}

#texte {
	width:600px;
	margin-left:150px;
	padding-bottom:30px;
}
/************************************************
				IMAGES
************************************************/
img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; }
div.bloc_image img {
	border:1px solid #ffffff;
	margin:3px;
	padding:2px;
}
div.bloc_image a { text-decoration:none; }
div.bloc_image p#zoomer { text-align:center;font-size:9px; }

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#dddddd;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
	vertical-align: middle;
}
div#signature a { color:#eeeeee; }
div#signature p span{ font-size:10px; }


