
/*Recherche*/
.recherche-panel {
position: relative;
margin-right:-15px;
min-height: 100%;
        height: auto !important;
width: 400px;
float:right;

}





a:focus {
outline: none;
}
a.trigger{
	position: absolute;
	background:#c8d200 url(../../img/zoom-icon.png) 50% 0% no-repeat;
	height: 38px;
	width: 38px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:0;
	font-weight: bold;
	margin-top: 120px;
	z-index: 10!important;
-webkit-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
-moz-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
}


a.trigger2{
	position: absolute;
	background:#b5b5b5 url(../../img/zoom-info.png) 50% 0% no-repeat;
	height: 38px;
	width: 38px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:0;
	font-weight: bold;
	margin-top: 165px;
	z-index: 10!important;
-webkit-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
-moz-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
}


a.trigger.left {
	left: 0;
	
}
a.trigger.right {
	right: 0;
	position: absolute;
	
}

a.trigger2.right {
	right: 0;
	position: absolute;
	
}
a.trigger:hover {
	background-color:#c8d200;
}
a.active.trigger {
	background:#c8d200 url(../../img/zoom-icon.png) 50% 0% no-repeat;
}
.panel {
	color:#CCC;
	position: absolute;
	display: none;
	background: url(../../img/wave-md-g.png) #3e3e3e no-repeat 100% 100%;
	width: 330px;
	height: auto;
	z-index: 999999;
	border-radius: 0px;
-webkit-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
-moz-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);

}


.panel2 {
	color:#CCC;
	position: absolute;
	display: none;

		background: url(../../img/wave-md-g.png) #f2f2f2 no-repeat 50% 50%;
	width: 320px;
	height: auto;
	z-index: 999999;
	border-radius: 0px;
-webkit-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
-moz-box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);
box-shadow: -5px 0px 4px -3px rgba(61,61,61,0.50);

}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;

}
.panel.right {
	right: 0;
	padding: 20px;
background: url(../../img/wave-md-g.png) #3e3e3e no-repeat  110% 65%;

}

.panel2.right {
	right: 0;
	padding: 20px;
background: #f2f2f2;

}
.panel p {
	font-size:11px;
}