
	@import url('style.css');
	@import url('menu.css');
		
	a 
	{
		color:#578A24;
	}
	h2 
	{
		color:#578A24;
	}
	h3 
	{
		color: #669900;
	}	
	.etablissement
	{ 
		font-size: 11px; 
	}
	a:link, a:visited 
	{
		text-decoration: none
	}
	.style1 a:link, .style1 a:visited 
	{ 
		color: #333300 ; 
	}
	.style0 a:link, .style0 a:visited 
	{ 
		color: #999933 ; 
		background: white ; 
	}
	.style0 a:hover , 	.style1 a:hover 
	{ 
		color: #ccff00 ; 
		background-color: black; 
		font-weight:bold;
	}
	.style0 
	{
		background-color:white;
	}
	.style1 
	{
		color:#333300; 
		background-color:#d7f4b5;
	}
	
	#lien_region_choisie 
	{
		background-color:#d7f4b5;
	}	
	#infos-meteo
	{
		list-style-type:none;
		clear:both;		
	}
	#infos-meteo *
	{
		float:left;
	}
	#infos-meteo a
	{
		display:block;
	}
	#infos-meteo #mapquest a
	{
		background-image:url('source/carte_tournante.gif');
		background-repeat:no-repeat;
		background-position:top left;		
		height:70px;
		width:70px; 
	}
	
	#infos-meteo #enviro-canada a
	{
		background-image:url('source/enviro_canada.gif');
		background-repeat:no-repeat;
		background-position:top left;		
		height:70px;
		width:140px;		
	}	
	
	#infos-meteo #mapquest a span
	{
		display:none;
	}
	#infos-meteo #enviro-canada a span
	{
		display:none;
	}
	#infos-meteo #enviro-canada,
	#infos-meteo #portail-regional	
	{
		float:left;
	}
	
	#publicite-texte
	{
		padding-bottom:20px;
	}
	#publicite-couleur
	{
		position:absolute; 
		top:500px; left:0;
	}
	
	#auberges-page
	{
		position:relative; 
		left:425px; top:0; 
		margin-right:425px;
		text-align:center;
	}
	
	#auberges-liste-contenant
	{
		position:relative;
		/* height:450px; */
		width:98%;
		overflow:auto;
		border:solid 2px #578A24;		
	}	
	
	#auberges-liste
	{
		width:550px;
		overflow:hidden;		
		width:99%; 
		text-align:center;		
	}
	
	#regions-liste-contenant
	{
		top:45px;
	}	

	#signature-elements
	{
		top:0px;
	}
		
	
