/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background-image: url(fond_body.png);
	background-repeat: repeat-x;
	background-color: #666666;
	margin: 1.5em;
	margin-top: 0;
	font-size: 1em;
	color: #e6e6c9;
	
}
body.page_sommaire{
	background-image: url(fond_body_sommaire.png);
	height: 100%;
	_height: 665px;	
}
img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
.page_sommaire #page{
	position: absolute;
	left: 1.5em;
	height: 100%;
	_height: 665px;
	max-height: 665px;
}
* html .page_sommaire div#page { 
   height: expression( this.scrollHeight > 665 ? "665px" : "auto" ); /* sets max-height for IE */
   max-height: 665px; /* sets max-height value for all standards-compliant browsers */
}

#page {
	position: relative;
	background: black;
	width: 910px;
	_overflow-x: hidden;
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	padding: 0;
}

#conteneur { 
	position: relative; 
}

.page_sommaire #conteneur{
	height: 100%;
}

#conteneur #contenu {
	position: relative;
	padding-left: 180px;
	padding-right: 10px;
	background: black;
	_height: 500px;
	min-height: 500px;
	
}
.page_sommaire #conteneur #contenu {
	_height: 86px;
	min-height: 86;
	padding-left: 0;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	background: none;
}
#conteneur #navigation {
	float: none;
	position: relative;
	padding: 0;
	width: 100%;
	
}
#entete #navigation{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 910px;
	padding-bottom: 4px;
	
}
#entete #navigation .rubriques ul li h2{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	line-height: 18px;
}

	
.page_sommaire #conteneur #navigation{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 910px;
	height: 198px;
}
#conteneur #navigation h2.menu-titre {
	display: none;
}
/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	margin: 0;
	margin-bottom: 1em;
	background: 
	padding-left: 8px;
	margin-left: 8px;
	margin-top: 23px;
}

/* Entete */
#entete {
	position: relative;
	text-align: right;
	background: #252121;
	padding: 0;
	width: 100%;
	color: white;
	font-size: .8em;
	font-family: sans-serif;
	height: 130px;
	
}
.page_sommaire #entete{
	position: relative;
	width: 910px;
	text-align: right;
	height: 22px;
	background-image: none;
}
.page_sommaire #entete ul{
	list-style-type: none;
	float: right;
	display: inline;
	margin-top: 3px;
	margin-bottom: 3px;
}
.page_sommaire #entete ul li{
	float: left;
	font-size: 12px;
	padding-left: 5px;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete img{
	vertical-align: bottom;
}
#entete .rubriques .menu-titre{
	display: none;
}	
#entete a { text-decoration: none; color: #e8e5b4; 
}
.page_sommaire #entete a{
	color: white;
}
#entete a.on{
	color: #e1b971;
	font-weight: normal;
}
#page .formulaire_recherche { position: absolute; right: 30px; bottom: 25px; width: 100px; display: none;}

#page .formulaire_recherche input{
	background: #ff4c00;
	opacity: .6;
	filter: alpha(opacity=60);
	color: white;
	border: 1px solid white;
	padding: 5px;
}
#entete .formulaire_recherche { position: relative; float: right; width: 100px; display: block; top: 0; right: 10px;}
#entete .formulaire_recherche input{
	border: none;
	background: black;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Fil d'Ariane */
#hierarchie {
	padding-top: 10px;
	margin-bottom: 7px;
	color: #e1b971;
}
#hierarchie a{
	color: #e1b971;
}

/* Pied de page */
#pied {
	position: relative;
	clear: both;
	_width: 100%;
	padding: 2px;
	text-align: center; 
	background: black url(fond-pied.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.page_sommaire #pied {
	display: none;
}
#pied_contenu {
	clear: both;
	background: #151515;
	border-top: 1px dotted #747461;
	margin-top: 1em;
}
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
.nettoyeur-gauche { clear: left; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
.nettoyeur-droite { clear: right; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: serif; }

/* Typo pour le contenu */
#contenu {
	font-family: serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: none;
	margin-bottom: 1em;
	font-size: 0.77em;
}
.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding-top: 2em;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: center; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

.page_sommaire #navigation ul{
	width: 5000px;
	margin-left: 0;
	text-align: left;
}
#navigation ul li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 110px;	
	
}

.page_sommaire #navigation ul li {
	width: 152px;
	margin-left: 0;
}
#navigation ul li .titre {
	position: absolute;
	top: 90px;
	left: 0;
	background: black;
	opacity: .5;
	filter: alpha(opacity=50);
	text-align: center;
	width: 142px;
	height: 40px;
	color: white;
	
}
#navigation ul li .titre h2 {
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	line-height: 17px;
	font-family: serif;
}
#navigation ul li h2 {
	line-height: 17px;
	font-size: 1.1em;
	font-style: italic;
}
#navigation ul li .titre a{
	color: white;
}

