/*
     Styles du moteur de recherche
*/
#moteur_recherche{
	font-family : arial,verdana, Tahoma, Helvetica, sans-serif;
	background: #ffffff;
	margin  : 0px 20px 5px 50px;
	padding : 0px 0px 0px 0px;
	width:600px;

}
#moteur_recherche input, select, textarea {
	color : #546378;
	border : 1px solid #e89f48;
	margin:5px 0px 5px 0px;
}
#moteur_recherche input:focus, select:focus, textarea:focus {
	background-color: #e8e9eb;
	color: #546378;
}
#moteur_recherche input.choix_prix {
	border : 0px solid #e89f48;
	margin:5px;
}
#moteur_recherche{
	text-align:center;
}
#moteur_recherche .div_gratuit{
	text-align:left;
}
#moteur_recherche  .div_mots_cle{
	float:left;
}
#moteur_recherche img{
	vertical-align:middle;
}
.messageAccueilRecherche{
	display:inline;
	font-weight:bold;
	color:#ffffff;
	font-size:16px;
	margin : 0 0 0 50px ;
	padding : 5px 12px 3px 12px;
	text-align:left;
  background : #546378;
}
.boutonSuite{
	text-align:right;
}
.boutonSuite span{
	color:#ffffff;
	font-weight:bold;
}
.formulaire_recherche{
	border-top: 3px solid #546378;
	border-right: 3px solid #546378;
	border-left: 3px solid #546378;
}
#selection_niveau, #selection_matiere, #div_mots_cle {
	text-align:right;
	padding-right:2em;
}
.selection_niveau,.selection_matiere,.choix_mots_cle{
	width:12em;
}
#div_mots_cle {
	padding-top:3px;
}
#input_mots_cle{
}
#systemWorking{
}
#resultats{
	text-align:left;
	background:#ffffff;
	clear: right;
	color:#e89f48;
	border: 3px  solid #546378;
	border-top: 0px  solid #546378;
	padding: 0px 10px 10px 10px;
}
#div_boutons {
	padding-top:115px;
	width :35%;
	float:right;
}
#boutons{
	padding: 5px 0 0 0;
	clear:both;
}
#boutons div{
	padding: 0 0 3px 0;
}
#submit,#raz {
	display:inline;
	padding:3px 5px 3px 5px;
	margin:3px 5px 3px 5px;
	border : 0px solid #e89f48;
}
#submit:hover,#raz:hover {
	border : 0px solid #e89f48;
}
.conseil{
	color:#546378;
	font-weight:bold;
	float:left;
	padding : 5px 0px 0px 10px;
}
.option_matiere{
	padding-left:1em;
}
.option_niveau{
	padding-left:1em;
}
.produits {
	padding:0px 10px 0px 10px;
	line-height:2em;
}
#numeroPage,#numeroPage2{
	color : #e89f48;
}
.messageNombreProduitsEleve{
	font-weight:bold;
	padding:0px 0px 10px 10px;
}
.messageNombreProduits{
	font-weight:bold;
	padding:0px 0px 10px 10px;
}
.listeProduit{
	padding : 10px 20px 5px 20px;
	margin : 0px 20px 10px 20px;
}
.liProduit {
	list-style:none;
	margin-top:3px;
}
.imageDansListe{
	padding : 0px 10px 0px 0px;
}
.prixDansListe{
	padding : 0px 5px 0px 5px;
}
div.nicetitle{
  position: absolute;
  padding: 4px;
  max-width: 450px;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-weight: bold;
  background: #e89f48;
  /* Mozilla proprietary */
  -moz-border-radius: 3px;
}
div.nicetitle p{
	margin: 0;
	padding: 0 3px;
}
div.nicetitle p.destination{
	display:none;
}

