@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	padding:0px;overflow:hidden;
}

body {
	
	color: #fff;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:78%;
}
#bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	margin-bottom:0px;
	margin:0px;
	padding:0px;
}
#container {
	position:absolute;
	margin:0px;
	width:98%;
	z-index:3;
	display:block;
	height:97%;
	overflow:auto;
	padding:0 1% 1%;
	left: -3px;
}
.logo {
	background-image:url(logo3.png);
	background-repeat:no-repeat;
	
	height:160px;
		
	float:left; 
	width:700px;

}
@media screen {
body>div#bg {
	position: fixed;
}
}

#ornament-wrap {margin:0 auto; position:relative;}

#ornament_top {position:absolute; background:url(ornament_lo.png) no-repeat; width:167px; height:110px; right:-15px; top:-10px; z-index:5;}
#ornament_lb {position:absolute; background:url(ornament_lb.png) no-repeat; width:167px; height:110px; left:-15px; bottom:-10px; z-index:5;}
#ornament_rb {position:absolute; background:url(ornament_rb.png) no-repeat; width:167px; height:110px; right:-15px; bottom:-10px; z-index:5;}

* html body {
	overflow:hidden;
}
#main_content {
	
	margin:5px auto 0 auto;
	width:945px;
	background-image:url(bg.png);
	
	
	
	}
#center {
	margin:0 auto;
	width:960px;
	}
div#content {
	display:inline;
	width:820px;
	float:left;
	margin:40px;
	text-align:center;
	}


div#left_content {
	
	display:inline;
	width:430px;
	float:left;
	margin:0 40px 40px 40px;
}
div#right_content {
	width:390px;
	margin:0px 40px 40px 0px;
	float:left;
	display:inline;
}
.bottom_line {
	/*clear:both;*/
	margin:0 auto;
	width:945px;
	color:#444444;
	text-align:right;
}
.bottom_line a {
	color:#333333;
}
a {
	color:#FFFFBF;
	text-decoration:none;
}
h1 {
	/*color:#FFFFBF;*/
	font-size:211%;
	font-weight:normal;
	/*margin-bottom:1em;*/
	text-align:left;
	padding:20px 0 0 40px;

	letter-spacing:0.3em;
}
h2 {
/*	color:#FFFFBF;*/
	font-size:121%;
	font-weight:bold;
	margin:0 0 1em;
	padding:0;
}
h3 {
/*	color:#FFFFBF;*/
	font-size:101%;
	font-weight:bold;
	margin:0 0 1em;
	padding:0;
}
div#content img, div#left_content img, div#right_content img {
	margin-right:1em;
}
ul {
	margin:1em 0 0 2em;
	padding:0;
}
li {
	list-style-image:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
ul.none {
	margin:0;
	padding:0;
}
li.none {
	list-style-image:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.inline li {
	display:inline;
}
p {
	line-height:1.4em;
}
label {
	display:block;
	padding-top:2px;
}
input {
	display:block;
}
form .left_container {
	float:left;
	width:220px;
}
form {
	position:absolute;
	z-index:5;
}
form .right_container {
	float:left;
	width:210px;
}
.left_container input, .right_container input {
	border: 1px solid #006633;
	background-color: #E1EEDB;
}

.submit {border: 1px solid #006633;
	background-color: #E1EEDB;
	margin:1em 0;
	}
.image {margin:0px 20px 20px 0px; float:left; width:40%}

.desc {float:left; width: 50%; }

#top { width:945px; margin:10px auto 0 auto;}

#menu {
float:right;
	width:230px;
	text-align:right;
border-right:1px solid #fff;
padding-right:10px;
margin-top:20px;
}

/*#menu {
margin:25px 0 0 765px;

}*/

#menu ul {
	margin:0;
	
}

#menu ul li {
	list-style:none;


	}


.right {
	float:right;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.notice {
	padding:3px;
	border:1px dashed #FFFFCC;
	background:#669900;
}
td, th {
	vertical-align:top;
	text-align:left;
}
#libelle {background:url(libelle.png) no-repeat center center; height:250px; width:820px;}