
	form {
		margin: 0;
	}

	div#sejour {
		background: transparent url(../images/fond_sejour.gif) no-repeat;
		width: 774px;
		height: 242px;
		margin: 30px auto 0 auto;
	}
	
	div#sejour #titre_sejour {
		padding-top: 20px;
		padding-left: 50px;
		
	}
	
	div#sejour .gauche {
		font-size: 1.1em;
		font-weight: bold;
		margin-top: 30px;
		margin-left: 45px;
		width: 300px;
		float: left;
	}

	div#sejour .droite {
		font-size: 1.1em;
		font-weight: bold;		
		margin-top: 30px;
		margin-right: 45px;
		width: 300px;
		float: right;
	}
	
	div#sejour input, div#sejour select {
		margin-top: 5px;
		width: 290px;
		font-size: 1em;
		font-weight: bold;
	}
	
	div#sejour input#dateSejour {
		width:270px; 
		margin-right: 5px;
	}

	div#etapes {
		background: transparent url(../images/fond_etapes.gif) no-repeat;
		margin: 0 auto;
		width: 950px;
		height: 30px;
	}

	div#etapes ul li {
		background: transparent url(../images/fleche2.gif) no-repeat 0 7px;
		padding: 8px 50px 5px 20px;
		display: block;
		float: left;
		color: #CCCCFF;
		font-size: .9em;
	}

	div#etapes ul li.active {
		background: transparent url(../images/fleche.gif) no-repeat 0 7px;
		color: #fff;
		font-weight: bold;
	}
	
	div#etapes ul li a{
		color: #E7E7E7;
		text-decoration: none;
	}

	div#etapes ul li a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

	div#location {
		background-color: transparent;
		color: #4d4d4d;
		width: 955px;
		/*min-height: 500px;
		overflow: hidden;*/
		margin: 0 auto;
	}
	
	div#location.etapes {
		margin-top: 20px;
		background-image: url(../images/haut_loc.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	

	div#colonnes {
		/*background: transparent url('../images/fond_droite.jpg') no-repeat 635px 5px;*/
		padding: 0 13px;
		background: transparent url(../images/fond_colonne.jpg) no-repeat top left;
		overflow: hidden;		
	}

	div#colGauche {
		float: left;
		width: 630px;
	}

	div#colDroite {
		float: right;
		width: 317px;
		min-height: 670px;
	}

	div#conteneurDroite {
		margin: 12px 0 0 0;
	}

	div#infos {
		background: transparent url(../images/entete_panier.gif) no-repeat top left;
		padding-top: 3px;
		padding-bottom: 4px;
		/*height: 20px;
		padding-bottom: 4px;*/
	}

	div#infos .basInfos {
		background-color: #FFFFFF;
		width: 303px;
		margin-bottom: 0px;
	}

	div#infos div.pied_infos {
		background: transparent url(../images/bas_infos.gif);
		height: 3px;
		width: 303px;
		overflow: hidden; /* Pour ie 6 */
		margin-bottom: 5px;
	}

	div#infos div.contenuInfos {
		padding: 10px;
		font-size: .9em;
	}

	div#infos div.contenuInfos div.article {
		position:relative;
		border-top: 1px solid #FFFFFF;
		border-bottom:1px solid #C5C5C5;
	}

	div#infos div.contenuInfos div.article div {
		padding: 5px 0;
	}


	div#infos div.contenuInfos div.article div.nom {
		position:relative;
		width:140px;	
	}

	div#infos div.contenuInfos div.article div.qte{
		color:#40679D;
		margin-left:143px;
		position:absolute;
		/*bottom:0;*/
		top: 1px;
		width:47px;
	}


	div#infos div.contenuInfos div.article div.qte div input,
	.article-prix-remive div.qte div input {
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #CBCBCB;
		margin-right: 0.1em;
		margin-left: 0.25em;
		width: 20px;
		color: #555454;
		height: 16px;
		font-size: 11px;
	}

	.article-prix-remive div.qte div input {
		color: #395676;
		font-weight: bold;
		text-align: center;
	}

	div#infos div.contenuInfos div.sstotal{
		position:relative;
	}

	div#infos div.contenuInfos div.sstotal div,
	div#infos div.contenuInfos div.total div{
		padding: 5px 0;
	}

	div#infos div.contenuInfos div.sstotal div.prix,
	div#infos div.contenuInfos div.total div.prix{
		margin-left:219px;
		position:absolute;
		top:1px;
		width:65px;
		text-align: right;	
	}

	div#infos div.contenuInfos div.libelle{
		position: relative;
		width : 215px;
		margin: 0px;
		height: 20px;
		text-align: right;
	}

	div#infos div.contenuInfos div.article div.prix {
		margin-left:220px;
		position:absolute;
		top: 1px;
		width:55px;
		text-align:right;
	}

	div#infos div.contenuInfos div.article div.supprime {
		position:absolute;
		text-align:center;
		top: 1px;
		width:25px;
		margin-left:192px;
	}

	div#infos div.contenuInfos div.article div.supprime a {
		background:transparent url(../images/pictos_droite.gif) no-repeat left -32px;
		display:block;
		height:16px;
		margin-left:7px;
		text-indent:-4000px;
		width:16px;
	}

	div#infos div.contenuInfos div.remise{
		color: #d10101;
		text-align: right;
		padding: 5px 0;
	}
	
	div#infos div.contenuInfos div.total {
		border-top: 1px solid #9c9c9c;
		font-size: 1.1em;
		font-weight: bold;
		position:relative;

	}

	.titreDroite {
		color: #395676;
		font-weight: bold;
		font-size: 11px;
		height: 16px;
		padding-left: 10px;
		/*margin-left: 10px;*/
	}

	.titreDroite div {
		background: transparent url(../images/pictos_droite.gif) no-repeat top left;
		text-indent: 25px;
		height: 16px;
		padding: 0;
	}

	.titreDroite div.panier {
		background-position: left -16px;
	}

	.normal{
		font-weight: normal;
		color: #595959;
	}

	.clear-both{ clear: both; }

  /********  MENU  *********/
	.menu-categorie-article{
		background: transparent url('../images/bg_menu_article.gif') no-repeat left -54px;
		font-size: 1.1em;
		margin:0;
		overflow: hidden; 
		position: relative;
		padding: 0;
		width:100%;
	}

	.menu-categorie-article-padding{
		background: transparent url(../images/point.gif) repeat-x bottom left;
		padding: 10px 5px 0 6px;
	}

	.menu-categorie-article-padding-warp{ padding-left: 8px;}
	.menu-categorie-article-padding-warp-2{ padding-left: 30px;}
	.menu-categorie-article ul{
		margin-left:9px;
		font-weight: bold;
	}

	.menu-categorie-article a{
		color: #6a6a6a;
		font-size: 10px;
		text-decoration: none;
	}

	.menu-categorie-article a:hover {
		color: black;
	}

	.menu-categorie-article ul li a{
		background: transparent url('../images/bg_menu_article.gif') no-repeat left -27px;
		line-height: 27px;
		margin-right: 2px;
		padding-left: 10px;
		display: block;
	}

	.menu-categorie-article ul li a.activ{
		background-position: left top;
		color: #42498F;
	}

	.menu-categorie-article ul li a span{
		background: transparent url('../images/bg_menu_article.gif') no-repeat right -27px; 
		line-height: 27px;
		padding-right: 10px;
		display: block; 
	}

	.menu-categorie-article ul li a.activ span{
		background-position: right top;
	}

	.menu-categorie-article p{
		height: 30px;
		margin : 0;
		padding : 0;
		color: #6a6a6a;
	}

	.menu-categorie-article a img{
		border: 0px;
	}
	/********  FIN MENU  *********/

	.sans-puce{	
		list-style-type: none;
	}

	.sans-margin-padding{
		margin: 0px;
		padding: 0px;
	}

	ul.puce-ligne li{
		float: left;
	}

	.nobr{ white-space: nowrap; }

	div#liste_articles {
		clear: both;
		padding-left: 5px;
	}

	div#liste_articles .article{
		width:627px;
		background: transparent url(../images/bg_article.gif) no-repeat left bottom;
		margin-top: 5px;
	}

	.article-warp {
		background : transparent url(../images/bg_article.gif) no-repeat scroll -627px -893px;
		padding: 5px 25px 5px 5px;
		position: relative;
		color: #595959;
	}

	.article-warp h3{
		margin: 5px 5px 10px 0;
		text-indent: 40px;
		padding: 0px;
		line-height:20px;
		font-size: 1.3em;
		height: 20px;
	}

	.article-warp hr{
		display:block;
		height: 1px;
		margin: 5px 0px 5px 10px;
		padding: 0;
		border: 0;
		border-bottom: 1px dotted #666666;
	}

	.contenu_article{position: relative;}

	.article-bloc-reservez{
		position: relative;
		text-align: center;
		float: right;
		width: 153px;
		margin-top: 10px;	
	}

	.submit-reservation a {
		background: transparent url('../images/bg_submit_reservation.gif') no-repeat scroll right top;
		height: 30px;
		display: block;
		color: #fff;
		font-size: 1.1em;
	}

	.submit-reservation a span{
		background: transparent url('../images/bg_submit_reservation.gif') no-repeat scroll 0 -60px;
		line-height: 30px;
		display: block;
		text-align:center;
		padding: 0 30px 0 10px;
		text-transform: uppercase;
	}

	div.details {
		position: relative;
		width: 430px;
		margin-top: 20px;
		/*top: 30px;*/
	}

	.article-details, .article-autre-mod {
		background: transparent url('../images/icon-produit.gif') no-repeat 10px -50px;
		text-align: center;
		float: right;
		/*position: absolute;
		top: 9px;*/
		text-indent: 40px;
	}

	.article-details{ left: 216px; }
	.article-autre-mod{	left: 306px; background-position: 10px -50px;}

	.article-autre-details {
		background: transparent url('../images/icon-produit.gif') no-repeat 10px 0px;
		position: absolute;
		margin-left: 290px;
		top: 1px;
		text-align: left;
		width: 150px;
		text-indent: 40px;
	}

	.article-photo{
		margin-left:30px;
		position:relative;
		width:400px;
		
	}

	.article-photo img{
		margin: 10px 0;
		border: 0;
	}

	img.photo_option_1, img.photo_option_2 {position:absolute;}
	img.photo_option_1{ left: 30px; top: -20px;}
	img.photo_option_2{ left: 130px;}

	.denomination{
		position: relative;
		padding-left: 30px;
		padding-top: 1px;
		width: 280px;
	}


	.article-prix-remive {
		background: transparent url('../images/bg_article.gif') no-repeat -2508px -449px;
		position: relative;
		height:38px;
		font-weight: bold;
	}
	.article-prix-remive div.prix_remise {
		color: #395676;
		font-size: 1.3em;
		float: right;
	}

	.article-prix-remive div.qte {
		float: left;
		margin-top: 3px;
		padding-left: 0px;
		width:50px;
	}

	.article-prix-remive div.qte div img {
		padding: 0px;
		margin: 0px;

	}

	.bleu{ color: #395676;}

	.sous-articles{display:none; zoom:1;}

	.suivantDispo{
		color: #a3a3a4;
		font-size: .9em;
		margin-left: 30px;
	}
	
	.descr {
	 	font-size: .8em;
	 	/*color: #ccc;*/
	 	padding-left: 40px;
	}

/** DETAILS **/

div#detail_conteneur {
	width: 600px;
}