.rubriques{
	padding: 0;
	margin: 0;
	width: 910px;
	overflow: hidden;
}	
.rubriques #fleche_gauche{
	position: absolute;
	left: 0;
	top: 2px;
	background: black;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 60px;
	opacity: .8;
	filter: alpha(opacity=80);
}
.rubriques #fleche_droite{
	position: absolute;
	right: 0;
	top: 2px;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 60px;
	background: black;
	opacity: .8;
	filter: alpha(opacity=80);
}
/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: none; position: relative;}





/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 0; }

.cartouche .titre {
	font-size: 1.4em;
	font-weight: normal;
	color: #e6d4a1; }
#contenu .surtitre, #contenu .soustitre { 
	font-size: 1em;
	color: #e6d4a1;
	padding-left: 10px;
	padding-top: 5px;
}
#contenu .surtitre{
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: .9em;
	padding-left: 5px;
}
.cartouche .spip_logos {
	position: absolute;
	left: 12px;
	top: 8px;
}

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: .5em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em; 
	margin-left: 10px;	
	font-size: 1.1em;
	margin-top: 1em;
	color: #e2d09f;
}
.page_sommaire .chapo{
	font-weight: bold;
	font-style: normal;
	position: relative;
	color: #967d62;
	font-size: 1.4em;
	padding: 0;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
}

.page_sommaire .intro {
	position: relative;
	padding: .5em;
	margin-top: 0;
	background: none;
}
.page_sommaire .chapo i{
	color: #d0bead;
}
.page_sommaire .chapo i strong{
	color: #e1b444;
}
.page_sommaire .chapo strong{
	color: #e1a100;
}
.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { 
	clear: left; 
	color: #e6e6c9; 
	font-size: 1em; 
	line-height: 1.3em; 
	text-align: justify;
	padding-right: 15px; 
	padding-top: 10px; 
	letter-spacing: 1px;
}
.texte p.spip{
	margin-left: 10px;
	margin-top: 1em;
}
.texte h3{
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: normal;
	color: #e2c471;
	margin-left: 0;
	line-height: 18px;
	background: transparent url(puce_h3.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 25px;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: left;
}
.texte h4{
	letter-spacing: 1px;
	font-size: 1.15em;
	font-weight: normal;
	color: #e2c471;
	margin-top: 1.5em;
	margin-bottom: 5px;
	line-height: 18px;
	background: transparent url(puce_h4.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 25px;
	margin-left: 10px;
	
}
.texte .texteencadre-spip{
	border: 1px dotted #e2c471;
	padding: 10px;
	font-family: sans-serif;
	font-size: .9em;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 50%;
	margin-left: 100px;
}
.ps, .notes {
	padding-top: 2px;
	
}
.ps { 
	border: none;
	font-size: .96em; 
	padding-top: 1em;
	padding-bottom: 1em;	
}
.notes { 
	clear: both; 
	padding: 1em;
	border: 1px dotted gray; 
	font-size: 0.87em; 
}
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	position: relative;
	margin-top: 3px;
	padding-top: 2px;
	height: 140px;
	width: 210px;
	overflow: hidden;
	background: black;
	
}
#documents_portfolio-conteneur{
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	height: 140px;
	width: 210px;
}
#documents_portfolio .animated-portfolio{
	background: black;
}
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	width: 208px;
	border-left: 1px dotted #e2d09f;
	padding-left: 10px;
	font-family: sans-serif;
}
#documents_joints .spip_logos{
	float: left;
	margin-right: 3px;
}
#documents_joints h2 { margin-bottom: 0.4em; font-size: 1.1em; font-weight: normal; font-family: serif; color: #e2d09f; }

#documents_joints .spip_doc_titre a{
	color: gray;
}
#documents_joints ul { margin: 0; padding: 0; list-style: none; text-align: left;}
#documents_joints li { margin-bottom: 0.4em; padding-left: 5px;}
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; color: gray;}
#documents_joints li .spip_doc_descriptif {clear: none; color: gray;}

