/****************************************************/
/***MNP - 2007 (c) Gazelle ***/
/***modifications Gaëlle Nauche - v2 -2007***/

/****************************************************/
/*** Styles generaux qui s'appliquent à l'ensemble des documents Html... ***/
/** Parametres du fond de la page totale **/
/* La balise "body" */
body {
	margin: 0px;
	text-align: left;
	background: #F6FFDB url('bande.png') repeat-y;
	overflow: auto;
	font-family: "trebuchet MS", serif;
	}


		
/*** Le bloc "tete" qui englobe tous les elements de l'en-tete du site ***/
/** Le bloc "tete" lui meme **/
#tete {
	border-style: none;
	width: 100%;
	}



/** Parametres du bloc "bandeau" contenant l'image et le titre du site **/
/* Le bloc "bandeau" lui meme */
#bandeau {
	border:0px solid #999;
	}
	

/* Le titre et le descriptif du site */
.titre-mnp {
	padding: 0px;
	text-align: left;
	font-size: 33px;
	font-family: "monotype corsiva", "trebuchet MS", serif;
	Font-weight: bold;
	font-stretch: expander;
	z-index:1;
	position: absolute;
	margin-top: 3px;
	color: white;
	vertical-align: top;
	
}

.titre-mnp img{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	margin-top:18px;
	margin-left :10px;
}

.titre-mnp img:hover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: red;
}

.titre-mnp img:visited {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}
#tete #bandeau .titre-mnp img:link {
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

.descriptif {
	line-height: 1.2em;
	text-align: center;
	margin: 10px 120px 0px;
	padding: 0;
}



/** Parametres des menus de l'en-tete : Accueil, Plan, Contact et Redaction **/
/* Le bloc "menu" lui meme */
#tete #menu_tete {
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	height: 15px;
	width: 1049px;
	padding: 0px;
	clear: left;
	}
	
/* La liste des boutons */
#tete #menu_tete ul li {
	list-style: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	}

/* Chaque bouton */
#tete #menu_tete li {
	list-style: none;
	text-align: center;
	width: 130px;
	float: left;
	padding: 0px;
	height: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}
	
/** Parametres des liens des menus de l'en-tete **/
/* Liens simples */
#tete #menu_tete li a, #tete #menu_tete li a:visited, #tete #menu_tete li a:link {
	display: block;
	border-right-color: #999;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-color: #999;
	border-left-style: dotted;
	border-left-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	line-height: 125%;
	color : black;
}

/* Liens survoles */
#tete #menu_tete li a:hover {
	border-right-style: solid;
	border-left-style: solid;
	background-color: #000000;
	color : white;
}

/** Parametres du bandeau contenant la hierarchie des pages **/
/* Le bandeau lui meme */
#hierarchie {
	text-align: left;
	margin-left: 10px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 0px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 1235px;
	clear: left;
}

	/****************************************************/
/*** Le bloc "page" : cadre central***/
#page {
	width: 1245px;
	top: 20px;
	position: relative;
}

/****************************************************/
/*** Le bloc de navigation contenant les menus de navigation et des resumes ***/
/** Le bloc "navigation" lui meme **/

#navigation {
	width: 160px;
	height: 100%;
	margin-left: 5px;
	margin-right: 2%;
	margin-top: 15px;
	float: left;
	position: relative;
	color: white;
}

/***************Les menus hiérarchisés****************/
#menu {
	background: none;
}

#menu ul {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 3px 3px 3px 0px;
	list-style-type: none;
	text-align: center; 
	font-variant:small-caps;
}
#menu li {
	border: 1px solid #949596;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#menu li ul li {
	border: 1px none #949596;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#menu li:hover {
	list-style-type: none;
	background: #A5C2A1;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#menu li a, a:link {
	list-style-type: none;
	color: #000000;
  	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-variant:small-caps;
	}
	
#menu a:hover {
  	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	color : green;
	background: #A5C2A1;
	font-variant:small-caps;
}	

#menu a.current {
  	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	color : #fffca8;
	font-variant:small-caps;
}

