/* BLOC REF NAT ------------------------------- */
#bloc_ref {
background-color:#FFF;
margin-top:15px;
color:#9a7c55;
position:absolute;
width:295px;
}
	/*#bloc_ref.recherche {
	top:1100px;
	}*/
	#bloc_ref.voyage {
	position:absolute;
	top:750px;
	}


#bloc_ref h1 {
font-size:14px;
font-weight:bold;
margin:0px;
margin-left:10px;
}
#bloc_ref h2 {
font-size:12px;
font-weight:normal;
margin:0px;
margin-left:10px;
margin-top:10px;
}
/* fin BLOC REF NAT -------------------------- */

#blackout {
background-color:black; 
opacity:0.8; 
filter : alpha(opacity=90); 
position:absolute; 
top:0px; 
left:0px; 
width:100%; 
height:100%; 
visibility:visible; 
z-index:1;
margin:0 auto;
padding-top:200px;
padding-left:400px;
}
#attente {
margin:0 auto;
}

/* ENTETE DE LA RECH ------------------------ */
/* fil ariane : */
#fil_ariane {
width:645px;
height:35px;
}
#fil_ariane div {
float:left;
color:#FFF;
height:35px;
line-height:35px;
margin-right:10px;
}
	#fil_ariane .selected {
	background-image:url(/images/xml/fil-ariane-fleche-on.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	color:#9a7c55;
	}
	#fil_ariane .off {
	background-image:url(/images/xml/fil-ariane-fleche-off.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	}
		#fil_ariane .off a {
		color:#FFF;
		text-decoration:underline;
		}

/* bloc affiner : */
#affiner_recherche {
background-image:url(/images/xml/recherche/bloc-affiner-haut.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#7c004d;
position:relative;
height:220px;
color:#FFF;
/*padding:10px;*/
width:645px;
margin-bottom:20px;
}
	#affiner_recherche h1 {
	font-size:16px;
	color:#311c08;
	padding-top:10px;
	padding-left:10px;
	}
	#affiner_recherche #nb_voyage {
	width:400px;
	padding:3px;
	padding-left:10px;
	}
	#affiner_recherche #warning {
	background-image:url(/images/xml/recherche/puce-attention-marron.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	height:35px;
	}
		#affiner_recherche .nb_voyage {
		font-weight:bold;
		color:#7c004d;
		font-size:16px;
		}
	#affiner_recherche h2 {
	position:absolute;
	top:85px;
	font-size:16px;

	}
	
#filtres_recherche {
position:absolute;
top:150px;
left:10px;
color:#FFF;
}
	#filtres_recherche label {
	position:absolute;
	left:0px;
	color:#FFF;
	}
	#filtres_recherche select {
	margin-left:160px;
	margin-bottom:2px;
	width:200px;
	color:#311c08;
	}
	
.non_vendable {
background-color:#FFFFFF;
height:80px;
padding:10px;
text-align:center;
}

/* RESULTATS RECH ------------------------ */

