/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 0.8125em; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif; color: #000; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em;  }
h1 { font-size: 1.40em; color: #000; font-weight: bold;font-variant:small-caps;  border-bottom:solid 5px #EEE; padding-bottom:10px;}
h1.titre { text-align:center;}
h1.sommaire { text-align:center; font-size: 1.3em; margin-bottom:20px;}
h2 { font-size: 1.30em; font-weight: bold; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #000; }
h3 { font-size: 1.10em; font-weight: bold; }
h3.spip { font-variant:small-caps; padding:0.2em;font-size: 1.3em;
background-color:#99bc20;
background-image: linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -o-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -moz-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -webkit-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -ms-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);

background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.52, rgb(173,199,24)),
	color-stop(1, rgb(123,174,47)));
	color:#FFFFFF;
	text-shadow: -1px 1px 2px #666;
	}/* Cf.: spip_style.css */


hr.spip { color: #DDD; background-color: #DDD;
height: 3px;} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #000; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote { /*margin:0; padding:0;*/}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #fff; }
table.spip tr.row_odd { background: #fff; }
table.spip tr.row_even { background: #fff; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 0px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }
table.spip td.numeric {text-align:right;}

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body {margin: 0; padding: 0; text-align: center; background-image: url(images/chaine2013-top.png); background-position:top;  background-repeat: no-repeat; background-color:#e2d6c9;}

#page {position: relative; width: 960px; margin: 0 auto; text-align: left; background-image:url(images/chaine2013-fond.png); background-repeat:repeat-y;}

#entete { }
.menu_lang { position: absolute; right: 40px; top: 320px; display: block;text-align:right; font-size:12px;padding:0 10px;} /*Cf.: spip_formulaires.css*/
.menu_lang img { margin-left:6px;}
 
#conteneur { clear: right; float: right; width: 638px; overflow: hidden;  margin:0 40px 20px 0;  min-height:450px; border-left:1px solid #EEE /*background-image:url(images/contenu-bg.png); background-repeat:repeat-y;*/}

#contenu { padding:0 30px 30px 40px;}

#navigation { float: left; clear:left; width: 220px; margin-top: 1em; overflow: hidden;  margin-left:20px; padding:0 20px;  }
#extra { }

#pied { clear: both; width: 960px; height:155px;  margin: 0; padding:0;  background-image: url(images/chaine2013-pied.png); background-position:top;  background-repeat: no-repeat; color:#000000; }
#pied .texte { padding:0 30px; font-size:12px;}
#pied img { vertical-align: middle; }

/* 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%; }


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin: 20px 0; 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: 1em; color: #000; text-transform: uppercase;}
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; margin:10px 0; padding:5px; background-color:#EEE; text-align:center;}

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; }
.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_portfolio { clear: both; margin: 2em auto; text-align: left; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #e3001b; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #e3001b; }
#documents_portfolio h2 { text-align:left; border-bottom:3px solid #D0BCD8;}

/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; 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; }
.forum-fil { margin-top: 1.50em; }
.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; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #c4d018; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #c4d018; }
ul ul ul .forum-message { border: 1px solid #c4d018; }
ul ul ul ul .forum-message { border: 1px solid #c4d018; }
ul ul ul ul ul .forum-message { border: 1px solid #c4d018; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #c4d018; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #c4d018; margin: 0; padding: 3px 6px 2px 6px; background: #c4d018; }
ul ul .forum-chapo { background: #c4d018; }
ul ul ul .forum-chapo { background: #c4d018; }
ul ul ul ul .forum-chapo { background: #c4d018; border-bottom: 1px dotted #c4d018; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

#formulaire_forum { padding:10px 20px; background-color:#F2F2F2; border:#EEEEEE 1px solid; font-size:0.9em;}

/* 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*/


/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left;}
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
/*.menu ul { margin: 0; padding: 0; list-style: none;}
.menu ul li { margin: 0.20em 0; padding: 0.5em; border-bottom: 2px solid #FFF;font-size:1em; background-color:#EEE}
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }*/

.menu h2 { margin:0;padding:10px; color:#000; font-weight:bold; font-size:1.1em;}

.menu ul {
margin:0; padding:0;list-style: none ; border-bottom: 1px solid #FFF;}
.menu ul li {

	color: #000 ;
	border-top: 1pxsolid #FFF ;
	margin-bottom: 1px ;}
	
.menu ul li a { 
	
	display: block ;
	font-size:14px;
	font-weight:bold;
	line-height: 1em ;
	text-align: left ;
	text-decoration: none ;
	padding: 10px;
	background:#97BE0D;
	
	} 




.menu ul li a:hover {
	background: #c8d20a ;
	text-decoration: none ;
	color:#FFFFFF;
	}

.menu ul ul
{
    list-style: none ; 
    margin: 0 ; 
    padding: 0;
	border-top:0;
	border-left:20px solid #FFF;
	 font-variant: normal;
	 font-size:12px;
}


.menu li li {
	border-top:1px solid #FFF;
	border-bottom: 0;
	font-size:12px;
	 font-variant: normal;
}

.menu .on { background-color:#C8D20A; color:#FFFFFF;}

.rubriques{ }

.rubriques ul li a { 
background-image: linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -o-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -moz-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -webkit-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -ms-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);

background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.52, rgb(173,199,24)),
	color-stop(1, rgb(123,174,47))
);
	color:#FFFFFF;
	text-shadow: -1px 1px 2px #666;
	}
.rubriques ul ul a {background:#A2C11D;}

.agenda h2 {
background-color:#f69d15 ;
font-size:13px;
color:#000000;
text-align:center;
}

.agenda ul li a { 
	display: block ;
	background: #eee ;
	font-size:14px;
	font-weight:bold;
	line-height: 1em ;
	text-align: left ;
	text-decoration: none ;
	padding: 10px;
	color:#00000;
	font-variant: normal;
	font-size:12px;
	}
	
.agenda ul li a:hover {
	background: #DDD  ;
	text-decoration: none ;
	}	
	




.pluso { clear:both; background-color:#E64C1F; padding:5px; text-align:right; font-size:0.9em; color:#FFFFFF}

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

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li { background: #FFF; border: 0; }

 /*Cf.: spip_formulaires.css*/
.formulaire_recherche {
    height: 23px;
	margin-bottom:20px;
}
.formulaire_recherche label {
    display: none;
}
.formulaire_recherche input {
    background: url("images/input-search.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #979797;
    font: 12px/12px Helvetica,Arial,sans-serif;
    margin: 0;
    outline: 0 none;
    padding: 5px 10px;
    width: 217px;
    display: block;
    float: left;
}
.formulaire_recherche input.submit {
    background: url("images/button-search.png") no-repeat scroll left top transparent;
    border: 0 none;
    float: left;
    height: 23px;
    margin: 0 0 0 4px;
    padding: 0;
    width: 28px;
}


/* Listes d'articles et extraits introductifs */
.articles ul{margin:0; padding:0;list-style: none ;}
.articles ul li { clear: both; margin: 0.20em 0; padding: 0.5em 0.5em 0.8em 0.5em; border-bottom: 2px solid #EEE;}
.articles ul li h3 { margin: 0.30em 0; }
.articles .spip_logos { float: left; clear: left; margin: 0 16px 4px 0; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }
.articles .plus { text-align:right; clear:right;}


.articles  h2 { margin: 10px 0;padding: 10px 0; border-top: 3px solid #f69d15;}

/* Listes d'articles et extraits introductifs */
.article2 { clear:both; }
.articles2 ul{margin:20px 0; padding:0;list-style: none ; clear:both;}
.articles2 ul li { float: left; clear:none; margin: 10px 15px 10px 0; padding: 10px;  width:145px; display:inline; background-color:#F2F2F2; height:210px; }

.articles2 .desc { font-size:11px; margin:5px 0;}
.articles2 .spip_logos { margin: 5px 0 5px 10px; }
.articles2 .plus { text-align:right;  font-size:10px;}





.liste ul {
margin:0; padding:0;list-style: none ;}
.liste li {
margin: 0.20em 0; padding: 0.5em; border-bottom: 2px solid #EEE;}
.liste .spip_logos {  }


/* Couleurs des liens
---------------------------------------------- */
a { color: #7e9f0b; text-decoration: none; }
a:focus,a:hover,a:active  { color: #C8D20A; text-decoration: underline; }
a.spip_out {color: #7e9f0b;  }
a.spip_mail {color: #7e9f0b;  }

a:visited { color: #7e9f0b;}

h3.spip a{ color:#FFFFFF;}
h3.spip .spip_in {color:#FFFFFF;}

/*une*/
.bloc {
background-color:#f69d15  ;
margin:10px auto;
padding:10px 20px;
width:350px;
color:#000  ;
}

.bloc a{
color:#FFFFF  ;
}

.texte_une { width:520px; text-align:justify; background-color:#fff; padding:15px; margin:5px auto; color:#000000}

/* formidable
-----------------*/


.formulaire_formidable fieldset {
  margin-bottom: 10px;
}
.formulaire_formidable legend {
  padding: 0 2px;
  font-weight: bold;
}
.formulaire_formidable label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-weight:normal;
 /* width:200px;*/
}

.formulaire_formidable fieldset fieldset label {
  display: block;
  width: auto;
}

.formulaire_formidable fieldset fieldset label {
 margin-left: 203px;  /*Width plus 3 (html space) */
}


.formulaire_formidable  span.obligatoire { color:#990000; font-size:0.9em;}

.formulaire_formidable h3 { border-bottom:2px solid #EEE;}


/*----*/

.conteneur2013
{ 
height:750px; width:920px; margin:0 20px;  background-image:url(images/fond-chaine-2013.jpg); background-position:center; background-repeat:no-repeat;
}


.bloc2013{ 
background-image:url(images/fond-bloc2013.png); background-repeat:repeat-x; margin:0 auto; font-family: 'Open Sans Condensed', sans-serif;
}


.smalldesc { font-size:11px; margin:5px 0; font-style:italic;}

.une_bloc160 {
float: left;
display:inline;
width:155px;
margin:10px 30px 10px 15px;
}
.une_bloc345 {
float: left;
display:inline;
width:340px;
margin:10px 25px 10px 0;
}

.last { margin-right:0;}

.une_soutien_conteneur {
width:125px;
height:125px;
padding:20px 0 0 20px;
background-color:#e54515;
background-image: linear-gradient(top , rgb(234,104,11) 52%, rgb(229,69,21) 100%);
background-image: -o-linear-gradient(right , rgb(234,104,11) 52%, rgb(229,69,21) 100%);
background-image: -moz-linear-gradient(right , rgb(234,104,11) 52%, rgb(229,69,21) 100%);
background-image: -webkit-linear-gradient(right , rgb(234,104,11) 52%, rgb(229,69,21) 100%);
background-image: -ms-linear-gradient(right , rgb(234,104,11) 52%, rgb(229,69,21) 100%);

background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.52, rgb(234,104,11)),
	color-stop(1, rgb(229,69,21))
);
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	font-size:17px;
	color:#FFFFFF;
	text-shadow: -1px 1px 2px #666;
		-webkit-box-shadow:0 1px 5px #CCCCCC;
   -moz-box-shadow:0 1px 5px #CCCCCC;
   box-shadow:0 1px 5px #CCCCCC;

}

.une_soutien li {
list-style:none;
height:45px;
color:#FFFF00;

}

.flux_fb {
	border:1px solid #99bc20;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	-webkit-box-shadow:0 1px 5px #CCCCCC;
   -moz-box-shadow:0 1px 5px #CCCCCC;
   box-shadow:0 1px 5px #CCCCCC;
}

.flux_fb h2{
background-color:#A2C11D;
padding:5px 20px;
background-image: linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -o-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -moz-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -webkit-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -ms-linear-gradient(right , rgb(173,199,24) 52%, rgb(123,174,47) 100%);
background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.52, rgb(173,199,24)),
	color-stop(1, rgb(123,174,47))
);
	color:#FFFFFF;
	text-shadow: -1px 1px 2px #666;
}
.flux_fb h2 a {color:#FFFFFF;}

.news { padding:3px 20px; font-size:95%; color: #666666;}



.choixp  { width:30px; height:250px; float: left;}


.rotate{

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.point_noir{ padding:10px; background-color:#aaaaaa; font-size: 14px; font-weight:bold;}
.point_bleu {padding:10px; background-color: #aad8f7;  font-size: 14px; font-weight:bold;}
.point_vert {padding:10px; background-color: #8cdea4; font-size: 14px; font-weight:bold;}
.point_rouge {padding:10px; background-color: #ef9b9b; font-size: 14px; font-weight:bold;}

.troncon1 {background-color: rgb(232, 232, 232); text-indent:15px; line-height:25px; height:25px; margin-bottom:1px; padding:5px 0 0 5px; }
.troncon2 {background-color: rgb(225, 232, 255); text-indent:15px; line-height:25px; height:25px; margin-bottom:1px ;padding:5px 0 0 5px; }
.troncon3 {background-color: rgb(240, 225, 240); text-indent:15px; line-height:25px; height:25px; margin-bottom:1px; padding:5px 0 0 5px; }
.troncon4 {background-color: rgb(255, 217, 217); text-indent:15px; line-height:25px;  height:25px;margin-bottom:1px; padding:5px 0 0 5px; }
.troncon5 {background-color: rgb(255, 240, 217); text-indent:15px; line-height:25px; height:25px; margin-bottom:1px; padding:5px 0 0 5px; ;}
.troncon6 {background-color: rgb(225, 247, 217); text-indent:15px; line-height:25px;  height:25px;margin-bottom:1px; padding:5px 0 0 5px; }

.bord_tron1  {border-left: 1px solid rgb(232, 232, 232); background-image: url(images/fond-tron-1.png); background-position:left top; background-repeat:no-repeat;}
li.bord_tron1 { padding:50px;}
.bord_tron2   {border-left: 1px solid rgb(225, 232, 255); background-image: url(images/fond-tron-2.png); background-position:left top; background-repeat:no-repeat;padding-left:60px}
.bord_tron3   {border-left: 1px solid rgb(240, 225, 240); background-image: url(images/fond-tron-3.png); background-position:left top; background-repeat:no-repeat;padding-left:60px}
.bord_tron4   {border-left: 1px solid rgb(255, 217, 217); background-image: url(images/fond-tron-4.png); background-position:left top; background-repeat:no-repeat;padding-left:60px}
.bord_tron5   {border-left: 1px solid rgb(255, 240, 217); background-image: url(images/fond-tron-5.png); background-position:left top; background-repeat:no-repeat;padding-left:60px}
.bord_tron6   {border-left: 1px solid rgb(225, 247, 217); background-image: url(images/fond-tron-6.png); background-position:left top; background-repeat:no-repeat;padding-left:60px}

.lpouvoir { font-size:12px;}
.lpouvoir ul { list-style:disc;border:0; padding-left:20px;}
.lpouvoir li { border:0;}
.lpouvoir ul li { border:0;}
.lpouvoir .desc {font-size:11px;}