/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes  lacoccinelledalsace.com  */
/*  ----------------------------------------------------------- */
/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
* { margin:0; padding:0; }
body {
	text-align: center;
	font-size: 1em;
	color: #333;
	background: #EFEFD1 /*FFF /*746149*/;
}

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-type:none; }
/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width:810px;
	padding-left:100px;
	text-align: left;
	margin:0 auto;
}
*html #page {
	width:811px;
}

#conteneur {  }

#conteneur #contenu {
	float: left;
	width: 600px;
	/*padding-bottom:280px;*/
	background:#DFD0A7 /*709F6D url('images/basfond.gif') bottom center no-repeat*/;
	text-align:left;
}


#conteneur #navigation {
	position:relative;
	float: right;
	width:210px;

	text-align: left;
	font-size:1.2em;
	background: #EFEFD1 /*FFF /*746149*/;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
.rubriquage,
#contenu .contre-encart {
	clear:both;
	float: left;
	width:200px;
	margin-left:0;
	text-align:right;
}

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

}

/* Entete */
#entete {
	text-align:right;
	/*background:url('images/tete.jpg') top center no-repeat;*/
}
#entete #nom_site_spip, #entete a {
	display: block;
	float:right;
	font-weight: bold;
	font-size: 1.5em;
	margin-top:5px;
	margin-right:210px;
	margin-bottom:-5px;
}
*html #entete #nom_site_spip, *html #entete a {
	display: block;
	float:left;
	font-weight: bold;
	font-size: 1.5em;
	margin-top:5px;
	margin-left:123px;
	margin-bottom:-5px;
}

#entete a { text-decoration: none; }
#entete #baseline { display:block; font-size:.6em; font-style:italic; font-weight:400; margin:-9px 0 4px 0; }
#entete .descriptif {
	clear:both;
	width:594px;
	margin-right:210px;
	font-size:.7em;
	text-align:right;
	margin-bottom:1px;
}
#entete p.spip { text-align:right; }

ul#diaporama  {
	position:relative;
	float:left;
	width:600px;
	height:130px;
	background:#EFEFD1;
	margin:0; padding:0;
}
#diaporama li, #diaporama_bas li {
	position:absolute;
	top:0;
	left:0;
	width:600px;
	height:130px;
	margin:0; padding:0;
}
ul#diaporama_bas {
	clear:both;
	position:relative;
	width:600px;
	height:320px;
	margin-bottom:-5em;
	background:#EFEFD1;
	margin:0; padding:0;
}


/* Pied de page */
#pied {
	clear: both;
	float:right;
	position:relative;
	width:204px;
	padding: 2px;
	margin-top:2em;
	margin-bottom:2em;
	text-align: left;
	font-size:.88em;
	color:#889F63;
	border-left:1px solid #afafaf;
}
#pied a { color:#889F63; }
#pied a:hover {
	color:red;
}
#pied a.spip_out { background:none; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }
#connexion fieldset {
	margin-left:.5em;
	border:none;
}
#connexion input {
	float:none;
}
#connexion p.spip_bouton {
	text-align:left;
}

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

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


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques {
	min-height:150px;
	margin-bottom: 1em;
	padding-bottom:3em;
	padding-top:1em;
	padding-right:25px;
	font-size: 0.6em;
	line-height:1.2em;
	background:#D3DF6F url('images/fond_navigation.jpg') bottom right no-repeat;
	border-left:6px solid #D3DF6F;
}
.rubriques.menu {
	min-height:150px;
	margin-bottom: 1em;
	padding-bottom:3em;
	padding-top:1em;
	padding-right:25px;
	font-size: 0.6em;
	line-height:1.2em;
	background:#D3DF6F url('images/fond_menu.jpg') bottom right no-repeat;
	border-left:none;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation p { font-size:.8em; padding:0; }
#navigation ul, .encart ul { margin: 0; padding:0; text-align: left; list-style: none; }
#navigation ul { padding-left:.5em; }
#navigation li, .encart li { margin: 0; padding: 0; padding-bottom:.5em; }
#navigation li { list-style-type:none; }
#navigation li.plus_fort { font-size:1.25em; }
#navigation li.plus_fort li { font-size:.8em; }

#navigation li a, #navigation li span { text-transform:uppercase; display:block; position:relative; }
#navigation li span { font-weight:700; cursor:pointer; }
#navigation li a:hover, #navigation li span:hover { color:red; }
#navigation li a.on, #navigation li span.on, .page_liens a.liens {
	color:red;
}
#navigation li ul { padding:0; margin:.4em 0 0; }
#navigation li li a {
	position:relative;
	display:block;
	margin-top:0;
	padding-bottom:.05em;
	padding-top:0;
	padding-left:15px;
	padding-right:15px;
	text-transform:none;
	background:url('images/point_navigation.png') top left no-repeat;
}
#navigation li li {
	list-style-type:none;
}
*html #navigation li li a {
	position:relative;
	display:block;
	margin-top:0;
	padding-bottom:.05em;
	padding-top:0;
	padding:0;
	text-transform:none;
	background:none;
}

