
#titre_departements {
	position: relative;
	margin-top: 130px;
	margin-left: 20px;
	font-weight: bolder;
	text-align: left;
}


#selection_departements {
	position: relative;
	margin-top: 10px;


}

			#boutons_listes {
				position: absolute;
				top: 5px;
				left: 0px;
				width : 225px;
				font-size: 1.1em;
				text-align: center;
			}
			
				#boutons_listes a {
				color: #0000ff;
				}

			
			#background_departements {	
				width: 196px;
				height: 300px;
				position: absolute;
				top : 40px;
				left : 20px;
			}

			#cadre_liste_departements {
				position: relative;
				width: 200px;
				height: 450px;
				position: absolute;
				/*top : 20px;*/
				top : 120px;
				left : 13px;										
				
			}
				
			
			#liste_departements {
				width: 190px;
				height: 380px;
				overflow: auto;
				position: absolute;
				top: 55px;
				left : 1px;		
			 	padding-left: 3px;
				text-align: left;
				border: solid thin;
				border-color: #707070;
				font-size: 0.9em;
				
				

			}
			
			#menu_deroulant_departements {
				width: 200px;
				height: 30px;
				position: absolute;
				top : 140px;
				left : 15px;	
			

			}
			
			#menu_deroulant_departements select {
				width: 196px;
				
			}

			
			#liste_departements a, #liste_villes a {
				text-decoration: none;
				color : #404040;
				font-size: 0.9em;
			}
			
	
			#liste_departements a:hover {
				color: #000000;
				background-color: #00ff00;
			}
			
			.nbre_chambres_departement_liste {
				position: absolute;
				right: 4px;
				
				
			}

			#total_chambres_departement {
				width : 675px;
				text-align: right;
				position: absolute;
				top : 65px;
				right : 0px;
				font-size: 1.1em;
		
			}
			
			#impression {
				position: absolute;
				left: 241px;
				top : 65px;
				width : 350px;
				font-size: 1.1em;
				text-align: left;
		
			}
			
			#impression a {
				color: #0000ff;
				}
						

			
#selection_villes {
	width : 100%;
	position: absolute;
	top: 125px;
	left : 0px; 
	height : 100px;
	text-align: center;
}


			#cadre_liste_villes {
				position: relative;
				width: 196px;
				height: 400px;
				position: absolute;
				top : 160px;
				left : 10px;										
				background-repeat: no-repeat;
				background-position: center;
			}
			
			#liste_villes {
				position: absolute;
				top: 20px;
				left : 5px;
				width: 190px;
				height: 380px;
				overflow: auto;
				padding-left: 5px;
				text-align: left;
				font-size: 0.9em;
				border: solid thin;
				border-color: #707070;
				
			}
			
			
			#liste_villes a, #liste_departements a {
				text-decoration: none;
				color : #4b4b4b;
				font-size: 1.1em;
			}
	/*		
			#liste_villes a:hover, #menu_villes a:hover {
				color: #000000;
				background-color: #00ff00;
			}
*/
			#ville_selectionnee {
				height: 20px;
				width: 235px;
				line-height: 20px;
				vertical-align: middle;
				position: absolute;
				top : 40px;
				left: 0px;
				text-align: center;
				
			}
 
.lien_liste:hover {
	background-color: #00ff00;
}

 
.lien_liste_vide:hover {
	background-color: #ffca5a;
}

.lien_liste_recherche:hover {
	background-color: #ffca5a;
}

/* --------------------------------------------------------
/*Ces hover ne marche que pour les balises <a> sous MSIE6
/*Ces lignes permettent le changement de couleurs sois MSIE6
/*Pour les autres navigateurs, les lien_liste ci dessus sont pris en compte : utilises pour avoir toute la longueur en couleur
/* --------------------------------------------------------*/

.a_ville_chambres:hover {
	background-color: #00ff00;
}

.a_ville_vides:hover {
	background-color: #ffca5a;
}
/* --------------------------------------------------------*/
	
.separation_departement {
	margin-top: 10px;
	font-size: 1.1em;
	background-color: #e9e9e9;
}


#nombre_villes {
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
}

#bouton_accueil {
	/*position: absolute;
	top : 5px;
	left : 32px;*/
	line-height: 25px;
	vertical-align: middle;

}

#bouton_departements {
	position: absolute;
	top : 32px;
	left : 28px;
}
	
#bouton_villes {
	position: absolute;
	top : 32px;
	left : 130px;
}


