.div_recherche {background:#ad004c;padding:15px 20px;}
.div_recherche H1 {float:left;width:20%;padding:0;margin:0;color:#fff;}
.div_recherche .div_champs_recherche {float:right;width:80%;}
.div_recherche .div_champs_recherche .div_champ_recherche {float:left;width:33.3%;margin:0;padding:0;}
.div_recherche .div_champs_recherche .div_champ_recherche .div_content_champ_recherche {position:relative;padding-right:10%;margin:0 5px;background:#FFF;}
.div_recherche .div_champs_recherche .div_champ_recherche .input_recherche {border:0px none;background:#FFF;width:100%;}
.div_recherche .div_champs_recherche .div_champ_recherche .submit_recherche {border:0px none;background:#FFF;position:absolute;right:0%;top:0;width:35px;font-size:1.1em;font-weight:600;color:#3e3d40;text-align:center;}


.div_resultat_recherche {}
.div_resultat_recherche .div_liste_vignettes {width:80%;margin:auto;border: 1px solid #f0f1f1;}
.div_resultat_recherche .div_liste_vignettes .vignette {padding:5px 10px;}
.div_resultat_recherche .div_liste_vignettes .vignette.alternate {background:#f0f1f1;}
.div_resultat_recherche .div_liste_vignettes .vignette .div_resume {float:left;width:80%;}
.div_resultat_recherche .div_liste_vignettes .vignette .div_lien {float:left;width:20%;text-align:right;}


.div_filtre {border-bottom:2px solid #ad004c;border-top:2px solid #ad004c;padding:5px 10px;background:#f0f1f1;}
.div_filtre .titre_filtre {text-align:center;padding-bottom:5px;}
.div_filtre .titre_filtre H2 {background:#f0f1f1;padding:5px 10px;}
.div_filtre .titre_filtre H3 {padding:5px 5px;}

.div_filtre .div_ligne_filtre {padding:3px 0;float:left;width:33.33%;}
.div_filtre .div_ligne_filtre .lib_filtre {float:left;width:30%;text-align:right;line-height:25px;}
.div_filtre .div_ligne_filtre .filtre {float:right;width:58%;text-align:right;}
.div_filtre .div_ligne_filtre .filtre .select_filtre {width:100%;}

.div_submit {text-align:right;padding-top:10px;}
.div_submit .lien_valid {background:#ad004c;color:#FFF;border:0px none;font-weight:600;}

.div_content_popup .div_filtre .div_ligne_filtre {float:none;width:auto;}
.div_content_popup .div_filtre {border:0px none;background:transparent;}

@media screen and (max-width : 500px) {
	
	.div_filtre .div_ligne_filtre {float:none;width:auto;}
	
}

@media screen and (max-width : 500px) {
	.div_recherche H1 {float:none;width:auto;padding-bottom:10px;}
	.div_recherche .div_champs_recherche {float:none;width:auto;}
	.div_recherche .div_champs_recherche .div_champ_recherche {float:none;width:auto;margin:3px 0;}
}