@charset "iso-8859-1";

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	border: 1px;
	margin: 0px;
	text-align: left;
	padding-left: 0px;
	width: 614px;
}

.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}

.cartouche {
	border-top: 0px dotted #ffcc66;
	border-bottom: 5px dashed #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
 * Habillage des menus et de la navigation
 */
.proximite {
	border: 1px solid #ffcc66;
	/*border-top: 0px;
	border-bottom: 1px dashed #d0d0d0;
	width: 130px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;*/
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.menu {
	width:130px;
	border: 0px solid #a0a0a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu-titre {
	border-top: 0px solid #a0a0a0;
	border-bottom: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 70%;
	font-weight: bold;
	background-color: #ffcc66;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 70%;
}
.menu-article {
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 70%;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}

.menu ul {
	display: block;
	margin-left: 10px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	top:0px;
	line-height: 0em;
	margin-top: 0em;
}

.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;}

.titre-texte {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc66;
	font-size: 36px;
	font-weight: bold;
	padding: 8px;
	vertical-align: top;
}

.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/* divers: table principale, entete, pied de page */

.tout {
	width: 744px;
	border: 1px solid #ffcc66;
	border-left: 3px dotted #ffcc66;
	border-bottom: 10px double #ffcc66;
	border-top: 0px solid #ffcc66;
	border-right: 1px solid #ffcc66;
	background-color: #FBE8BE;
}

.site {
	background:url(IMG/bandeau/bandeau_sl.jpg);
	width:744px;
	height:104px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 0px;
	padding: 0px;
	border-bottom: 2px dotted #ffcc66;
}

.site a {
	color: white;
	text-decoration: none;
}

.site a:hover {
	background-color: #FFFFFF;
	color: #ffcc66;
	text-decoration: underline;
}

.gites {
	border: 0px solid #a0a0a0;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	top: 0px;
	margin-left: 0px;
}

.pied {
	width: 744px;
	background-color: #FFCC66;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	border: 0px solid #a0a0a0;
}





/*
.logo_breve ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}


.logo_breve {
	height:100px;
	background-color: #ffcc66;
	text-align:left;
	border-top: 0px solid #a0a0a0;
	border-bottom: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 80%;
	font-weight: normal;
	}
.logo_breve2 {
	height:200px;
	}

.breve-titre {
	background-color: #ffcc66;
	text-align:left;
	border: 1px solid #a0a0a0;

	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 80%;
	font-weight: normal;
}




Des couleurs specifiques selon les types de menus


.general		{ background-color: #ffcc66; text-align:center; }
.general .menu-titre 	{ background-color: #FBE8BE; }


.rubriques { background-color: #FBE8BE; text-align:left; }
.rubriques .menu-titre { background-color: #ffcc66; }


.breves 		{ background-color: none; }
.breves .menu-titre	{ background-color: #ffcc66; text-align:center; }


.divers 		{ background-color: #FBE8BE; }
.divers .menu-titre	{ background-color: #f2f2ff; text-align:center; }


.forums 		{ background-color: #FBE8BE; }
.forums .menu-titre	{ background-color: #ffcc66; text-align:center; }




*/


/*
 * Disposition a lecran : colonnes, encarts, cartouches
 


#principal {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-right: 3%;

}

#formmessage {
	position: absolute;
	left: 0%;
	width:100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 3%;
	margin-top: 1.5em;
}

#plan {
	position: absolute;
	left: 2em;
	top: 100px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

#navigation {
	position: relative;
	left: 0px;
	top: 0px;
	width: 120px;
	padding: 0px;
	margin: 0px;
	border:1px;
}

.encart {
	width: 100%;
	margin-left: opx;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 0px;
}

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}
*/

/*
 * Habillage du plan du site


.plan-secteur {
	margin-top: 0em;
	margin-bottom: 3em;
	clear: right;
}

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	margin: 0px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	background-color: #ffcc66;
	text-align:center;
}

.plan-rubriques {
	clear: left;
	display: block;
	list-style: none;
}

.plan-rubrique {
	display: inline;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
}

.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}
*/

/* Eclaircissement progressif des rubriques en fonction de la profondeur


ul .plan-rubrique {

	background-color: #e0ffe0;
	border-color: #b8b8b8;
}

ul ul .plan-rubrique {
	background-color: #eaffea;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #f4fff4;
	border-color: #e8e8e8;
}


*/

/*
 * Habillage des forums

 


ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: right;
}
*/

/* Boite dun forum : eclaircissement progressif des bords 


ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}

ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}
*/

/* Boite de titre dun forum : mise en couleur selon la profondeur du forum 


ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}
*/



/*
 * Habillage des petitions
 


.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.signatures td {
	-moz-border-radius: 0.4em;
}
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;

	padding: 0.4em;
	text-align: justify;
}

*/


/*
 * Formulaires
 


.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}


.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #FBE8BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}



.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}

.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}
*/

