
/* partie du css dans structure_recherche.css ou structure_recherche_carte.css
suivant le module en cours */
.haut{
}
.gauche{}
.droite{}
.bas{
}
.bloc_contenu{
}

.bloc_contenu .top{
}
.bloc_contenu .contenu{
	background: url(../images/bg_recherche_entete_bottom.jpg) no-repeat bottom left;	
}
.bloc_contenu .contenu .recherche .ligne_1{
	background: url(../images/bg_recherche_droite_disabled.gif) no-repeat bottom right;
}
.bloc_contenu .contenu .recherche .colonne_1{
	background: url(../images/bg_recherche_top.gif) no-repeat top left #7bb9d6;
}
.bloc_contenu .contenu .recherche .colonne_2 a{
	background:url(../images/btn_carte_off.gif) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_2 a:hover{
	background:url(../images/btn_carte_on.gif) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_3{
	background: url(../images/bg_recherche_bottom.gif) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_3 a{
	background:url(../images/btn_collections_off.jpg) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_3 a:hover{
	background:url(../images/btn_collections_on.jpg) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_4{
	background:url(../images/btn_go_disabled.gif) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_4 a{
	background:url(../images/btn_go_off.gif) no-repeat top left;
}
.bloc_contenu .contenu .recherche .colonne_4 a:hover{
	background:url(../images/btn_go_on.gif) no-repeat top left;
}
/* fin du bloc de recherche */

/* debut du contenu des pages */
/* 1er bloc du contenu de la page */
.bloc_page .bloc_gauche{}

