/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */
/* ----------------------------------------------
	Adaptation pour Spip-Z : Cedric Morin http://www.yterium.com
 ------------------------------------------------ */

/* Specificites SPIP */
h3.spip,.h3 {text-align:left;}

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

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


#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.90em; }
#hierarchie, #hierarchie a { color: #666; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #669; }
.texte { line-height: 1.60em; }
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #8B6F92; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }

/* Portfolio */
.documents { clear: both; margin: 2em auto;}
.documents_portfolio {text-align: center; }
.documents_portfolio .spip_logos { margin: 6px 3px 0 3px; padding: 4px; border: 1px solid #DDD; }
.documents_portfolio a:hover .spip_logos { border-color: #F57900; }
.documents_portfolio a.on .spip_logos { border-color: #8B6F92; }
#document_actif { margin: 1em auto; }
#document_actif img { padding: 4px; border: 1px solid #DDD; }


/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.95em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Listes d'articles et extraits introductifs */
.liste-items .item { clear: both; 	padding: 3px 5px; border-bottom:1px solid #EBEBEB;overflow:hidden;}
.liste-items .item .h3 { margin: 0.30em 0; padding-top:0; }
.liste-items .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
.liste-items .item .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.liste-items .item .introduction { margin-top: 0.30em; line-height: 1.40em; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 0em; margin-right: 1em; text-align: right; font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }


/* comments list */
ul.forum,ul.forum ul {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
ul.forum ul.spip {border:0;}

ul.forum ul { margin:0; }
.forum li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.forum ul.spip li {border:0;padding:0;}
.forum li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.forum li cite img {
	float: left;
	margin-right: 10px;	
}
.forum li cite .forum-chapo {
	font-size: .8em;
	font-weight: normal;
}
.forum li .forum-texte {
	clear: both;
	margin: 0; padding: 0;
}
.forum li.alt {
	background: #f8f8f8 
}

/* Habillage des petitions
---------------------------------------------- */
#signatures { clear: both; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/


/* tables */
tables.spip tr,tables.spip tr.row_odd,tables.spip tr.row_even {background:transparent;}
/* ----------------- */
/* ----------------------------------------------
	Template Name : FreshMedia
	Template Code : S-0021
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : February 07, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #fff;
	text-align: center;
}

/* Links */
a, a:active, a:link, a.spip_in, a.spip_out, a.spip_url, a.spip_glossaire {
	text-decoration: none;
	color: #0B9AC7;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #F1F9DA; 
	color: #895F30;
	border-bottom: 1px dotted #895F30;
}

/* headers */
h1, .h1, h2, .h2, h3, .h3, h3.spip {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;

line-height:100%;}
h1,.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 0px;
	margin: 0;
}
h2,.h2 {
	font-size: 200%;
	color: #895F30;
	padding: 20px 10px 5px 5px;
	margin: 0;
}
h3, .h3, h3.spip {
	font-size: 170%;	
	font-weight: normal;
	padding: 20px 10px 5px 0px;
	margin: 0;	

line-height:100%;}

p, dl { padding: 10px 0; margin: 0; }

ul.spip, ol.spip, ul.forum ul.spip,
.page_plan #main ul {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* images */
.spip_documents img,.spip_logos img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
.spip_documents_right {
  	margin: 5px 0px 10px 10px;  
}
.spip_documents_left {
  	margin: 5px 10px 10px 0px;
}

.spip_code {  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;}
.spip_cadre {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	/* white-space: pre; */
	border: 1px solid #ECF8FE;
	background: #ECF8FE;
	width:90%;
}
acronym,abbr {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote.spip {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #ECF8FE;
	background: #ECF8FE url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}

/* start - table */
table.spip {
	border-collapse: collapse;
	margin: 15px 10px;	
}
table.spip th {
	background: #ADD8E6 url(images/header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
table.spip tr {
	height: 34px;
	background: #fff;
}
table.spip td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	
/* end - table */

/* form elements */
.formulaire_spip {
	margin: 15px 0px; padding: 15px 15px 20px 15px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
.formulaire_spip label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
.formulaire_spip input.text,.formulaire_spip input.password,.formulaire_spip select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
.formulaire_spip textarea {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
#contenu .formulaire_spip textarea {	width:400px;}

.formulaire_spip input.text,.formulaire_spip input.password,.formulaire_spip select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

.formulaire_spip .boutons input,
.formulaire_spip input.submit {
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  border-style: solid;
  border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

.formulaire_spip fieldset {
	border:none;
	margin-bottom:1em;
}
.formulaire_spip legend {
	font-size:1.2em;
}


.formulaire_spip .choix label,
.formulaire_spip .saisie_mot label {
	display: inline;
}

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

/* * OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }

/* search form */
.search.formulaire_spip {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}

.formulaire_recherche {background:none;border:0;padding:0;margin-bottom:30px;margin-left:5px;}
.formulaire_recherche label {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
	font-size: 2em;
	font-weight: normal;
	padding: 20px 10px 15px 0px;
	margin: 0;
	line-height:100%;
}
.formulaire_recherche p { margin: 0; padding: 0 0 10px 0; }
.formulaire_recherche input.text { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
	margin-left:5px;
}
.formulaire_recherche input.submit {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* formulaire forum */
.formulaire_forum .saisie_mot {
	width:30%;
	float:left;
}

/* Les menus */
.menu-liste {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;
	background: url(images/dots.gif) repeat-x left top;
}
.menu-liste .menu-entree {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;
}
* html body .menu-liste .menu-entree {
	height: 1%;
}
.menu-liste .menu-entree a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #0C9BC2;

	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	/* letter-spacing: .5px;  */
}
.menu-liste .menu-entree a span {
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
}
.menu-liste .menu-entree a:hover {
	color: #555;
}
.menu-liste .menu-liste { margin: 0 0 0 5px; padding: 0; }
.menu-liste .menu-liste .menu-entree { background: none; }


/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	background: #fff url(images/header-bg.jpg) repeat-x;
	width: 900px;	
	margin: 0 auto;
	text-align: left;	
}
#wrap {
	background: url(images/header-photo.jpg) no-repeat right top;
	width: 900px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;	
}
#header {
	position: relative;
	width: 900px;	
	height: 325px;	
	padding: 0;	
	margin: 0 auto;
	background: transparent;
}

/*  Navigation  */
#nav {
	position: absolute;
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;
	left: 0;	top: 35px;	
	z-index: 98;
}
#nav .menu-liste {
	float: left;
	list-style: none;
	width: 900px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
	background:none;
}
#nav .menu-liste .menu-entree {
	display: inline;
	margin: 0; padding: 0;
}
#nav .menu-liste .menu-entree a {
	float: left;
	margin: 0;	padding: 0 10px;
	font: bold 15px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: -0.3px;
	color: #694f42;
}
#nav .menu-liste .menu-entree a:hover,
#nav .menu-liste .menu-entree a:active {
	color: #111;
	background: none;
	border: none;
}
#nav .menu-liste .menu-entree.on,
#nav .menu-liste .menu-entree.on a {
	color: #0da7d2;	
}

#header #nom_site_spip {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 30px;	
}
#header #nom_site_spip a {
	color: #fff;
	text-decoration: none;
}
#header #nom_site_spip a:hover {
	background: none;	border: none;
}
#header .accueil img.spip_logos { 	
	position: absolute;
	/* change the values of top and left to adjust the position of the logo*/
	bottom: 10px; right: 450px;	
}
#header #slogan_site_spip {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 190px; left: 35px;		
}
#header .formulaire_menu_lang { position: absolute; right: 0; top: 0px; display: block; margin:0;width: 235px;padding:0;background:none;border:0;z-index: 99; } /*Cf.: spip_formulaires.css*/