#showProd {
/*background-image:url(/images/xml/fond-resultats-bas.gif);
background-position:bottom;
background-repeat:no-repeat;*/
background-color:#FFF;
width:645px;
}

	#showProd .pagination {
	padding:10px;
	text-align:right;
	font-weight:bold;
	}
		#showProd .pagination .page_selectionnee {
		background-color:#7c004d;
		padding:2px 5px;
		color:#fff
		}
		#showProd .pagination a {
		color:#7c004d;
		padding:2px;
		}

	#showProd .resultat_produit {
	width:645px;
	height:240px;
	position:relative;
	text-align:left;
	border-bottom:2px solid #7c004d;
	overflow:hidden;
	}

		#showProd .images_et_px,
		#haut_produit .images_et_px { /* mêmes styles sur recherche et produit */
		float:left;
		/*height:225px;*/
		width:220px;
		padding-left:10px;
		}	
			.images_et_px img.img_produit {
			width:210px;
			height:140px;
			}
			span img.img_produit {
			background-image:url(/images/xml/photo-non-dispo.jpg);
			width:210px;
			height:140px;
			}
			.images_et_px .prix_produit {
			display:block;
			margin:10px;
			}
				.images_et_px .prix_produit span {
				font-size:18px;
				font-weight:bold;
				color:#7c004d;
				}
			#showProd .images_et_px .mention_prix {
			position:absolute;
			left:20px;
			background-image:url(/images/xml/recherche/puce-attention.gif);
			background-repeat:no-repeat;
			width:380px;
			height:40px;
			padding-left:40px;
			color:#9a7c55;
			font-size:11px;
			}
			
		
		
		#showProd .texte_produit,
		#haut_produit .texte_produit { /* mêmes styles sur recherche et produit */
		float:left;
		margin-left:10px;
		width:380px;
		}		
			.texte_produit h2 {
			padding-left:0;
			}
				.texte_produit h2 .titre_dest {
				color:#7c004d;
				}		
			.texte_produit h3 {
			font-size:14px;
			margin-bottom:5px;
			height:30px;
			overflow:hidden;
			}	
				.texte_produit h3 .titre_produit {
				color:#9a7c55;
				}		
			.texte_produit .regime {
			color:#515151;
			font-weight:bold;
			}		
			.texte_produit .descriptif_produit {
			display:block;
			margin-top:10px;
			height:90px;
			width:400px;
			overflow:hidden;
			}	
		
		a.bouton_reserver {
		margin-left:260px;
		width:128px;
		height:31px;
		margin-top:5px;
		display:block;
		color:#ffffff;
		font-weight:bold;
		background-image:url(/images/xml/bt-selectionner.gif);
		background-repeat:no-repeat;
		background-position:right top;
		}
			a:hover.bouton_reserver,
			a:visited.bouton_reserver {
			color:#ffffff;
			cursor:pointer;
			position:relative;
			/*left:5px;*/
			}
				a.bouton_reserver span {
				width:118px;
				line-height:31px;
				padding-left:10px;
				text-decoration:underline;
				}
				
/* FICHE PRODUIT -----------------------------------------*/
#haut_produit {
padding-top:15px;
position:static;
background-color:#FFF;
min-height:245px;
}
	#haut_produit #partie_resa {
	color:#6a260f;
	position:relative;
	width:390px;
	font-weight:bold;
	}
		#partie_resa select {
		color:#311c08;
		font-size:12px;
		}
		#partie_resa input#STEP1 {
		position:absolute;
		right:15px;
		bottom:-20px;
		}
	#haut_produit #photo_produit img{
	width:210px;
	height:140px;
	}
	#haut_produit .mention_prix {
	background-image:url(/images/xml/recherche/puce-attention.gif);
	background-repeat:no-repeat;
	width:380px;
	height:40px;
	padding-left:40px;
	margin-left:20px;
	color:#9a7c55;
	font-size:11px;
	}
	#haut_produit #avis_client {
	height:30px;
	color:#7c004d;
	font-weight:bold;
	padding-left:10px;
	}
		#avis_client .note {
		color:#9a7c55;
		font-size:16px;
		}
		#avis_client a {
		color:#311c08;
		text-decoration:underline;
		}
			#avis_client a span {
			font-size:14px;
			}

#encart_photos_vignettes {
background-image:url(/images/xml/voyage/fond-vignettes.gif);
background-repeat:no-repeat;
width:645px;
height:140px;
}
	#encart_photos_vignettes #vignettes {
	margin-left:18px;
	margin-top:5px;
	width:600px;
	height:100px;
	overflow:auto
	}
		#vignettes a img,
		#vignettes_diapo a img { /* mêmes styles pr vignettes dans l'entete et ds contenu */
		background-color:#000000;
		width:130px;
		height:95px;
		margin:2px;
		border:0;
		/*float:left;*/
		}
		#vignettes_diapo {
		margin-left:32px;
		}
	

