body{
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #E9EFF7;
	font-size: 16px;
}
#menu{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	top: 25px;
	margin-left: -473px;
	width: 947px;
	text-align: center;
}
#global {
	position:absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	width: 947px;
	height: 642px;
	margin-left: -473px;
	border: 1px dashed #000;
}
#corps-g{
	margin-top: 5px;
	width:342px;
	height:440px;
	overflow:auto;
}
#corps-d{
	width:316px;
	height:445px;
	overflow:auto;
	font-size:16px;
}
.Style1 {
	font-weight: bold;
}
a{
	color: #704A25;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
p{
	font-size: 12pt;
}
h1{
	font-size: 18pt;
	font-weight: bold;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 0px;
}
.footer{
	text-align: center;
	padding: 10px 0;
	color: #366092;
}
.footer a{
	text-decoration: underline;
	color: #366092;
}
.align_img{
	text-align:center;
	margin: 15px 0;
}
ul{
	margin: 5px 0 0 30px;
}
ul li{
	font-size: 16pt;
}
ul li.sous_liste{
	list-style:none;
	padding: 5px 0;
}
ul li.title{
	list-style:square;
	font-size: 16pt;
	font-weight: bold;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #000;
}
ul li ul li{
	list-style:upper-roman;
}
p{
	margin: 0 0 10px 0;
}
#corps-g .img-left{
	float: left;
}
#corps-g .img-right{
	float: left;
}
#corps-g a img{
	border: 1px solid brown;
	margin: 5px;
}
.menu_a{
	margin-left: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.menu_a:hover{
	color: #fff;
	text-decoration: none;
}
fieldset{
	padding: 10px;
	border: 1px solid white
}
textarea{
	width: 100%;
	background: none;
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 8px;
	overflow:auto;
	font-family: arial;
	font-size: 12pt;
}
input{
	width: 100%;
	background: none;
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 8px;
}
input[type=submit]{
	background-color: #D9C2A2;
}
#contenu img{
	margin-top: 10px;
	margin-bottom: 10px;
}