.evenements {
	padding-left: 15px;
	padding-bottom: 15px;
	background: black url(fond-evenements.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 218px;
	text-align: left;
}
.encart .evenements ul{
	text-align: left;
}

.evenements h2{margin-bottom: 0.4em; font-size: 1.1em; font-weight: normal; font-family: serif; color: #e2d09f; }

.evenements .evenement-description {
	display: none;
	position: absolute;
	margin-top: 40px;
	background: black;
	width: 250px;
	right: 10px;
	color: #E2D09F;
	border: 1px solid white;
	z-index: 500;
}
.evenements .en_savoir_plus{
	font-style: italic;
	text-align: right;
}
.evenements .evenements-titre{
	color: ##FFFFD0;
	font-size: 1.1em;
	font-family: serif;
}
.evenements .evenements-replier{
	float: right;
	font-style: italic;
}
/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.page_sommaire .liste-articles ul {list-style: none; background: none;}
.liste-articles{
	margin-bottom: 1.5em;
	margin-left: 10px;
	clear: left;
}
 .liste-articles ul { clear: none;  margin: 0; padding: 0; list-style: none;  background: none; margin-bottom: 20px; margin-left: 10px; max-width: 500px;}
.liste-articles li { clear: none; margin-bottom: 5px; list-style: none; width: 220px; float: left; font-family: sans-serif; }

.liste-articles .a_decourvrir{
	padding-bottom: 5px;
	margin-top: 1em;
	font-style: italic;
}
.liste-articles li .titre {
	font-size: .9em;
	font-weight: normal; 
	clear: none;
}

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: left; }

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

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

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

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

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: none;
	border: none;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

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

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; font-size: 14px;}
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	font-size: 0.88em;
	font-weight: normal; 
	font-family: sans-serif;
}
.forum-repondre a{
	color: #e1b971;
	font-style: italic;
}
/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; padding-right: 2em; list-style-type: none; font-family: sans-serif;}
ul.forum li{list-style-type: none;}
.forum-fil { margin-top: 1.5em; color: white;}
.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: #e1b971; }
.forum-chapo small {}
.forum-titre a{
	color: #e1b971;
}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: white; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { margin-left: 0.5em; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { margin-left: 0.5em; }
ul ul ul .forum-message { margin-left: 0.5em; }
ul ul ul ul .forum-message { margin-left: 0.5em;}
ul ul ul ul ul .forum-message { margin-left: 0.5em; }
ul ul ul ul ul ul .forum-message { margin-left: 0.5em; }

ul .forum-texte { margin-left: 0.5em;border-left: 10px solid #e1b971; margin: 0; padding: 0; margin-bottom: 1em;padding-left: 0.5em; }
ul ul .forum-texte { margin-left: 0.5em;border-left: 10px solid #e1b971; }
ul ul ul .forum-texte { margin-left: 0.5em;border-left: 10px solid #e1b971; }
ul ul ul ul .forum-texte { margin-left: 0.5em;border-left: 10px solid #e1b971; }
ul ul ul ul ul .forum-texte { margin-left: 0.5em;border-left: 10px solid #e1b971; }
ul ul ul ul ul ul .forum-texte { margin-left: 0.5em;border-left: 0px dotted #e1b971; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { background: none; border: none; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; }
ul ul .forum-chapo { background: none; }
ul ul ul .forum-chapo { background: none; }
ul ul ul ul .forum-chapo { background: none;  }
ul ul ul ul ul .forum-chapo { background: none; }

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

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

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

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #e6e6c9; }
a:hover { text-decoration: none; }

.panoramique_abbaye{
	position: absolute;
	bottom: 150px;
	left: 0;
}
#entete .panoramique_abbaye{
	top: -250px;
}
.fond_gris{
	position: absolute;
	background: black;
	opacity: .7;
	width: 100%;
	height: 100%;
}
.page_sommaire .fond_gris{
	_height= 120px;
}
#navigation .fond_gris{
	filter: alpha(opacity=70);
	background: #151515;
}
#entete .fond_gris{
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #1a1a1a;
	_height: 100px;
}
#pied #utils { 
	float: left;
	width: 150px;
	margin: 1em 1em 1em 10px;
	margin-top: .5em;
	padding: 0;
	list-style: none;
	font-size: 0.77em;
	text-align: left;
	color: #fff; 
	font-family: sans-serif;
}
#pied #utils li { border-bottom: none; padding: 1em 0; color: #ababab;}
#pied #utils a { color: #ababab; }
#pied #utils a:hover { text-decoration: none; color: yellow; }
#pied img { vertical-align: bottom; margin-right: 5px; }


#pied .forums, #pied .syndic { 
	float: left;
	width: 331px;
	margin: 1em;
	margin-top: .5em;
	text-align:left;
	font-size: 1em;
	background: none;
	border: none;
	color: #ababab; }
#pied .forums ul, #pied .syndic ul { list-style: none; padding: 0; margin: 0; font-family: sans-serif; font-size: .8em;}
#pied .forums ul li, #pied .syndic ul li { border-bottom: 1px dotted #747461; padding: 0.4em 0; }
#pied .forums a, #pied .syndic a { color: #c4c49b; }
#pied .forums a:hover, #pied .syndic a:hover { text-decoration: none; color: yellow; }
#pied .syndic em { font-style: normal; }
#pied .syndic em a{ color: #ababab; }

#pied h2 { 
	color: #dcca99;
	text-align: left;
	font-size: 1.1em;
	border: none;
	font-weight: normal;
	letter-spacing: 1px;
	padding:0; 
}

#pied hr{ clear: both; visibility: hidden; }

.innerfade-title{
       position: absolute;
       bottom: 0px;
       left: 0;
       z-index: 290;
       width: 100%;
       background: #151515;
       height: 18px;
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
        opacity: .8;
}
.innerfade-title h2{
        color: white;
        font-weight: normal;
	font-family: serif;
       margin-top: 0;
       margin-bottom: 0;
              text-align: center;
       font-size: 14px;
       font-style: italic;
}
.mycontrolboxclass{
        position: absolute;
        right: 3px;
        top: 3px;
}
ul#animated-portfolio{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul#animated-portfolio li{
	padding: 0;
}

ul.vignettes_articles{
	clear: left;
	list-style-type: none;
	margin-top:2em;
}
ul.vignettes_articles li{
	position: relative;
	display:inline;
	width: auto;
	padding-bottom: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.vignettes_articles li h3.titre{
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #432e2e;
	opacity: .7;
	filter:alpha(opacity=70);
	width: 120px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 15px;
}
ul.vignettes_articles li h3.titre a{
	color: white;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
#page #conteneur #contenu .texte .spip_forms{
	color: #e2d09f;
	font-size: .8em;
	border-left: none;
}
#page #conteneur #contenu .texte .spip_forms fieldset{
	border-width: 1px 1px 1px 2px;
}
#page #conteneur #contenu .texte .spip_forms .spip_form_label .label{
	color: #e2c38b;
}

