body {
	overflow:hidden ;
	background-color: #f0efe4;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
img{
	border:0px;
}
a {
	color: #4a3456;
}
h1 {
	font-size: 18px;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 796px;
	overflow: hidden; /* -> 2 */
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}
#mentionslegales {
	background-color:#FFF;
	font-size: 11px;
	color: #333;
	text-align:justify;
	border:#666;
	position:absolute;
	top: 10px;
	width: 1000px;
	height: 550px;
	margin-left: -500px;
	left: 50%;
	border:thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

#ref {
	font-size: 10px;
	color: #333333;
}
#langues {
	width : 100%;
	margin:10px;
	margin-left:170px;
}
#coordonnees {
	
}
.entrer_langues  {
	float: left;
	margin:0px;
	padding:0px;
	width: 110px;
}
.entrer_langues a:hover {
	color: #990000;
}
.entrer_langues a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
#entrer2  {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#entrer2 a {
	display:block;
	background-image:url(entrer.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	height:22px;

}
#entrer2 a:hover {
	background-image:url(entrer_over.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color: #333;
}
a.lien {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
.lien:hover {
	text-decoration: underline;
	color: #333;
}
