
/*  ----------------------------------------------------------- */
/*   Feuilles de styles des squelettes pour TAPAGES-NOCTURNES   */
/*  ----------------------------------------------------------- */
/* filtre pour que IE6 avale les png, cf "habillageIE6.css"
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="chemin/image.png", sizingMethod="scale");
/* 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
/*  ------------------------------------------ */
* { padding:0; margin:0; }
html{
	
}
body {
	text-align: center;
	font-size: 1em;
	color: #333;
	background:black;
}
img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
li { list-style:none; }
a { text-decoration: none; color: #333; outline:0; }
/* Espaceur de blocs */
.nettoyeur { clear: both; 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%; }
/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	position:relative;
	width:959px;
	margin:auto;
	margin-top:22px;
	margin-bottom:0;
	background:url('images/pattern.jpg') #C8C4C0 top center repeat-y;
	text-align:left;
}
#conteneur {
	position:relative;
	width:959px;
	margin-top:-5px;
	padding-bottom:1em;
}
/*********************** mise en forme du bg_contenu */
#bg_contenu_haut {
	width:925px;
	height:27px;
	margin:0 auto;
	background:url('images/bg_contenu_haut_01.png') top left no-repeat;
}
#bg_contenu_centre {
	width:925px;
	margin:0 auto;
	background:url('images/bg_contenu_centre_01.png') top left repeat;
}
#bg_contenu_bas {
	clear:both;
	width:925px;
	height:6px;
	margin:0 auto;
	background:url('images/bg_contenu_bas_01.png') top left no-repeat;
}
/************************* surimpression */
#surimpression {
	position:fixed;
	width:400px;
	height:180px;
	left:50%;
	top:50%;
	margin-top:-90px;
	margin-left:-200px;
	padding:0.5em;
	padding-top:1.4em;
	font-size:.8em;
	background-color:#fff;
	border: 4px outset #E4E2E1;
	z-index:5000;
	overflow:auto;
}
#surimpression a {
	display:block;
	margin:.2em 0;
	margin-left:120px;
	padding-left: 1em;
	background:url('images/lien.png') center left no-repeat;
	text-align:left;
	color:#cf3d40;
	font-weight: bold;
	line-height: 1em;
}
#surimpression a:hover {
	text-decoration:underline;
}


/*********************** fin mise en forme du bg_contenu */
/***********************************************/
/****************************** Entete et Menu */
/*#entete {
	position:fixed;
	top:0;
	width:959px;
	height:auto;
	background:url('images/bandeau.jpg') top left repeat-x;
	
}*/

#entete {
	position:relative;
	width:959px;
	height:auto;
	background:url('images/bandeau.jpg') top left repeat-x;
	
}
#entete_g {
	position:absolute;
	width:14px;
	height:82px;
	left:0;
	top:0;
	background:url('images/bandeau_g.jpg') top left no-repeat;
}
#entete_d {
	position:absolute;
	width:12px;
	height:82px;
	right:-1px;
	top:0;
	background:url('images/bandeau_d.jpg') top right no-repeat;
}
#entete_bas {
	position:absolute;
	width:959px;
	height:42px;
	left:0;
	top:82px;
	background:url('images/bandeau_bas.png') top left no-repeat;
}
#entete #micro {
	position:absolute;
	width:500px;
	height:81px;
	left:-425px;
	top:10px;
	background:url('images/micro_web.png') bottom right no-repeat;
}
#entete #nocturne {
	position:absolute;
	width:63px;
	height:90px;
	right:-8px;
	top:7px;
	background:url('images/nocturne.png') bottom right no-repeat;
}
#logo {
	position:absolute;
	width:783px;
	height:44px;
	left:92px;
	top:22px;
	background:url('images/logo_TN.jpg') top left no-repeat;
}
#lien_logo {
	display:block;
	width:783px;
	height:44px;
	z-index:100;
}
#menu {
	font-size: .76em;