#page #conteneur #contenu .texte .spip_forms legend{
	font-family: serif;
}
#page #conteneur #contenu .texte .spip_forms fieldset legend{
	background: black;
	color: #e2d09f;
}
#page #conteneur #contenu .texte .spip_forms .spip_form_champ input, #page #conteneur #contenu .texte .spip_forms .spip_form_champ textarea{
	background: #4A4336;
	color: white;
	font-size: 1.2em;
	border: none;
}

#page #conteneur #contenu .texte .qcm {
	background: none;
	color: #e1d4bc;
	font-family: serif;
	width: 90%;
	border: none;
	margin-top: 1em;
}
.jeux_question {
	font-size: 1em;
}
.jeux_global hr{
	display: none;
}
#contenu .qcm_titre {
	margin-top: 1em;
	text-align: left;
}

#page #conteneur #contenu .texte .jeux_score {
	color: #ff6600;
}

#page #conteneur #contenu .texte .qcm_correction_faux{
	background: #ff6600;
}

.boutonstexte{
	padding-left: .5em;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	color: white;
	border: 1px solid white;
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #3c272a;
	padding: 15px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
	
.meme-sujet {
	 background: #121212;
	padding: 11px;
	float: right;
	margin-left: 1em;
	width: 215px;
	margin-top: 1em;
	clear: right;
	margin-right: 10px;
}
.page_article .meme-sujet {
	width: 375px;
}
.meme-sujet ul{
	list-style-type: none;
}
.meme-sujet ul li{
	float: left;
	
}
.meme-sujet h2.menu-titre {
	text-transform: none;
	border-bottom: none;
	font-style: italic;
	padding-top: 0;
}
.meme-sujet ul li h3{
	font-weight: bold;
}
.meme-sujet .vignette-meme-sujet {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#contenu .texte .spip_documents_right{
	clear: right;
}
#contenu .texte .spip_documents_left {
	clear: left;
}
#contenu .texte .spip_documents_center {
	margin-top: 1em;
}
.meme-sujet ul li .lire-la-suite{
	font-style: italic;
	float: right;	
}
.document_panorama {margin-top: 1em; margin-left: 10px;}
.formulaire_menu_lang {
	display:block;
	position: relative;
	float: right;
	margin-left: 10px;
	z-index: 500;
}
.page_sommaire .formulaire_menu_lang {
	position: absolute;
	right: 0;
	top: 0;
}
.formulaire_menu_lang .forml {
	width: 100px;
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	border: none;
	background: black;
	padding-top: 2px;
	padding-bottom: 2px;
	opacity: .6;
	filter: alpha(opacity=60);
	color: white;

}
.formulaire_menu_lang label{
	display: none;
}