/*
 * Mise en page des textes (bordures...)
 */
.encart2haut {		font-family: Arial; font-size: 12px; color: #444444; height: 25px; background-image: url(images/c_bg_up.jpg); font-weight: bold; text-transform: uppercase; vertical-align: bottom; background-repeat: repeat-x; background-position: bottom;}
.encart2bas {	background-image: url(images/c_bg_down.jpg); background-repeat: repeat-x; background-position: top;}
.encart2basg {	width: 10px; height: 11px; background-image: url(images/c_corner_left_down.jpg); background-position: top left; background-repeat: no-repeat;}
.encart2basd {	width: 10px; height: 11px; background-image: url(images/c_corner_right_down.jpg); background-position: top right; background-repeat: no-repeat;}
.encart2hautg {	width: 55px; height: 25px; background-image: url(images/c_corner_left_up.jpg); background-position: bottom left; background-repeat: no-repeat;}
.encart2hautd {	width: 11px; height: 25px; background-image: url(images/c_corner_right_up.jpg); background-position: bottom right; background-repeat: no-repeat;}
.encart2d {		width: 5px; height: 1px; background-image: url(images/c_right.jpg); background-position: right; background-repeat: repeat-y;}
.encart2g {		width: 5px; height: 1px; background-image: url(images/c_left.jpg); background-position: left; background-repeat: repeat-y;}
.texte2 {		font-size: 12;	}
.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;	
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
}
/*
 * Habillage des menus et de la navigation
 */
.menu {
	padding: 0px;
	margin: 0px;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	font-size: 13;	
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 20px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.menu-item {
	width: 100px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 13;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
/* Des couleurs specifiques selon les types de menus */
.general		{ background-color: #0099FF; text-align:center; }
.general .menu-titre 	{ }

.rubriques 		{ background-color: #0099FF; text-align:center; }
.rubriques .menu-titre	{ background-color: #0099FF; }

.breves 		{ }
.breves .menu-titre	{ background-image: url(IMG/png/haut_menu.png); text-align: center; }

.divers 		{ background-color: #0099FF; }
.divers .menu-titre	{ text-align:center; }

.forums 		{ background-color: #0099FF; }
.forums .menu-titre	{ text-align:center; }
/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */
.contenu {
	margin: 15px;
}
.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;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}
.contenu .forum-repondre {
	font-family: verdana;
	text-align: left;
	font-size: 13;
	font-weight: bold;
	margin-top: 0.6em;
}


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

#principal {
	position: absolute;
	left: 200;
	/*left: 18em;*/
	top: 120px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 2em;*/
	margin-right: 3%;
	margin-top: 1.5em;
}

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

#navigation {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 200;
	padding: 0px;
	margin: 0px;
	margin-left: 3%;
	margin-top: 1.5em;
	height: 374px;
	background-color: #666666;



}

.encart {
	float: right;
	height: auto;
	margin-left : 10px;
}
.encart2 {
	background-color: #666699;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
}
.cartouche {
	padding-top: 1em;
	margin-bottom: 0em;
}

.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: 14;
	font-weight: bold;
	background-color: #368196;
	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: #368196;
	border-color: #b8b8b8;
}
ul ul .plan-rubrique {
	background-color: #368196;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #368196;
	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: 13;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 12;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un 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 d'un 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: 12;
	background: #D25182;
}
ul ul .forum-chapo {
	background: #D96893;
}
ul ul ul .forum-chapo {
	background: #E085A8;
}
ul ul ul ul .forum-chapo {
	background: #E9A7C0;
}
ul ul ul ul ul .forum-chapo {
	background: #F3D3E0;
}
/*
 * Habillage des petitions
 */

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


/*
 * Formulaires
 */

.formrecherche {
	background-color: #368196;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-family: verdana;
	font-size: 12;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #368196;
	font-family: verdana;
	font-size: 12;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	font-family: verdana;
	font-size: 12;
}
.spip_bouton {
	padding: 0px;
	font-family: verdana;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 12;
	padding: 0px;
	line-height: 1.4em;
}