/*	margin-left:116px;*/
	margin-left:96px;
	padding-top:73px;
	text-align:left;
}
/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */
#menu ul { margin:0; padding:0; }
.breves, .syndic, .forums, .divers, #catalogue {
	font-size: 0.9em;
	position:relative;
}
#entete .rubriques, #entete .breves, 
#entete .forums, #entete .divers, #entete #catalogue {
	display:inline;
	float:left;
}
#menu .forums h2.menu-titre, 
#menu #catalogue h2.menu-titre {
	position:relative;
	width:190px;
	padding:.2em 1em;
	padding-bottom:1.5em;
	font-weight: bold;
	font-size: 0.8em;
	text-transform:uppercase;
	background:url('images/bg_titre_web.png') top left no-repeat;
}
/* section = bloc rubriques + divers */
#section {
	position:relative;
	float:left;
	width:400px;
	margin-left:15px;
	margin-top:1em;
	margin-bottom:1em;
	padding-left:5px;
	background:url('images/bg_li_web_rubrique.png') top left repeat-y;
}

#menu .rubriques {
	position:relative;
	width:210px;
	font-size: 0.9em;
	margin-bottom:5px;
/*	font-style:italic; */
	margin-top:10px;
}



#menu .rubriques li {
	
}
#menu .rubriques li a.on {
	display:block;
	/*position:absolute;*/
	left:0;
	padding:.2em .1em;
	font-size:2em;
	color:#CF3D40;
	cursor:text;
} 
#menu .rubriques li a.on:hover {
	background:none;
	
}


#menu .breves li,
#menu .divers li,
#menu #catalogue li {
	width:190px;
	padding:0 .5em;
	padding-bottom:.1em;
	font-variant:small-caps;
	background:url('images/bg_li_web.png') top left repeat-y;
}
#menu .divers li {
	background:none;
}

#menu #section h2.menu-titre {
	position:relative;
	margin:0;
	padding:0;
	margin-top:-1em;
	margin-left:-5px;
	padding-left:.5em;
	height:1em;
	font-weight: bold;
	font-size: 0.8em;
	text-transform:uppercase;
	/* font-style:italic; */
	background:url('images/bg_li_web_titrerubrique.png') top left no-repeat;
}
#menu .rubriques li, #menu .rubriques h2.menu-titre {
	width:210px;
}
#menu .rubriques li a, #menu .breves li a, 
#menu .forums li a, #menu .divers li a, #menu #catalogue li a {
	display:block;
	position:relative;
	padding:0 .2em;
	padding-bottom:.1em;
	font-weight:bold;
	font-size: 1.2em;
	line-height:1em;
	background-image:none;
}

#menu .rubriques li a:hover, #menu .breves li a:hover, 
#menu .forums li a:hover, #menu .divers li a:hover, #menu #catalogue li a:hover, 
#menu .breves li a.on,
#menu .forums li a.on, #menu .divers li a.on, #menu #catalogue li a.on {
	color:#CF3D40;
	/*background:url('images/bg_li_hover.png') top right repeat-y;*/
}
#menu .divers li a:hover {
	background:none;
}


#menu .divers {
	width:180px;
	margin-top:15px;
	margin-right:0px;
	margin-left:8px;
}
#menu .divers li {
	width:180px;
	height:15px;
}

#menu .divers li a {
	padding-left:17px;
}
#menu .divers li a.on { cursor:text; background:url('images/girophare.png') top left no-repeat; }