#bas_produit {
position:relative;
background-image:url(/images/xml/fond-resultats-bas.gif);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFF;
}
	#bas_produit .contenu_produit {
	background-image:url(/images/xml/voyage/fond-onglets-contenu.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:625px; /* 645 moins le padding */
	padding:10px;
	}	
		
		#bas_produit .contenu_produit h3{
		color:#7c004d;
		}
		
		.contenu_produit .onglets {
		height:45px;
		}
			.contenu_produit .onglets a {
			display:block;
			color:#FFF;
			float:left;
			width:100px;
			font-weight:bold;
			text-align:center;
			font-size:13px;
			margin:6px;
			/*margin-top:22px;*/
			line-height:20px;
			}
			.contenu_produit .onglets a:hover {
			color:#7c004d;
			border-bottom:2px solid #7c004d;
			}
				.onglets a#bt_descriptif {
				width:100px;
				}
				.onglets a#bt_dates {
				width:140px;
				}
				.onglets a#bt_diapo {
				width:100px;
				}
				.onglets a#bt_avis {
				width:50px;
				}
				.onglets a#bt_imprimer{
				width:90px;
				}
				.onglets a#bt_devis{
				width:140px;
				}

#body_devis_sra {
background-color:#FFF;
color:#311c08;
}
	#form_devis_sra select, #form_devis_sra input {
	margin-bottom:5px;
	}
	#form_devis_sra h3 {
	color:#7c004d;
	padding-top:10px;
	padding-bottom:5px;
	}
	#form_devis_sra #coord {
	position:relative;
	margin-left:10px;
	}
	#form_devis_sra #coord label {
	line-height:27px;
	}
	#form_devis_sra #coord input {
	position:absolute;
	left:110px;
	}
	#form_devis_sra #coord select {
	position:absolute;
	left:110px;
	}
		#form_devis_sra #coord #coord_tel {
		/*position:absolute;
		left:400px;
		top:20px;*/
		}
			#form_devis_sra #coord #coord_tel label {
			line-height:27px;
			}
			#form_devis_sra #coord #coord_tel input {
			position:absolute;
			left:110px;
			}
			
	#infos_participants, #infos_diverses {
	margin-left:10px;
	}
	
	#infos_voyage {
	margin-left:10px;
	}
	
	#form_devis_sra #bloc_erreurs {
	position:absolute;
	right:20px;
	top:0px;
	width:300px;
	height:90px;
	overflow:auto;
	border:1px solid red;
	color:red;
	background-color:#FFFFFF;
	}
	
	#form_devis_sra #bt_envoi_devis {
	position:relative;
	left:250px;
	}

#detail_diapo {
width:100%;
padding:0;
margin:0;
	}
	#detail_diapo #photo_diapo {
	text-align:center;
	margin:0;
	}
		#detail_diapo #photo_diapo.agrandissement img {
		width:500px;
		}
		#detail_diapo #photo_diapo.agrandissement[class] img {
		width:auto;
		max-width:600px;
		}
#detail_avis {
width:100%;
padding:0;
margin:0;
	}
	
#detail_descriptif {
text-align:justify;
width:620px;
}
	#detail_descriptif a.bouton_reserver {
	margin-left:480px;
	}

/* bloc etapes de reservation :

#bloc_etape {
position:absolute;
left:15px;
top:750px;
background-color:#009dff;
width:220px;
color:#ffffff;
}
#bloc_etape p{
margin-left:10px;
}

#bloc_etape #titre_etape  {
font-size:17px;
font-weight:bold;
color:#ffffff;
text-align:center;
margin-top:0px;
}
*/

table#tableprix {
margin-left:80px;
border:0;
}
	#tableprix td {
	border:0;
	}
	.mois_calendrier {
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	color:#9a7c55;
	}
	td span.prix_calendrier {
	font-weight:bold;
	display:block;
	color:#9a7c55;
	text-align:right;
	margin-right:20px;
	}

a#lien_haut_page{
height:30px;
display:block;
text-decoration:underline;
/*float:left;*/
margin-left:20px;
/*background-image:url(/images/xml/puce-haut.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:35px;
padding-top:5px;*/
}

/*
.lien_departs_supp {
background-color:#ffffff;
border:1px solid #6a260f;
position:absolute;
top:0px;
left:690px;
width:170px;
padding:10px;
color:#009dff;
}

a.lien_voir_departs_supp {
color:#ffffff;
text-decoration:underline;
display:block;
margin-top:10px;
}
a:hover.lien_voir_departs_supp {
color:#009dff;
}
*/

/* AVIS CLIENT */
.avis_notes {
float:left; width:180px;
border:1px solid #CCC;
margin-right:10px;
padding:5px;
}
.texte_avis {
float:left;
width:380px;
}