/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes ACS                       */
/*  ----------------------------------------------------------- */
/*  ------------------------------------------
/*  Copyright Minga 2007-2008
/*  Copyleft: licence art libre
/*  ------------------------------------------ */


* {margin:0;padding:0} /* pour tous les éléments - for every element */

/**
 * css de composants - components css
 */

/*
 * paramètres communs à toutes les pages
 */

body {
  margin: 0;
  padding: 0;

  font: 1em Verdana, 'Trebuchet MS', Arial, 'Lucida Sans', sans-serif;
  /*font: 1.5em Edwardian Script ITC, Monotype Corsiva, URW Chancery L, French Script MT, Comic Sans MS, Cursive;*/

  background: #ffffff url('IMG/_acs/dist/img/fond/cahier_2.gif') repeat;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em;}
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
div, img, table { margin: 0; padding: 0; cell-spacing:0; cell-padding:0; border: none; }

/* liens du site */
a:link, a:visited {text-decoration: none; color: #00008d;}
a:hover {color: #0000ff;} /* couleur des liens au survol */

a.refus {
  color: red; /* couleur du lien "article refusé" des articles refusés */
}

a.refus:hover {
  color: orange;
}.rubriques, .derniersCommentaires, .divers, .breves {
  border-width: 1px;
  border-style: solid;
  border-color: #c0bbfa;
  background: #fffff8;
}

.rubriques .menu-titre, .derniersCommentaires  .menu-titre, .divers .menu-titre, .breves .menu-titre {
  background: #FFFFef;
}

.rubriques .menu-item, .derniersCommentaires .menu-item, .divers .menu-item, .breves .menu-item {
  background: #fffff8;
  border-top: 1px solid #dfefef;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

/* Rubriques dépliables: icônes plus */
.deplierub {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}/**
 * Onglets - dF 2008
 */

/* Onglet assorti aux onglets de menu */
#onglet {
  margin: 0;
  margin-top: -1px;
  width: 100%;
  border: #c0bbfa 1px solid;
  background: #fdfdfd;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
}

* html #onglet { /* pour IE uniquement */
  clear: both;
  z-index: 0;
  margin: 0;
  top: -1px;
  position: relative;
}

#onglet #hierarchie { /* Fil d'Ariane */
  padding-left: 5px;
  font-size: 0.71em;
  position: relative;
  z-index: 2;
}

#onglet .texte_nav {
  font-size: 0.71em;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

#onglet .contre-encart {
  background: #fdfdfd;
}


/* onglets de menu */
#menunav {
  font-size:75%;
  line-height: normal;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

#menunav ul {
  margin:0;
  padding: 0 0 0;
  list-style: none;
}

#menunav li {
  float:left;
  position:relative; /* pour IE */
  z-index: 1; /* pour IE */
  background: url("IMG/_acs/dist/img/onglets/left.gif") no-repeat left top;
  margin-right: 3px; /* space between Onglets */
  padding:0 0 0 9px;
  border-bottom: 0;
  line-height: 14px; /* PROVISOIRE : en px pour permettre différentes tailles de fontes sans flinguer le système d'onglets */
}

#menunav a {
  float:left;
  display:block;
  width:.1em;
  background:url("IMG/_acs/dist/img/onglets/right.gif") no-repeat right top;
  padding:5px 14px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #00008d;
}

#menunav > ul a {width:auto;}
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  #menunav a {float:none;}
  /* End IE5-Mac hack */
  #menunav a:hover {
  color: #0000ff;
}

#menunav #current {
  background-position: 0 -300px;
  border-width: 0;
}

#menunav #current a {
  background-position:100% -300px;
  padding-bottom:5px;
  color: #00008d;
}

#menunav li:hover, #menunav li:hover a {
  background-position:0% -150px;
  color: #ff0000;
}

#menunav li:hover a {
  background-position:100% -150px;
}/**
 * Listes d'articles et extraits introductifs
 * Styles utilisés par les pages sommaire, recherche, resume, plan, sites ...
 */

.liste-articles li {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 5px;
  margin-right: 1px;
}

.liste-articles .entete, .cartouche .entete, .plan-secteur h1 {
   /* effdfd */
  
 }

