/* CSS Document */
.appartement {
	width:640px;
	height: 114px;
	font-size: 11px;
	/*border-top: solid 2px;
	border-bottom:solid 2px;
	background-color: #FFFF00;*/
}
.hplus {
	height: 134px;
	border:solid 1px;
}
html>body .appartement {
	height: auto;
	min-height: 114px;
}

.appartement .image {float:left;margin-right: 30px;/*height: 114px;border:solid 2px;*/}
.appartement .image img{border: none;}
.appartement .texte {
	position: relative;
	float:right;
	width:450px;
	height: auto;
	/*background-color: #FF0000;border:solid 2px;*/
}
/*html>body .appartement .texte {
	height: auto;
	min-height: 114px;
}*/
.appartement .texte h4 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #333;
	border-bottom: solid 1px #333;
	/*border:solid 1px;*/
}
.appartement .texte p {
	padding:0px;
	margin: 6px 0px 5px 0px;
	text-align: left;
	/*border:solid 1px;*/
	color: #333;
}
.appartement .texte p.en {
	font-style: italic;
	margin-top:0px;
}

.pdf, .gal {margin:0px;padding: 0px;border: none;}
.icone_left8 {margin-left:8px;}
.icone_left10 {margin-left:10px;}
span.legicone {color:#666;padding-left:2px;}

.separ {width: 600px;height: 15px;font-size: 8px;/*background-color: #FFFF00;*/}
.clear {clear: both;font-size: 1px;/*background-color: #FFFF00;*/}

form {margin: 0;padding: 0;}
select {margin: 20px 0;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.chp {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	width: 640px;
	height:30px;
	border-bottom:1px solid #ccc;
	/*background-color: #ff0000;*/	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:11px;
	display:block;
	padding:0 30px; /*5px 30px;*/
	text-decoration:none;
	
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:0;
	
	height:28px;
	line-height:28px;
	background-color:#eee;
	color:#777;
	margin-right:2px;
	margin:0 2px 0 0;
	position:relative;
	top:1px;/**/
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
	-webkit-border-radius:4px 4px 0 0;	
	border-radius:4px 4px 0 0;	
}

ul.css-tabs a:hover {
	background-color:#ddd;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#fff;
	border-bottom:1px solid #fff;
	/*border-bottom:1px dotted #fff;*/
	color:#000;	
	cursor:default;
}
	
/* tab pane */
.css-panes div.content {
	/*display:none;*/
	width: 640px;
	/*border:1px solid #ccc;
	border-width:0 1px 1px 1px;*/
	min-height:150px;
	padding:15px 0; /*15px 0px;*/
	background-color:#fff;	
}