#menu #catalogue {
	margin-top:10px;
	margin-left:10px;
}
#menu #catalogue h2.menu-titre, 
#menu #catalogue li {
	width:158px;
}
#menu .forums {
	margin-top:14px;
	padding-right:0;
}
#menu .forums li a {
	color:#BCB4AD /*C4C4BC*/;
}
#menu .forums li a:hover {
	/*background:#4C4034 /*7D7267*/;
}
#menu .forums h2.menu-titre {
	padding-bottom:1.5em;
	width:220px;
	background:url('images/bg_catalogue_titre_web.png') top left no-repeat;
}
#menu .forums li {
	width:210px;
	padding:0 1em;
	padding-bottom:.2em;
	font-variant:small-caps;
	line-height:1em;
	background:url('images/bg_catalogue_li_web.png') top left repeat-y;
}
#frequences {
	clear:both;
}
#frequences h2 {
	float:right;
	width:200px;
	margin-right:12px;
	margin-top:10px;
	padding-left:35px;
	font-size:.76em;
	color:#C4C4BC;
	background:url('images/frequences_web.png') top left no-repeat;
}
#frequences h2.menu-titre a {
	color:#C4C4BC;
	font-weight:bold;
	text-transform:uppercase;
	z-index:200;
}
#frequences h2.menu-titre a:hover {
	color:#CF3D40;
}
/************************** fin Entete et Menu */
/***********************************************/
/******************** mise en forme du contenu */
#conteneur #contenu {
	float: left;
	width:630px;
	padding-left:1.5em;
}
#conteneur #contenu_calcul_frequence {
	float: left;
	width:100%;
	padding-left:1.5em;
}
#contenu .encart {
	float: right;
	clear:both;
	width: 40%;
	margin: 0;
	margin-bottom: 1em;
}
/* Fil d'Ariane */
#hierarchie {
	clear: both;
	width:650px;
	margin-left:1.5em;
	margin-bottom: 2em;
	font-size: 0.77em;
	text-transform:uppercase;
	font-size:.58em;
}
/* formulaire dans le contenu */
#contenu #login fieldset {
	width:270px;
}
#contenu #formulaire_login_forum p {
	font-size:.8em;
	width:270px;
}
.formulaire_document .spip_doc_descriptif {
	font-size:1em;
}
/*********************** mise en forme du bloc droit : navigation */
/* pour le formulaire de recherche, voir dans la partie des formulaires... */
#navigation {
	float: right;
	margin-top:.5em;
	width:236px;
	margin-right:5px;
	font-size:.78em;
}
p.haut_menu {
	border-top:1px solid #9F9795;
	border-bottom:1px solid #9F9795;
	padding:0 .2em;
	padding-bottom:.3em;
	margin-top:.9em;
	margin-bottom:.2em;
	text-align:center;
}
a.retourpp, a.imprimer {
	font-weight:bold;
	font-size:.8em;
	color:#8F867D;
}
a.retourpp {
	padding-right:1px;
	border-right:1px solid #9F9795;
}
a.imprimer {
	margin-left:0;
	margin-top:-1em;
	padding-left:1px;
	border-left:1px solid #9F9795;
}
a.retourpp:hover, a.imprimer:hover {
	color:black;
}
#navigation h2.menu-titre {
	margin-bottom:-2px;
	margin-top:.6em;
	padding:.2em .7em;
	font-size:0.87em;
	text-transform:uppercase;
	font-weight:bold;
	background:#C2BEBD;
	border-top:1px solid #9F9795;
	border-bottom:1px solid #9F9795;
}
#navigation fieldset {
	position:static;
	font-size:1.1em;
	margin:0;
	background:none /*#C2BEBB /*D2CAC5 /*DCD4CE /*BFB8B3*/;
	border:none;
}
legend { display:none; }	/* remplacee par une balise <h2> pour la mise en forme */
#navigation fieldset h2 {
	margin-top:.3em;
	padding:.2em .6em;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	
}
#navigation fieldset p {
	padding:.3em 0;
}
.spip_bouton {
	font-weight:bold;
	text-align:right;
}
.spip_bouton input {
margin-left:10px;
	font-size:9px;
	text-transform:uppercase;
	background-image:none;
	background-color:#C2C1BF /*FDFDFD /*EBECEC*/;
	border:1px solid #BDBBBC;
	cursor:pointer;
}
.inscription2 .spip_bouton input { margin-right:-.5em; }
#navigation hr { border:none; color:#C2BEBB; }
#navigation span.crayon {
	padding:.5em;
	font-weight:bold;
}
#navigation .texte {
	font-size:110%;
}
#navigation .divers, #navigation .next, #navigation .breves, #navigation .syndic {
	position:static;
	padding-top:.3em;
}