#navigation li li a:hover, #navigation li li a.on, .page_sommaire .accueil a {
	background:url('images/point_navigation_on.png') top left no-repeat;
}
*html #navigation li li a:hover, *html #navigation li li a.on, *html .page_sommaire a.accueil {
	background:none;
}

.page_sommaire #navigation li.accueil {
	display:none;
}


#navigation li li.archive span.titre_archive {
	font-size:.9em;
	text-transform:lowercase;
	background:none;
	margin-bottom:.3em;
	text-decoration:underline;
	cursor:pointer;
}
li.archive {  font-size:1em; margin-bottom:1em; }
#navigation li li.archive ul { padding:0; }
#navigation li li.archive a.titre_archive {
	background:none;
}
#navigation li li a span {
	font-size:.9em;
	font-style:italic;
	white-space:nowrap;
}


.formulaire_inscription {
	width:180px;
	margin-left:.5em;

	color:#979F3B;
}
fieldset {
	border:none;
}
.formulaire_inscription fieldset {
	width:180px;
}
.formulaire_inscription legend, .formulaire_inscription label {
	color:#979F3B;
	white-space:normal;
	font-weight:400;
	font-size:.8em;
	margin:0;
}
*html .formulaire_inscription legend {
	display:none;
}

.formulaire_inscription .forml {
	border:none;
	background:#CFCFA8;
	color:#000;
	padding:.2em;
}
.formulaire_inscription .spip_bouton input {
	background:#CFCFA8;
	float:left;
}
span.msg_formulaire { display:block; }


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

/*  Cartouche et titraille
---------------------------------------------- */
h1.titreparent { font-size:.8em; text-align:right; float:right; margin:0 .5em; }
.cartouche { clear:both; margin:0; padding:0; }

.cartouche .titre {
	margin:0 .8em;
	margin-top:;
	padding-bottom:.3em;
	font-size: 1.27em;
	font-weight: bold;
	color:red /* #000*/;
	/*background:url('images/point_titre.png') bottom left no-repeat;*/
}
.cartouche .titre a { color:red; }
.cartouche .titre span {
	font-size:.8em;
	font-style:italic;
}
/*
.cartouche .titre:first-letter {
	text-transform:uppercase;
}
*/
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; margin:0 1em; }

.cartouche .spip_logos {
	background:#EFEFD1;
	margin:0;
	margin-bottom:-4px;
}

.cartouche p { margin: 0; padding: 0; clear: left; margin:.8em; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }

.introduction { margin-bottom:1.5em;}

