body {
	background: url(img/fond.jpg) repeat-x #703d1e;
	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 #e9461d; }

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

input, textarea {
	color:white;
	background:#703d1e;
	border:1px solid #f23602;
}


h1 {
	color:#f23602;
	padding:0;
	margin:0;
	font-size:14pt;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:10px;
}


/*************** PAGE ***************/
#header {
	background:url(img/header-02.jpg) no-repeat;
	height:82px;
}
#header-01 {
	background:url(img/header-01.jpg) no-repeat;
	height:26px;
	}
#header-02 {
	background:url(img/header-02.jpg) no-repeat;
	height:80px;
	}

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

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

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

/*************** MENU ***************/
#menu2 {
	margin:0;
	padding:0 5px 0 0;
	background:url(img/header-01.jpg) no-repeat;
	font-size:8pt;
	font-weight:bold;
	width:765px;
	height:25px;
}

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

#menu2 ul li a{
	text-decoration:none;
	display:block;
	padding: 0 5px;
	color:black;
	text-decoration:none;
}

#menu2 ul li a:hover,#menu2 ul li a.active{
	color:white;

	background:url(img/rollovermenu.jpg) repeat-x;
}




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

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

#menu ul li a{
	text-decoration:none;
	padding:5px 12px 6px 12px;
	border-left:1px solid #a2a2a2;
	border-right:1px solid #cccccc;
	display:block;
	color:black;
}

#menu ul li a:hover,#menu ul li a.active{
	color:white;
	background:url(img/rollovermenu.jpg) repeat-x;
}