
/* Styles generaux qui s'appliquent à l'ensemble des documents Html... */

/* Fond de la page */
body {
	background-color: #E9DFDF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/* Parametres generaux des titres */
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Parametres generaux des liens */
a {
	text-decoration: none;
	color: #1A2C6E;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #1A2C6E;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* Pour supprimer l'affichage d'un cadre noir autour
des images comportant un lien sous Firefox */
a img {
	text-decoration: none;
	border: none;
}


table {
	border: 1px solid black;
}

th {
	border-bottom: 1px solid black;
}

.contact table {
	border: none;
}

.contact th {
	border-bottom: none
}

/* Le bloc "page" qui englobe tout le site */
#mgs_page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	background-color: #FAFAFC;
	border: 1px solid #732422;
}

/* Le bloc "tete" qui englobe tous les elements de l'en-tete du site */
#mgs_tete {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color: #fafafc;
}

/* Parametres des liens dans l'en-tete */
#mgs_tete a {
	text-decoration: none;
	color: #444;
}

#mgs_tete a:hover {
	color: #000;
	background-color: #eaeaec;
}

/* Le bloc "bandeau" contenant l'image et le titre du site */
#mgs_bandeau {
	color: white;
	background-repeat: no-repeat;
	background-image: url(Fond1Bandeau.png);
}

#mgs_bandeau_logo {
/* 	height: 120px; */
}

#mgs_bandeau_logo_logo {
	float: left;
	margin: 5px;
}

#mgs_bandeau_logo_texte {
	color: #391668;
	text-align: right;
	padding-top: 40px;
	padding-right: 10px;
	font-size: 0.8em;
}

#mgs_bandeau_lien {
	color: white;
	text-align: right;
	background-color: #5D0E0E;
	clear: left;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#mgs_bandeau_lien a {
	color: white;
	font-size: 0.80em;
	text-align: right;
}

#mgs_bandeau_illustration {
}

/* Le titre du site */
#mgs_bandeau h1 {
/* 	height: 99px; */
	margin: 0px;
	padding: 0px;
}

/* Parametres des menus de l'en-tete, a savoir :
Accueil, Plan, Contact et Redaction */
#mgs_menu_tete {
	font-size: 0.95em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/* Parametres des liens dans les menus de l'en-tete */
#mgs_menu_tete a {
	display: block;
	padding: 0px;
	margin: 0px;
	color: white;
	text-decoration: none;
}

#mgs_menu_tete a:hover {
	background-color: #fff;
}

#mgs_menu_tete .mgs_form_rech {
	margin: 1px 5px;
	padding: 0px;
	background-color: inherit;
}

/* Parametres du champ de recherche dans l'en-tete */
#mgs_menu_tete .mgs_form_rech a {
	border-style: none;
	text-decoration: none;
}

#mgs_menu_tete label {
	display: none;
}

#mgs_menu_tete form {
	margin: 0px;
	padding: 0px;
}

/* Parametres du bandeau contenant la hierarchie des pages */
#mgs_hierarchie {
	font-size: 0.75em;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-color: #391668;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}

/* Le bloc "corps" pour l'ensemble de la navigation et des contenus */
#mgs_corps {
	width: 900px;
	padding: 10px;
	margin-top: 10px;
}

/* Le bloc "principal" pour l'ensemble des contenus */
#mgs_principal {
	/*colonne principale*/
	padding: 0px;
	margin-left: 240px;
}

/* Formulaire de prise de contact */

.mgs_contact {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	font-size: 1.1em;
}

.mgs_contact table{
	border: none;
}

.mgs_contact th{
	border: none;
}

.mgs_contact td{
	text-align: left;
	vertical-align: top;
}

/* Le bloc des articles avc paramettrage du contenu */
.mgs_mentions {	
	text-align: justify;
	font-size: 1.1em;
}

.mgs_article {
/* 	border: 1px none #999; */
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FAFAFC;
	text-align: left;
	color: #000000;
	padding-bottom: 20px;
	font-size: 1.1em;
}

.mgs_article_titre {
	color: #1A2C6E;
	background-color: #FAFAFC;
	font-weight: bold;
	font-size: 0.8em;
}


.mgs_article_titre a{
	color: #1A2C6E;
	background-color: #FAFAFC;
	font-weight: bold;
	font-size: 0.8em;
}