div#detail_colGauche {
	background: #fff url(../images/bg_details_photo.gif) no-repeat top left;
	width: 270px;
	float: left;
}

div#detail_colGauchePied {
	background: #fff url(../images/bg_details_bottom.gif) no-repeat top left;
	width: 270px;
	height: 9px;
}

div#detail_colGauche div#detail_photo {
	text-align: center;
	padding: 30px 0;
}

div#detail_colDroite {
	float: right;
	width: 320px;
}

div#detail_conteneur div#detail_colDroite div.detail_texte {
	padding-right: 20px;
}

div#detail_conteneur .detail_titre {
	font-weight: bold;
	font-size: 1.5em;
}

.transferProduct
{
	border: 1px solid #6CAF00;
	background-color: #DDDDDD;
	opacity:0.5;
}

.details-fiche-item {
	border-top: 1px solid #1B5793;
}

.details-fiche-item h3 {
	font-size: .9em;
	font-weight: bold;
}
/** FIN DETAILS **/


/** DEBUT SLIDER **/

/**************************/
.choix_dates {
	position: relative;
	margin-bottom: 10px;
}

.detailJours {
	font-size: 1em;
}
.ui-slider { width: 151px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 19px; width: 15px; top: -10px; left: 0px;  background-image: url(../images/curseur.gif); background-repeat: no-repeat;  }
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #395676; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