#descriptif_site_spip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	padding:0 5px;
}

/* Main Column */
#main {
	float: left;
	width: 560px;
	padding: 0; margin: 0;
	display: inline;		
}
#main .h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #895F30; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#main .h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;
}
#main ul.spip li {
	list-style-image: url(images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 15px 0 0 0;		
	display: inline;	
}	
#sidebar .h2, #sidebar .h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px;
	font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #666666;	
	letter-spacing: -.5px;	

line-height:100%;}


/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #ECF8FE;
	color: #777;
	width: 900px;
	float: left;		
}
#footer-wrap .h3, #footer-wrap .h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #666666;	

line-height:100%;}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(images/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #333;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* meta-publi */
.meta-publi {
	padding: 5px; margin: 20px 0px 15px;
	font-size: 1em;	
	color: #777;
	border: 1px solid #ECF8FE;
	background: #ECF8FE;
}
.meta-publi .date-redac { margin: 0 10px 0 5px;	}
.meta-publi .nb_commentaires { margin: 0 10px 0 5px;	}
.meta-publi .lire-la-suite { margin: 0 10px 0 5px;	}

.info-publi { font-size: .95em; padding-top: 3px; margin-left: 0px; color: #bababa; margin-bottom:10px;	}
.info-publi a { color: #C5935C; }
.h3 + .info-publi {margin-top:-10px;}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }


