/*
*******************************************************************************
Voir l'aide dans content.css.
NE PAS TOUCHER AUX PROPRIETES NON EXPLIQUEES DANS CE FICHIER
*/

.carte_top{ /* haut de la carte */
    width:400px;
    background: transparent url(../images/carte_top.png) no-repeat;
    height:10px;
    margin-bottom: 0;
}

.carte_middle{ /* Milieu de la carte */
    background: transparent url(../images/carte_middle.png) repeat-y;
    width:400px;
    padding-top:2px;
}

.carte_bottom{ /* Bas de la carte */
    width:400px;
    height:10px;
    background: transparent url(../images/carte_bottom.png) no-repeat;
}

