/*====================Classes elements==========================*/
body{
margin:0;
}

.general{
font-size:11px;
}

label{
cursor:pointer;
}

select{
border:1px solid #7f9db9;
font-size:10px;
}
input{
	font-size:11px;
	margin-left:0px;
	vertical-align:middle;
	//padding:0;
}

img {
border:none;
}

/*======================Classes Generiques==========================*/
.titreCategorie {
	font-size:10px;
	font-weight:bold;
}

/*==========================Conteneur==============================*/

#recherche{
	width:190px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
}

#rechercheTitre{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#009900;
}

#rechercheTitre0{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#009900;
}

#rechercheTitre167{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#ff9933;
}

#rechercheTitre558{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#009999;
}

#rechercheTitre3309{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#0066ff;
}

#rechercheTitre3305{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#ff0033;
}

#rechercheTitre3307{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#ff6633;
}

#rechercheTitre3308{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#cc3399;
}

#rechercheTitre3306{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#009900;
}

#rechercheTitre1085{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#00CCFF;
}

#ligne{
background:url(../images/ligne.gif) left no-repeat;
height:6px;
width:190px;
}

#rechercheM{
	padding:0px 5px;
	margin-left:5px;
	border-left:1px solid #ccc;
}
/*=======================Etablissement============================*/
#camping{
padding-top:10px;
}

#camping select{
margin-top:5px;
}


#ou{
font-size:11px;
font-weight:bold;
margin-top:10px;
}

/*=======================Destination==========================*/
#destination{
margin-top:10px;
}

#destination select{
margin-top:5px;
}

/*=======================Dates==========================*/

#choixDates {
margin-top:10px;
}

#choixDates table{
border-collapse:collapse;
margin-top:5px;
}

#choixDates table td{
padding-right:5px;
padding-bottom:5px;
}

.rechercheAvanceeDiv{
overflow:hidden;
height:0px;
}

#choixDates input {
	cursor:pointer;
	width:75px;
	font-size:10px;
	text-align:left;
	background:#FFFFFF url(../images/calendar.png) no-repeat right;
	border:1px solid #7f9db9;
	padding:1px 0px 1px 2px;
}

/*========================Type d'hébergement=======================*/

#typeHebergement {
	margin-top:10px;
}

#typeHebergementInput {
	//margin-left:-3px;
	margin-top:5px;
}


/*======================Recherche sans dates=====================*/
#rechercheSansDates{
margin-top:20px;
}

/*=====================Submit======================*/

#lancerRecherche {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#boutonSubmit {
	font-size:11px;
	text-align:center;
	//padding-bottom:0px;
	vertical-align:bottom;
	//margin-top:0px;
}

/*===============================CALENDRIER==========================*/

#cal1Container {
	display:none;
	position:absolute;
	left:5px;
	top:150px;
	z-index:2
}