.liste-articles .entete {
  clear: both;
  float: left;
}

* html .liste-articles .entete { /* IE */
  margin-right: 3px;
  position: relative;
  z-index: 2;
}

.liste-articles li p { margin: 0; padding: 0; padding-left: 5px; }

.liste-articles .titres {
  float: left;
}

.liste-articles .titre, .liste-articles .surtitre, .liste-articles .soustitre {
  padding-left: 5px;
  font-weight: bold;
  font-size: 0.79em;
}

.liste-articles li .titre {
  font-weight: bold;
}

.liste-articles li .spip_logos {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}

.liste-articles li .enclosures {
  float: right;
  text-align: right;
  max-width: 60%;
  margin: 0; }

.liste-articles li .texte, .liste-articles li .extrait {
  padding: 0.1em;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
  margin-bottom: 0.1em;
  font-size: 0.82em;
  text-align: justify;
  display: inline-block;  /* IE */
}

.liste-articles .infos_article {
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.plan-secteur {position: relative; display: block; z-index: 1;} /* IE */

.plan-secteur h1 {
  border: 0;
  border-top: 1px solid #dfdfdf;
  margin: 0;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin-right:1px;
}
* html .plan-rubrique { /* IE */
  width: 100%;
  position: relative;
  display: block;
  z-index: 2;
}

.plan-secteur .menu-item {
  margin-left: 1.5em;
  list-style: url(IMG/_acs/dist/img/puces/puce_8x8.gif);
}

.plan-rubrique {
  border: 1px solid #dfdfdf;
  padding: 4px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 8px;
}

div.plan-articles {
  font-weight: normal;
  padding-left: 4px;
  padding-right: 4px;
  text-align: justify;
}

a.plan-article {
  margin-right: 1em;
}

/* Eclaircissement ou assombrissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
  background: #fafffa;
  margin-left: 2%;
}

ul ul .plan-rubrique {
  background: #f5fff5;
  margin-left: 3%;
}
ul ul ul .plan-rubrique {
  background: #efffef;
  margin-left: 4%;
}
ul ul ul ul .plan-rubrique {
  background: #dfffdf;
  margin-left: 5%;
}
ul ul ul ul ul .plan-rubrique {
  background: #d0ffd0;
  margin-left: 6%;
}#ours {
  clear: both;
  margin-left: 75px;
  margin-right: 75px;
  border: 0;
  padding: 0;
  padding-bottom: 4px;
  clear: both;
  font-style: italic;
  font-size: 0.77em;
  text-align: center;
  color: #ff0000;
}

#ours img { vertical-align: middle; }

#ours a {color: #0000CC;}
#ours a:hover {color: #0033FF;}  #banniere {
  width: 100%;
  text-align: center;
  height: 60px;
  
}

#banniere .spip_logos {
  position: absolute;
  left: 0;
  top:0;
}

#banniere .banniere {
  position: relative;
  left: 60px;
}

#banniere .nom_site {
  position: relative;
  font-size: 40px;
}
  .a_la_une {
  font-weight: bold;
  font-style: italic;
  font-size: 0.88em;
  margin: 0;
  padding: 1px;
  padding-left: 0.79em;
  padding-right: 0.79em;
  border: 0;
  color: #000000;
  
  
  
  text-align: center;
}

.a_la_une legend {
  
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
  font-style: italic;
  font-size: 0.79em;
  -moz-border-radius: 16px;
}

  .composantEncart .cartouche {
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #c0bbfa;
  padding-left: 4px;
  padding-right: 4px;
  -moz-border-radius: 8px;
}

.composantEncart .cartouche .surtitre, .composantEncart .cartouche .titre, .composantEncart .cartouche .soustitre  {
  margin: 0;
  font-size: 0.79em;
}
.composantEncart .cartouche .titre {
  text-align: center;
  font-size: 1.2em;
}

.composantEncart .cartouche .texte_nav {
  text-align: right;
}
  .formulaire_recherche {
  margin: 0;
  margin-right: 4px; /* = #recherche.padding-left */
}

.formulaire_recherche form { /* IE */
  margin: 0;
  padding: 0;
}

.formulaire_recherche #recherche {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #c0bbfa;
  background: #ffffff;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  padding-left: 4px;
  width: 100%;
  top: -1px;
}

