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 #bf1b77; }

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

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


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

h2 {
	color:#8b2c95;
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
}

.cadre3{ border:1px solid #8fc200; }

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

#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;
	color:#9a4215;
	font-size:10pt;
    position:relative;
	padding:0 28px 20px 28px;
	min-height:311px;
}

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

#footer {
	background:#C01B79;
	color:white;
	font-size:10pt;
	border:#FFF 1px solid;
}

dl dt {
	padding: 0 0 0 14px;
	background:url(img/puce.jpg) no-repeat left;
}

/*************** MENU ***************/
.margemenu {
	padding-top:9px;
}

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

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

#menu ul li a{
	height:29px;
	width:88px;
	text-decoration:none;
	display:block;
	margin-right:7px;
	color:white;
	background:url(img/bt.gif) no-repeat;width:88px;height:29px;
}

#menu ul li a:hover,#menu ul li a.active {
	color:white;
	background:url(img/rollbt.gif) no-repeat;
	width:88px;
}

#rel {
	position:relative;
}
#menu2 {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	background:#bf1b77;
	float:right;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	font-size:9pt;
	width:254px;
}

#menu2 ul {margin: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;
	color:white;
	padding:2px 6px;
	border-left:1px solid white;
}

#menu2 ul li a:hover,#menu2 ul li a.active{
	color:white;
	background:#9524bf;
}

#titre {
	color:#8b2c95;
	font-size:14pt;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:5px;
	height:60px;
	background:url(img/barretitre.gif)  bottom left no-repeat;
}