/* CSS Document */
body {
	font-family: Verdana, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#choix-langue {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top: -100px;
	text-align: center;
}
#choix-langue h3 {
	margin-top: 50px;
	color: #0089AE;
	font-size: 12px;
}
#choix-langue img.drapeau {
	margin: 0px 8px 0px 8px;
}
#menu-site-xhtml li {
	display: inline;
	font-size: 10px;
	color: #0089AE;
}
#menu-site-xhtml li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0089AE;
	font-size: 10px;
	text-transform: uppercase;
}
#menu-site-xhtml li a:hover {
	text-decoration: none;
}