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

img { border:0; }

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte { }
.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 #a0a0a0;
	margin: 5px; /* MVBM */
	margin-bottom: 16px;
}
.menu ul {
	/* MVBM */
	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-bottom: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}

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

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

.rubriques 		{ background-color: #eaffea; text-align:center; }
.rubriques .menu-titre	{ background-color: #f2fff2; }

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

/* MVBM */
.divers 		{ background-color: #eaeaff; padding-bottom: 1px; }
.divers .menu-titre	{ background-color: #f2f2ff; text-align:center; }

/* MVBM */
.forums 		{ background-color: #e8f8f8; padding-bottom: 1px; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }


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

.contenu {
	margin: 15px;
}
.contenu .texte {
	margin-right: 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.5em 0.1em 0.5em 2em;
	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: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}


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

#principal {
	position: absolute;
	left: 173px;
	top: 160px;
width: 800px;	/* MB : pour un �cran 1024x768 */
	margin: 0;
	padding: 0;
}

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

#navigation {
	position: absolute;
	background-color: #ffffb0;
	border-right: 3px solid #bab707;
	border-bottom: 3px solid #bab707;
	left: 0;
	top: 0;
	width: 165px;
	padding: 0;
	margin: 0;
}

.encart {
	float: right;
	width: 13em;
	margin-left: 4%;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 0;
}

.cartouche {
	padding-top: 0.5em;
	border-top: 2px solid #404040;
	margin: 0;
margin-top: 0.5em;
}

.cartouche .spip_logos {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0.8em;
	border:0;
}


/*
 * 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: #ffffe0; /* MVBM */
	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 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: 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;
	width: 155px; /* MVBM */
	margin: 2px;
	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: #f6f6f6;
	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;
}


/* A partir de ce point, tout est sp�cifique au squelette MVBM */

/* Partie bandeau du logo */
#bandeau {
	position: absolute;
	top: 0px;
	left: 165px; /* MB: il faut l'adapter en fonction du Navigateur !!!!!! */
	width: 805px;	/* MB : pour un �cran 1024x768 */
/*	height: 151px;  */
	background-color: #ffffb0;
	border-right: 3px solid #bab707;
	border-bottom: 3px solid #bab707;
	margin: 0px;
	padding: 0px;
}

.imgBandeau {
margin: 3px 0 0 0 ;
}

/* Page d'accueil - 2nde et 3eme colonnes */
#second {
	position: absolute;
	width: 805px;
	left: 180px; /* MB: largeur colonne navigation (165) + 15 */
	top: 165px; /* MB: hauteur bandeau (151) + 14 */
	margin: 0px;
	padding: 0px;
}

#logo {
text-align:center;
}

/* Partie texte du logo */
#info {
	font-size: 9px;	
}

#logo img {
margin-top: 3px;
}

/* Copyright */
.cve {
	font-size: 50%;
	text-align:center;
	margin: 2px;
}

/* Boutons recalcul etc. */
.spip-admin {
	position: fixed;
	top: 0px;
	left: 90px;
	z-index: 100;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}

/* paginer */
.page {
	text-align: center;
	margin: 1em;
	border: 1px solid #a0a0a0;
	padding: 0.5em;
}

.reponse {
	text-align: right;
	margin-right: 1em;
	font-size: 90%
}

.reponse a, .reponse a:link {
	color: #cc4f4f;
}

/*
 * L'agenda
 */
 
table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 8px;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

table.agenda a:hover {
	color: #ff3300;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

th.agendaNav {
	background-color: #cc4f4f;
	font-size: 14px;
}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.agendaHead {
	color: #ffffff;
	background-color: #cc4f4f;
}

.agendaThisDay {
	background-color: #ffffb0;
	border: 2px solid #bab707;
}

.agendaThisMonth {
	background-color: #ffffe0;
}

.agendaNotThisMonth { background: #ffeaea; }

ul.agendaThemes {
	list-style: none;	
	margin: 0 0 0 20;
	padding: 0;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

/*
 * Le menu de navigation Javascript
 */

.clCMAbs {
	position:absolute;
	visibility:hidden;
	left:0; top:0;
}

.clBar {
	position:absolute;
	width:10;
	height:10;
	background-color:#FFF;
	visibility:hidden
}

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	position:absolute;
	padding:5px;
	font-family:arial,comic sans ms,helvetica;
	font-size:12px;
	font-weight:bold;
}

.clLevel0 {
	background-color:#cc4f4f;
	color:#fff;
}

.clLevel0over {
	background-color:#ffffb0;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border {
	position:absolute;
	visibility:hidden;
	background-color:black;
}

/* Le contenant du menu de navigation */
#menukang {
	background-color: #ffffb0;
	font-size: 9px;
	text-align:center;
	padding-bottom: 190px; /* Marqueur pour mvbm_conf.php - ne pas effacer */
}

#album-vignettes {
	float: left;
	width: 200px;
}

#album-photo {
	float: right;
	width: 400px;
}

.album-pagination {
	margin: 10px 0px;
	font-size: 11pt;
	text-align: center;
}

.album-pagination a {
	color: #ff6519;
}


.separateur {
	clear: both;
}

/**
* Affichage des Arbitres, Correspondants et DAFFE/DEFFE
*/
#mb_divers {
    position: absolute;
	left: 180px;
	top: 151px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 1.5em;
}

.mb_divers {
	margin: 0px;
}

table.mb_divers, table.mb_divers tr, table.mb_divers th, table.mb_divers td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}



th.mb_ligne_champs {
	background-color: #cc4f4f;
	font-size: 14px;
}

th.mb_ligne_champs a, th.mb_ligne_champs a:link, th.mb_ligne_champs a:visited, th.mb_ligne_champs a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

th.mb_ligne_champs a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}



/**
* Affichage du site par articles et auteurs
*/
#mb_le_site {
    position: absolute;
	left: 180px;
	top: 151px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 1.5em;
}

.mb_le_site {
	margin: 0px;
}

table.mb_le_site, table.mb_le_site tr, table.mb_le_site th, table.mb_le_site td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

/**
* Affichage des diagrammes
*/
div#diagrammes {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	
}

div#diagrammes table {
text-align: center;
padding:0;
margin:0;
}

div#diagrammes tr {

}


div#diagrammes td {

}


div#diagrammes h2 {
padding:0;
margin:0;
line-height:normal;
font-size: 20px;
color:red;
}

div#diagrammes p {
padding:2px;
margin:0 20px;
line-height:normal;
border:1px solid gray;
color:gray;
	font-size: 12px;

}


/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 1.2em;
	font-size: 0.77em;
}

a {
text-decoration: none;
color: #505050;
}

a:hover {
text-decoration: none;
color: #303030;
background: #e8e8e8;
}





.structure {
	display: none;
}

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #FFD; margin: 10px; } /* MVBM */*/


a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
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; }

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

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
	color: #a02020;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

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

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

h3.spip { color: #bab707; font-weight: bold; }

/* Tableaux */
table.spip {
	/* margin: auto;*/
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }


