@charset "UTF-8";
/* CSS Document */

/*--- DEFINITIONS ELEMENTS BASIQUES-----------------------------------------------------------------------------------------------------*/

a.dp-choose-date {
	height:100%;  
	padding:0px;  
	margin:0px; 
	}
body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3a0d00;
	/* Couleur été  background-color: #3a0d00; */
	background-color: #01c2f3;
	font-size: 12px;
	font-style: normal;
}

#conteneur { /* Conteneur principal */
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.content { /* contenu principal*/
	width: 960px;	
	text-align: left;

}
.left {
	background-image: url(../../images/background_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(../../images/background_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.middle {	/* Centre verticalement une image sur du texte */
	vertical-align: middle;
	margin-right:5px;
	}
#text_center {	/* texte centrer */
	padding:10px;
	margin:6px;
	text-align:center;
	}
#text {	/* texte a gauche */
	padding:10px;
	margin:6px;
	text-align:left;
	}
a img {	/* Supression contour sur images avec un lien */
	border : none; 
}
a {	/* Liens texte */
	text-decoration: none;
	/* Couleur été  color:#f47621; */
	color:#551c0c;
	font-size: 12px;
}
a:hover { /* Liens texte survol*/
	text-decoration: underline;
}
.photo { /* bord blanc + marge a droite*/
	border: 4px solid #FFF;
	margin-right:10px
	}

/*--- ELEMENTS DE PAGE-----------------------------------------------------------------------------------------------------*/

#header {
	width: 960px;	
	text-align: center;
	margin-top: 5px;
	
}

/*--- Colonne de GAUCHE-------------------------------------------------------------------------*/	

#gauche { /* Colonne de gauche*/
	width:370px;
	float:left;
	min-height:100%;
    height:auto!important;
    height:100%;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/*--- Elements commun colonne de GAUCHE & DROITE--------------------------------------*/	
#infos_cotations, #programmes, {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:0px;
	margin-bottom:15px;
	margin-top:5px;
	float:left;
	}
/*--- CONTENU Colonne de GAUCHE------------------------------------*/	
#telechargements {/* Téléchargements*/
	background-image: url(../images/titre_telechargements.gif);
	}
	
/*--- Colonne de DROITE--------------------------------------------------------------------------*/	
#droite {  /* Colonne de droite*/
	width:570px;
	float:right;
	min-height:100%;
    height:auto!important;
    height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/*--- CONTENU Colonne de DROITE------------------------------------*/	
#promotions {/* Promotions*/
	background-image: url(../images/titre_promotions.gif);	
	}
.hotel {
	font-weight:bold;
	font-size:14px;
	color:#00d1fe;
}
.date {
	font-weight:bold;
	font-size:14px;
}
.prix {
	font-weight:bold;
	font-size:18px;
	color:#FF9900;
}
.petit {
	font-size: 10px;
	text-align: left;	
}
.telecharger {
	display:block;
	font-size: 14px;	
	text-align:right;
	}
	#bloc {
	width:370px;
	
	
	float:left;
	/*--------- pour ie6------------- */	
	-margin-top:0px;
	-margin-bottom:0px;
	}
	#contenu_bloc {
	background-image: url(../images/background_contenu_bloc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:5px;
	
	}

	#contenu_bloc_contact {
	background-image: url(../images/background_contenu_bloc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:5px;
	height:160px;
	}
	
#contact {
	float:left;
	width:360px;
		}
#photo {
	float:left;
		}
#coordonnes {
	padding-top:10px;
	}
	#footer {
	float:left;
	width:950px;
	text-align:center;
}
#resa {
	margin-bottom:20px;
	float:left;
	width:475px;
	text-align:center;
}

#groupes {
	margin-bottom:20px;
	float:left;
	width:475px;
	text-align:center;
}

