recherche.css
Feuille de style pour zone de recherche
bord_haut_p1 : haut (1ere partie / gauche) de la zone recherche
bord_haut_p2 : haut (2eme partie / droite) de la zone
bord_gauche : bord gauche de la zone
bord_droit : bord droit de la zone
bord_bas : bas de la zone couleurfond : couleur de fond de la zone

/* style pour la page de recherche */

.bord_haut_p1 {
    background-image: url('@URL_IMG_ImagesGrapheRech_bord_h@');
    background-position: top;
    background-repeat: repeat-x;
}

.bord_haut_p2 {
    background-image: url('@URL_IMG_ImagesGrapheRech_bord_h@');
    background-position: bottom;
    background-repeat: repeat-x;
}

.bord_gauche {
    width: 8px;
    background-image: url('@URL_IMG_ImagesGrapheRech_bord_g@');
    background-position: left;
    background-repeat: repeat-y;
}

.bord_droit {
    width: 8px;
    background-image: url('@URL_IMG_ImagesGrapheRech_bord_d@');
    background-position: right;
    background-repeat: repeat-y;
}

.bord_bas {
    background-image: url('@URL_IMG_ImagesGrapheRech_bord_b@');
    background-position: bottom;
    background-repeat: repeat-x;
}

.couleurfond {
    background-color:#f1f1f1;
}