#navigation .next div { padding:.5em; }
#navigation .next div.login { padding:.5em 0; }


#navigation h3.menu-titre {
	padding:.2em .7em;
	font-size:0.87em;
}

#navigation .location li a { line-height:20px; margin-left:.3em; font-weight:bold; font-size:.9em; }
#navigation .location li a:hover { color:red; }
#navigation .contourImage {
	float:left;
	margin:0 .6em .4em 0;
}

/**************************** formulaire inscription2 dans la navigation e droite */

a.tapagesnocturne, a.contact {
	font-weight:bold;
	font-size:.9em;
}
#navigation .next .inscription2 div { font-size:1em; 
/*modif alex 12/10, avant = 1.2*/
}
div.publication {
	text-align:right;
}
div.publication label {
	font-size:9px;
}
#pays {
	width:117px;
	height:18px;
	float:right;
}
#pays option {
	width:130px;
	white-space:normal;
	padding-right:18px;
}
/* meme auteur */
a#meme_auteur, a.logo_auteur {
	display:block;
	float:left;
}
a.logo_auteur { margin-right:.8em; }
h4.spip {
	font-weight:bold;
	font-size:.9em;
	margin-top:1.5em;
	margin-bottom:1.1em;
}
.flottant {
	float:left;
}

#navigation .next small {
	float:left;
}
#navigation .next > a, #navigation .next > ul, 
#navigation .forums ul { padding:.5em; }
#navigation .breves .spip_logos, #navigation .divers .spip_logos {
	clear:both;
	float:none;
}
#navigation .breves li, #navigation .syndic li {
	position:static;
	clear:both;
	margin:.5em;
}
#navigation .breves li a, #navigation .syndic li a {
	position:static;
	display:block;
}
#navigation .breves_une li a{
text-align:justify
}
#navigation .syndic a { position:relative; padding:.2em 0; }
#navigation .syndic ul li { margin:0 .5em; }
#navigation .syndic ul li ul { margin-bottom:.3em; }
#navigation .syndic ul li ul li { margin:0 0 0 .8em; }
#navigation .syndic ul li a { position:relative; }
#navigation .syndic ul li a:hover { /*background:#B8B4B0;*/ }
#navigation .syndic ul li ul li a:hover { background:none; color:red; }
/* pour les survol faeon jTip, logo et titre articles */
ul.pourjTip li {
	clear:both;
}
#navigation li.over {
	background:none;
}
ul.pourjTip li a {
	display:block;
	width:100%;
}
ul.pourjTip li span {
	display:block;
	float:left;
	margin-right:.5em;
}
a.jTip:hover { background:#C2BEBD; }
ul.pourjTip li span.on {	/* pour la pagination */
	display:inline;
}
#navigation .pagination {
	clear:both;
	padding-top:.5em;
	text-align:left;
}
#navigation .pagination a, #navigation .pagination a.lien_pagination, 
#navigation ul.pourjTip .pagination li span.on, #navigation ul.pourjTip .pagination li span, 
#navigation .pagination span.on {
	display:inline;
	float:none;
}
/* fin jTip */
/*** login */
#login {
	font-size:110%;
}
.login {
	font-size:.9em;
}
/* espace mon_compte */
div.mon_compte {
/*	float:left;*/
	margin:5px 0 0 5px;
	line-height:1.3em;
}
#navigation .divers div.mon_compte .spip_logos, div.mon_compte p { float:left; }
div.mon_compte p {
	width:160px;
	margin-left:10px;
}
#navigation .login fieldset p { padding:0 0 .3em .5em; font-size:.95em; }
#navigation .login input.forml { width:140px; margin:.2em 0; }
#navigation .login #login p.spip_bouton input, #navigation .login p.spip_bouton input { float:right; width:47px; margin-right:0; }