/* Default slider backgrounds */

.ui-slider, .ui-slider-1 { background-image: url(../images/slider_14j.png); }
.ui-slider-2 { background-image: url(../images/slider_14j.png); }
.slide-multidate_1_jours { background-image: url(../images/slider_1j.png); }
.slide-multidate_2_jours { background-image: url(../images/slider_2j.png); }
.slide-multidate_3_jours { background-image: url(../images/slider_3j.png); }
.slide-multidate_4_jours { background-image: url(../images/slider_4j.png); }
.slide-multidate_5_jours { background-image: url(../images/slider_5j.png); }
.slide-multidate_6_jours { background-image: url(../images/slider_6j.png); }
.slide-multidate_7_jours { background-image: url(../images/slider_7j.png); }
.slide-multidate_8_jours { background-image: url(../images/slider_8j.png); }
.slide-multidate_9_jours { background-image: url(../images/slider_9j.png); }
.slide-multidate_10_jours { background-image: url(../images/slider_10j.png); }
.slide-multidate_11_jours { background-image: url(../images/slider_11j.png); }
.slide-multidate_12_jours { background-image: url(../images/slider_12j.png); }
.slide-multidate_13_jours { background-image: url(../images/slider_13j.png); }
.slide-multidate_14_jours { background-image: url(../images/slider_14j.png); }


.detailJours {
	text-align: center;
	font-size: .8em;
}

.duree {
	color: #395676;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 10px;
}
/** FIN SLIDER **/
