HTML, BODY {
	padding:0;
	margin:0;
	border:0;
	font-size:13px;
	font-family:Verdana;
	background:url(../images/back.png);
	color:#FFF;
}

A {
	color:#282828;
}

A.orange {
	color:#F90;
	text-decoration:none;
}

A.orange:hover {
	border-bottom:1px solid #FFF;
}

IMG {
	border:0;
}

P {
	margin:0 0 10px 0;
	text-align:justify;
}

UL {
	margin:0;
	padding:10px 0 10px 20px;
	list-style-type:none;
}

LI {
	background:url(../images/arrowed.png) left top no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}

HR {
	color:#DDD;
	height:1px;
	line-height:1px;
}


/***** GENERAL ****************************************************************************/

.header {
	height:50px;
}

.black_line {
	height:15px;
	background:#000;
}

.wrapper {
	background:#3C3C3C;
}

.container {
	width:1010px;
	border-left:15px solid #000;	
	border-right:15px solid #000;
	margin:auto;
	overflow:hidden;
	background:#282828;
}

.main_left {
	float:left;
	width:700px;
	background:#000;
	position:relative;
}

.main_right {
	float:right;
	width:310px;
	margin:15px 0 0 0;
}

.main, .breadcrumbs {
	margin:0 15px 0 0;
	background:#282828;
	width:665px;
	overflow:hidden;
}

.main {
	padding:0 10px 0 10px;
}

.breadcrumbs {
	padding:10px;
}

.crumb {
	margin-right:8px;
	padding-right:8px;
	background:url(../images/breadcrumb.png) right no-repeat;
}

.infos {
	padding:20px 10px 0 10px;
}

.footer {
	background:url(../images/footer.png);
	height:71px;
	padding:0 0 0 38px;
	margin-bottom:10px;
	font-size:.8em;
	color:#666;
}

.en, .fr {
	width:194px;
	height:48px;
	display:block;
	margin:auto;
}

.en:hover, .fr:hover {
	background-position:-194px;
	border:0;
}

.en {
	background:url(../images/en.png);
	margin-top:5px;
}

.fr {
	background:url(../images/fr.png);
}

.appartements {
	width:700px;
	overflow:hidden;
}

.appart {
	float:left;
	margin:15px 15px 0 0;
	position:relative;
	width:125px;
	height:125px;
	color:#000;
	cursor:pointer;
}

.appart IMG {
	display:block;
}

.overlay {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	width:119px;
	background:#000;
	padding:5px 3px 5px 3px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-size:.85em;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

.num {
	font-size:1.5em;
	font-weight:bold;
}

.type {
	margin:4px;
}

.m2 {
	font-size:1.3em
}

.photos {
	background:#000;
	padding-top:15px;
	width:100%;
}

.photos A {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:125px;
	height:125px;
}

.orange {
	color:#F90;
}

/***** COMMON CLASSES ****************************************************************************/

.align_center {
	text-align:center;
}

.align_right {
	text-align:right;
}

.small{
	font-size:0.85em;
}

.bold{
	font-weight:bold;
}

.black {
	color:#2F2F2F;
	font-weight:bold;
}

.noir {
	color:#000;
}

.underline {
	text-decoration:underline;
}

.justify {
	text-align:justify;
}

.italic {
	font-style:italic;
}

.Title {
	color:#999;
	font-size:1.8em;
	font-family:Georgia;
	font-style:italic;
	margin-bottom:10px;
}

.Title_Small {
	color:#777;
	font-size:1.3em;
	margin-bottom:10px;
}

.topper {
	color:#BBB;
	font-size:1.3em;
	border-bottom:1px solid #333;
	margin-bottom:10px;
	padding-bottom:3px;
}

.arrow {
	padding-left:15px;
	background:url(../images/arrow.jpg) left no-repeat;
	color:#FFF;
	float:left;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	height:0;
}

.empty {
	height:15px;
	line-height:15px;
	clear:both;
}

.line {
	height:1px;
	width:100%;
	background:#333;
	margin:5px 0 5px 0;
	font-size:0;
	padding:0;
}

.fifty {
	width:50%;
}

.success {
	color:#093;
	font-weight:bold;
}

.error {
	color:#F00;
	font-weight:bold;
}

.rss {
	padding:8px 0 8px 35px;
	background:url(../images/rss.jpg) left no-repeat;
}

.indent {
	margin-left:20px;
}

/***** TINYMCE ****************************************************************************/

.Image_Left {
	margin:0 10px 10px 0;
	float:left;
}

.Image_Right {
	margin:0 0 10px 10px;
	float:right;
}

/***** LIGHTBOX ****************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding:15px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 18px Verdana, Helvetica, sans-serif bold;
	color:#333534;
	background: url(../images/lightbox.jpg) repeat-x;
	margin: 0 auto;
	line-height: 1.4em;
}

#BottomNextPrev{
	width:100px;
	float:left;
	padding:7px;
}

#BottomNextPrev #bottomNavPrev {
	margin-right:5px;
}

#BottomNextPrev #bottomNavNext {
	margin-left:5px;
}


#imageData #imageDetails{ width: 200px; float: left; text-align: left; padding:10px;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right;  padding-top: 7px; padding-right: 6px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}