@charset "utf-8";
/* CSS Document */

#header {
		height: 328px;
		width: 950px;
	}
		#header h1 {
			font-size: 12px;
			color: #DEBC7C;
			padding: 0;
			text-align: right;
			height: 25px;
			line-height: 22px;
			font-weight: normal;
			display: block;
		}
		#header .colonne{ float: left; width: 240px; }
			#site_informations a{ display: block; width: 240px; height: 166px; background: url(../i/logo.jpg) no-repeat; margin-top: 10px; }
			#vousetes{ margin: 0 0 5px; padding: 0; width: 240px; height: 100px; float: left; clear: left; }
				#vousetes h2 a{ display: block; height: 40px; overflow: hidden; text-indent: -10000px; width: 100%; background-repeat: no-repeat; background-position: 0; margin: 5px 0; }
				#achat a{ background-image: url(../i/menu_acheter.png); }
				#vente a{ background-image: url(../i/menu_vendre.png); }
				#annonces {background-image: url(../i/menu_annonces.png); display: block; height: 40px; overflow: hidden; text-indent: -10000px; width: 100%; background-repeat: no-repeat; background-position: 0; margin: 5px 0;}
		#visu{ margin-left: 240px; height: 300px; position: relative; }
			#visuels{ position: absolute; top: 25;  width: 710px; height: 300px; background-color: #300; overflow: hidden; }
				#visuels #visuel-screen,
				#visuels #visuel-print { position: relative; width: 710px; height: 300px;  }
					 #visuel-print{ display: none; }
				#visuel-screen img,
				#visuels #visuel-screen img { position: absolute; top: 0; display: none;}
				#visuels #visuel-screen img.default{ display: block; }
					#visuelsItems{ display: none; }
			#opportunites{ width: 100%; position: absolute; top: 255px; border-top: 1px solid #FF9900; height: 70px; background: #300 url(../i/menu_annonces.png) no-repeat -240px 15px; }
		
/* OPPORTUNITES SLIDER*/
#opportunites{
	color: #FFF1BA;
	font-size: 11px;
}
#opportunites a#prev, #opportunites a#next {
	float: left; 
	margin: 25px 25px 25px 40px;
	width: 20px; 
	height: 20px;
	background-image:url(../i/slider_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}
#opportunites a#next{
	background-image:url(../i/slider_next.png);
	float: right; 
	margin: 25px 15px 25px 25px;
}
#opportunites a#prev:hover, #opportunites a#next:hover {
	background-position: 0 100%; 
}#opportunites a#prev.disable:hover, #opportunites a#next.disable:hover{
	background-position: 0 0;
	cursor: default;
}
#slider{
	overflow: hidden;
	height: 70px;
	position:relative;
}
#opportunites ul{ 
	position: absolute;
	width: 6000px;
}
#opportunites ul li{ 
	margin-left: 0;
	list-style: none;
	float: left;
	width: 565px;
	margin-right: 50px; 
	margin-top: 0;
	cursor:pointer;
}
#opportunites a { color: #FFF1BC;}

#opportunites h3{
	color: #f90;
	font-weight: normal;
	padding: 0;
	font-size: 18px;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 1px;
	display: block;
	text-decoration: none;
	padding: 4px 0 5px;
}
#opportunites h3 a{ color: #FF9900; }
#opportunites p { line-height: 1.3em; }