/*
    rouge #b83821
    jaune sombre: #e5b91f
    jaune clair : #faf0d1
*/

/* -------- normalize default margins */
* {
    padding:0;
    margin:0;
}
/*
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:1em 5%;}
*/
li, dd {margin-left:1.7em;}
fieldset { padding: .5em; }
img {border:none;}

/* -------- normalize font size among browsers */
body {font-size: 85%;/*67%;*/}
* {font-size: 1em;}


/*  ------------------------------------------ */
body {/*margin:1.5em*/margin:0 1.5em 1.5em 1.5em}
.page_rubrique,
.page_article_noir_rouge {
	background: #000 url(/gabarit/images/fond-noir-gris+rouge.jpg) no-repeat;
	color: #eee;
}
.page_article_blanc_jclair {
    background: #fff url(/gabarit/images/fond-blanc-gris+jaune.jpg) no-repeat;
    color: #333;
}
.page_article_blanc_jsombre {
    background: #fff url(/gabarit/images/fond-blanc-gris+jaunesombre.jpg) no-repeat;
    color: #333;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:0.5em 0 0.5em 1.0em;}
h2{margin:0.8em 0 0.8em 0;font-size:1.20em}

.page_rubrique h2,
.page_article_noir_rouge h2 {color:#e5b91f}
.page_article_blanc_jclair h2,
.page_article_blanc_jsombre h2 {color:#b83821}

.page_rubrique a,
.page_article_noir_rouge a {color:#faf0d1}
.page_article_blanc_jclair a,
.page_article_blanc_jsombre a {color:#b83821}

	/* IMAGES */
.page_article_blanc_jclair .spip_documents_right,
.page_article_blanc_jsombre .spip_documents_right {
	margin-left:1.0em;
}

/*p {margin:0.5em 0 0.5em 0}*/

.page_article_blanc_jclair  .nmetro,
.page_article_blanc_jsombre .nmetro {background:url(/gabarit/images/nimes_metropole.png);display:block;width:90px;height:44px}
.page_rubrique .nmetro,
.page_article_noir_rouge .nmetro {background:url(/gabarit/images/nimes_metropole-w.png);display:block;width:90px;height:44px}

#pied {font-size:0.75em;}
#pied ul {text-align:left;}
#pied a {text-decoration:none}
#pied a:hover {text-decoration:none}
#pied td {vertical-align:top}

.hmenu 		{margin-left:75px; text-align:left; font-size:0.8em}
#menudiv	{border-top:1px solid; border-bottom:1px solid}
#menudiv a	{padding:2px; text-decoration:none}
.page_rubrique				#menudiv,
.page_article_noir_rouge	#menudiv {border-color:#e5b91f}
.page_rubrique				#menudiv a,
.page_article_noir_rouge	#menudiv a			{color:#fff}
.page_rubrique				#menudiv a:hover,
.page_article_noir_rouge    #menudiv a:hover	{color:#000;background:#e5b91f;}

.page_article_blanc_jclair	#menudiv {border-color:#b83821}
.page_article_blanc_jclair  #menudiv a          {color:#000}
.page_article_blanc_jclair  #menudiv a:hover	{color:#fff;background:#b83821;}

.page_article_blanc_jsombre	#menudiv {border-color:#b83821}
.page_article_blanc_jsombre #menudiv a          {color:#000}
.page_article_blanc_jsombre #menudiv a:hover    {color:#fff;background:#b83821;}


.page_rubrique              #playerdiv,
.page_article_noir_rouge    #playerdiv {border:1px solid #555}


#page { /* div principale, forcer IE à afficher un curseur normal... */
	cursor:default;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width:auto;
	margin-left:75px;
}

#conteneur {width:100%;}

#conteneur #contenu  {
/*
	float: left;
	width: 33em;
*/
}

/* Entete */
#entete {
	width: 100%;
}

#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#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; }

/* 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: Verdana, Tahoma, Arial, sans-serif; }
*/

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

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


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

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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche {margin:1.0em 0 1.0em 0}
.cartouche .titre {font-size: 2.4em;font-weight:bold}
.cartouche p {/*clear: left;*/}

	/* TITRE */
body.page_article_noir_rouge .cartouche .titre		{color:#b83821}
body.page_article_blanc_jclair .cartouche .titre,
body.page_article_blanc_jsombre .cartouche .titre	{color:#e5b91f}

	/* SOUS-TITRE */
#contenu .surtitre, #contenu .soustitre {font-size:1.1em;font-weight:bold}
body.page_article_noir_rouge #contenu .soustitre {color:#e5b91f;border-bottom:0px solid #555}
body.page_article_blanc_jclair #contenu .soustitre,
body.page_article_blanc_jsombre #contenu .soustitre {color:#b83821;border-bottom:0px solid #555;}

.extlink a		 {text-decoration:none;color:#b83821;margin-left:0.5em}
.extlink a:hover {text-decoration:none;}
.extlink img {vertical-align:middle}

.spip_documents_left {/*border:1px solid #ccc;margin:0 0.5em 0.5em 0;padding:0 5px 5px 5px*/margin-right:1.0em}
.spip_doc_titre,
.spip_doc_descriptif {margin:3px;padding:2px;font-size:0.9em}

#documents_portfolio .title {font-size:0.85em;font-weight:500;color:#e5b91f}
#documents_portfolio .download {font-size:0.8em;}
#documents_portfolio .thumbdiv {margin:2px;border:1px solid #444;text-align:center}
#documents_portfolio .thumbdiv {float:left;width:150px;height:200px}
#documents_portfolio .thumbdiv img {border:1px solid #fff}
#lightbox #caption {font-weight:bold;color:#000;font-size:1.2em}

	/* INNERFADE */
.innerdiv {
/*
    height:350px;
    width:246px;
*/
	height:300px;
	width:300px;
    padding:0;
}

	/* POP UPS */


#cal a {position:relative;}
#cal a div {
    display:none;
	padding:0.8em;
	font-size:12px;/*1.2em*/;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#cal a:hover {z-index: 99}
#cal a:hover div {
    display: block;
    position: absolute;
    width:250px;
/*    right: 2em;*/
left:-280px;/* fucking IE6... unable to undestand right:value... */
    top: 1.8em;
    z-index: 99;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#cal a:focus {outline:none}
#cal h3 {font-size:1.25em}
#cal .caldate {font-style:italic;/*font-weight:bold*/}

/* ----------------- PAGES SOMBRES */
.page_article_noir_rouge .floatdiv {width:300px;float:right;margin-left:20px}
.page_article_noir_rouge #myGallery,
.page_article_noir_rouge .innerdiv {
	border:1px solid #e5b91f;
	float:right;
	/*margin-left:20px;*/
}
.page_article_noir_rouge .ziq {
	border:1px solid #e5b91f;
	float:right;
	margin-top:3px;
}
.page_article_noir_rouge #cal {float:right}
.page_article_noir_rouge #cal h3 {color:#fff}
.page_article_noir_rouge #cal .caldate {color:#ccc}
.page_article_noir_rouge #cal a {background:#222;color:#b83821;text-decoration:none}
.page_article_noir_rouge #cal a:hover {background:#555;color:#faf0d1}
.page_article_noir_rouge #cal a:hover div {background:#b83821;color:#fff;border:1px #e5b91f solid}

/* ----------------- PAGES CLAIRES */
.page_article_blanc_jclair .floatdiv,
.page_article_blanc_jsombre .floatdiv {width:300px;float:left;margin-right:20px}
.page_article_blanc_jclair .innerdiv,
.page_article_blanc_jsombre .innerdiv,
.page_article_blanc_jclair #myGallery,
.page_article_blanc_jsombre #myGallery {
    border:1px solid #aaa;
    float:left;
}
.page_article_blanc_jclair .ziq,
.page_article_blanc_jsombre .ziq {
	float:left;
	margin-top:3px;
}
.page_article_blanc_jclair  #cal,
.page_article_blanc_jsombre #cal {float:right}
.page_article_blanc_jclair  #cal h3,
.page_article_blanc_jsombre #cal h3 {color:#b83821}
.page_article_blanc_jclair  #cal .caldate,
.page_article_blanc_jsombre #cal .caldate {color:#555}
.page_article_blanc_jclair  #cal a,
.page_article_blanc_jsombre #cal a {background:#fffae9;color:#b83821;text-decoration:none}
.page_article_blanc_jclair  #cal a:hover,
.page_article_blanc_jsombre #cal a:hover {background:#555;color:#faf0d1}
.page_article_blanc_jclair  #cal a:hover div,
.page_article_blanc_jsombre #cal a:hover div {background-color:#fffae9;color:#222;border:1px #b83821 solid}


.innerdiv #portfolio {margin:0;padding:0}
.innerdiv #portfolio li {
	position:absolute;left:0;/* pfff, ie... */
	margin:0;
	padding:0;
	list-style-type:none;
}


/*
    rouge #b83821
    jaune sombre: #e5b91f
    jaune clair : #faf0d1
*/

	/* CHAPEAU */
.chapo {
	margin-bottom: 1.5em;
	/*width:65%;*/
	padding:0.5em;
	font-size:0.9em;
}
.page_article_noir_rouge .chapo {
	width:60%;
/*
	background:#333;
	opacity:0.6;
	filter:alpha(opacity=60);
*/
	color:#fff;
	border:1px solid #444;
/*text-align:right*/
margin-top:1.6em;
}
.page_article_blanc_jclair .chapo,
.page_article_blanc_jsombre .chapo {
/*
    background:#ddd;
    opacity:0.6;
	color:#000;
*/
margin-left:320px; /* 300 innerdiv + innerdiv-margin-right:20*/
border-bottom:0px solid #bbb;
}
.page_rubrique .chapo {width:65%}



/* RUBRIQUE PROGRAMME */

#prog-list-left		{
	width:48%;
	border:0px solid #e5b91f;
	float:left;
}
#prog-list-right	{
	width:48%;
	border:0px solid #e5b91f;
	float:right;
}
.progpresentation {
	background:#333;
    width:auto;
	padding:0.25em;
	margin-bottom:0.5em;
}
.progpresentation .spip_logos {
    float:left;
    margin-right:0.5em;
}
.progpresentation ul {list-style:inside;}
.progpresentation li {margin-left:0.2em}
.liste-programme a {text-decoration:none}
.liste-programme a:hover {text-decoration:none}
.liste-programme .progtitle {border:1px solid #333;clear:both}
.liste-programme .progtitle:hover {background:#222;}
.progcontent-opene {background:#444;}


.edito .texte {width:55%;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.96em; /*border:1px solid red;*/}

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; 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: 1em; clear: both; }

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

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

.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: #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 {}
.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 { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  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-chapo small {}
.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: #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; }

/*  ------------------------------------------
/*  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: #333;*/ }
a:hover { text-decoration: underline; }