#navigation .login .spip_logos {
	float:left;
	margin:0 .6em 6px;
}

#navigation .divers div.mon_compte a:hover { color:red; }



/******************** fin mise en forme du bloc droit : navigation */
/* Pied de page */
#pied {
	position:relative;
	clear: both;
	width:959px;
	height:41px;
	margin:0 auto;
	margin-top:-20px;
	margin-bottom:12em;
	text-align: center;
	background:url('images/bg_pied.png') top left repeat-x;
}
#pied_g {
	float:left;
	position:relative;
	width:14px;
	height:41px;
	background:url('images/bg_pied_g.png') top left no-repeat;
}
#pied_d {
	float:right;
	position:relative;
	width:11px;
	height:41px;
	background:url('images/bg_pied_d.png') top right no-repeat;
}
#pied small {
	display:block;
	padding-top:1em;
	font-size: 0.55em;
}
#pied img { vertical-align:bottom; }
/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */
/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }
/* Typo pour le contenu */
#contenu {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
/* Typo pour les citations et extraits introductifs */
q, blockquote, .introduction, h3.spip, .voirskel {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */
/*  Cartouche et titraille
---------------------------------------------- */
#contenu .cartouche {  }
/* alex */
#contenu .cartouche .titre {
	font-size: 1.2em;
	font-weight: bold;
color: #cf3d40;
/*background-image: url(images/bg_li_hover.png);
background-repeat: repeat-y;
background-attachment: scroll;*/
}
/* alex */
.page_article > .titre{
color: #FFFFFF;
}
#contenu .surtitre, #contenu .soustitre {
	font-size: 0.82em;
}
#contenu .cartouche .spip_logos {
	float:none;
	margin-right:1em;
	margin-bottom:1em;
}
#contenu .chapo .spip_logos, .page_breve #contenu .texte .spip_logos {
	float:left;
	margin-right:1em;
	margin-bottom:.6em;
}
#contenu .cartouche p, 
.page_breve #contenu .texte p {
	margin: 0;
	padding: 0;
	clear: left;
}
#contenu .cartouche small {
	display:block;
	width:100%;
	font-size: 0.71em;
	text-align:right;
	margin-top:.3em;
	margin-bottom:.3em;

}
/* alex */
#contenu .cartouche small a , #conteneur .cartouche small a, 
.liste-articles li small a{
color: #cf3d40;
}
#contenu .cartouche small a:hover, .liste-articles li small a:hover {text-decoration:underline;}
#contenu .cartouche .traductions { font-size: 0.71em; }
#contenu .cartouche .traductions * { display: inline; }
#contenu .cartouche .traductions li { padding-left: 1em; }
a.intro { font-weight:normal; color:#3F3C3B /*2F2D2C*/; }
a.intro:hover { color:black; }
/* page login */
.page_login input#var_login {
	width:50%;
}
#navigation small { display:block; margin:.5em; }
/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-top:.3em;
	margin-bottom:.5em;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 0.75em;
	text-align:justify;
}
.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }
.texte {
	color: #000;
	font-size: 0.76em;
	text-align:justify;
}
p.spip {
	margin:.8em 0;
}
.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.77em; border:none; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1em; font-weight: bold; }
/* icones crayons hors du texte */
#contenu span.crayon-icones {
	margin-right:-22px;
}
/********************************** page inscription2_confirmation */
.page_inscription #contenu input.forml { width:30%; }
.page_inscription #contenu label {
	display:block;
	float:left;
	width:50%;
	text-align:right;
	margin-right:.3em;
}
.page_inscription #contenu .spip_bouton input {
	font-weight:bold;
	border:1px solid #C0BDB8 /*4D4135*/;
}
/************************************ page auteur */
.page_auteur #contenu h2 {
	margin-bottom:1em;
	font-weight:bold;
	font-style:italic;
	color:#6F6861;
}
.page_auteur .contre-encart {
	position:relative;
	float:left;
	width:350px;
}
p.modif {
	font-size:.8em;
}
p.modif a:hover {
	color:black;
}
#barre_1 {
	font-size:1em;
	
}
.page_auteur #contenu .cv {
	display:block;
	height:150px;
	z-index:1;
}
#cache_cv {
	position:relative;
	display:block;
	margin-top:-159px;
	background:#E4E2E0;
	z-index:500;
}
.page_auteur form.formulaire_crayon {
	width:220px;
}
.page_auteur .insertencart strong { line-height:1.8em; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top:1em;
	padding-top:.5em;
}
#documents_portfolio h2 {
	margin-bottom: 0.4em;
	font-size: 0.8em;
	font-weight: bold;
}
#documents_portfolio a {
	margin-right:4px;
}
#document_actif { margin-top:.5em; }
/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1em;
	padding-top: 0;
}
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.7em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}
/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: .3em; padding: 0; clear: both; }
.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }
.liste-articles li .spip_logos {
	float:left;
	padding-right: 8px;
	margin-top:0;
	margin-bottom: 8px;
	clear: right;
}
.liste-articles li p.soustitre {
	margin-top:0;
	padding-left:0;
	font-weight:normal;
}
#contenu h3.titre {
	text-transform:uppercase;
	font-size:.8em;
}
.liste-articles li p { margin: 0; padding: 0; }
.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0;
}
/*alex 06/08*/
.liste-articles li small a{
display:inline;

}
.liste-articles li small {
	display: block;
	font-size: 0.71em;
	padding-left:0;
	text-align:right;
		margin-top:0.3em;
				margin-bottom:0.6em; 
}


.liste-articles li .introduction {
	clear:both;
	margin-bottom:0;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight:bold;
}
.pagination { font-size: 0.8em; padding:.6em; }
/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */
.page_plan .cartouche { display: none; }
.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }
.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 { border:none; }
.formulaire_spip legend {}
.formulaire_spip label {}
.formulaire_spip .forml { width: 100%; font-family: inherit; font-size: inherit; }
#var_login.forml { width: 50%; font-family: inherit; font-size: inherit; }
/* Boutons */
.spip_bouton { }
.spip_bouton input {  }
/* 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 form {
	position:relative;
	width:236px;
	margin-right:5px;
	background:#C2C1BF;
	border:none;
	border-top:1px solid #888480;
	border-bottom:1px solid #888480;
}
.formulaire_recherche label { display: none; }
input#recherche {
	position:relative;
	float:left;
	width:198px;
	padding:.3em .6em;
	text-transform:uppercase;
	background:white;
	font-size:9px;
	border:none;
}
.formulaire_recherche #submit {
	width:23px;
	background:#C2C1BF;
	border: 1px solid #BDBBBC;
	border-left:none;
	font-size:.95em;
	cursor:pointer;
	font-size:9px;
	border-left:1px solid #888480;
}
/* ----------------- formulaire de langues ------------------- */
/* commenter ou decommenter la solution choisie... */
/* Formulaire de langues avec la balise #MENU_LANG */
.formulaire_menu_lang {
	position:absolute;
	margin-top:-14px;
	left:30px;
	width: 8em;
	text-align: left;
	background:none;
}
.formulaire_menu_lang label { display:none; }
select#var_lang {
	color:#AFAFAF ;
	background:#5F5F5F;
	border:none;
}
option.maj-debut {
	border:none;
}
/* sans la balise #MENU_LANG mais avec le <INCLURE{fond=inc_menu_lang}> */
#menu_lang {
	position:absolute;
	top:-10px;
	left:130px;
	z-index:1000;
}
a#langfr, a#langen {
	display:block;
	float:left;
	width:23px;
	height:16px;
	margin-right:1em;
	-moz-opacity:0.8;		/* transparence Moz */
	-khtml-opacity: 0.8;		/* transparence NS */
	opacity: 0.8;			/* transparence W3C */
	filter:alpha(opacity=80);	/* transparence IE */
}
a#langfr { background:url('images/langfr.jpg') top left no-repeat; }
a#langen { background:url('images/langen.jpg') top left no-repeat; }
a#langfr:hover, a#langen:hover {
	-moz-opacity:1;		/* transparence Moz */
	-khtml-opacity:1;		/* transparence NS */
	opacity:1;			/* transparence W3C */
	filter:alpha(opacity=100);	/* transparence IE */
}
/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */
.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }
/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.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-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; 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 { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
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: #9F9B95; }
ul ul .forum-chapo { background: #AFABA4; }
ul ul ul .forum-chapo { background: #C2BEBD; }
ul ul ul ul .forum-chapo { background: #D7D5D4; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #EFEFEF; }
.forum-chapo img.spip_logos{
float:right;
}
/*  ------------------------------------------
/*  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; }
/* ---------->>> jtip <<<---------------------------------------------------------------*/
/* http://www.codylindley.com/blogstuff/js/jtip/ */
/* UPDATE http://www.learningjquery.com/2006/10/updated-plugin-jtip */
/*MODIF ONIRIS sur liens images : js/images */
/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right, #JT_copy p, #JT_copy ul { font-size: 1.1em; }
/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_arrow_left
{
	background: url(js/images/arrow_left.gif) no-repeat left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
}
#JT_arrow_right
{
	background: url(js/images/arrow_right.gif) no-repeat left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
}
/* for consistency between firefox and IE */
body > #JT_arrow_right { margin-left: ; }
#JT
{
	position: absolute;
	z-index: 100;
	border: 2px solid #ccc;
	background-color: #C2BEBD;
	overflow: hidden;
	margin-left:4px;
}
#JT_copy
{
	padding: 10px;
	color: #333;
}
.JT_loader
{
	background: url(js/images/loader.gif) no-repeat center center;
	width: 100%;
	height: 12px;
}
#JT_close_left
{
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
	font-size:90%;
}
#JT_close_right
{
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
	font-size:90%;
}
#JT_copy p
{
	margin: 3px 0;
	font-size: 0.8em;
	text-align: left;
}
#JT_copy img
{
	padding: 1px;
}
.jTip { /*cursor:help;*/ }
#JT iframe
{
	/**/
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	height: 3000px;
}
/*JTip ajout ONIRIS*/
.survol, .survol p, p.survol
{
	font-size: 0.8em;
	text-align: left;
	background:#C2BEBD;
}
.jTipon { font-weight: bold; }
/*ajaxtabscontent */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 1em;
font-weight: normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: block;
margin: 0;
padding:0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 3px;
background: white url(shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li.selected{
position: relative;
top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.contentstyle{ 
float:right;
border: 1px solid gray;
width: 50%;
margin-bottom: 1em; padding: 10px;
}  
/*FIN ajaxtabscontent */
/*ajout Alex */
.liste-articles ul.decal{
margin-left:2em;
padding:0.5em;
border: 1px solid gray;
} 
.trombinoscope .titre{
clear: both; 
margin: 0;
margin-bottom:.8em;
padding: 0;
}
.trombinoscope ul {
padding:0;
}
.trombinoscope ul li{
font-size: 0.6em;
padding:0;
margin-right:24px;
display: inline;
float:left;
width:185px;
height:100px;
clear:none;
}
.trombinoscope img{
clear:both;
}
.trombinoscope img.spip_logos {
	margin-right:-5px;
}
.insertencart{
	position:relative;
}

.crayon-html{
	background-color:#e4e2df;
	font-size:11px;
}
.crayon-html fieldset{
	padding:5px;
}
/*alex juin 2008*/
.top{
display:inline-block;
float:right;
color: #cf3d40;

	text-align:right;
}
#navigation .divers .spip_logos2 {
float:left;
clear:none;
}