/* CSS Document */
	#rech{
		position:absolute;
		top: 10px;
		right: 8px;
		width: 100% !important;
		z-index: 50;
	}
	a#lienRech {
		display: block;
		position: absolute;
		right: 0;
		background: url(../img/recherche_of.png) no-repeat;
		padding: 8px;
		font-size: 0.7em;
		font-weight: bold;
		color: #ffffe7;
		padding: 12px 8px 12px 55px;
		width: 80px;
	}
	#rechannonce {
		clear: both !important;
		float: right !important;
		width: 350px !important;
		background-color: #2E533C;
		padding: 0 30px !important;
		margin: 50px 0 0 0;
		-moz-opacity:0.95;
		opacity: 0.95;
		filter:alpha(opacity=95);
	}
	
	
.tabbedBox 
{
	overflow: hidden;
	position: relative;
	margin: 8px 0;
}
.tabbedBox fieldset{
}


.tabbedBox ins{
	display: block;
	font-size: 0.75em;
	width: 100%;
	padding: 0;
	font-weight: bold;
	position: absolute;
	top: 0;
	z-index: 0;
}
.tabbedBox ins a {
    display: inline-block;
    color: #b2cffb;
    font-size: 1.1em;
    padding: 8px 0;
    text-decoration: none;
	cursor: pointer;
}


.tabbedBox ins.active a{
    color: #B1CB64;
}

.tabbedBox ins#tab_1.active a:hover {
	text-decoration: underline !important;
	font-size: 1.1em !important;
}
.tabbedBox ins#tab_2.active a:hover {
	text-decoration: underline !important;
	font-size: 1.1em !important;
}

.tabbedBox ins#tab_2 a {
	margin: 0 0 0 50%;
}
.tabbedBox ins#tab_1.active {
	background: url(../img/onglet_1_on.gif) no-repeat;
}
.tabbedBox ins#tab_2.active {
	background: url(../img/onglet_2_on.gif) no-repeat;
}


 /* liste sous les onglets */
.content {
	/*margin-top: 40px;*/
	position: relative;
	top: 40px;
	height: 380px;
}
/* * html .content {
	margin-top: 0;
	position: relative;
	top: 40px;
}*/

.tabbedBox .content p {
	margin: 0;
	display: block;
	clear: both;
	overflow: hidden;
}

#location { display:none; } 
