

/* MOTEUR DE RECHERCHE */
#recherche {float:left;width:652px;height:auto;}
#recherche #bloc {float:left;width:auto;height:auto;background-color:#F0F0F0;border:1px solid #C9C9C9;padding-bottom:6px;padding-top:6px;}
#recherche #bloc #saisie {float:left;width:200px;margin-right:10px;margin-left:10px;}
#recherche #bloc .button { 
		width:200px; 
		font-family:arial; 
		font-size:11px; 
		border-width : 2px; 
		border-style:outset; 
		border-color:#FFBA00; 
		font-weight:bold; 
		text-transform: uppercase;
		color: #FFFFFF;
		background: #FFBA00; 
		cursor:pointer;
		float:left;
		margin-right:10px;
}


/* LISTE DES DESTINATIONS */
#bloc {float:left;width:652px;margin-top:10px;}
#bloc #destinations {float:left;width:250px;}
#bloc #destinations ul{color:#186622;list-style-type:square;}
#bloc #destinations li a {color:#186622;text-decoration: none;}
#bloc #destinations li a:hover {color:#186622;text-decoration: underline;}
#bloc #dates {float:left;width:auto;}
#bloc #dates ul{color:#000000;list-style-type:none;}


/* BLOC DES LIENS UTILES EN BAS */

.zoneliens {float:left;width:652px;}
.zoneliens .liensutiles {float:left;width:326px;background-color:#F0F0F0;}
.zoneliens .liensutiles ul {list-style-type:square;}
.zoneliens .liensutiles li a {color:#000000;text-decoration:none;} 
.zoneliens .liensutiles li a:hover {color:#000000;text-decoration:underline; }
/* ******************* */
/***********************/



