body{
	background-color: #99995d;
	margin:0px;
	color:black;
	font-family: helvetica;
}
a{
	border:none;
}
a:link{
	color:black;
}

a:hover{
	color: 	#FF0080;
}

a:visited{
	color:black;
}
a:active{
	color:#4E4848;
}
a:visited:hover{
	color: 	#FF0080;
}

#lang_select{
	position: absolute;
	top:5px;
	right: 5px;
}

#lang_select img{
	vertical-align:middle;
	margin-right:5px;
}

#container{
	width:800px;
	margin:auto;
	padding:0px;
	height:700px;
	vertical-align:center;
	box-shadow: 0px 5px 20px #333333;
	overflow-x: hidden;
	overflow-y: auto;
}
#logo{
	color:#000;
	height: 180px;
	background: url('/img/bg_logo3.JPG');
	font-family:Helvetica;
	line-height:40px;}
#logo img{
	margin:20px 0 0 40px;
	height:87px;
	width:200px;
}
#logo h1{
 margin-left: 40px;
}
#logo h2{
 margin-left: 40px;
}

h1,h2{
	margin:0px;
	padding:0px;}



#wrapper{
 /*height:455px;*/
 margin-top: -20px;
 background-color: #f5fcc9;
 border-left: 2px solid green;
 border-right: 2px solid green;
 border-bottom: 2px solid green;
}

#contenu{
	/*float:right;*/
	width: 756px;
	/*margin: 15px;*/
	padding:20px;
	padding-top:0px;
	height:444px;
	overflow:auto;
}

#contenu .chiots{
	width:auto;
	height:auto;
}

#map{
	width:300px;
	height:200px;
}

#signature{
	font-size:0.5em;
	text-align:center;
}