	img{border:1px solid #000000;}
	
	.boutonResa {border-width:1px;font-size :11px;font-family: Verdana, Arial, Helvetica, sans-serif;background-color: #32ACD0;color: #FFFFFF;font-weight: bold}
	
	.tableau_recherche {border: 1px solid #32acd0;}
	.cellTitreLot {font-size:14px; font-weight:bold;color:#FFFFFF;background-color: #32acd0;}
	
	/**
	 * Fiche prestataire/prestation >-----------------------------------------------------------------
	 */
	 
	 #tabFicheFormules {
	  	width:100%;
	 }
	 
	 .cellEnteteFormule {
		  background:#e680b3;
		  font-size :11px; 
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-weight: bold;
		  color:#FFFFFF;
		  padding:5px 5px 5px 5px;
	 }
	 
	 .cellFormule1 {
	 	padding:5px 5px 5px 5px;
		background-color : #e29ada;
	 	font-family: arial, helvetica, sans-serif;
	 	color: #FFFFFF;
	 	font-weight:bold;
	 	font-size:11px;
	 }
	 
	 .cellFormule2 {
	 	padding:5px 5px 5px 5px;
		background-color : #a892fa;
 		font-family: arial, helvetica, sans-serif;
 		font-weight:bold;
 		color: #FFFFFF;
 		font-size:11px;
 	}
	 
	 .cellFormule3 {
	 		 font-family: arial, helvetica, sans-serif;
	 		 color: #000;
	 		 font-weight:bold;
	 		 font-size:12px;
	 }	 	  
	 
	 .cellFormuleTC {
			 background-color : #F5CCE0;
	 		 font-family: arial, helvetica, sans-serif;
	 		 color: #000;
	 		 font-size:11px;
	 }
	 
	  .cellFormuleReserver {
			 background-color : #F5CCE0;
	 		 font-family: arial, helvetica, sans-serif;
	 		 color: #000;
	 		 font-size:11px;
	 }
	 
	 .cellFormulePromo {
			 background-color : #F5CCE0;
	 		 font-family: arial, helvetica, sans-serif;
	 		 color: #990000;
	 		 font-size:11px;
	 }
	 
	 .tabFicheHotelChambre {
	 	 border: 1px solid #e680b3;
	 }
	 
	 .descriptif {
		  font-size :11px; 
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  text-align:left; 
	 }
	 
	 .prix {
		  font-size :11px; 
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  text-align:left; 
		  color:#FFFFFF;
		  font-weight: bold;
	 }
	
	 #btn_confirme_formule {
	 	padding-left:5px;
	    background: #32ACD0 url(../../images/icon_panier.gif) no-repeat 0px 0px;
		border-width:1px;
		font-size :14px;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: bold;
		width:180px;
	 }
	 
	 #tab-formules-resa {
	 	width: 90%;
		text-align:center;
		padding: 0;
		margin:5px;
		border-spacing: 0; 
	 }
	 
	 #tab-formules-resa td {
	 	font-size :10px; 
	 	color:#000000;
	 	font-weight:normal;
	 	border-bottom:1px dotted #fff;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
	 
	 .cell_confirme_formule {
	    font-size :11px; 
	 	text-align:right;
	 	padding-top:5px;
	 	padding-bottom:5px;
	 	padding-right:2px;
	 }
	 
	  #formule table {
		/*width:80%;*/
	 } 
	 
	 #formule select {
	  font-size :10px;
      font-family: Arial, Helvetica, sans-serif;
	 } 
	 
	 #formule input {
		 border-width:1px;
		 font-size :12px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 color: #FFFFFF;
		 font-weight: bold;
	 } 
	 
	 #pasdeformules {
		font-family: arial, helvetica, sans-serif;
		font-size:12px;
		font-weight:bold; 
		color:#E83729;
		text-align:center;
	}
	 
	 
	 .lienReserver:link {font-size:11px;font-family: arial, helvetica, sans-serif;color:#FFFFFF;background-color : #32ACD0;text-decoration:none;font-weight: bold;}
	 .lienReserver:active {font-size:11px;font-family: arial, helvetica, sans-serif;color:#FFFFFF;background-color : #32ACD0;text-decoration:none;font-weight: bold;}
	 .lienReserver:visited {font-size:11px;font-family: arial, helvetica, sans-serif;color:#FFFFFF;background-color : #32ACD0;text-decoration:none;font-weight: bold;}
	 .lienReserver:hover {font-size:11px;font-family: arial, helvetica, sans-serif;color:#FFFFFF;background-color : #32ACD0;text-decoration:none;font-weight: bold;}
	 
	/**
	 * Formulaire déjà client >-----------------------------------------------------------------
	 */		
	 		.textBonjour {
	 			font-size :11px;
		    	font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #32ACD0;
				font-weight: bold;
	 		}
	 		
			 #tabDejaClient {
			  	border: 1px solid #DDE7F9;
			  	width: 540px;
			 }
		 
			 /**
				 * Mise en avant d'un champs en cours d'utilisation 
				 */
				#frmDejaClient .focus {
					background: #DDE7F9;
					color: black;
				}
			
				/**
				 * Retour à l'état normal après l'utilisation d'un champs
				 */
				#frmDejaClient .normal {
					background: white;
					color: black;
				}
				
				/**
				 * Pour les clicks sur les labels du formulaires
				 */
				#frmDejaClient label:hover {
					cursor: pointer;	
				}
				
				/**
				 *  Pour mise en évidence des champs obligatoires
				 */
				#frmDejaClient label.obligatoire {
					font-weight: bold;
				}
				
				/**
				 * Mise en forme des bulles d'aide
				 */
				#frmDejaClient a.aide {
					text-decoration: none;
				}
				
				/**
				 * Mise en forme de l'image des bulles d'aide
				 */
				#frmDejaClient a.aide img {	
					margin: 0;
					padding: 0;
					border: 0;
				}
				
				/**
				 * Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide
				 */
				#frmDejaClient a.aide:hover {
					cursor: help;
				}
				
	 /**
	 * Formulaire commande client >-----------------------------------------------------
	 */
	 
	 			/**
				 * Mise en avant d'un champs en cours d'utilisation 
				 */
				#frmCmdClient .focus {
					background: #DDE7F9;
					color: black;
				}
			
				/**
				 * Retour à l'état normal après l'utilisation d'un champs
				 */
				#frmCmdClient .normal {
					background: white;
					color: black;
				}
				
				/**
				 * Pour les clicks sur les labels du formulaires
				 */
				#frmCmdClient label:hover {
					cursor: pointer;	
				}
				
				/**
				 *  Pour mise en évidence des champs obligatoires
				 */
				#frmCmdClient label.obligatoire {
					font-weight: bold;
				}
				
				/**
				 * Mise en forme des bulles d'aide
				 */
				#frmCmdClient a.aide {
					text-decoration: none;
				}
				
				/**
				 * Mise en forme de l'image des bulles d'aide
				 */
				#frmCmdClient a.aide img {	
					margin: 0;
					padding: 0;
					border: 0;
				}
				
				/**
				 * Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide
				 */
				#frmCmdClient a.aide:hover {
					cursor: help;
				}
				
				/**
				 * Mise en forme des cadres 
				 */
				#frmCmdClient fieldset {	
					margin: 0;
					font-style: normal;
					padding: 0 1em 1em;
					border: 1px solid #DDE7F9;
				}
				
				#frmCmdClient legend {	
					font-size:14px;
					font-family:arial,helvetica;
	 				font-weight:bold;
	 				color: #0099CC;
				}
	 
	 /**
	 * ---------------------------------------------------------------------------------------------
	 */
	 
	 /**
	  * Cellule des etapes du formulaire client
	  */
	 .cellEnteteRubFormulaireClient {
	 		background-color : #32ACD0;
	 		font-family:arial,helvetica;
	 		font-weight:bold;
	 		color: #FFFFFF;
	 		font-size:14px;
	 }
	 
	 /**
	  * Cellule des labels
	  */
	 .cellLabelFormulaireClient {
	 		width:120px;
	 }
	 
	 /**
	  * Tableau du formulaire client
	  */
	 .tabFormulaireClient {
	 		width:500px;
	 }
	 
	  /**
	  * Tableau carte bancaire
	  */
	 #tabCarteBancaire {
	 	 border: 1px solid #DDE7F9;
	 	 margin-top:5px;
		 background-color: #32ACD0;
	 }
	 
	 #tabCarteBancaire td {
	 	color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size :10px;
		font-weight:bold;
 	 }
 	
	 /**
	  * Bouton de confirmation d'un commande
	  */
	 #boutonConfirmationResa {
			border-width:1px;
			font-size :14px;
	    	font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #32ACD0;
			color: #FFFFFF;
			font-weight: bold
	}
	
	 /**
	 * Message confirmation client >-----------------------------------------------------
	 */
	
		#tabMessageConfirmation {
		  border: 1px solid #DDE7F9;
		  width:530px;
		}
	
		/**
		  * Cellule entete message
		  */
		 .cellEnteteMessageConfirmation {
		 		background-color : #32ACD0;
		 		font-family:arial,helvetica;
		 		font-weight:bold;
		 		color: #FFFFFF;
		 		font-size:14px;
		 } 
	 
	 /**
	 * ---------------------------------------------------------------------------------------------
	 */
	
	 /**
	 * Panier >-----------------------------------------------------
	 */ 
	 
	   #tabPanierContenu {
		 	 border: 1px solid #DDE7F9;
		   width:540px;
		 }
	 
		 .cellEntetePanierContenu {
			 background-color : #32ACD0;
	 		 font-family: arial, helvetica, sans-serif;
	 		 font-weight:bold;
	 		 color: #fff;
	 		 font-size:14px;
		 }
		 
		 .cellTypePrestatairePanierContenu {
			 background-color : #fff;
	 		 font-family: arial, helvetica, sans-serif;
	 		 color: #000;
	 		 font-weight:bold;
	 		 font-size:14px;
		 }
		 
		 .cellLignePanierContenu {
			 background-color : #DDE7F9;
	 		 font-family: arial, helvetica, sans-serif;
	 		 color: #0099CC;
	 		 font-size:14px;
		 }
		 
		 #tabPanierAction {
		   width:540px;
		 }
		 
		 .boutonPanier1 {
				border-width:1px;
				font-size :11px;
		    	font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #000;
				color: #FFFFFF;
				font-weight: bold;				
				width:135px;
		 }
		 
		 .boutonPanier2 {
				border-width:1px;
				padding:0px;
				margin:0px;
				font-size :11px;
		    font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #E680B3;
				color: #FFFFFF;
				font-weight: bold;
				width:175px;
		 }
		 
		 .boutonPanier3 {
				border-width:1px;
				font-size :11px;
		    	font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #32ACD0;
				color: #FFFFFF;
				font-weight: bold;
				width:175px;
		 }
		 
		 .panierVide {
				font-family: arial, helvetica, sans-serif;
				font-size:14px;
				font-weight:bold; 
				color:#E83729;
		 }
		
	 /**
	  * ----------------------------------------------------------------
	  */
	
	/**
	 * Message d'erreur 
	 */
	
	.msgErreur {
		font-family: arial, helvetica, sans-serif;
		font-size:11px;
		font-weight:bold; 
		color:#E83729;
	}
	
	.msgErreur2 {
		font-family: arial, helvetica, sans-serif;
		font-size:11px;
		font-weight:bold; 
		color:#FF6600;
	}
	
	.msgErreurForm {
		font-family: arial, helvetica, sans-serif;
		font-size:12px;
		font-weight:bold; 
		color:#FF6600;
		text-align:center;
	}
	
	/**
	 * Message d'information (ex : message au pied d'un formulaire)
	 */
	.msgInfos {
		font-family: arial, helvetica, sans-serif;
		font-size:11px;
		font-weight:bold; 
		color:#C0C0C0;
	}
	
	// ----------------------------------
	// Fiches
	// ----------------------------------
		
	.cachediv {
		visibility: hidden;
		overflow: hidden;	
		height: 1px;
		margin-top: -1px;
		position: absolute;
	}
	
	.btn_fermer_info{
		text-align:right;
	}
	
	
	.entete-detail {
		font-size:12px; 
		font-weight:bold;
		color:#242985; 
		background-color:#f3f3f3;
		border-bottom:1px solid #cccccc;
		text-align:center;
	}
	.entete-detail-fermer {
		font-size:12px; 
		font-weight:bold;
		color:#242985; 
		background-color:#f3f3f3;
		text-align:right;
	}
	
	.entete-detail-fermer a{
		font-size:12px; 
		font-weight:bold;
		color:#FFFFFF; 
		background-color:#882a51;
		text-align:right;
		text-decoration:none;
		padding-right : 5px;
	}
	
	.tab-detail {
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		border-top:1px solid #cccccc;
	 	padding : 0px 0px 5px 0px;
	 	width : 730px;
	}
	
	.titre-detail {
		font-weight:bold;
		color:#242985;
		padding-left : 5px;
		padding-bottom : 2px;
		background-color:#FFF;
		text-align: left;
	}
	
	#bloc_resultat fieldset p.plus_info{
		padding-left: 15px;
		text-align:right;
		color:#FFFFFF; 
		margin-bottom:5px; 
		font-size:1em;
		width:730px;
	}
	
	#blocinfo {
		
		text-align:left;
		width:730px;
	}