.formulaire_recherche label {
  position: relative;
  background: #f2f2ff;
  color: #00008f;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font: italic bold 1em Verdana, 'Trebuchet MS', Arial, 'Lucida Sans', sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #c0bbfa;
  border-bottom: 0px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  top: 1px;
  z-index: 1;
}

  <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html dir="ltr" lang="fr">
<head>
<title>Erreur 404 - Musée de l'école</title>


<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


<meta name="generator" content="SPIP 1.9.2d [11132]" />


<link rel="shortcut icon" href="favicon.ico" />


<link rel="alternate" type="application/rss+xml" title="Syndiquer tout le site" href="http://ecole71musee.free.fr/spip.php?page=backend" />


<link rel="stylesheet" href="plugins/acs/models/dist/spip_style.css" type="text/css" media="all" />


<link rel="stylesheet" href="dist/habillage.css" type="text/css" media="projection, screen, tv" />


<link rel="stylesheet" href="plugins/acs/models/dist/impression.css" type="text/css" media="print" />



<script src="http://ecole71musee.free.fr/spip.php?page=jquery.js" type="text/javascript"></script>
<!-- insert_head --><meta name="robots" content="none" />
</head>
<body class="page_404">
	<div id="page">

	
	<div id="entete">



<a rel="start" href="http://www.musee-ecole71.com/">
<img src="local/cache-vignettes/L115xH76/siteon0-cea11.gif" alt='Mus&#233;e de l&#39;&#233;cole'  width='115' height='76' class='spip_logos'  style='height:76px;width:115px;' title='Mus&#233;e de l&#39;&#233;cole' />

	
</a>


<div class="formulaire_spip formulaire_recherche">
<a name="formulaire_recherche" id="formulaire_recherche"></a>
<form action="http://ecole71musee.free.fr/spip.php?page=recherche" method="get"><div>
	
<input name='page' value='recherche' type='hidden' />
	
	<label for="recherche">Rechercher</label>
	<input type="text" class="forml" name="recherche" id="recherche" value="Rechercher" onfocus="this.value='';" />
</div>
</form>
</div>
<br class="nettoyeur" />
</div>
	
	<div id="hierarchie"><a href="http://www.musee-ecole71.com/">Accueil du site</a> &gt; Erreur 404</div>

	<div id="conteneur">

		<div id="contenu">

			<div class="cartouche">
			<h1 class="titre">Erreur 404</h1>
			</div>
			

		</div><!-- fin contenu -->

		
		<div id="navigation">

			
			


<div class="rubriques">
	<h2 class="menu-titre">Rubriques</h2>
	<ul>
	
		<li>
			<a href="spip.php?rubrique6">Informations pratiques</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique4">1. Mémoire d’écoles en Saône et Loire</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique1">1. Un musée vivant !...</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique2">2. Les animations pour les scolaires</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique9">2. Un film tourné au Musée...</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique7">3.  La Fête de l’Ecriture</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique3">3. La Dictée du Certificat</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique5">3. Les écoles dans le monde</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique8">4. Les collections</a>

			

		</li>
	
		<li>
			<a href="spip.php?rubrique10">5. La mode enfantine</a>

			

		</li>
	

	</ul>
</div>

		</div><!-- fin navigation -->

	</div><!-- fin conteneur -->

	
	<fieldset id="ours">
<div align="center">
<span><a class="spip_out" title="retour à la Une" href="http://www.musee-ecole71.com">Musée de l&#8217;école</a></span>
<span class="screen_only"> | <a href="http://ecole71musee.free.fr/spip.php?page=backend" title="Syndiquer tout le site"><img src="http://ecole71musee.free.fr/dist/feed.png" alt="Suivre la vie du site" width="16" height="16" class="format_png" /></a>&nbsp;<a href="http://ecole71musee.free.fr/spip.php?page=backend" title="Syndiquer tout le site">RSS&nbsp;2.0</a></span>
<span class="screen_only"> | <a title="Pour les terminaux braille ou les connexions bas débit" href="oo/">Résumé en mode texte</a></span>
<span class="screen_only">
</div>
</fieldset>
	</div><!-- fin page -->