.mgs_article_desc {
	background-color: #FAFAFC;
	font-size: 0.7em;
	text-align: justify;
	padding: 3px;
}

/* Surtitre des articles */
.mgs_surtitre {
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

/* Titre des articles */
.mgs_titre {
	line-height: 1.2em;
	background-color: #5D0E0E;
	padding-bottom: 4px;
	text-align: left;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	padding-right: 0px;
}

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

/* Soustitre des articles */
.mgs_soustitre {
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
	font-weight: bolder;
}

/* Infos des articles (date, auteur, etc.) */
.mgs_infos {
	font-size: 0.69em;
	padding: 0px;
	margin: 4px 0px;
	line-height: 1.6em;
}

/* Intro des articles */
.mgs_intro {
	font-size: 0.79em;
	font-style: italic;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
	line-height: 1em;
	color: #5d0e0e;
	text-align: justify;
}

/* Le texte des articles */
.mgs_texte {
	font-size: 0.75em;
	line-height: 1em;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-right: 15px;
	padding-left: 15px;
}


.mgs_texte p.spip span.spip_documents_center img {
	padding: 0px;
	margin-left: 45px;
}



/* Les images dans les texte des articles */
/*.mgs_texte img {
	padding: 0px;
	margin: 0px;
}*/

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

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

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

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

.mgs_texte .spip_documents_left {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0px;
}

.mgs_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) */
.mgs_ps {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: bolder;
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Les notes de bas de page des articles */
.mgs_notes {
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 4px;
	border-top-style: dotted;
	border-top-color: #888;
	border-top-width: 1px;
	margin-bottom: 4px;
}

/* La fin des articles */
.mgs_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 */
.mgs_repondre {
	font-size: 0.95em;
	line-height: 1.1em;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 4px;
	border-bottom-color: #eaeaec;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	margin: 0;
}

/* Les styles pour les presentations en liste */

/* Paramettrage des hierarchies */
.mgs_chemin {
	font-size: 0.75em;
	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;	
}

.mgs_chemin a {
	text-decoration: none;
	color: #444;
	border-style: none;
}

.mgs_chemin a:hover {
	color: #000;
	background-color: #eaeaec;
}

/* Le bloc de navigation */
#mgs_navigation {
/* 	margin: 0px; */
	float:left;
	width: 228px;
/* 	top: 190px; */
}

/* Le pied de navigation (logos Rss et Spip) */
.mgs_pied {
	text-align: center; 
	padding: 8px;
	margin-top: 8px;
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 0;
}

/* Formatage des menus pour la navigation */
/* Ce bloc est utilise dans toutes les pages du site 
et pas uniquement pour la navigation, toute modification 
peut entrainer des variations imprevisibles sur certaines pages*/
.mgs_menu {
/* 	border: 1px solid #5D0E0E; */
	margin-bottom: 15px;
	text-align: center;
	padding: 5px;
	background-color: #FAFAFC;
	font-size:1em;
}

/* Formatage de l'affichage en liste */
.mgs_menu_item_article {
	font-size:100%;
	text-align:left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left:15px;
}

