/* CSS Document */
/*
* {
	margin: 0;
	padding: 0;
	border: 0; 
}*/



/*######################################*/
/* BALISES HTML BASE ###################*/
/*######################################*/


#masque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	-moz-opacity: .5;
	opacity: .5;
  filter:alpha(opacity=50);
	z-index: 9;
}
#choix_langue {
	/*display: none;*/
	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: -105px;
	z-index: 10;
	background: url(img/accueil/langue_bleu1.gif) top left no-repeat;
}
#choix_langue ul {
	display: block;
	width: 157px;
	_width: 212px; /* Hack IE */
	height: 140px;
	margin: 5px 0 0 0;
	padding: 26px 0 0 55px;
	background-color: #32166E;	
	background-image: url(img/accueil/langue_bleu2.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
#choix_langue li {
	padding-bottom: 5px;
	list-style: none;
}
#choix_langue li.titre {
	padding-bottom: 1em;
	font-size: 0.7em;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#choix_langue li a {
	display: block;
	width: 120px;
	height: 16px;
	padding-left: 20px;
	padding-top: 4px;
	background: url(img/accueil/langue_bleu3.gif) left top no-repeat;
	color: #1E4D66;
}
#choix_langue li a:hover {
	background-position: left bottom;
	color: white;
	text-decoration: none;
}
#choix_langue .pied {
	width: 212px;
	height: 5px;
	background: url(img/accueil/langue_bleu4.gif) bottom left no-repeat;
	font-size: 0;
}
#conteneur_global_toutpublic {
	margin: 0 auto;
}