</body>
</html>

  /*************
 * Répondeur d'images
 *************/
#repimgbloc {
  height: 114px;
  margin-top: 0;
}

#repimgbloc .planchecontact {
  height: 114px;
  overflow:hidden;
  text-align: center;
  background: url(plugins/acs/models/dist/composants/repimages/img_pack/pellicule.png) top left repeat-x;
}

div.repimages, div.film {
  float: left;
  width: 105px;
  height: 114px;
  margin:0;
  padding: 0;
  background: url(plugins/acs/models/dist/composants/repimages/img_pack/pellicule.png) top left no-repeat;
  text-align: center;
}

.repimagespaginationg {
  width: 25px;
  height: 114px;
  background: url(plugins/acs/models/dist/composants/repimages/img_pack/filmg.gif) top right no-repeat;
  text-align: right;
}

.repimagespaginationd {
  width: 25px;
  height: 114px;
  background: url(plugins/acs/models/dist/composants/repimages/img_pack/filmd.gif) top left no-repeat;
}

div.repimages {
  height: 75px;
  width: 100px;
  margin: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
}
img.repimages {
  height: 75px;
  width: 100px;
}

div.repimagesdef {
  margin: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
img.repimagesdef {
  margin-top: 12px;
}

a.repimages {
  font: normal 10px sans-serif;
  color: #dfaf00;
}

a.repimages:hover {
  color: #ffdf00;
}

ul.spip {
	list-style-image : url(puce.gif);
}

/* Espaceur de blocs */
br.nettoyeur { clear: both; line-height: 0;}

.pagination {margin: 0; padding-left: 5px; font-size: 0.79em; font-weight: normal;}

.texte, .extrait {
	padding-left: 4px;
	padding-right: 4px;
	text-align: justify;
}

.traductions {
  float: right;
  text-align:right;
  margin-top: 5px;
  margin-right: 5px;
}

.traductions .lang_button {
  margin: 0;
  padding: 0;
  padding-left: 2px;
}

.traductions .lang {
  background: #dfdfdf;
  /*border: 1px outset #dfdfdf;*/
  opacity:0.5;filter:alpha(opacity=50);
}
.traductions .selected_lang {
  background: #dfdfdf;
  /*border: 1px inset green;*/
}
.traductions .lang:hover {
  /*border: 1px inset black;*/
  opacity:0.7;filter:alpha(opacity=70);
}

/*
 * disposition des blocs de la page - page blocs
 */

#colonne1 {
  float:left;
	width: 20%;
/*  background: #dfffdf;*/
}

* html #colonne1 {
  overflow:hidden;
}

.page_article #colonne2, .page_sommaire #colonne2, .page_rubrique #colonne2, .page_recherche #colonne2, .page_auteur #colonne2 {
  float: left;
  width: 60%;
  /*background: #ffffdf;*/
}

.page_plan #colonne2, .page_sites #colonne2, .page_site #colonne2, .page_login #colonne2, .page_mot #colonne2, .page_agenda #colonne2, .page_refus #colonne2, .page_forum #colonne2 {
	float: right;
	width: 79%;
  margin-right: 1%;
  /*background: #ffffdf;*/
}

* html #colonne2 {
  overflow:hidden;
}

#colonne3 {
  float: right;
  width: 20%;
	padding-top: 0.82em;
  /*background: #ffdfdf;*/
}

.spacer { /* marge entre haut et colonnes */
  line-height: 10px;
  height: 10px;
}

* html #colonne3 {
  overflow:hidden;
}

/*
 * Menus de navigation rubriques de la colonne 1 (menu gauche)
 */

.mg {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.82em;
}

.mg .menu-titre {
	text-align: center;
	font-size: 1.03em;
	font-weight: bold;
}

.mg li .menu-item {
	background: #efefff;
	border-top: 1px solid #efffff;
}
.mg li li .menu-item {
	background: #dfefef;
	border-top: 1px solid #fff;
}
.mg li li li .menu-item {
	background: #cfdfef;
	border-top: 1px solid #efefff;
}

.mg .menu-item .on {
	font-weight: bold;
	width: 100%;
}

.mg .menu-item:hover {
	background: #ffdf00;
}


