static T_enfants Priou =
{
    3, /* champ nb_enfants */
    { 1996, 2001, 2001 }, /* champ an_naiss_enf (tableau) */
    {"Guillaume","Ariane","Robin"} /* champ nom_enf (tab)*/
} ;
