/* *ajouts site */
#page { 
    border: 1px solid #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 8px 8px 12px #aaa;
    }
  </style> 
     
<!--[if lte IE 8]> 

#page{ 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=12); 
    zoom: 1; 
  }  

<![endif]--> 

/*  ------------------------------------------
/*  Couleurs des liens (mis devant pour forcer les modifs) liens #881321 ?
/*  ------------------------------------------ */
a { text-decoration: none; color: #900; }
a.on { font-weight: bold; color: #fac322; }
a:hover { text-decoration: underline; color: #000000; }

/*
 * Mise en page des menus (rubrique courante, bordures...)
 */

.menudroit
{
margin: 0;
margin-top: 0.5em;
padding: 0;
display: block;
list-style-type: none;
font: 0.88em Arial, Helvetica, sans-serif;
}
 
.menuexpose
{
padding: 0 1px 1px;
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0.3em;
width: 15.5em;
text-align: left;
text-decoration: none;
}

.menuexpose2
{
display: block;
margin-left: 1px;
margin-right: 0;
margin-top: 0.3em;
width: 15.5em;
text-align: left;
text-decoration: none;
color: #fac322;
background: #333;
border-left: 0.5em solid #e00;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

.menuexpose a
{
display: block;
color: #fff;
background: #333;
border-left: 0.5em solid #fac322;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

.menuexpose a:hover
{
display: block;
color: #fac322;
background: #000;
border-left: 0.5em solid #000;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

.menuexpose a.on
{
display: block;
color: #000;
background: #fac322;
border-left: 0.5em solid #f00;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

.menuexpose a.on:hover
{
border-left: 0.5em solid #000;
}

li ul .menuexpose
{
display: block;
color: #000;
background: #fff;
width: 15em;
margin-left; 0.5em;
border-left: 0.5em solid transparent;
text-decoration: none;
}

li li ul .menuexpose
{
display: block;
color: #000;
background: #fff;
width: 14.3em;
margin-left; 0.5em;
border-left: 0.5em solid transparent;
text-decoration: none;
}






/* * Citations, code et poesie */
q, blockquote.spip, .spip_poesie, .spip_serif { font-family: Georgia, Garamond, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding: 1em;
	border: 1px dotted;
	text-align: justify;
	font-size: 0.82em; }

.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid; }
.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 99%; border: 1px solid; }

/*rajout block date sites des groupes passes*/

.concert { text-align: right; font-weight: bold ; color: #900; background: #fac322; padding: 2px; }

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

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

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body { 
	/*background: #333;*/
	background: #F8F8F8 url(background.jpg); 
	margin: 1.5em;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

img, table { margin: 0; padding: 0; border: 0; }
#navigation ul, ol, li { margin: 0; padding: 0; list-style: none; }
#contenu ul, ol, li { list-style: inherit; }
.syndic, .breves, .extrait { list-style: 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 {
	width: 48em;
	text-align: left;
	left: 0; 
	margin-left: auto;
	margin-right: auto;
	padding: 0.8em;
	background: #ffffff;
}

#conteneur { width: 100%; } /* Particularisme IE/PC */
	
#conteneur #contenu { 
	float: left; 
	width: 35em;
}

#conteneur #navigation { 
	float: right;
	width: 12em;
	text-align: center;  
}

/*  Blocs du contenu (c-a-d. la colonne principale)
---------------------------------------------- */
#contenu .contre-encart { 
	float: left;
	width: 21em;
}

#contenu .contre-encart2 { 
	float: left;
	width: 23em;
}

#contenu .encart { 
	float: right; 
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/*  Entete et pied de page
---------------------------------------------- */

/* * Entete */
#entete { width: 100%; }
#entete #nom_site_spip {
	float: left;
	text-width: bold;
  text-shadow: 4px 4px 4px #222;
	font-size: 2.5em; }
#entete a { text-decoration: none; color: #000; }
#entete a .spip_logos { display: block; float: left; }
#entete .formulaire_recherche { float: right; }

 
/* * Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 16px;
	border-top: 2px solid #fac322;	
	font-size: 0.77em; }

/* * Pied de page */
#pied { 
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #cccccc;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }

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

#navigation *{ font-size: 0.77em; }
#navigation * *{ font-size: 1em; }
#navigation div .titre { font-size: 1.2em; }

#contenu .encart *{ font-size: 0.71em; }
#contenu .encart * *{ font-size: 1em; }
#contenu .encart div .titre { font-size: 1.2em; }

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers { 
	text-align: left; 
	border: 1px solid #ccc; 
	margin-bottom: 16px;
	min-width: 10em;
}
	
.rubriques .titre, .breves .titre, .syndic .titre, .forums .titre, .divers .titre { 
	padding: 3px 4px 2px 4px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	font-weight: bold; 
	color: #333;
}

.rubriques p, .breves p, .syndic p, .forums p, .divers p { margin: 2px 4px; }
	
.rubriques ul, .breves ul, .syndic ul, .forums ul, .divers ul { 
	display: block;
	padding: 2px 0;
	padding-right: 0.7em;
	color: #fac322;
}
	
.rubriques li, .breves li, .syndic li, .forums li, .divers li { padding-left: 0.7em; } 

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #deb887; }
.rubriques .titre { background: #f2fff2; }

.breves { background: #333; font-size: 0.88em; }
.breves a { color: #fff; }
.breves .on { color: #fac322; }
.breves .titre a {
	background: #fff;
	color: #000;
}

.syndic { background: #fff; }
.syndic .titre { background: #333; color: #fff; }

.forums { background: #deb887; }
.forums .titre { background: #f2f2ff; }

.divers { background: #deb887; }
.divers .titre { background: #fcfcf0; }

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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }
.cartouche small { font-size: 0.71em; }

.cartouche .titre { 
	font-size: 1.27em; 
	font-weight: bold; 
	color: #333; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions p { float: left; }
.cartouche .traductions li { float: left; margin-left: 1em; }

#contenu .surtitre, #contenu .soustitre { 
	font-size: 0.82em; 
	font-variant: small-caps; 
	font-family: Georgia, Garamond, Times, serif; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo { 
	margin-bottom: 1.5em; 
	font-size: 1.03em; 
	font-weight: bold; 
	line-height: 1.2em;
	text-align: justify; }

.chapo_rub { 
	margin-bottom: 1.5em; 
	font-size: 0.71em; 
	font-weight: bold; 
	line-height: 1.2em;
	text-align: justify; }

.lien {
	background: #fafafa;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #cccccc;
	font-size: 0.82em;
	font-weight: bold; }
	
.texte {
	color: #000;
	line-height: 1.2em;
	text-align: justify; }
	
.texte *{ font-size: 0.96em; }


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

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #cccccc;
	padding-top: 1em; }

#document_actif { 
	clear: both;
	margin-top: 1em;
	text-align: center; }
#document_actif img { margin: auto; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #cccccc;
	font-size: 0.88em;; 
	color: #555; }
#documents_joints h2 { margin-bottom: 0.4em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre { text-align: left; }
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.extrait { margin-bottom: 1em; /*padding-top: 0.3em;*/ }

.extrait .titre { 
	font-size: 1.03em; 
	font-weight: bold; }
	
.extrait .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.extrait p { margin: 0; padding: 0; }
	
.extrait .enclosures { 
	float: right;
	text-align: right;
	max-width: 60%; 
	margin: 0; }
	
.extrait small { 
	display: block; 
	font-size: 0.71em; }
	
.extrait .texte { 
	margin-top: 5px;
	margin-bottom: 2em; 
	border: 1px solid #cccccc; 
	padding: 0.9em; 
	font-size: 0.82em; 
	line-height: 1.4em; }

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

#page_plan #contenu {}

#page_plan #contenu h2 {
	clear: both;
	background: #555;
	border: 1px solid #cccccc;
	padding: 8px;
	margin-bottom: 16px; 
	font-weight: bold; 
	text-align: center; }

#page_plan #contenu h2 a { color: #fff; }

#page_plan #contenu h2 a:hover {
	clear: both;
	background: #555;
	color: #000;
	padding: 8px;
	margin-bottom: 16px; 
	font-weight: bold; 
	text-align: center; }
	
#page_plan #contenu .contre-encart ul { 
	display: block; 
	clear: left; 
	margin-left: 16px; 
	margin-bottom: 16px;
	list-style: square; }
#page_plan #contenu .contre-encart li { list-style: inherit; }

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

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #cccccc;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.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:hover { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333333; 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 .message { border: 1px solid #666666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .message { border: 1px solid #a4a4a4; }
ul ul ul .message { border: 1px solid #b8b8b8; }
ul ul ul ul .message { border: 1px solid #cccccc; }
ul ul ul ul ul .message { border: 1px solid #e0e0e0; }
ul ul ul ul ul ul .message { border: 1px dotted #e0e0e0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; 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: #ffffff; }

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

/*  ------------------------------------------
/*  Divers
/*  ------------------------------------------ */
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }



/*
 * L'agenda
 */
table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #f00;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	background-color: none;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

table.agenda a:hover {
	color: #fac322;
	font-weight: bold;
	text-decoration: none;
}

table.agenda li {
	list-style: square;
	list-style-position: inside;
}

th.agendaNav {
	background-color: #333;
	text-align: center;

}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

.agendaHead	
{
	background-color: #fac322;
 	color: red;
 	text-align: center;
}

.agendaThisDay	
{
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
	color: #fac322;
}

.agendaThisMonth	
{
	background-color: #696969;
	text-decoration: none;
}

.agendaNotThisMonth	
{
	background-color: #333;
 	color: #ffffff;
}

.agendaNotThisMonth a, agendaNotThisMonth a:link, agendaNotThisMonth a:visited, agendaNotThisMonth a:active
{
	background-color: #333;
 	color: #fac322;
	text-decoration: underline;
}