/****************************
 * Contenu de la colonne 3
 ****************************/

#colonne3 .encart {
	margin: 10px;
}

#colonne3 .divers, .syndic, .rubriques {
	margin-top: 10px;
}

#colonne3 .divers .menu-titre {
	border-top: 1px dashed #dfefff;
}

#colonne3 .rubriques .menu-item, .syndic .menu-item {
	font-size: 0.77em;
	background: #ffffff url('img/carres3.png') repeat top right;
	border-top: 1px solid #dfefef;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#colonne3 .rubriques .menu-item, .syndic .menu-item {
	background: #ffffff url('img/carres3.png') repeat top right;
	border-top: 1px solid #dfefef;
}

/* rubriques en troisième colonne */
#colonne3 .rubriques {
	border: 1px solid #00ffdf;
}

#colonne3 .rubriques .menu-titre, #colonne3 .syndic .menu-titre, #colonne3 .divers .menu-titre, #colonne3 .divers .menu-titre-encart {
	text-align: center;
  background: transparent url('img/fondbleuclair02.jpg') repeat top right;
	font-size: 0.79em;
	font-weight: bold;
}

#colonne3 .rubriques li .menu-item {
	font-size: 1em;
	background: #dfefef url('img/carres3.png') repeat top right;
	border-top: 1px solid #efffff;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: normal;
}

#colonne3 .rubriques li li .menu-item {
	background: #eff8f8 url('img/carres3.png') repeat top right;
	border-top: 1px solid #fff;
}

/* sites en 3ième colonne */
#colonne3 .syndic {
	border: 1px solid #0000ff; /* contour du bloc */
}

#colonne3 .syndic .menu-titre {
  background: #dfefef;
	border-top: 1px solid #cfdfff;
}

#colonne3 .syndic .menu-item {
	background: #F8FFFF;
	border-top: 1px solid #dfefff;
	font-weight: normal;
}

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures {
	clear: both;
	font-size: 0.77em;
}

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 0; }

#signatures tr.odd {
	background: #E4F0F0;
}

#signatures tr.even {
	background: #ECF4F4;
}

#signatures td.signature-date {
	white-space: nowrap;
	text-align: right;
}

#signatures td.signature-nom {
	text-align: center;
	font-weight: bold; }

#signatures td.signature-cp {
	text-align: right;
}

#signatures td.signature-message {
	font-size: 0.96em; }

.signatures {
	text-align: center;
}

.formulaire_signature {
	clear: both;
}

fieldset.signatures {
	padding: 0;
	margin-left: 8px;
	margin-right: 8px;
	background: #efffff;
	overflow: auto;
}

fieldset.signatures legend{
	margin-left: 1em;
}

.signatures-caption {
	font-size: 1.5em;
	font-weight: bold;
}

#bouton_petition {
	background: #ffffff;
	border: 2px outset #ff0000;
	color: #af0000;
	font-size: 200%;
}

#bouton_petition:hover {
	background: #ffffff;
	font-size: 270%;
	border: 2px inset #ff0000
	color: #df0000;
	cursor: pointer;
}

.lien_petition {
	position: absolute;
	background: #ffeb00;
	border: 2px outset #ff8f00;
	color: #af0000;
	font-size: 80%;
	text-decoration: blink;
	top: 5px;
	right: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 18px;
}

table.petition {
	width: 100%; margin: 0;
}

.petition tr {
	background: #ECF4F4;
}

/* Styles des formulaires de Spip */

.formulaire_spip .forml {
   padding: 1px;
   border: 1px groove #4f8f4f;
   font-family: inherit;
   font-size: inherit;
}

.formulaire_spip textarea, .formulaire_spip input, .formulaire_spip select {
   background-color: #fff;
   border: 0;
}

.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
   display: block;
	margin: 0.77em 0;
	padding: 0.77em;
   border: 1px dotted #004F8F;
 }

.formulaire_spip legend {
	font-weight: bold;
	padding: 3px;
	background: #FFF; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}

.spip_bouton { text-align: right; }
.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 0;
   background: #2F2F8F;
   color: #FFEFDF;
	font-weight: bold;
	float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }

