File "html_1c4f894574d730e016e980d91fa678ca.php"

Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/CACHE/skel/html_1c4f894574d730e016e980d91fa678ca.php
File size: 43.3 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * Squelette : dist/sommaire.html
 * Date :      Sat, 25 Jan 2020 16:41:57 GMT
 * Compile :   Sun, 08 Mar 2020 16:59:44 GMT (0.02s)
 * Boucles :   _articles_recents, _articles, _breves, _forums_liens, _syndic
 */ 
//
// <BOUCLE articles>
//
function BOUCLE_articles_recentshtml_1c4f894574d730e016e980d91fa678ca(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	$doublons_index = array();

	// REQUETE
	$result = spip_optim_select(
		array("articles.id_article",
		"articles.id_rubrique",
		"articles.surtitre",
		"articles.titre",
		"articles.soustitre",
		"articles.date",
		"articles.texte",
		"articles.chapo",
		"articles.descriptif",
		"articles.lang"), # SELECT
		array('articles' => 'spip_articles'), # FROM
		
			array(
			array(calcul_mysql_in('articles.id_article', "0".$doublons[$doublons_index[]= ('articles')], 'NOT')), 
			array('=', 'articles.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('articles.date' . ' DESC'), # ORDER
		'0,9', # LIMIT
		'', # sous
		
			array(), # HAVING
		'articles', # table
		'_articles_recents', # boucle
		''); # serveur
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

			foreach($doublons_index as $k) $doublons[$k] .= "," . $Pile[$SP]['id_article']; // doublons
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
				    <li>
				  ' .
filtrer('image_reduire',affiche_logos(calcule_logo('id_article', 'ON', $Pile[$SP]['id_article'],$Pile[$SP]['id_rubrique'],  ''), htmlspecialchars(vider_url(generer_url_article($Pile[$SP]['id_article']))), ''),'220','160') .
'
						  ' .
((strval($t1 = interdire_scripts(typo($Pile[$SP]['surtitre'])))!='') ?
		('</li>
			      <li><p class="surtitre">' . $t1 . '</p>
				    ') :
		('')) .
'
                    <h3 align="center" class="titre"><a href="' .
htmlspecialchars(vider_url(generer_url_article($Pile[$SP]['id_article']))) .
'" class="Style135 Style133">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></h3>
                        <span class="Style158">' .
((strval($t1 = interdire_scripts(typo($Pile[$SP]['soustitre'])))!='') ?
		('
                    </span>
                    <p class="Style158">' . $t1 . '</p>
                        <span class="Style158">') :
		('')) .
'</span> <u><small class="Style113"><em>' .
affdate(vider_date($Pile[$SP]['date'])) .
'</em>' .
((strval($t1 = recuperer_fond(
			'modeles/lesauteurs',
			array('id_article' => $Pile[$SP]['id_article'])))!='') ?
		((', ' .
	_T('public/spip/ecrire:par_auteur') .
	' ') . $t1) :
		('')) .
'</small></u> 
				    <div class="texte">
                      ' .
((strval($t1 = interdire_scripts(calcul_introduction('articles', $Pile[$SP]['texte'], $Pile[$SP]['chapo'], $Pile[$SP]['descriptif'])))!='') ?
		('<em>' . $t1) :
		('')) .
'</em></div>
</li>
					<div align="right">');
	}

	$GLOBALS['spip_lang'] = $old_lang;
	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE articles>
//
function BOUCLE_articleshtml_1c4f894574d730e016e980d91fa678ca(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	$doublons_index = array();

	// REQUETE
	$result = spip_optim_select(
		array("articles.id_article",
		"articles.titre",
		"articles.date",
		"articles.lang"), # SELECT
		array('articles' => 'spip_articles'), # FROM
		
			array(
			array(calcul_mysql_in('articles.id_article', "0".$doublons[$doublons_index[]= ('articles')], 'NOT')), 
			array('=', 'articles.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('articles.date' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'articles', # table
		'_articles', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_articles"));
	$fin_boucle = min($debut_boucle + 9, $nombre_boucle - 1);
	$Numrows['_articles']["grand_total"] = $nombre_boucle;
	$Numrows['_articles']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_articles']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_articles']['compteur_boucle']++;
		if ($Numrows['_articles']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_articles']['compteur_boucle']-1 > $fin_boucle) break;

			foreach($doublons_index as $k) $doublons[$k] .= "," . $Pile[$SP]['id_article']; // doublons
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li>
							<h3 class="titre"><a href="' .
htmlspecialchars(vider_url(generer_url_article($Pile[$SP]['id_article']))) .
'">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></h3>
							<small>' .
affdate(vider_date($Pile[$SP]['date'])) .
((strval($t1 = recuperer_fond(
			'modeles/lesauteurs',
			array('id_article' => $Pile[$SP]['id_article'])))!='') ?
		((', ' .
	_T('public/spip/ecrire:par_auteur') .
	' ') . $t1) :
		('')) .
'</small>
						</li>
						');
		}

	}

	$GLOBALS['spip_lang'] = $old_lang;
	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE breves>
//
function BOUCLE_breveshtml_1c4f894574d730e016e980d91fa678ca(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("breves.date_heure AS date",
		"breves.id_breve",
		"breves.titre",
		"breves.lang"), # SELECT
		array('breves' => 'spip_breves'), # FROM
		
			array(
			array('=', 'breves.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('breves.date_heure' . ' DESC'), # ORDER
		'0,8', # LIMIT
		'', # sous
		
			array(), # HAVING
		'breves', # table
		'_breves', # boucle
		''); # serveur
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li>' .
((strval($t1 = affdate_court(vider_date($Pile[$SP]['date'])))!='') ?
		($t1 . ' &ndash; ') :
		('')) .
'<a href="' .
htmlspecialchars(vider_url(generer_url_breve($Pile[$SP]['id_breve']))) .
'">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></li>
						');
	}

	$GLOBALS['spip_lang'] = $old_lang;
	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE forums>
//
function BOUCLE_forums_lienshtml_1c4f894574d730e016e980d91fa678ca(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("forum.date_heure AS date",
		"forum.id_forum",
		"forum.titre",
		"forum.id_article",
		"forum.id_breve",
		"forum.id_rubrique",
		"forum.id_syndic"), # SELECT
		array('forum' => 'spip_forum'), # FROM
		
			array(
			array('=', 'forum.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('forum.date_heure' . ' DESC'), # ORDER
		'0,8', # LIMIT
		'', # sous
		
			array(), # HAVING
		'forum', # table
		'_forums_liens', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Cache['id_forum'][intval(calcul_index_forum($Pile[$SP]['id_article'],$Pile[$SP]['id_breve'],$Pile[$SP]['id_rubrique'],$Pile[$SP]['id_syndic']))] = 1; // invalideurs

		$t0 .= ('
						    <li>' .
((strval($t1 = affdate_court(vider_date($Pile[$SP]['date'])))!='') ?
		($t1 . ' &ndash; ') :
		('')) .
'<a href="' .
safehtml(htmlspecialchars(vider_url(generer_url_forum($Pile[$SP]['id_forum'], false)))) .
'">' .
interdire_scripts(safehtml(typo($Pile[$SP]['titre']))) .
'</a></li>
');
	}

	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE syndic_articles>
//
function BOUCLE_syndichtml_1c4f894574d730e016e980d91fa678ca(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("syndic_articles.date",
		"syndic_articles.url",
		"J0.nom_site",
		"J0.url_site",
		"syndic_articles.titre"), # SELECT
		array('J0' => 'spip_syndic','syndic_articles' => 'spip_syndic_articles'), # FROM
		
			array(
			array('<', 'LEAST((UNIX_TIMESTAMP(now())-UNIX_TIMESTAMP(syndic_articles.date))/86400,
	TO_DAYS(now())-TO_DAYS(syndic_articles.date),
	DAYOFMONTH(now())-DAYOFMONTH(syndic_articles.date)+30.4368*(MONTH(now())-MONTH(syndic_articles.date))+365.2422*(YEAR(now())-YEAR(syndic_articles.date)))', "'180'"), 
			array('=', 'syndic_articles.id_syndic', 'J0.id_syndic'), 
			array('=', 'syndic_articles.statut', '"publie"'), 
			array('=', 'J0.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('syndic_articles.date' . ' DESC'), # ORDER
		'0,9', # LIMIT
		'', # sous
		
			array(), # HAVING
		'syndic_articles', # table
		'_syndic', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$t0 .= ('
						<li>' .
((strval($t1 = affdate_court(vider_date($Pile[$SP]['date'])))!='') ?
		($t1 . ' &ndash; ') :
		('')) .
'<a href="' .
htmlspecialchars(vider_url($Pile[$SP]['url'])) .
'"' .
((strval($t1 = interdire_scripts(texte_backend(safehtml(construire_titre_lien($Pile[$SP]['nom_site'],$Pile[$SP]['url_site'])))))!='') ?
		(' title="' . $t1 . '"') :
		('')) .
' class="spip_out">' .
interdire_scripts(safehtml($Pile[$SP]['titre'])) .
'</a></li>
					');
	}

	@spip_abstract_free($result,'');
	return $t0;
}



//
// Fonction principale du squelette dist/sommaire.html
//
function html_1c4f894574d730e016e980d91fa678ca($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
	$page = ('<?php header("X-Spip-Cache: 7200"); ?>'.'<?php header("Cache-Control: max-age=7200"); ?>' .
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="' .
lang_dir(($Pile[0]['lang'] ? $Pile[0]['lang'] : $GLOBALS['spip_lang']),'ltr','rtl') .
'" lang="' .
htmlentities($Pile[0]['lang'] ? $Pile[0]['lang'] : $GLOBALS['spip_lang']) .
'"><head>
<link rel="shortcut icon" type="image/gif" href="http://www.argotheme.com/favicon.gif" />
<meta name="google-site-verification" content="O9MrOsWILqWF1ZP0KWKvmc4o8EqPga_q4kn812IJD9w" />
	<meta name="description" content="POPULI-SCOOP : Magazine alternatif d\'informations citoyennes. Analyse de l\'actualité mondiale, critiques et alertes(...)" /> 
<title>POPULI-SCOOP : l\'info citoyenne et l\'actu critique</title>
<meta name="keywords" content="publier, article, information, actualité, France, diplomatie, critique, web, Société, Politique, Environnement, International, Politique, Culture" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<link href="https://plus.google.com/105648071717417342978/posts" rel="author" />	
<link href="https://plus.google.com/107377322641461056220/posts" rel="publisher" />
	<style type="text/css">
<script async custom-element="amp-auto-ads"
        src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js">
</script><!--
.Style6 {
	color: #00FFFF;
	font-weight: bold;
}
.Style10 {
	color: #000000;
	font-size: 9px;
}
.Style16 {color: #0000FF}
.Style22 {
	color: #990000;
	font-weight: bold;
	font-size: 9px;
}
.Style33 {color: ' .
'#FF' .
'0000}
.Style36 {
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
}
.Style37 {
	font-size: 9px;
	color: #0000FF;
	font-weight: bold;
}
.Style46 {
	font-size: 24px;
	color: #009900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style68 {color: #990000; font-weight: bold; font-size: 14px; font-style: italic; }
.Style71 {font-size: 14}
.Style72 {font-size: 10px}
.Style75 {color: #0000FF; font-size: 14px; }
.Style88 {color: #0000FF; font-size: 18px;}
.Style94 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}
.Style95 {font-size: 12px}
.Style98 {font-family: "Times New Roman", Times, serif}
.Style99 {color: ' .
'#CC' .
'0000}
.Style109 {font-weight: bold; font-size: 12px; color: #990000;}
.Style111 {font-family: Georgia, "Times New Roman", Times, serif}
.Style113 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Style121 {font-size: 20px}
.Style123 {color: #000000; font-size: 9px; font-weight: bold; }
.Style133 {font-family: Arial, Helvetica, sans-serif}
.Style135 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold;
}
.Style138 {color: ' .
'#FF' .
'0000; font-family: Verdana, Arial, Helvetica, sans-serif; }
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
	width: 700;
	height: 40;
}
#cssmenu {
	height: 49px;
	border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
	background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
	background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	border-bottom: 2px solid #145c05;
	width: auto;
	cursor: hand;
	text-decoration: blink;
}
#cssmenu:after,
#cssmenu ul:after {
	content: \'\';
	display: block;
	clear: both;
	background-color: #006600;
}
#cssmenu a {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);
  color: #000;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #ff0000;
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: \'\';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #145c05;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: \'\';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #145c05;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
}
#cssmenu > ul > li:hover > a {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #145c05;
  border-bottom: 1px dotted #1f8c08;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ccdb00;
}
#cssmenu .has-sub ul li:hover a {
  background: #092c02;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #092c02;
  border-bottom: 1px dotted #1f8c08;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #041301;
}
.Style158 {
	font-size: 14;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Style161 {font-size: 13px}
.Style162 {color: ' .
'#FF' .
'0000; font-size: 13px; }
.Style163 {
	color: #326BF1;
	font-weight: bold;
}
.Style164 {font-size: 24}
-->
    </style>
' .
((strval($t1 = interdire_scripts(textebrut(couper(propre($GLOBALS['meta']['descriptif_site']),'150'))))!='') ?
		('<meta name="description" content="' . $t1 . '" </meta>') :
		('')) .
'
	' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-head') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'
<meta name="dailymotion-domain-verification" content="dmd42ggr3zuhy76c1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-32432002-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(\'js\', new Date());

  gtag(\'config\', \'UA-32432002-1\');
</script>
</head>
     <p align="center" class="Style75">     
               <a href="http://www.argotheme.com/organecyberpresse/spip.php?action=inscription&focus=nom_inscription&mode=redac"><img src="http://www.argotheme.com/membre%20populiscoop.jpg" alt="Fichier de Populi-Scoop" /></a> -  <a href="http://www.argotheme.com/organecyberpresse/spip.php?page=login&var_login=-1"><img src="http://www.argotheme.com/connexion%20membre.jpg" alt="Fichier de Populi-Scoop" /></a></p>' .
'      ' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-entete') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2794408-4");
pageTracker._trackPageview();
} catch(err) {}</script>
<body alink="' .
'#F' .
'0F0F0" class="page_sommaire">
<div id="page">
<div align="justify" id=\'cssmenu\'>
<ul>
   <li class=\'has-sub\'><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique1\'><span class="Style161"><span class="Style33"><strong>- RUBRIQUES -</strong></span></span></a>
      <ul>
         <li><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique1\'><span>Editoriaux/opinion</span></a></li>
         <li><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique3\'><span>Les nations/Société</span></a></li>
         <li><a href=\'#\'><span>Régions/Localités</span></a></li>
         <li><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique5\'><span>International/Monde</span></a></li>
         <li><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique6\'><span>Arts/Culture</span></a></li>
         <li><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique7\'><span>Sports/Santé</span></a></li>
         <li class=\'last\'><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?rubrique8\'><span>High-Tech/Sciences</span></a></li>
      </ul>
</li>
   <li class=\'active has-sub\'><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?action=inscription&focus=nom_inscription&mode=redac\'><span class="Style161"><span><strong>CONNEXION</strong></span></span></a>
      <ul>
         <li><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?action=inscription&focus=nom_inscription&mode=redac\'><span>Inscription/Publier Article</span></a></li>
         <li class=\'last\'><a href=\'http://www.argotheme.com/organecyberpresse/spip.php?page=login&var_login=-1\'><span>ESPACE Membre</span></a></li>
      </ul>
   </li>
   <li class=\'active has-sub\'><a href=\'Réseaux Sociaux/Nous retrouver\'><span class="Style162"><span><strong>Réseaux/Sociaux</strong></span></span></a>
      <ul>
         <li><a href=\'https://www.facebook.com/PopuliScoop\'><span>Facebook</span></a></li>
         <li><a href=\'https://twitter.com/argotheme\'><span>Twitter</span></a></li>
         <li class=\'last\'><a href=\'http://www.pinterest.com/argotheme/\'><span>Pinterest/Images </span></a></li>
      </ul>
   </li>
   <li class=\'active has-sub\'><a href=\'http://feedburner.google.com/fb/a/mailverify\'><span><strong>Recever/Gratuits</strong></span></a>
      <ul>
         <li><a href=\'http://feedburner.google.com/fb/a/mailverify\'><span>Dernier sujet</span></a></li>
         <li><span class="last"><a href=\'#\'><span>Abonnement à Lettre </span></a></span></li>
      </ul>
   </li>
   <li class=\'active has-sub\'><a href=\'http://populiscoop-citoyen-journaliste.blogspot.fr/\'><span class="Style161"><span><strong>PopuliScoop ?</strong></span></span></a>
      <ul>
         <li><a href=\'http://populiscoop-citoyen-journaliste.blogspot.fr/\'><span>Populi-Scoop  Genèse/Ligne Générale</span></a></li>
         <li class=\'last\'><a href=\'http://populiscoop.blogspot.fr/\'><span>Le Blog : Astuces et déontologie </span></a></li>
      </ul>
   </li>
   <li class=\'last\'><a href=\'http://argotheme.com/contact1.php\'><span class="Style33 Style161"><strong>-Contact-</strong></span></a></li>
   </div>
<div align="center">   <!-- AddThis Button BEGIN -->
        </p>
        <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=argotheme"></script>
<!-- AddThis Button END --> 
' .
' 
<div id="conteneur">
<div align="justify" id="contenu" dir="ltr">
			<h1 class="invisible">' .
interdire_scripts(typo($GLOBALS['meta']['nom_site'])) .
'</h1>
			<div align="center">
			  <p>' .
((strval($t1 = interdire_scripts(propre($GLOBALS['meta']['descriptif_site'])))!='') ?
		('<span class="Style131">' . $t1) :
		('')) .
'
			  </p>
			  <p align="left"> ' .
' </p>
			</div>
	  ' .
((strval($t1 = BOUCLE_articles_recentshtml_1c4f894574d730e016e980d91fa678ca($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
			<div class="liste-articles">
				<h2 class="invisible">' .
		_T('public/spip/ecrire:derniers_articles') .
		'</h2>
				<ul>
					') . $t1 . '
                    </div>
				</ul>
			</div>
	  ') :
		('')) .
'
<div align="center">
			<script type="text/javascript"><!--
google_ad_client = "pub-9254779937919142";
google_ad_slot = "8522733857";
google_ad_width = 200;
google_ad_height = 200;
//--></script>
			  <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js" ></script><br class="nettoyeur" />
			  			  ' .
'
  </div>
			' .

(($f = (((strval($t1 = BOUCLE_articleshtml_1c4f894574d730e016e980d91fa678ca($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
			<div class="contre-encart">

				<div class="liste-articles">
					' .
		calcul_pagination(
	(isset($Numrows['_articles']['grand_total']) ?
		$Numrows['_articles']['grand_total'] : $Numrows['_articles']['total']
	), '_articles', 10, false ) .
		'
					' .
		((strval($t3 = interdire_scripts((entites_html($Pile[0]['debut_articles']) ? '':' ')))!='') ?
				($t3 . ('<h2 class="invisible">' .
			_T('public/spip/ecrire:articles_recents') .
			'</h2>')) :
				('')) .
		'
					<ul>
						') . $t1 . ('
					</ul>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_articles']['grand_total']) ?
		$Numrows['_articles']['grand_total'] : $Numrows['_articles']['total']
	), '_articles', 10, true ))!='') ?
				('<p class="pagination">' . $t3 . ('</p>
				  <div align="center">
					 <p><script src="//www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/116733937960138737972/Mauvaise-crime.xml&amp;up_entries=6&amp;up_summaries=100&amp;up_subject=Actualit%C3%A9s&amp;up_feedname1=Liberation&amp;up_feed1=http%3A%2F%2Frss.liberation.fr%2Frss%2F9%2F&amp;up_feedname2=El%20Watan%20AlGERIE&amp;up_feed2=http%3A%2F%2Fwww.elwatan.com%2Factualite%2Frss.xml&amp;up_feedname3=Le%20Monde%20AFRIQUE&amp;up_feed3=http%3A%2F%2Fwww.lemonde.fr%2Frss%2Ftag%2Fafrique.xml&amp;up_feedname4=Reuters%20MONDE&amp;up_feed4=http%3A%2F%2Ffeeds.reuters.com%2FReuters%2FworldNews&amp;up_feedname5=Goggle%20News&amp;up_feed5=http%3A%2F%2Fnews.google.fr%2F%3Foutput%3Drss&amp;up_feedname6=Daily-News%20SCIENCES&amp;up_feed6=http%3A%2F%2Fwww.sciencedaily.com%2Fnewsfeed.xml&amp;up_feedname7=Yahoo%20TECH&amp;up_feed7=http%3A%2F%2Ffr.news.yahoo.com%2Frss%2Ftechnologies&amp;up_selectedTab=&amp;synd=open&amp;w=340&amp;h=500&amp;title=L\'actu+DIVERSE&amp;border=%23ffffff%7C0px%2C1px+solid+%2382CAFA%7C0px%2C2px+solid+%23BDEDFF%7C0px%2C3px+solid+%23E0FFFF&amp;output=js"></script></p>
					 <table width="350" height="200" border="4" align="center" cellpadding="4" bordercolor="#66CCFF" bgcolor="' .
			'#FFFF' .
			'99" summary="Votre publicité ICI
Contactez-nous">
                        <caption>
                        Espace PUB
                        </caption>
                        <tr>
                          <th scope="col"><p class="Style46"><a href="http://www.argotheme.com/contact1.php" target="_blank">Votre publicit&eacute; -ICI- </a></p>
                          <p class="Style46"><a href="http://www.argotheme.com/contact1.php" target="_blank" class="Style6">Cliquer ci-haut pour contact</a></p></th>
                        </tr>
                    </table>')) :
				('')) .
		'
   				   					  <p style="margin-top:10px; margin-bottom:0; padding-bottom:0; text-align:center; line-height:0"><a target="_blank" href="http://feeds.feedburner.com/~r/argotheme/NJUx/~6/3"><img src="http://feeds.feedburner.com/argotheme/NJUx.3.gif" alt="POPULISCOOP : Scoop Populaire. Ecrire et publier un article. SATIRIQUE ET CITOYEN." style="border:0"></a></p>
					  <p style="margin-top:5px; padding-top:0; font-size:x-small; text-align:center"><a href="http://feedburner.google.com/fb/a/headlineanimator/install?id=0tk8494f61ncd22gqr4b74sqdc&amp;w=3" target="_blank" class="Style109" onclick="window.open(this.href, \'haHowto\', \'width=520,height=600,toolbar=no,address=no,resizable=yes,scrollbars\'); return false">&uarr; - Ins&eacute;rez ce gadget - ou abonnez-vous par &eacute;mail </a></p>
				      <p align="center"><span class="Style109"><a href="http://www.argotheme.com/organecyberpresse/spip.php?page=plan">Le WIKI-SCOOP, tous les articles.</a></span><a href="http://www.argotheme.com/organecyberpresse/spip.php?page=plan"><img src="http://sd-1.archive-host.com/membres/images/8845717156709314/wikiscoop.jpg" alt="Fichier hébergé par Archive-Host.com"></a></p>
					  <font face="arial" size="2" color="red">Aucune presse ne vous questionera ainsi :</font>
					  <p align="center"><span class="Style109"><strong><a href="http://www.legifrance.gouv.fr/affichCode.do;jsessionid=17E85EF39FAFAF0EAFFFA3B7186881AC.tpdjo15v_2?cidTexte=LEGITEXT000006069414&dateTexte=20081228" class="Style109">EXTRAIT DU CODE : de la propri&eacute;t&eacute; intellectuelle</a>  </strong></span>	</p>
				     <p align="center"><a href="http://www.argotheme.com/organecyberpresse/spip.php?page=recherche&recherche=touret" target="_blank" ><img src="http://i61.servimg.com/u/f61/11/11/71/65/dossie10.jpg" border="0" /></a>                      </p>
				    <p align="center"><a href="http://www.argotheme.com/organecyberpresse/spip.php?page=recherche&recherche=touret" class="Style99 Style98 Style121"><strong>SERIE D\'ARTICLES. </strong></a>                      </p>
				    <p><a href="http://www.argotheme.com/organecyberpresse/spip.php?page=recherche&recherche=touret">De notre r&eacute;dacteur : T O U R E T.</a> </p>
			        					<a data-pin-do="embedBoard" href="https://fr.pinterest.com/argotheme/illustrations-des-articles-populi-scoop-2015/"data-pin-scale-width="60" data-pin-scale-height="200" data-pin-board-width="400">        Abonnez-vous au tableau illustrations des articles POPULI-SCOOP 2015 de POPULI-SCOOP sur Pinterest.</a><!-- Please call pinit.js only once per page --><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>  
			      <!-- Please call pinit.js only once per page -->
			      <script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script> 
			      </div>
				<div class="dailymotion-widget" data-placement="5669f9d30d2b33007ace8618"></div><script>(function(w,d,s,u,n,e,c){w.PXLObject = n; w[n] = w[n] || function(){(w[n].q = w[n].q || []).push(arguments);};w[n].l = 1 * new Date();e = d.createElement(s); e.async = 1; e.src = u;c = d.getElementsByTagName(s)[0]; c.parentNode.insertBefore(e,c);})(window, document, "script", "//api.dmcdn.net/pxl/client.js", "pxl");</script></div>
			</div>
   	     		 <div align="center">
		 			    <!-- fin contre-encart -->
	        </div>
			')) :
		(''))))?
				'<div id="fragment_html_1c4f894574d730e016e980d91fa678ca_articles" class="fragment">'.$f.'<!-- /fragment_html_1c4f894574d730e016e980d91fa678ca_articles --></div><?php stop_inclure("fragment_html_1c4f894574d730e016e980d91fa678ca_articles"); ?>':'')
 .
'
			<div class="encart">
				<div align="center"><span class="Style123">Ajouter POPULI-SCOOP à votre accueil GOOGLE</span><a href="http://fusion.google.com/add?source=atgs&feedurl=http%3A//www.argotheme.com/organecyberpresse/"><img src="http://buttons.googlesyndication.com/fusion/add.gif" border="0" alt="Add to Google"></a> </p>' .
'
				</div>
				' .
((strval($t1 = BOUCLE_breveshtml_1c4f894574d730e016e980d91fa678ca($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		('
				<div class="breves Style111 Style16">
					<h2 align="center" class="Style138"><strong>:dernieres_breves:</strong></h2>
					<ul>
						' . $t1 . '
					</ul>
				</div>
				') :
		('')) .
'
				<div align="center"><p align="center"><a href="http://www.argotheme.com"><span class="Style72">L\'&eacute;diteur de POPULISCOOP </span><img src="http://i11.servimg.com/u/f11/11/11/71/65/th/ban610.gif" border="0" alt="Image hébergée par servimg.com" /><span class="Style1">' .
'
				  ' .
((strval($t1 = BOUCLE_forums_lienshtml_1c4f894574d730e016e980d91fa678ca($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		('
				  </B_forums_liens></div>
				<B_forums_liens><div class="forums Style16 Style113">
					<h2 align="center" class="menu-titre"><u><span class="Style138">Derniers_commentaires</span></u></h2>
					<div align="center">
<ul>
						    ' . $t1 . '
				      </ul>
				  </div>
				</div>
			  ') :
		('')) .
'
				<div align="center">
				' .
'
				</div>
				' .
((strval($t1 = BOUCLE_syndichtml_1c4f894574d730e016e980d91fa678ca($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="syndic">
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:nouveautes_web') .
		'</h2>
					<ul>
					') . $t1 . '
					</ul>
				</div>
		  ') :
		('')) .
'		  </div><!-- fin encart -->
</div>   <p>' .
'
<div id="navigation">
                    <iframe width="300px" height="360px" scrolling="no" frameborder="0" src="http://www.dailymotion.com/badge/user/argotheme?type=carousel"></iframe><div style="font-family: Arial, Helvetica, Clean, sans-serif; font-size: 11px; color: #555; width: 300px; text-align: right;"><a href="http://www.dailymotion.com/argotheme" style="text-decoration: none; line-height: 12px; font-size: 11px; color: #555;" target="_blank">POPULI-SCOOP</a> sur <a href="http://www.dailymotion.com?utm_campaign=widget_promote&amp;utm_term=carousel" rel="nofollow" target="_blank"><img src="http://www.dailymotion.com/images/user_widget/logo.svg" border="0" width="71" height="12" style="vertical-align: top;"></a></div>
		   <span style="border: 5px outset brown;"><script src="https://apis.google.com/js/platform.js"></script>

<div class="g-ytsubscribe" data-channelid="UC0hurssUNkM2ms_Yw9l-PMg" data-layout="full" data-count="default" target="_blank"></div>

<p align="center"><a href="http://www.facebook.com/pages/POPULI-SCOOP-Ecrire-et-Publier-un-article-CITOYEN-JOURNALISTE/357099875948" title="POPULI-SCOOP: Ecrire et Publier un article CITOYEN JOURNALISTE" target="_TOP"><span class="Style163"><u>- Facebook - </u></span><img src="http://badge.facebook.com/badge/357099875948.3678.1355096800.png" width="280" height="75" style="border: 0px;" /></a> </p></span>
          <center>
		  <div class="fb-like-box" data-href="https://www.facebook.com/PopuliScoop" data-width="300" data-height="210" data-show-faces="true" data-stream="false" data-header="true"></div>
          		  				  <a data-pin-do="embedBoard" href="https://fr.pinterest.com/argotheme/illustrations-des-articles-populi-scoop-2015/"data-pin-scale-width="60" data-pin-scale-height="200" data-pin-board-width="450">Abonnez-vous au tableau illustrations des articles POPULI-SCOOP 2015 de POPULI-SCOOP sur Pinterest.</a><!-- Please call pinit.js only once per page --><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>    
          		  <p><center></center><a href="https://twitter.com/argotheme" class="twitter-follow-button" data-show-count="false" data-lang="fr" data-size="large" data-show-screen-name="false" data-dnt="true">Suivre @argotheme</a>
                      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></centre></p>
          		  <a border="0" alt="" target="_blank" href="http://www.scoop.it/u/argotheme?widget=grey"><img border="0" src="http://www.scoop.it/resources/img/V4/goodies/myscoopitprofile_grey.png"></img></a><!-- Begin MailChimp Signup Form -->
		  <link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css" lang="fr">
<div align="center">
  <style type="text/css">
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:200px;}
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</div>
<div id="mc_embed_signup">
<form action="//argotheme.us7.list-manage.com/subscribe/post?u=cf8d043f213ce57dc07189321&amp;id=95d4838662" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
	<h2 align="center" class="Style158 Style164">Notre lettre ponctuelle </h2>
    <div class="mc-field-group Style164">
	<div align="center">
	  <label for="mce-EMAIL"><span class="Style167">Votre email </span></label>
	  <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
    </div>
</div>
	<div class="clear Style164" id="mce-responses">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    
	<span class="Style164">
	<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    </span>
	<div style="position: absolute; left: -5000px; font-size: 24;"><input type="text" name="b_cf8d043f213ce57dc07189321_95d4838662" tabindex="-1" value=""></div>
    <div class="clear">
      <div align="center">
        <span class="Style164">
        <input type="submit" value="SOUSCRIVEZ" name="subscribe" id="mc-embedded-subscribe" class="button">
        </span>      </div>
    </div>
    </div>
</form>
</div>
<div align="center">
  <script type=\'text/javascript\' src=\'//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js\'></script>
  <script type=\'text/javascript\'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=\'EMAIL\';ftypes[0]=\'email\';fnames[1]=\'FNAME\';ftypes[1]=\'text\';fnames[2]=\'LNAME\';ftypes[2]=\'text\';fnames[3]=\'MMERGE3\';ftypes[3]=\'url\';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
  <!--End mc_embed_signup--> <a class="twitter-timeline" href="https://twitter.com/argotheme" data-widget-id="398203229038579712">Tweets de @argotheme</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<form style="border:0px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open(\'http://feedburner.google.com/fb/a/mailverify?uri=argotheme/lZhM\', \'popupwindow\', \'scrollbars=yes,width=550,height=520\');return true">
        <p align="center" class="Style46"><strong>Obtenez</strong> </p>
        <p align="center" class="Style68">Les sujets d&egrave;s publication</p>
        <p align="center" class="Style109">
          <input type="text" style="width:140px" name="email"/>
</p>
          <div align="center">
              <span class="Style109">
              <input type="hidden" value="argotheme/lZhM" name="uri"/>
              <input type="hidden" name="loc" value="fr_FR"/>
              <input type="submit" value="votre émail" />
              </span></div>
          <p align="center" class="Style138"><strong>avec <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></strong></p>
     			<p class="Style36"><u>Offre de l\'&eacute;diteur de POPULISCOOP : t&eacute;l&eacute;charger gratuitement des oeuvres litt&eacute;raires</u></p>
		  <p align="center" class="Style37"><span class="Style71"><a href="http://www.argotheme.com/offre%20ebooks.htm" target="_blank">Cliquer -ICI </a></span><a href="http://www.argotheme.com/offre%20ebooks.htm"><img src="http://sd-1.archive-host.com/membres/images/miniatures/8845717156709314/livresdor0131.gif" alt="Fichier hébergé par Archive-Host.com"></a> </p>
		  <script type="text/javascript"><!--
google_ad_client = "pub-9254779937919142";
/* 120x600, date de création 27/05/08 */
google_ad_slot = "9172455641";
google_ad_width = 120;
google_ad_height = 600;
//-->
          </script>
<div align="center"><noscript>
            </noscript><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
          </script>
          <span class="Style95">' .
'		      </span><span class="Style68"><strong>' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-rubriques') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
' 
          </span>
      <p align="center" class="Style68">' .
executer_balise_dynamique('FORMULAIRE_INSCRIPTION',
	array(),
	array(''), $GLOBALS['spip_lang'],533) .
'</p>
          <span class="Style22">
	          <!-- fin navigation -->
      </span>
			  <p align="center" class="Style75 Style33 Style94"><strong><u>Notre ind&eacute;pendance gr&acirc;ce &agrave; votre aide.</u></strong>
    </p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                <div align="center">
                <div align="center">
      <input type="hidden" name="cmd" value="_s-xclick">
      <input type="image" src="https://www.paypal.com/fr_FR/FR/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !">
      <img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
      <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
">
</div></form> </p>
        
' .
'
  ' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-pied') . ',
	\'skel\' => ' . argumenter_squelette('dist/sommaire.html') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'
<!-- fin page -->
<div align="center">' .
"<div style=\"background-image: url('http://www.argotheme.com/organecyberpresse/spip/R%C3%A9seaux%20Sociaux/IMG/cache-240x341/spip.php?action=cron');\"></div>" .
'<!-- fin contenu -->
&nbsp;
<amp-auto-ads type="adsense"
              data-ad-client="ca-pub-9254779937919142">
</amp-auto-ads>
</body>
</html>
');

	return analyse_resultat_skel('html_1c4f894574d730e016e980d91fa678ca', $Cache, $page);
}

?>