/* Moteur de recherche */

/* Habillage */
#moteur {
	background-image: url("../imgs/moteur.content.png");
	background-repeat: repeat-y;
	width: 610px;
	font-size: 8pt;
}
.topMoteur {
	background-image: url("../imgs/moteur.top.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 106px;
	-margin: 0 0 -17px 0;
}
.bottomMoteur {
	background-image: url("../imgs/moteur.bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 10px;
	
	margin: -4px 0 0 0 !important;
	-margin: -10px 0 0 0;

}
.middleMoteur {
	margin: 10px;
	height: 170px;
}
html>body .middleMoteur {
	height :auto;
	min-height: 170px;
}

#theMoteur {
	position: relative;
}

/* Section Droite */
#moteur_right {	
	margin: -92px 0 0 0;
	-margin: -75px 0 0 0;
	float: right;
	width: 300px;
	height: 250px;
	border: solid 1px #FFF;
	position: relative;
	z-index: 89;
	background-color: #FFF;
}

/* ELEMENTS DU MOTEUR */

/* SelectBox */
#label {
	margin: 0 0 0 0;
	/margin: 0 0 5px 0;
	-margin: 0 0 5px 0;
	padding: 2px 3px 1px 3px;
	font-size: 8pt;
	background-image: url("../imgs/moteur.btn.liste.png");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: solid 1px #b2B2B2;
	width: 264px;
	height: 14px;
	
	cursor: pointer;
}
#liste_fonctions {
	display: none;
	position: absolute;
	z-index: 90;
	
	/margin-top: -5px;
	-margin-top: -5px;
	
	width: 530px;
	width: 400px;
	height: 290px;
	
	font-size: 8pt;
	background-image: url("../imgs/blank.gif");	
}
#content_fonctions {
	background-color: #82D0F0;
	background-color: #ededed;
	border: solid 1px #B2B2B2;
	padding: 5px;
	overflow: auto;
	width: 500px;
	width: 370px;
	height: 250px;
}
#maximum_fonctions {
	padding: 3px;
	background-color: #FFF;
	border: solid 1px #DBDBDB;
}
label.titre {
	display: block;
	margin: 1em 0 0 0;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

/* Input */
input {
	width: 270px;
	border: solid 1px #b2B2B2;
}
input.chck {
	width: auto;
	border: none;
}

/* Liste de sélection */
#moteur select {
	margin: 5px 0 5px 0;
	display: block;
	width: 270px;
	font-size: 8pt;
}
#moteur input#keywords {	
	padding: 0 0 0 2px;
	font-size: 8pt;
}

/* Bouton */
#moteur p {
	font-weight: bold;
	color: #FFF;
}
#moteur a.btn {
	padding: 2px 5px 1px 15px;
	background-color: #A5E027;
	background-image: url("../imgs/background_btn_vert.png");
	background-repeat: no-repeat;	
	background-position: 3px 5px;
	color: #FFF;	
	border: solid 1px #B2B2B2;
	text-decoration: none;
	font-size: 8pt;	
	font-weight: bold;
}

/* Bouton fermer */
div#fermer {
	position: absolute;
	top: 30px;
	top: 260px;
	left: 425px;
	left: 295px;
	z-index: 95;
	display: none;
}
div#fermer a {
	padding: 2px 5px 1px 15px;
	background-color: #A5E027;
	background-color: #949494;
	background-image: url("../imgs/background_btn_vert.png");
	background-repeat: no-repeat;	
	background-position: 3px 5px;
	color: #FFF;	
	border: solid 1px #B2B2B2;
	text-decoration: none;
	font-size: 8pt;	
	font-weight: bold;
}
