@CHARSET "ISO-8859-1";
/*Style pour le gnooCalendar*/
/*@import url(/css/std/gnooCalendar.css);*/

/*Style pour la partie à la carte dans un produit*/
@import url(/css/std/reservation-voyage-a-la-carte.css);

.listHotel {
	font-size: 12pt;
}

#nopause {
    width: 510px;
    height: 230px;
}

#nopause input {
	display: none;
}

#nopause img.slideShowImg {
	border: 0;
}


.nomhotel {
	position : relative;
	width: 515px;
	background: white;
	
	margin-top : -35px;
	
	height: 35px;
	z-index: 10;
	vertical-align: center;
	font-family: Arial Black;
	font-size: 12pt;
	color: black;
	
	
	
	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-khtml-opacity: 0.7;
	
}
.incnomhotel {
	float: left;
	margin: 5px;
	
}

.incnomhotel h1 {
	font-family: Arial;
	font-size: 12pt;
	position:absolute;
  z-index:2;
  margin:0;
  max-width: 515px;
}



.nbetoile {
	float: right;
	margin: 0px 5px 0px 0px;
	position:absolute;
  right:0px;
  z-index:0;
}
	
	
.titrephoto {
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 20pt;
  color:#307BC1;
}

.playlist {
  padding-right:30px;
  border:0;
}

.playlist ul {
  padding-left:10px;
  border:0;
}

.video {

}


.mediaphoto {

  width:800px;
  height:400px;
  overflow: scroll;
  text-align: center;
 
}
.mediaphoto img {
	padding: 5px 5px 5px 5px;
	border: 1px solid #777777 ;
	margin: 3px ;
	background: white ;
}


.corpTextProduit {
  color:#555555;
  padding:5px 5px 5px 5px;
}


.bandeaufacsheet {


}


.myFaces_panelTabbedPane_pane{
	border: 0px !important;
	padding: 0px  !important;
}

table.myFaces_panelTabbedPane{
  width:100% !important;
}

.paraTitre {

}

.slideproduit {
  position:relative;

}

.cheminurl {
  position:absolute;
  width: 506px ;
  margin-left:3px;
  padding:5px 2px 3px 2px;
  overflow:hidden;
  color:#029FD2;
  text-align:right;
  font-size:8pt;
  z-index:10;

	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-khtml-opacity: 0.7;
  background:white;
}
.cheminurl:hover {
	filter: alpha(opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
   background:white;
}

.cheminurl a {
  text-decoration: none;
  color:#06587D;
}

.cheminurl a:hover {
  text-decoration: underline;
}




.lienfacsheets {
float: left;
  width:50%;
  text-align: center;
  padding:5px 0px 5px 0px;
}

.lienfacsheets a {
  font-weight:bold;
  font-size:13pt;
}

.facsexist {
  background-color: #393;
}

.facabsent {
  background-color: #900;
}

/*Style du cadre associé aux prix et aux dates pour un produit*/
div.priceDate{
	/*border: 3px groove #f39d08;*/
	border: 3px groove #0382b5;
	padding: 5px;
	margin: 2px;
	height: 200px;
	width: 495px;
	overflow: auto;
}

table.priceTab{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

table.priceTab th{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

table.priceTab td{
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #ceecf7;
}

/*Lien : Ajouter au panier*/
a.bigLink{
	font-weight: bold;
}

/*style des tirets affichés lorsqu'aucun prix n'est disponible(brochure meilleur)*/
.tiretStyle{
	font-size: 18px;
}

/*Style des prix et euros*/
.priceStyle{
	font-weight: bold;
}

/*Style de reservationalacarte déportés pour la partie ajout 
à la carte directement intégré dans produit*/
.divalacarte .alccol1 {
	text-align: right;

}

.divalacarte .alccol2 {
	text-align: left;
}

.divalacarte .alccol3 {
	text-align: left;
}

#colonne2 h1 {
	margin:0px 0px 10px 0px ;
}

.divalacarte table {
	width:100%;
	position: relative;
	border:1px solid #ccc;
}


