/*
 * Mise en page des textes (bordures...)
 */

.bouton_FO {
	padding: 4px;
	background: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	color: #333333;
	margin: 2px;

}

.chapo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	background-color: #F8F8F8;
	padding: 0px 10px 0px 15px;
	margin: 5px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.form_recherche {
	margin: 0px;
	padding: 0px;
}

.texteetroit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.texte-gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


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

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

.menu {
	border-bottom: 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.menu ul {
	list-style-type: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	list-style: none;
}
.menu-titre {
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.menu-item {
	padding-right: 2px;
	padding-left: 2px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
 }

/* Des couleurs specifiques selon les types de menus */

.general		{ background-color: #f8f8e8;  }
.general .menu-titre 	{
	background-color: #fcfcf0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.rubriques 		{ background-color: #FFFFF2;  }
.rubriques .menu-titre	{
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.breves 		{
	background-color: #FFFFF4;
}
.breves .menu-titre	{
	background-color: #FFF3C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.divers 		{
	background-color: #FEFDF3;
	}
.divers .menu-titre	{
	background-color: #F4E9D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 2px;
	}

.forums 		{
	border: 1px dotted #999999;
	font-size: 12px;
	}
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }


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

.contenu {
	margin: 0px;
}

h2.titre-extrait {
}
.titre-texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0066CC;
	font-weight: bold;

}
h2.titre-texte-rubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6666CC;
	padding: 10px;
	text-transform: uppercase;
	text-align: right;
	margin-right: 50px;

}

.detail {
	margin-top: 0em;
	margin-bottom: 0em;
}
.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 {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	list-style-image: url(/puce.gif);
	padding: 2px;

}
.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin: 2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

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

#principal {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0em;
	padding: 0px;
	visibility: visible;
	background-color: #EEECDD;
	width: 609px;
	height: 100%;
	border: 1px solid #666666;	
}

#principal_large {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 0em;
	margin-top: 0em;
	visibility: visible;
	background-color: #EEECDD;
	width: 790px;
	height: 80%;
	border: 1px solid #666666;	
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
	position: absolute;
	float: right;
	visibility: visible;
	top: 100px;
	right: 10px;
	overflow: auto;
}

.encart_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 170px;
	overflow: visible;
	position: absolute;
	float: right;
	left: 715px;
	top: 50px;
	visibility: visible;
}

.policestd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding: 5px;
	color: #333333;
}

#navigation {
	float: left;
	left: 1px;
	top: 0px;
	position: relative;
	overflow: visible;
	width: 130px;
	height: 90%;
	margin: 0px;
	padding: 0px;
	margin-right: 0em;
	margin-top: 0em;
	visibility: visible;


}

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



.cartouche {
	overflow: visible;

}

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.2em;
}
.spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	border: 0px solid #333333;
}
.spip_logos_border {
	border-top: 1px solid #333333;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #333333;
	margin: 1px;
	padding: 1px;
}






/*
 * Habillage du plan du site
 */

.plan-secteur {
	margin-top: 2em;
	margin-bottom: 2em;
	clear: right;
	color: #999999;
	list-style-type: square;
}

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	background-color: #D1D1E0;
	text-align:center;
}
.plan-rubriques {
	clear: left;
	display: block;
	list-style: none;
	margin: 8px;
}
.plan-rubrique {
	display: inline;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
	list-style-type: square;
}
.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #999999;
	list-style-type: square;
}


/* Eclaircissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
	background-color: #E4E4ED;
	border-color: #b8b8b8;
	list-style-type: square;
}
ul ul .plan-rubrique {
	margin: 3px;
	list-style-type: square;
	background-color: #EEE3D0;
}
ul ul ul .plan-rubrique {
	background-color: #FAF2E2;
	border-color: #e8e8e8;
	list-style-type: square;
}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	margin: 10px;
	list-style-image: url(/ecrire/puce.gif);
	padding: 3px;

}
.forum-fil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 1em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;


}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	font-size: 11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #666666;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;

}
ul ul .forum {
	background-color: #EBE9DE;
}
ul ul ul .forum {
}
ul ul ul ul .forum {
}
ul ul ul ul ul .forum {
}
ul ul ul ul ul ul .forum {
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
}
ul ul .forum-chapo {
}
ul ul ul .forum-chapo {
}
ul ul ul ul .forum-chapo {
}
ul ul ul ul ul .forum-chapo {
}


/*
 * 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: #663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	font-weight: normal;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #909090;
}

.formulaire {
	margin: 0px 0px 16px;
	padding: 2px;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80%;
}
.forml {
	background-color: #FBFBFB;
	margin: 4px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	border: 1px solid #CCCCCC;
	width: 95%;
}
.spip_bouton {
	padding: 0px;
	background: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	color: #333333;

}
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}
.droite {
	font-size: 11px;
	color: #333333;
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: left;
	position: absolute;
	right: 0px;






}
.forum {
	list-style-type: none;

}
.listes {
	list-style-type: none;
	list-style-position: outside;


}
.boussole {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6666CC;
	background-image: url(images/boussole.gif);
}
.boussole a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	text-decoration: underline;
}
.boussole a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}

.breves a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.breves a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.divers a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.divers a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}

.sommaire-article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-image: url(/ecrire/puce.gif);
	font-weight: normal;
	border-top: thin dotted #CCCCCC;
	border-right: none;
	border-bottom: thin dotted #CCCCCC;
	border-left: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	padding-top: 0px;
}
.img_mouseover {
filter: Alpha(Opacity=100, Style=2); 
	}
	
.img_mouseout {

}
.titre1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	padding: 5px;
	font-weight: bold;
}
.blog_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3F7DBC;
	font-weight: bold;
	margin: 20px;
}

.blog_texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px;
	text-align: justify;
}

.blog_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #F2F9FF;
	text-align: justify;
	padding: 10px;
	margin: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

.bloc_liens {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	font-weight: normal;
	background-color: #FFF2D9;
	padding: 10px;
	margin: 10px;
	border-top: 2px solid #FFCC99;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFCC99;
	text-align: center;
	width: 500px;
}
.bloc_liens a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

.bloc_liens a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

.nom_rubrique {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666699;
	font-weight: bold;
	text-transform: uppercase;
}
.commentaire_texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 10px;
	color: #003399;
}
td.secteuroff {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bouton_menu.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696D87;
}
td.secteuroffrol {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px solid #666699;
	background-image: url(/images/bouton_menu_rol.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696D87;
}
a.secteuroff, a.secteuroff:hover  {
	font-weight: bold;
	color: #434365;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}


td.secteur, td.secteuron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/bglink.jpg);
	background-color: #FFFFFF;
}

td.secteur a,  td.secteuron a {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right: #696D87;
	border-bottom: #696D87;
	border-left: #AEB6C1;
}

td.secteur a:hover,  td.secteuron a:hover {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.rubriqueoff {
	font-weight: normal;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.rubriqueoff {
	font-weight: normal;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rubriqueon {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.rubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}

.mouseover_elem {
	background-color: #F2F2F2;
}
.mouseout_elem {
}
.lien12 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.lien12 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



