/* CSS Document */
/* --------------------------------------------------------------------------------------------- Zone de recherche */
	#main #middle #zone_recherche {
		float:left;
		width:100%;
		background:#daf2fc;
		padding-top:10px
	}
/* ------------------------------------------------------------------------- Formulaire */
	#main #middle div.formulaire {
		float:left;
		width:100%;
		margin:0 0 6px 0
	}
	#main #middle div.formulaire label {
		display:block;
		width:150px;
		float:left;
		line-height:1.6;
		text-align:right;
		color:#323232;
		padding:0 5px 0 0
	}
	#main #middle div.formulaire input.champ {
		float:left;
		width:187px;
		font-size:1em;
		border:1px solid #5478b6;
		padding:2px 0 2px 3px;
		margin:0 5px 0 0
	}
	#main #middle div.formulaire input.champ.small {width:100px}
	#main #middle div.formulaire select {
		width:200px;
		font-size:1em
	}
	p.commentaire.right {
		float:left;
		color:#000;
		margin:3px 0 0 5px
	}
	input.recherche_vols {margin:5px 0 0 155px}
/* ------------------------------------------------------------------------- Nombre de résultats */
	#main #middle #nombre_resultats {
		display:block;
		float:left;
		width:100%;
		font-size:1.1em;
		color:#6a7988;
		text-indent:35px;
		padding:4px 0 0 0
	}
/* ------------------------------------------------------------------------- Onglets */
	#main #middle #zone_recherche #onglets {
		display:inline;
		float:left;
		margin:10px 0 0 18px
	}
	#main #middle #zone_recherche #onglets li {display:inline}
	#main #middle #zone_recherche #onglets li a, #main #zone_recherche #onglets li span {
		display:block;
		float:left;
		width:140px;
		text-align:center;
		color:#3f4851;
		background:#90d8f5;
		padding:5px 0;
		margin:0 2px 0 0
	}
	#main #middle #zone_recherche #onglets li a:hover {background:#aadff5}
	#main #middle #zone_recherche #onglets li span {background:#daf2fc}
/* --------------------------------------------------------------------------------------------- Zone de recherche avancée */
	#main #middle #zone_recherche_avancee {
		float:left;
		width:100%;
		background:#daf2fc;
		border-top:1px solid #fff;
		padding:15px 0 10px 0
	}
	#main #middle #zone_recherche_avancee div.formulaire label {
		font-size:1.1em;
		color:#6b7a89
	}
	#main #middle #zone_recherche_avancee div.formulaire select {
		float:left;
		width:190px;
		font-size:1em;
		border:1px solid #5478b6;
		margin:0 5px 0 0
	}
/* --------------------------------------------------------------------------------------------- Contenu */
	#main #middle #contenu {padding-top:10px}
/* -------------------------------------------------------------------------- Résultats de la recherche */
	#main #middle #contenu #resultats_recherche li.resultat {
		float:left;
		width:100%;
		background-image:url(../../images/structure/background/separation.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding:8px 0 5px 0
	}
	#main #middle #contenu #resultats_recherche li.resultat a.titre {
		font-size:1.1em;
		font-weight:bold;
		color:#47bfef;
		background-image:url(../../images/elements/carre_bleu.gif);
		background-repeat:no-repeat;
		background-position:0 6px;
		padding:0 0 0 7px
	}
	#main #middle #contenu #resultats_recherche li.resultat a.titre:hover {text-decoration:underline}
	#main #middle #contenu #resultats_recherche li.resultat span.date {
		font-style:italic;
		color:#9ca6b0
	}
	#main #middle #contenu #resultats_recherche li.resultat span.dossier {
		display:block;
		font-weight:bold;
		color:#323232;
		margin:0 0 8px 0
	}
	#main #middle #contenu #resultats_recherche li.resultat img {
		float:left;
		border:3px solid #47bfef;
		margin:0 7px 0 0
	}
	#main #middle #contenu #resultats_recherche li.resultat p {
		line-height:1.5;
		text-align:justify
	}
	#main #middle #contenu #resultats_recherche li.resultat ul.tags {margin-top:10px}
/* ------------------------------------------------------------------------- Aides */
	#main #middle #contenu #aide {padding:0 0 0 20px}
	#main #middle #contenu #aide li {
		background:url(../../images/elements/fleche_gris.gif) no-repeat 0 4px;
		padding:0 0 0 10px;
		margin:0 0 3px 0
	}