#menu * li ul {
	margin-left: 0.1em;
 
}
#menu .menu_art  li {

	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top: 1px black dotted;
	background: grey;

}

#menu .menu_art  li a, a:link{
	list-style-type: none;
	margin-top: 2px;
	padding: 3px; 
	color: white;
	font-variant: normal;
	font-weight: normal;
	}
#menu .menu_art li:hover{
	color: red;
	background: black;
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin-top: 2px;
	padding: 3px; 
	}
#menu .menu_art li a:hover{
	color: red;
	background: black;
	font-variant: normal;
	list-style-type: none;
	font-weight: normal;
	margin-top: 2px;
	padding: 3px; 
	}


/** Parametres du champ de recherche des menus de navigation **/
/* Le champ de recherche lui meme */
#navigation .form_rech {
	margin: 1px 5px 15px 1px;
	padding: 0px;
	background-color: inherit;
}

/* Les liens simples du champ de recherche */
.form_rech a, .form_rech a:link {
	border-style: none;
}

/* Les liblelles du champ de recherche */
#navigation label {
	display: none;
}

/* Le formulaire du champ de recherche */
#navigation form {
	margin: 0px;
	padding: 0px;
}

/** Formatage general des blocs menus de la navigation **/
/* Les blocs "menu" eux memes */

.menu {
	border-color: none;
	border-width: 0px;
	border-style: solid;
	margin-bottom: 15px;
	text-align: center;
	padding: 4px;
	background-color: none;
}

/** Formatage general de l'affichage des listes **/
/* Les listes */
.menu ul {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 3px;
	list-style-type: none;
	text-align: left; 
	font-variant:small-caps; 
}

/* Les elements des listes */
.menu li {
border: 1px solid #949596;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Element de menu hors titre de rubrique */
.menu_item  {
	padding-top: 2px;
	padding-bottom: 0px;
	color: white;
}

#navigation .menu_item  a, #navigation  .menu_item  a:link {
	border: none;
	background-color: none;
	padding-top: 1px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#navigation .menu  .titre  {
font-weight: bold; 
background-color: #F31A04; 
color: white; 
}

/** Formatage general de la liste du bloc de navigation des rubriques **/
/* Formatage de la rubrique selectionnee */
.menu_selected {
	background-color: #eaeaec;
	font-weight: bold;
}

