function center_meteo()
{
var meteo_table = document.getElementById('meteo-paris');
meteo_table.setAttribute('align', 'center');
meteo_table.setAttribute('margin-top', '40px');
}