#recherche {
	background: url( 'gfx/bloc_recherche.png' ) no-repeat top left;
	padding-top:50px;
  	width: 250px;
	height: 63px;
}
.resultat_recherche {
	background: url( 'gfx/bloc_resultat.png' ) no-repeat top left;
  	width: 250px;
	height: 717px;
	padding:20px 0px 0px 10px;
	margin-top:10px;
}
#recherche #lancez_recherche {
	background: url( 'gfx/ico_recherche.png' ) no-repeat;
  	width: 23px;
	height: 22px;
	float:right;
	margin: 0px 35px 0px 0px;	/* 1=haut, 2=droite, 3=bas, 4=gauche */
}
#recherche #titre, .resultat_recherche #titre {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #ec543b;
	padding: 20px 0px 20px 0px;	/* 1=haut, 2=droite, 3=bas, 4=gauche */
}
#recherche #boite_recherche, .resultat_recherche #boite_recherche {
	background-color:#FFF;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight:bolder;
	color: #015a93;
	vertical-align: middle;
	border: 1px solid #6a9bcd;
	width: 140px;
	height: 18px;
	float: left;
	margin: 0px 0px 0px 35px;	/* 1=haut, 2=droite, 3=bas, 4=gauche */
	padding: 2px;
}

.resultat_recherche #selection_video .fleche_gauche {
	background: url( 'gfx/fleche_gauche.png' ) no-repeat top left;
	border: none;
	width: 20px;
	height: 30px;
   	margin: 0px 0px 32px 20px;   /* 1=haut, 2=droite, 3=bas, 4=gauche */
   	padding: 0;
	float: left;
	Opacity: 0.7;
}
.resultat_recherche #selection_video .fleche_gauche:hover {
	Opacity: 1;
}
.resultat_recherche #selection_video .fleche_droite {
	background: url( 'gfx/fleche_droite.png' ) no-repeat top left;
	border: none;
	width: 20px;
	height: 30px;
   	margin: 0px 40px 32px 0px;   /* 1=haut, 2=droite, 3=bas, 4=gauche */
   	padding: 0; 
	float: right;
	Opacity: 0.7;
}
.resultat_recherche #selection_video .fleche_droite:hover {
	Opacity: 1;
}

.popup-container {
	z-index:1000;
	position:absolute;
	overflow:hidden;
}
.popup {
	overflow:hidden;
	background:url(images/recherche-bg.png) bottom right no-repeat;
	padding-bottom:0px;
	position:absolute;
}
.popup div {
	background:transparent;
	clear:right;
	height:21px;
	color:#FFF;
	font-size: 14px;
	padding-top:6px;
}
.popup a {
	display:block;
	padding-left:17px;
	color:#FFF;
	text-decoration:none;
}
.popup a:hover {
	color:#FFF;
	text-decoration:underline;
	background:url(gfx/puce_recherche.png) top left no-repeat transparent;
}