.mgs_menu_item_breve {
	font-size:66%;
	padding-left:5px;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mgs_menu_item_forum {
	font-size: 0.95em;
	list-style: none;
	text-align:left;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left:15px;
}

/* Formatage general des menus de navigation */
.mgs_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.mgs_menu li {
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Titre de menu */
.mgs_menu_titre {
	font-weight: bold;
	font-size:105%;
/* 	background-color: #5D0E0E; */
/* 	background-repeat: no-repeat; */
/* 	background-image: url(Fond1Bandeau.png); */
/*	padding-top: 1px;
	padding-bottom: 1px;*/
	color: white;
	-moz-border-radius: 1em;
}

.mgs_menu_titre_bleu {
	font-weight: bold;
	font-size:105%;	
	background-color: #1A2C6E;
	color: white;
	-moz-border-radius: 1em;
}

.mgs_menu_titre_jaune {
	font-weight: bold;
	font-size:105%;	
	background-color: #fd9e10;
	color: white;
	-moz-border-radius: 1em;
	text-align: center;
}

.mgs_menu_titre_jaune a{
	color: white;
}

.mgs_menu_stitre_jaune {
	font-weight: bold;
	font-size:100%;	
	background-color: #fd9e10;
	color: white;
	-moz-border-radius: 1em;
}

.mgs_menu_stitre_marron {
	font-weight: bold;
	font-size:105%;	
	background-color: #5d0e0e;
	color: white;
	-moz-border-radius: 1em;
}

.mgs_menu_artrub_marron {
	font-size:90%;
	color: #5d0e0e;
}

.mgs_menu_titre small {
	font-weight: lighter;
}


.mgs_plan {
	text-align: justify;
	margin: 50px;
}

.mgs_plan_titre_rub {
	font-size:120%;
	border: 1px solid #5D0E0E;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #E9DFDF;
	-moz-border-radius: 1em;
	color: #5D0E0E;
}

.mgs_plan_titre_rub a{
	color: #5D0E0E;
}

.mgs_plan_titre_art {
	font-size:110%;
	padding-left: 20px;
	font-weight: italic;
}

.mgs_plan_titre_srub {
	font-size:110%;
	padding-left: 20px;
}

.mgs_plan_titre_sart {
	font-size:110%;
	padding-left: 20px;
	font-weight: italic;
}

.mgs_plan_srub {
	margin-left: 20px;
	margin-bottom: 15px;
}

/* Formatage de la pagination */
.mgs_menu_titre .on {
	font-weight: lighter;
	color: white;
	font-style: italic;
}

/* Formatage des liens des menus */
.mgs_menu_titre a {
	color: white;
	border-style: none;
	text-decoration: none;
}

.mgs_menu_titre a:hover {
	color: #444;
	border-style: none;
/* 	background-color: inherit; */
	text-decoration: none;
}

/* Element de menu hors titre de rubrique */
.mgs_menu_item {
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 0px;
}

/* Formatage de la rubrique selectionnee */
.mgs_menu_selected {
	background-color: #eaeaec;
	font-weight: bold;
	margin-left: 2px;
/* 	border: 1px solid #8275A0; */
	border-right: 5px solid #8275A0;
}

/* menu-item-0 à 6 : formatage des titres de rubrique */
.mgs_menu_item_0 {
	font-size:80%;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mgs_menu_item_0 a{
	font-weight:bold;
	font-size:115%;
}

.mgs_menu_item_1 {
	font-size:70%;
	padding-left: 20px;
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mgs_menu_item_1 a{
	color: black;
}

.mgs_menu_item_2 {
	font-size: 68%;
	padding-left: 40px;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;
}

.mgs_menu_item_2 a{
	color: black;
}

.mgs_menu_item_3 {
	font-size: 66%;
	padding-left: 55px;
	text-align:left;
	padding-top: 1px;
	padding-bottom: 1px;
}

.mgs_menu_item_3 a{
	color: black;
}

.mgs_menu_item_4 {
	font-size: 70%;
	padding-left: 70px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.mgs_menu_item_5 {
	font-size: 65%;
	padding-left: 85px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

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

/* Formatage 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;
}

.mgs_forum_decompte {
	text-align: center;
	font-size: 0.92em;
}

.mgs_forum_message { 
	background-color: #fcfcff;
	margin: 0px;
	padding: 0px;
}

.mgs_forum_fil { 
	list-style: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 15px;
}

.mgs_forum_fil ul { 
	display: block; 
	margin: 0px; 
	padding: 0px; 
	margin-left: 10px; 
}

.mgs_forum_texte { 
	margin: 0px; 
	color: #444; 
	padding-right: 15px;
	padding-left: 15px;
}

.mgs_forum_chapo .mgs_infos {
	padding-left: 15px;
}

/* Formatage des differents formulaires */
.mgs_formulaire {
	color: #444; 
	font-size: 0.95em;
	text-align: left;
	background-color: white; 
	border: 1px solid #666; 
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.mgs_formulaire_previsu {
	color: #444; 
	font-size: 0.95em;
	text-align: left;
	background-color: white; 
	border: 2px dotted #666; 
	margin-bottom: 16px;
}

.mgs_formulaire_menu {
	border: none; 
	margin: 0px;
	background-color: white;
	padding: 0px;
}

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

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

.mgs_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;
}

.mgs_forml {
	/*zones de saisie de la page forum*/
	width: 100%; 
}

