typedef struct
{
    short int numero ;
    char rue[30] ;
    long int code_postal ;
    char ville[20] ;
} T_adresse ;
