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

body{	
	margin:0;
	padding:0;
	background:#63514c url(../images/fond.jpg) top left repeat-x;
}

#wrapper {
	width:900px;
	height:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#header{
	margin:0;
	padding:0;
	width:900px;
	height:100px;
	background:url(../images/banniere.jpg) top left no-repeat;
}

#flash1{
	height:295px;
	width:900px;
}

#menu{
	margin:0;
	padding:0;
	position:relative;
	height:29px;
	width:900px;
	background:url(../images/menu.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

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

#menu a{
	margin:0;
	padding:5px 15px 8px 15px;
	color:white;
	text-decoration:none;
}

#menu a:hover{
	color:#AEC3D8;
	text-decoration:none;
	background:#80736D;
}

#menu a.current{
	color:#AEC3D8;
	text-decoration:none;
	background:#80736D;
}

#langue {
	padding:0;
	margin:0;
	float:left;
	margin-left:250px;
	position:absolute;
	left: 400px;
	top: 6px;
	height: 25px;
	width:250px;
}


#corps{
	width:900px;
	background:#FFF;
	height:auto;
	display:table;
}

#corps_texte{
	padding:10px 50px 10px 20px;
	width:800px;
}

.image{
	float:right;
	display:table;
	padding: 5px;
	margin-left: 20px;
	border: 1px solid #899AAE;
}
	
	
#footer{
	background:url(../images/footer.jpg) top left repeat-x;
	width:900px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
}

.footer{
	margin:0 0 0 90px;
}

#footer ul{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#footer li{
	color:#FFF;
	list-style-type:none;
	line-height:38px;
	margin:0 ;
	height:43px;
	display:block;
	float:left;
	text-align:center;
}

#footer a{
	padding:0px 15px 0px 15px;
	color:white;
	text-decoration:none;
	text-align: center;
}

img a:link, img a:visited, img a:hover {
	text-decoration: none;
	background-color: transparent;
}
