
* {
	color:#fff;
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
}
a {
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
}
body {
	background-color:#100204;
}
#container {
	padding:10px ;
	margin:0 auto;
	width:950px;
	background-color:#fff;
}
#header {
	height:213px;
	background:#000 url('/images/Logo-Partouche-Hotels-transparent.png') no-repeat 15px 0;
	text-align:right;
	padding:1px;
}

#content {
	background:#221709 url('/images/background_popup_hotel.gif') repeat-x top left;
	padding:30px 50px;
	width:850px
}

#hotel_left {
	float:left;
	width:320px;

	text-align:center;
}
	#hotel_photo {
		background-color:#000;
		padding:2px;
		margin-bottom:20px;
	}

		#hotel_photo #current_image {
			padding-bottom:25px;
			background-color:#FFFFFF;
			border:1px solid #CCCCCC;
			padding:5px 5px 25px 5px;
		}
		#hotel_photo .miniphoto {
			padding:5px 3px 12px 3px;
			background-color:#fff;
			vertical-align:top;
			margin-bottom:10px;
		}
		#hotel_photo #main_thumbnails {
			background:#000000 url(/images/background_degrade.gif) repeat-x scroll 0 0;
			padding:10px;
		}
		#hotel_photo #thumbnails {
			text-align:center;
		}
			#hotel_photo #thumbnails img{
				margin-right:5px;
				margin-bottom:5px;
				filter:alpha(opacity=75);
				-moz-opacity:.75;
				opacity:.75;
				cursor:pointer;
				background-color:#FFFFFF;
				border:1px solid #CCCCCC;
				padding:4px 4px 12px 4px;
			}
			#hotel_photo #thumbnails img:hover{
				filter:alpha(opacity=100);
				-moz-opacity:1;
				opacity:1;
			}
		#hotel_photo #links {
			text-align:center;
		}
		#hotel_photo #links *{
			padding:0 5px;
		}
		#hotel_photo #links span{
			background-color:#fff;
			color:#000;
		}

#hotel_right {
	margin-left: 360px;
	color:#000;
}
#hotel_right * {
	color:#000;
}
	#hotel_right label, #hotel_right label * {
		color:#fff;
	}
	p#hotel_adresse {
		margin-top:0;
		color:#fff !important;
	}

/* GOOGLE MAPS */
#googlemaps {
	float:right;
	height:200px;
	width:270px;
	margin-top:20px;
	border:1px solid #000;
}
#googlemaps * span {
	color:transparent;
}

/* POPUP CSS */
#popup_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display:none;
}
#popup_box {
    width:300px;
    height:300px;
    background:#fff;
    padding:0;
    border:2px solid #eee;
	display:none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
}
#popup_box a{
   color:#717171;
   text-decoration:none;
}
#popup_box a:hover{
   text-decoration:underline;
}
#popup_box img {
	border:0;
}
#popup_box #popup_box_header #popup_box_close{
    float:right;
    top:0px;
    right:2px;
    cursor:pointer;
}
#popup_box #popup_box_imgcontainer {
	cursor:pointer;
	margin:2px;
	text-align:center;
}

#popup_box #popup_box_footer #popup_box_index{
    text-align:right;
	font-size:0.7em;
	float:right;
	margin-right:5px;
	bottom:0;
	color:#717171;
}
