L'Institut Montaigne sur

  L'Institut Montaigne lance une campagne de communication sur France3, BFM TV, Paris Première et dans Le Monde présentant chaque jour une proposition différente.

A partir du 24 janvier et pendant un mois, découvrez toutes les 24 heures un nouveau film. Voici dès à présent le teaser de la campagne...

Lire le communiqué de presse (pdf)
  
'.$sql); while ($row = mysql_fetch_array($req, MYSQL_ASSOC)) { $type = $row['type']; $id_article1 = $row['id_article1']; $type_article1 = $row['type_article1']; $en_avant1 = $row['en_avant1']; $id_article2 = $row['id_article2']; $type_article2 = $row['type_article2']; $en_avant2 = $row['en_avant2']; $rubrique = $row['rubrique']; $date = $row['date']; $titre = $row['titre']; switch ($type) { //actu principale case '1' : if($type_article1 == 1) {// actu //Récupération infos $actu = contenus_actu($id_article1); $couleur = couleur ($actu['code_couleur']); //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['rubrique']." - ".affiche_date_simple($actu['date'],$langue,$actu['auto'])."

"; if ($actu['type_lien'] == 1) $lien = "page.php?page_id=".$actu['lien']; else if ($actu['type_lien'] == 2) $lien = $actu['lien']; if (strlen($lien)>0) $aff_html .= "

".$actu['titre']."

"; if ($en_avant1 == 1) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($lien)>0) $aff_html .= ""; if (strlen($actu['image'])>0) $aff_html .= ""; if (strlen($lien)>0) $aff_html .= ""; $aff_html .= traite_affiche_accueil($actu['contenu']); $aff_html .= "
"; $aff_html .= ""; } if($type_article1 == 2) {//chat //Récupération infos $actu = contenus_chat($id_article1); $couleur = 4; //Création gabarit $aff_html .= "

"; $aff_html .= "

".$actu['etat']."

"; $aff_html .= ""; if (($en_avant1 == 1) || ($actu['etat'] == "En ce moment")) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($actu['image'])>0) $aff_html .= ""; $aff_html .= $actu['intervenant']."
".$actu['sujet']; $aff_html .= "
"; $aff_html .= ""; } break; //actu deux colonnes case '2' : $aff_html .= "
"; if($type_article1 == 1) {// actu //Récupération infos $actu = contenus_actu($id_article1); $couleur=""; $couleur = couleur ($actu['code_couleur']); if ($en_avant1 == 1) $couleur2=$couleur; //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['rubrique']." - ".affiche_date_simple($actu['date'],$langue,$actu['auto'])."

"; if ($actu['type_lien'] == 1) $lien = "page.php?page_id=".$actu['lien']; else if ($actu['type_lien'] == 2) $lien = $actu['lien']; if (strlen($lien)>0) $aff_html .= "

"; if ($en_avant1 == 1) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($lien)>0) $aff_html .= ""; if (strlen($actu['image'])>0) $aff_html .= ""; if (strlen($lien)>0) $aff_html .= ""; $aff_html .= traite_affiche_accueil($actu['contenu']); $aff_html .= "

"; $aff_html .= "
"; } if($type_article1 == 2) {//chat //Récupération infos $actu = contenus_chat($id_article1); $couleur = 4; if (($en_avant1 == 1) || ($actu['etat'] == "En ce moment")) $couleur2=$couleur; //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['etat']."

"; $aff_html .= "

"; if (($en_avant1 == 1) || ($actu['etat'] == "En ce moment")) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($actu['image'])>0) $aff_html .= ""; $aff_html .= $actu['intervenant']."
".$actu['sujet']; $aff_html .= "

"; $aff_html .= "
"; } $aff_html .= "
"; if($type_article2 == 1) {// actu //Récupération infos $actu = contenus_actu($id_article2); $couleur = couleur ($actu['code_couleur']); if ($en_avant2 == 1) $couleur2=$couleur; else $couleur2=""; //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['rubrique']." - ".affiche_date_simple($actu['date'],$langue,$actu['auto'])."

"; if ($actu['type_lien'] == 1) $lien = "page.php?page_id=".$actu['lien']; else if ($actu['type_lien'] == 2) $lien = $actu['lien']; if (strlen($lien)>0) $aff_html .= "

"; if ($en_avant2 == 1) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($lien)>0) $aff_html .= ""; if (strlen($actu['image'])>0) $aff_html .= ""; if (strlen($lien)>0) $aff_html .= ""; $aff_html .= traite_affiche_accueil($actu['contenu']); $aff_html .= "

"; $aff_html .= "
"; } if($type_article2 == 2) {//chat //Récupération infos $actu = contenus_chat($id_article2); $couleur = 4; if (($en_avant2 == 1) || ($actu['etat'] == "En ce moment")) $couleur2=$couleur; else $couleur2=""; //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['etat']."

"; $aff_html .= "

"; if (($en_avant2 == 1) || ($actu['etat'] == "En ce moment"))$aff_html .= "

"; else $aff_html .= "

"; if (strlen($actu['image'])>0) $aff_html .= ""; $aff_html .= $actu['intervenant']."
".$actu['sujet']; $aff_html .= "

"; $aff_html .= "
"; } $aff_html .= "
"; break; //actu horizontale case '3' : $aff_html .= "
"; if($type_article1 == 1) {// actu //Récupération infos $actu = contenus_actu($id_article1); $couleur = couleur ($actu['code_couleur']); //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['rubrique']." - ".affiche_date_simple($actu['date'],$langue,$actu['auto'])."

"; if ($actu['type_lien'] == 1) $lien = "page.php?page_id=".$actu['lien']; else if ($actu['type_lien'] == 2) $lien = $actu['lien']; if (strlen($lien)>0) $aff_html .= "

"; if ($en_avant1 == 1) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($lien)>0) $aff_html .= ""; if (strlen($actu['image'])>0) $aff_html .= ""; if (strlen($lien)>0) $aff_html .= ""; $aff_html .= traite_affiche_accueil($actu['contenu']); $aff_html .= "

"; $aff_html .= ""; } if($type_article1 == 2) {//chat //Récupération infos $actu = contenus_chat($id_article1); $couleur = 4; //Création gabarit $aff_html .= "
"; $aff_html .= "

".$actu['etat']."

"; $aff_html .= "

"; if (($en_avant2 == 1) || ($actu['etat'] == "En ce moment")) $aff_html .= "

"; else $aff_html .= "

"; if (strlen($actu['image'])>0) $aff_html .= ""; $aff_html .= $actu['intervenant']."
".$actu['sujet']; $aff_html .= "

"; $aff_html .= ""; } $aff_html .= "
"; break; } } ?>