/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin:0 .8em;
	margin-top:1.5em;
	font-weight: bold;
	line-height: 1.2em;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte {  margin:.8em; margin-top:1.5em; color: #000; font-size: 0.96em; text-align:left; font-size:normal; }
.texte p, .chapo p, .ps p { margin:.4em 0; text-align:left; }
li.spip {
	padding-left:.8em;
	background:url('images/triangle-droite.gif') top left no-repeat;
}
li.spip ul { padding-left:1em; }


.ps, .notes {
	margin:.8em;
	margin-top: 1em;
	padding-top: 2px;
}
.ps { font-size: 0.96em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }
.syndic ul li {
	float:left;
	width:566px;
	padding:16px;
}
.syndic ul li h2 {
	font-size:1.1em;
	padding:0;
	margin:0;
	padding-left:24px;
	background:url('images/point_navigation.png') top left no-repeat;
}
.syndic ul .syndic_articles ul { padding-left:16px; }
.syndic ul .syndic_articles li {
	position:relative;
	width:50%;
	float:none;
	padding:.2em 0;
	padding-left:0;
	font-size:.8em;
	list-style-type:disc;
	list-style-position:outside;
}

.descriptif_syndic {
	position:absolute;
	top:0;
	left:100%;
	width:250px;
	padding:.3em;
	background:#DFD0A7;
	z-index:500;
}



/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin:16px;
	margin-top: 1.4em;
	padding-top: 2px;
	padding-left:10px;
	line-height:.9em;
}
#documents_portfolio li {
	position:relative;
	text-align:center;
	float:left;
	width:120px;
	height:120px;
	padding:7px;
}
#documents_portfolio .spip_doc_descriptif {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	padding:.3em;
	background:#DFD0A7;
	z-index:500;
	-moz-opacity:0.75;		/* transparence Moz */
	-khtml-opacity: 0.75;		/* transparence NS */
	opacity: 0.75;			/* transparence W3C */
	filter:alpha(opacity=75);	/* transparence IE */
}
h2.documents_portfolio { margin-bottom: 0; padding:1em; padding-bottom:0; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin:0 1em;
	margin-top: 1.4em;
	padding-top: 2px;
}
#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 { }
.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;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }


/* page_sommaire */
.page_sommaire #contenu .texte img {
	margin-left:-12px;
}
.page_sommaire #contenu ul#diaporama_bas {
	margin-top:-1em;
}
.page_sommaire #ssmenu5on a, .page_sommaire #navigation li a.on { color:red; }

*html .page_sommaire #contenu .texte img {
	margin-left:-24px;
}



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

.page_plan #contenu h1.titre {
	font-size:1.6em;
	margin:1em;
	padding:0 1em;
}

.page_plan #contenu ul {
	margin-bottom:1em;
	padding:0 1em;
}
.page_plan #contenu ul li a span {
	font-size:.8em;
	font-style:italic;
}
.page_plan ul#diaporama_bas, .page_plan ul#diaporama_bas li, .page_plan ul#diaporama, .page_plan ul#diaporama li {
	clear:both;
	padding:0;
	margin:0;
}
.page_plan #contenu h2, .page_plan #contenu h2 a {
	color:#000;
	text-transform:uppercase;
	padding:0 1em;
	text-decoration:underline;
}
.page_plan #contenu h2 a { padding:0; }
.page_plan #contenu a:hover {
	color:red;
}


/*

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	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: #EFEFD1; }

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

table.spip { 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; }

/* les tableaux */
table.spip {
	border:none;
	border-collapse:separate;
}
table.spip tr.row_first { background:#8F7F62; color:#fff; }
table.spip tr.row_even { background:#EFE7D1; }
table.spip tr.row_odd { background:#EFE7D1; }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #DF0028; font-weight:bold; outline:0; }
a:hover,
a.survol { text-decoration: underline; color:red; }


/* defilement des recettes */
#entete .recettes { position:relative; background:#d5df6f/*#DFDBB5*/; text-align:left; font-size:.7em; line-height:1.2em; }
#entete .recettes a { display:inline; font-size:1.1em; margin:0 0 4px; }

