

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

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
	line-height: 1.4em;
	margin-top: 1em;
}
.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;
}

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

.menu {
	border: 1px solid #000000;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.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 {
	border-top: 1px solid #000000;
	border-bottom: 0px solid #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 100%;
	font-weight: bold;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 100%;
}

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

.general		{ background-color: #f8f8e8; text-align:center; }
.general .menu-titre 	{ background-color: #fcfcf0; }

.rubriques 		{ background-color: #f8f8e8; text-align:center; }
.rubriques .menu-titre	{ background-color: #fcfcf0; }

.breves 		{ background-color: #ffeaea; }
.breves .menu-titre	{ background-color: #fff2f2; text-align:center; }

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

.forums 		{ background-color: #e8f8f8; }
.forums .menu-titre	{ background-color: #f0fcfc; 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, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.6em;
}


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

#principal {
	position: absolute;
	left: 30%;
	/*left: 18em;*/
	top: 0px;
	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: 0px;
	width: 24%;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	/*margin-left: 1.8em;*/
	margin-left: 3%;
	margin-top: 1.5em;
}

.encart {
	float: right;
	/*width: 14em;*/
	width: 34%;
	margin-left: 4%;
	/*margin-left: 2em;*/
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 0px;
}

.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	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: 150%;
	font-weight: bold;
	background-color: #e0ffe0;
	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: 100%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 10px;
}
.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: 100%;
	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: 100%;
	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: 100%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}


/*
 * Formulaires
 */

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

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.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: 100%;
	padding: 2px;
	line-height: 1.4em;
}

/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { 
   margin: 0;
	 padding: 0;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size : 9px;
}

	a:link  {
			color:#285D8E;
			font-family:verdana;
			text-decoration:none;
		}
	a:visited  {
			color:#285D8E;
			font-family:verdana;
			text-decoration:none;
		}
	a:active  {
			color:#285D8E;
			font-family:verdana;
			text-decoration:none;
		}		
	a:hover {
			color:#285D8E;
			font-family:verdana;
			text-decoration:underline;
		}
		
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }


a.lien1
{
color:#993300;
text-decoration:none;
font-weight:bold;
}
a.lien1:hover
{
color:#993300;
text-decoration:underline;
font-weight:bold;
} 


.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 100%;
}
.texte, .texte p.spip {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 100%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 100%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-family:arial;
	font-size: 10px;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
}
.contenu .surtitre {
	font-family:arial;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 100%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 100%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Verdana, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: "Verdana, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#toutautour {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:0.15cm;
  text-align:justify;
	}

.tab_header
{
 width:1000px;
 height:87px;
 background:url(http://www.annuat.com/IMG/v2/haut-de-page.gif) no-repeat #000000;
 border:1px solid;
 border-color: #B1A9A9;
}

.tab_footer
{
 width:1000px;
 border-top:1px solid;
 border-left:0px;
 border-right:0px;
 border-bottom:0px;
 border-color: #B1A9A9;
}

.tab_nav
{
 padding:3px;
 text-align:center;
 border-top:1px solid;
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
 background-color: #B7D1F9;
 width:1000px;
}

.tab_nav a
{
			color:#000000;
			font-family:verdana;
			font-size:9px;
			text-decoration:none;
}

.zone_msg_accueil
{
 text-align:center;
 border-top:1px solid;
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
 background-color: #D1E3FE;
 padding:5px;
}

.zone_article
{
 text-align:center;
 border-top:1px solid;
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
 background-color: #D1E3FE;
 padding:5px;
}

.zone_article2
{
 text-align:left;
 border-top:1px solid;
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
 background-color: #FFFFFF;
 padding:5px;
}

.td_gauche
{
 padding:6px;
 border-top:1px solid;
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
}

.td_gauche a
{
	color:#285D8E;
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
}

.td_centre
{
 padding:6px;
 border-top:1px solid;
 border-left:0px;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
}

.td_droite
{
 padding:6px;
 text-align:center;
 border-top:1px solid;
 border-left:0px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
}

.titre {
padding-left:10px;
font-size: 14px;
font-family : Arial;
font-weight: bold;
color:#DF1000;
text-decoration:none;
font-variant:caps;
font-weight:bold;
}

strong a:link {
padding-left:5px;
color:#000000;
}

strong a:visited {
padding-left:5px;
color:#000000;
}

font.auteur {
font-style:italic;
font-size:10px;
}

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
}

h1 {
font-size:17px;
}

h2 {
font-size:14px;
}

h3 {
 font-size:14px;
 border-top:1px solid;
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color: #B1A9A9;
 background-color:#B7D1F9;
 text-align:center;
/* border-left:10px solid #AACCDD; */
/* border-right:10px solid #AACCEE; */
}


input {
border:1px solid;
padding-left:5px;
background:#FFFCEF;
}

hr {
padding: 0px;
color: #B1A9A9;
background-color: #000000;
height: 1px;
}