.form_inscription {
	width: 80%;
	background: #efffef;
	border: 1px dotted #afdfaf;
	padding: 4px;
	-moz-border-radius: 8px;
}




/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-total {margin: 0; padding: 0;}
.forum-fil { margin-top: 2px; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; text-align: justify}
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 0; text-align: right}
.forum-item {padding-bottom: 10px;}
/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 2px; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }
.repondreaufil {float: right;}

.forum-repondre {
	margin-left: 4px;
	font-size: 0.88em;
}

/*************
 * page article
 *************/

/*  Cartouche et titraille
---------------------------------------------- */
.page_article #colonne2 .cartouche {
	background: url('img/decohautarticle.png') no-repeat top left;
	font: serif, Arial;
}
.page_article #colonne2 .cartouche .titre {
	font-size: 0.88em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.page_article #colonne2 .cartouche h1 {font-size: 1.5em;font-weight: bold;}
.page_article #colonne2 .cartouche .surtitre, .page_article #colonne2 .cartouche .soustitre {
	font-size: 0.71em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	font: serif, Garamond, Arial;
}
.page_article .texte {
	font-size: 0.77em;
}

.page_article p.spip {
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

.page_article #colonne2 .cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.page_article #colonne2 .cartouche p { margin: 0; padding: 0;}
.page_article #colonne2 .cartouche small { font-size: 0.71em; }

.page_article #colonne2 .cartouche .traductions { font-size: 0.71em; }
.page_article #colonne2 .cartouche .traductions * { display: inline; }

/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 8px;
	font-weight: bold;padding: 2%;
	font-size: 0.88em;
}
.ps, .notes {
   font-family: Garamond, Georgia, Times, serif;
	padding-top: 2px;
   border-top: thin dashed rgb(64, 64, 84);
}
.ps {
   text-align: justify;
   font-size: 0.71em;padding:10px;
}
.notes {font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }
.spip_documents_right {padding-left: 10px;}

/*************
 * page rubrique
 *************/
.page_rubrique .cartouche {
  margin-left: 5px;
}

.page_rubrique .spip_logos {
	float: left;
	margin-right: 5px;
}

/*************
 * page auteur
 *************/

.page_auteur .formulaire_ecrire_auteur {
	margin-top: -10px;
	width: 100%;
}

.page_auteur .formulaire_ecrire_auteur .reponse_formulaire {
	background: #dfdfdf;
	border: 1px solid #444488;
	margin: 0;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}

.page_auteur .formulaire_ecrire_auteur .reponse_formulaire legend{
	background: #efefef;
	border: 1px solid #8888aa;
	-moz-border-radius: 8px;
}

.page_auteur .formulaire_ecrire_auteur .forml {
	width: 100%;
}

/*************
 * page forum repondre
 *************/

.formulaire_forum {
	clear: both;
	margin-right: 10px;
}

.formulaire_forum textarea {
	width: 100%;
}

/*************
 * tableaux
 *************/

table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid #00AFDF;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #dfefff; }
table.spip tr.row_odd { background: #efdfff; }
table.spip tr.row_even { background: #ffefdf; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/*************
 * photo du jour
 *************/

div.photoUne {
	float: right;
}

img.photoUne {
	border: 1px solid #000;
	margin: 10px;
	margin-bottom: 0;
}

.photoUne .doc_titre {
	text-align: center;
	font-size: 0.71em;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.photoUne .doc_descriptif {
	text-align: justify;
	font-size: 0.71em;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

/*************
 * forumalire recommander
 *************/

#recommander .menu-titre {
	margin-left: 5px;
	cursor: pointer;
	color: #00008f;
}

#formulaire_recommander {
	margin:0;
	margin-left: 20 px;
	margin-right: 20 px;
	border: 1px dashed #f00;
	border-left: 0;
	border-right: 0;
	padding-left: 5px;
}

#recommander_message {
	width: 80%;
}

#formulaire_recommander .recommander {
	margin-left: 100px;
	width: 150px;
	text-align: center;
	cursor: pointer;
	border: 1px outset #00d;
	font-weight: bold;
	background: #dfefff;
	color: #008;
	margin-bottom: 10px;
}

#formulaire_recommander .recommander:hover {
	border: 1px inset #00e;
	color: #048;
}