/* menu-item-0 à 6 : formatage des titres de chaque rubrique */
.menu_item_0 {
	font-size:120%;
	text-align:left;
	padding-left:5px;
	font-weight:800;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu_item_0 li {
color : grey;
list-style: none;
}



.menu_item_1 {
	font-size:86%;
	padding-left: 15px;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu_item_2 {
	font-size: 86%;
	padding-left: 30px;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu_item_3 {
	font-size: 82%;
	padding-left: 45px;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu_item_4 {
	font-size: 82%;
	padding-left: 60px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu_item_5 {
	font-size: 78%;
	padding-left: 75px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu_item_6 {
	font-size: 78%;
	padding-left: 90px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}
/** Le bloc menu de pied de navigation (logos Rss et Spip) **/
#pied {
	display: block;
	text-align: center; 
	background: none;
	border-top: 1px #999 solid;
	border-bottom : 1px #999 solid;
	margin-top:40px;
	margin-bottom: 20px;
	margin-left:15px;
	height:20px;
	width: 80%;
	clear: left;
	padding: 2px;
}
.pied {
	text-align: center; 
	padding: 8px;
	margin-top: 8px;
	border-top: 1px #999 solid;
	border-bottom : 1px #999 solid;
	margin-bottom: 0;
}

/****************************************************/
/*** Formatage particulier de certains elements des blocs ***/

/** Attention, ces formatages sont utilises dans les menus 
comme dans les contenus, toute modification peut entrainer
des affichages incoherents... **/

/* Certains elements des articles */
.menu_item_article {
	text-align:left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left:15px;
}	
	
.menu_item_article h3 a {
	font-weight : bold ;
	color: #333333;
}


/* Certains elements des breves */
.menu_item_breve {
	padding-left:5px;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;
	color : white;
}
.menu_item_breve a {
	color : grey;
}
/* Certains elements des forums */
.menu_item_forum {
	list-style: none;
	text-align:left;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left:15px;
}

/* Certains elements des breves */
.menu_item_articles {
	padding-left:5px;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;
	color : white;
}
.menu_item_articles a {
	color : white;
}

/* Formatage general des titres des menus et des blocs listes */
/* Titre de menu */
.menu_titre {
	color: #fffca8;
	font-weight: bold;
	font-size:120%;
	background-color: #615A52;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.menu_titre small {
	font-weight: lighter;
}

/* Formatage de la pagination lors des affichages des listes */
.menu_titre .on {
	font-weight: lighter;
	color: #fff;
	font-style: italic;
}

/* Formatage des liens des menus */
.menu_titre a {
	color: #fff;
	border-style: none;
}

.menu_titre a:hover {
	color: #444;
	border-style: none;
	background-color: inherit;
}
	

/****************************************************/
/*** Parametres du bloc "corps" contenant la navigation et les contenus ***/
/** Le bloc "corps" lui meme **/
#corps {
	width: 68%;
	padding: 10px;
	margin-top: 10px;
	position: relative;
	margin-left: 20px;
	float: left;
}
/****************************************************/

/*** Parametres du bloc "principal" contenant les contenus ***/
/** Le bloc "principal" lui meme **/
#principal {
	/*colonne principale*/
	width: 100%;
	padding: 0px;
	margin-left: 0px;
}

/** Le bloc generaux des differents contenus **/
/* Les blocs eux memes */

.contenu {
	border-color: #999;
	width: 100%;
	border-style: solid;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	text-align: center;
	padding: 0px;
	background-color: none;
	width: 95%;
}
.bloc {
	width: 100%;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
	text-align: center;
	padding-bottom: 20px;
	background-color: #feffef;
}

/* Les listes lors d'affichages en mode liste */
.bloc ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Les elements des listes lors d'affichages en mode liste */
.bloc li {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

/** Les logos des rubriques, articles, breves, etc. **/
/* Les liens simples des logos */
.pictos a, .pictos a:link {
	border-style: none;
	display: block;
	margin: 8px 8px 8px 4px;
	padding: 4px;
	line-height: 1.2em;
}

/* Les images des logos */
.pictos img {
	float: left;
	margin-right: 8px;
}

/****************************************************/
/*** Parametres du contenu des articles et breves ***/
/* Le bloc "article" lui meme */
.article {
	border: 1px none #999;
	padding: 15px;
	margin: 5px;
	background-color: #fff;
	text-align: left;
}

/* Surtitre des articles */
.surtitre {
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

/* Titre des articles */
.titre, .titre a {
	margin: 8px 0;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #B9B0A6;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
.titre, .titre h2{
	font-size: 150%;
	}

/* Logo des articles */
.logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* Soustitre des articles */
.soustitre {
	padding: 0px;
	line-height: 1.4em;
	font-weight: bolder;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Les iInfos des articles (date, auteur, etc.) */
.infos {
	padding: 0px;
	margin: 4px 0px;
	line-height: 1.6em;
}
.infos a { color: #333333;}

/* Intro des articles */
.intro {
	font-style: italic;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
	line-height: 1.2em;
}

/* Le texte des articles */
.texte {
	line-height: 1.3em;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.texte a {
	color: green;
	font-weight : bold;
}
/* Les images dans les texte des articles */
.texte img {
	padding: 0px;
	margin: 0px;
}

.texte .spip_documents {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* Les legendes des images des articles */
.texte .spip_doc_titre {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #444;
}

.texte .spip_doc_titre strong {
	font-weight: normal;
	font-style: italic;
}

/** Les images dans les texte des articles selon leur alignement **/
/* Les images centrees */
.texte .spip_documents_center {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Les images alignees a gauche */
.texte .spip_documents_left {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0px;
}

/* Les images alignees a droite */
.texte .spip_documents_right {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 20px;
}

/* Le post-scriptum des articles (les liens) */
.ps {
	text-align: left;
	
	line-height: 1.1em;
	font-style: italic;
	font-weight: bolder;
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Les notes de bas de page des articles */
.notes {
	text-align: left;

	line-height: 1.28em;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	border-top-style: dotted;
	border-top-color: #888;
	border-top-width: 1px;
	border-bottom-color: #888;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.notes p {
	margin: 0.5em 0px;
}

.notes_titre {
	font-weight: bolder;
	
}

/* La fin des articles */
.article_fin {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom-color: #eaeaec;
	border-bottom-style: solid;
	border-bottom-width: 8px;
}

/* Le lien de reponse des articles */
.repondre {
	line-height: 0.5em;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 2px;
	border-bottom-color: #b1cce0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin: 0;
}
.repondre a {
	color: #333333;
}
/** Divers formatages texte, tableaux, etc. **/
/* Les intertitres */
.article h3 {
	line-height: 1em;
	font-variant: small-caps;
	margin-top: 24px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom-color: #888;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.article h3 a, .article h3 a:link, .article h3 a:hover {
	border: none;
	display: block;
}

/* Les talbleaux */
.article table {
	text-align: center;

	line-height: 1.2em;
	margin: auto;
	margin-bottom: 15px;
	padding: 6px;
	border: 1px solid #999;
	border-spacing: 0px;
	background-color: #fafafc;
}

.article caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 4px;
	font-weight: bold; 
}

.article table tr.row_first { 
	color: #fff;
	background: #b8b8bf; 
}

.article table tr.row_odd { 
	background: #ffffff; 
}

.article table tr.row_even { 
	background: #eaeaec; 
}

.article table th, .article table td { 
	padding: 4px;
	vertical-align: middle; 
}

/* Liens dans les tableaux */
.article table tr a, .article table tr a:link { 
	padding: 0px 4px;
	border: 1px dotted #999;
	display: block;
	background: none; 
}

.article table tr a:hover { 
	border: 1px solid #999;
	color: #fff;
	background: #b8b8bf; 
}

.article table tr.row_first a { 
	color: #fff;
	background: #b8b8bf; 
}

.article table tr.row_first a:hover { 
	color: #444;
	background: #fff; 
}

/* Les codes et citations */
.article div code, .article blockquote { 

	line-height: 1.2em;
	border: 1px solid #999;
	margin: 0px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fafafc;
	display: block;
}

.article p code {
	padding: 2px 4px;
	background-color: #eaeaec;
	display: inline;
	border: none;
}

.article blockquote p {
	margin: 0px;
	padding: 0px;
}

/* Les filets de separation */
.article hr {
	margin: 20px 0px;
	padding: 0px;
	height: 8px;
	border: none;
	background-color: #eaeaec;
	/* noshade: noshade; */
	/* border: 1px dotted #888; */
}
/****************************************************/
/*** Parametres generaux de formatage des forums ***/
/** Liste des forums des articles et breves **/
ul.forum { 
	display: block; 
	clear: both; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
	font-size: 0.95em;
	line-height: 1.1em;
	text-align: left;
}

/* Le nombre des messages du forum */
.forum_decompte {
	text-align: center;
	font-size: 0.92em;
}

/* Chaque message du forum */
.forum_message { 
	background-color: #fcfcff;
	margin: 0px;
	padding: 0px;
}

/* Le contenu de chaque message du forum */
.forum_texte { 
	margin: 0px; 
	color: #444; 
	padding-right: 15px;
	padding-left: 15px;
}

/* Les textes de chaque message */
.forum_texte .texte {
	margin-top: 1em; 
	margin-bottom: 1em; 
}

.forum_chapo {
	margin: 0px; 
}

.forum_chapo .infos {
	padding-left: 15px;
}

/****************************************************/
/*** Parametres generaux de formatage des formulaires ***/
/* Formulaire general */
.formulaire {
	color: #444; 
	font-size: 0.95em;
	text-align: left;
	background-color: #fff; 
	border: 2px dotted #666; 
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

/* Formulaire de previsualisation */
.formulaire_previsu {
	color: #444; 
	font-size: 0.95em;
	text-align: left;
	background-color: #fff; 
	border: 2px dotted #666; 
	margin-bottom: 16px;
}

/* Formulaires des menus */
.formulaire_menu {
	border: none; 
	margin: 0px;
	background-color: #fff;
	padding: 0px;
}

.formulaire_menu div {
	margin: 0px;
	padding: 0px;
}

.formulaire_menu p {
	color: #444; 
	font-size: 0.78em;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.formulaire_menu h4 {
	display: block; 
	text-align: center;
	font-size: 0.88em;
	background-color: #eaeaec;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #444;
	margin-top: 2px;
	margin-bottom: 5px;
}

/* Formatage du champ de saisie de certains formulaires */
.forml {
	width: 100%; 
}
/**********************************************************************/

/***Mises en pages spécifiques au sommaire, plan...*********************/

/***************************Sommaire **************************************/


/**texte d'accueil**/
#page .bienvenue  {
	width: 653px;
	height: 430px;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 60px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	padding: 15px;
	float: left;
background: url('bienvenue.jpg') no-repeat ;
}

#page .bienvenue ul span {

	font-weight: bold;
	color: #B4570C;
	list-style: none;
}


.bienvenue ul span a, .bienvenue ul span a:link {
	color: #B4570C;
	text-decoration: none;
}
.bienvenue ul span a:hover {
	color: #B4570C;
	border: 1px solid black;
	padding: 2px;
	background: white;
}

.der-articles {
	background: none;
	width:260px;
	color: #444;
	float: left;
	width:260px;
}

.der-articles ul {
	list-style-type: none;
	text-align: center; 
	font-variant:small-caps;
}
.der-articles li {
	border: 1px solid #949596;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.der-articles li ul li {
	border: 1px none #949596;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.der-articles li:hover {
	list-style-type: none;
	background: #A5C2A1;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.der-articles li a, a:link {
	list-style-type: none;
	color: #000000;
  	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-variant:small-caps;
	}
	
.der-articles a:hover {
  	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	color : green;
	background: #A5C2A1;
	font-variant:small-caps;
}	


/********************************la page plan**************************************/
#plan {
	width: 1200px;
	}

#page-plan {
	width:500px;
	color: #444;
	
	margin-right: 30px;
	margin-left: 120px;
	margin-top: 30px;
	background-color: none;
	float: left;
}

/***les 4 photos affichées par hasard sur la page plan***/
#photos-plan1 {
	width : 160px;
	overflow: visible;
	margin-left: 15px;
	margin-top:10px;
	float: left;
}

#photos-plan2 {
	overflow: visible;
	margin-top:10px;
	width : 160px;
	float: left;
}

.sous-rub a {
	font-weight : bold;
	text-align: center;
	color : #083573;
	font-variant:small-caps;
	text-decoration: none;
	background-color: #FFFFFFF;
}
.sous-rub  {
padding-top : 6px;
}

.accueil {
	width: 70%; 
	border:3px solid #999;
	background-color: #feffef;
 	width: 400px;
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 20px 10px;
	}		
	
 .accueil ul {
	background-color: #637F7E;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	margin-top: -8px;
	font: 1.2em;
	font-weight: bolder;

	}
.accueil ul a:link {
	color: #FAF9B3;
	text-decoration: none;
	letter-spacing: 2px;
	font-variant:small-caps;
	}
	
.accueil ul a:hover {
	color: #05064C;
	letter-spacing: 1mm;
	border-bottom: 1px solid black;
	}	

.accueil ul :visited {
	color: #6C3E3C;
	text-decoration: none;
	font-variant:small-caps;
	}		

.list-article  {
	border: none;
	height: 100%;
	width: 95%;
	background-color: #GGGGGG;
	padding: 0px;
	margin-top: 0px;
	line-height: 20px;
	}	

.list-article a,.list-article a:link {
	font-weight: normal;

	font-variant: normal;
	color: #083573;
	height: 100%;
	margin-bottom: 15px;
	text-decoration: none;

	}
.list-article a:hover {
	text-decoration: none;
	font-style: italic;
	color: #286349;
	border-bottom: 1px solid black;
}
.list-article a:visited {
	text-decoration: none;
	color: #6C3E3C;
}

.image a, a:link, a:hover {
color : #286349;
text-align: left;
}
.image li {
float: left;
}
/********La page de sommaire (accueil)***********/



#entree{
	margin-left: 50px;
	margin-top: 16px;
	color: black;
}

.entrez{
	Font: 1.15em bold center;
	color: white;
	Margin-left: 20px;
}




/*****************Le Forum*****************************/

.list-forum  li{
text-align: justify;

line-height: 2em;
text-align: justify;
}

.list-forum  li{
padding-left: 3em;
font-weight: normal;
}

.detail {
text-align: justify;

font-style: italic;
color: grey;
text-indent: -2em;
}


/***************************Parametres generaux des liens ***********************/


/****************************************************/
/*** Parametres generaux de l'affichage des chemins d'acces ***/
/* Formatage du contenu des hierarchies */
.chemin {

	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

/* Formatage liens simples des hierarchies */
.chemin a, .chemin a:link {
	text-decoration: none;
	color: #444;
	border-style: none;
}

/* Formatage liens survoles des hierarchies */
.chemin a:hover {
	color: #000;
	background-color: #eaeaec;
}
/* Liens sur les images */
/* Pour supprimer l'affichage d'un cadre noir autour
des images comportant un lien sous Firefox */

img {
	text-decoration: none;
	border-style: none;
}

/** Parametres generaux des liens **/
/* Liens simples */
 a {
	text-decoration: none;
	border-bottom-width: 1px;
}

/* Liens simples (syntaxe alternative) */
a:link {
	text-decoration: none;
	border-bottom-color: #888;
	border-bottom-width: 1px;
}

/* Liens visites */
 a:visited {
	text-decoration: none;
	border-bottom-style: ;
	border-bottom-color: #888;
	border-bottom-width: 1px;
	color : #610802;
}

/* Liens survoles */
 a:hover {
	text-decoration: none;
	border-bottom-color: #444;
	border-bottom-width: 1px;
	border-bottom-style: ;
}

h2{
font-size: 1.5em;
}

/****************************************************/
/* Formatage du calendrier */
.mgs_menu_cal {
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: center;
	padding: 0px;
	margin: 5px;
	float: left;
	
}

.mgs_menu_cal a, .mgs_menu_cal a:link {
	background-color: #f3f3f6;
}

.mgs_menu_cal a:hover {
	background-color: #eaeaec;
	/*border-bottom: 1px solid #d6d6d6;*/
}

.mgs_menu_cal a:active {
	background-color: #b0b0b8;
}

li.cal_sstitre {
	padding: 2px 0px;
	margin: 2px 5px;
	color: #222;
	border-bottom: 1px solid #d6d6d6;
}

.mgs_menu_cal table {
	color: #222;
	text-align: center;
	border-spacing: 2px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.mgs_menu_cal table td {
	text-align: center;
	border-spacing: 2px;
	padding: 0px;
	margin: 0px;
}

.mgs_menu_cal table a  {
	/* color: #48484b; */
	font-weight: bold;
	display: block;
	text-align: center;
	/*background-color: #f3f3f6;*/
}

.mgs_menu_cal table td.cal_sel {
	border: 1px solid ;
}

.mgs_menu_cal table tr.cal_titre {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	border-spacing: 0px;
	background-color: #eaeaec;
}

p.cal_now {
	padding: 0px;	
	margin: 0px;
}

.cal_now a {
	font-size: 1.0em;
	padding: 4px 2px;	
	background-color: #eaeaec;
	display: block;
}

.cal_now a:active {
	background-color: #b0b0b8;
}



