	body {
		font-size: 100%;
		margin: 0px;
		padding: 0px;
		height: 100%;
		overflow: hidden;
		background-color: white;
		font-size: 12px;
		font-family: arial, helvetica, sans;
		text-align: left;
	}
	img {
		border: 0px;
	}
	a {
		outline: none;	
	}
	#map {
		width: 100%;
		margin-top: 179px;
		height: 300px;
	}
	#bandeau_haut {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		text-align:center;
		
	}
	.menus_selection {
		position: absolute;
		top: 179px;
		left: 0px;
		background-color: #f8f6ea;
		width: 100%;
		display: none;
		border-bottom: 1px solid white;
	}
	.menus_selection ul {
		list-style-type: none;
	}
	.menus_selection ul li {
		width: 22%;
		float: left;
		margin-right: 3%;
	}
	.menus_selection ul li.nettoyer {
		clear: left;
		float: none;
		height: 1px;
		overflow: hidden;
	}
	#menu_empires ul li {
		width: 30%;
	}
	.menus_selection .entete {
		padding: 5px;
		border-top: 1px solid #ccc;
		border-bottom: 1px dotted #ccc;
	}
	.menus_selection ul li ul {
		padding: 0px;
		margin: 0px;
		padding: 5px;
	}
	.menus_selection ul li li, #menu_empires ul li li {
		float: none;
		width: auto;
		padding: 0px;
		font-size: 12px;
		line-height: 1.3em;
	}
	.menus_selection ul li input {
		display: none;
	}
	.menus_selection label {
		color: #2381bf;
	}
	.menus_selection .entete label {
		color: #666;
		font-weight: bold;
		font-size: 13px;
	}
	.menus_selection label:hover {
		color: black;
	}
	.menus_selection form {
		margin: 0px;
		padding: 0px;
		padding-bottom: 1em;
	}
	.menus_selection .liactif {
		background-color: white;
	}
	.menus_selection .liactif .espace {
		background-color: #f8f6ea;
	}
	#noir {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: black;
		opacity: 0.7;
		-moz-opacity: 0.7;
	    filter : alpha(opacity=70); 
	    -ms-filter : alpha(opacity=70); 
		
		z-index: 900;
		display: none;
	}
	
	#affichage {
		position: absolute;
		z-index: 950;
		width: 80%;
		height: 80%;
		overflow: auto;
		top: 10%;
		left: 10%;
		display: none;
		background-color: white;
		padding: 5px;
	}
	
	#affichage .loading {
		text-align: center;
		margin-top:  33%;
	}
	.objets {
		margin: 0px;
		padding: 0px;
		border-bottom: 0px;
		list-style-type: none;
		
	}
	.objets a.afficher {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #6699ff;
		color: white;
		padding: 5px 10px;
		text-decoration: none;
	}
	.objets li {
			background-color: #f8f6ea;
			padding: 10px;
	}
	.objets li.ligne2 {
		background-color: white;
	}
	.objets li .logo {
		float: left;
		width: 150px;
		text-align: center;
	}
	.objets li .contenu {
		margin-left: 160px;
		margin-right: 50px;
		color: #666;
	}
	.objets li .contenu div {
		width: 95%;
	}
	
	.objets li .contenu strong {
		color: black;
	}
	.objets li .titres {
		padding-bottom: 10px;
		color: black;
	}
	.objets li h3, .objets li h4 {
		margin: 0px;
		padding: 0px;
		font-family: arial, helvetica, sans;
	}
	
	#bandeau_selection {
		position: absolute;
		top: 150px;
		left: 0px;
		width: 100%;
		height: 28px;
		
		background-color: #b4cde1;
		
		color: white;
		
		text-transform: uppercase;
	}
	#bandeau_selection sup {
		vertical-align: baseline;	
	}
	#bandeau_selection #afficher, #bandeau_selection a {
		display: block;
		float: left;
		height: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
	}
	#bandeau_selection #afficher {
		background-color: #333333;
		border-right: 0px;
		z-index: 10;
	}
	#bandeau_selection a{
		border-right: 1px solid white;
	}
	#bandeau_selection a {
		text-decoration: none;
		color: white;
	}
	#bandeau_selection a:hover {
		color: black;
	}
	#bandeau_selection a span {
		display: block;
		background: url(imgs/plus.gif) right no-repeat;
		padding-right: 20px;
	
	}
	#bandeau_selection .afficher1 {
		background-color: #2082c3;
	}
	#bandeau_selection .afficher2 {
		background-color: #7cafda;
	}
	#bandeau_selection .afficher3 {
		background-color: #a0c9fd;
	}
