/****************************************************/
/** Parametres du fond de la page totale **/
/* La balise "body" */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
}

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

/** Parametres generaux des liens **/
/* Liens simples */
a {
	text-decoration: none;
	color: #666;
	border-bottom-style: none;
}

/* Liens simples (syntaxe alternative) */
a:link {
	text-decoration: none;
	color: #666;
	border-bottom-style: none;
}

/* Liens visites */
a:visited {
	text-decoration: none;
	color: #666;
	border-bottom-style: none;
}

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

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

#bloc_nom {
    position: relative;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
    margin-right: 20px;
    top: 630px;
    width: 100%;
	background-color: #F00;
}

/****************************************************/
/*** Le bloc "page" qui englobe tout le site ***/
#mgs_page {
	width: 100%;
	color: #000;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}

.logo_bas {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 47px;
    width: 47px;
}

.texte_bas {
    font-size: 0.80em;
	font-weight: bold;
    text-align: right;
    position: absolute;
    padding: 2px;
    right: 20px;
    bottom: 20px;
    height: 1em;
    width: 150px;
    background-color: #FFF;
}

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

/** Parametres des liens dans l'en-tete **/
/* Liens simples */
#mgs_tete a, #mgs_tete a:link {
	text-decoration: none;
	color: #444;
	border-style: none;
}

/* Liens survoles */
#mgs_tete a:hover {
	color: #000;
	text-decoration: underline;
	
}

/** Parametres du bloc "bandeau" contenant l'image et le titre du site **/
/* Le bloc "bandeau" lui meme */
#mgs_bandeau {
	text-align:center;
	height: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Le titre et le descriptif du site */
#mgs_bandeau h1 {
	margin: 0px 120px;
	padding: 0px;
}

.mgs_descriptif {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0;
}

/** Parametres des menus **/
/* Le bloc "menu" lui meme */
.mgs_menu_tete {
	font-size: 0.95em;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

/* La liste des boutons */
#mgs_menu_tete ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* Chaque bouton */
#mgs_menu_tete li {
	list-style: none;
	text-align: center;
	width: 120px;
	padding: 0px;
	height: 60px;
	margin: 0px;
}

/** Parametres des liens des menus de l'en-tete **/
/* Liens simples */
#mgs_menu_tete li a, #mgs_menu_tete li a:link {
	display: block;
	height: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

/* Liens survoles */
#mgs_menu_tete li a:hover {
	background-color: #FFF;
}

/** Parametres du champ de recherche des menus de l'en-tete **/
/* Le champ de recherche lui meme */
#mgs_menu_tete .mgs_form_rech {
	clear: none; 
	float: right;
	width: 220px;
	margin: 3px 2px;
	padding: 0px;
	background-color: inherit;
}

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

/* Les libelles du champ de recherche */
#mgs_menu_tete label {
	display: none;
}

/* Le formulaire du champ de recherche */
#mgs_menu_tete form {
	width: 220px;
	margin: 3px;
	padding: 3px;
}

/** Parametres du bandeau contenant la hierarchie des pages **/
/* Le bandeau lui meme */
#hierarchie {
	font-size: 0.95em;
	font-weight: bold;
    text-align: left;
	margin: 0px 0px 7px 0px;
	width: 100%;
	padding-left: 0px;
    padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	background: url(trait_vert.jpg) repeat;
}

#hierarchie_txt {
	font-size: 0.95em;
	font-weight: bold;
    text-align: left;
    width: 450px;
	padding-left: 50px;
	background-color: transparent;
}

#vue_rapide, vue_rapide a, vue_rapide a:link, vue_rapide a:hover {
	display: block;
	border-style: none;
    position:absolute;
    left: 50%; 
    width: 96px;
    height: 66px;
    margin-top: 0px;
    margin-left: -33px;
	top: 5px;
    padding: 1px;
	background: url(course2.gif) no-repeat;
}

/** article **/
#article {
    display: block;
    position: relative;
    float: left;
    width: 15px;
    height: 60px;
    padding: 10px;
    background-color: transparent;
}

#logo_article {
    width: 60px;
    float: right;
    height: 60px;
}

#article_illust {
	font-size: 1em;
	font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    float: left;
    background-color: #5F5;
}
#logo_article_illust {
    text-align: center;
    width: 100px;
    float: left;
    height: 100px;
    padding: 5px;
}

/** rubrique **/
#rubrique1 {
    height: 65px;
	position: relative;
    clear: left;
    margin-left: -10px;
    background-color: #F0F;
    background: url(trait_rouge.jpg) repeat-x;
    background-position: 80px 38px;
}

#rubrique2 {
    height: 50px;
	position: relative;
	clear: left;
    padding-top: 14px;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: -10px;
    background-color: #F0F;
    background: url(trait_bleu.jpg) repeat-x;
    background-position: 0px 41px;
}

#rubrique3 {
    position: relative;
    height: 50px;
    clear: both;
    margin-left: -10px;
    background-color: #F0F;
    background: url(trait_jaune.jpg) repeat-x;
    background-position: 80px 23px;
}

#logo_rubrique {
    width: 120px;
    float: left;
    height: 55px;
    margin-top: 5px;
    margin-left: -10px;
    border-bottom-style: none;
    background-color: #FF5;
}

#logo_rubrique a, #logo_rubrique a:link, #logo_rubrique a:hover {
    border-bottom-style: none;
}

#logo_rubrique3 {
    width: 120px;
    float: left;
    height: 45px;
    margin-top: 18px;
    margin-left: -10px;
}

#logo_rubrique3 a, #logo_rubrique3 a:link, #logo_rubrique3 a:hover {
    border-bottom-style: none;
}

#titre_rubrique1 {
	display: block;
	border-bottom-style: none;
    float: right;
    width: 320px;
    height: 45px;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #5FF;
    background: url(palette_sml.jpg) no-repeat;
    background-position: 130px 5px;
}

#titre_rubrique2 {
	display: block;
	border-bottom-style: none;
    float: right;
    width: 320px;
    height: 45px;
    padding-top: 0px;
    background-color: #5FF;
    background: url(moi_sml.jpg) no-repeat;
    background-position: 155px -2px;
}

#titre_rubrique3 {
	display: block;
	border-bottom-style: none;
    float: right;
    width: 320px;
    height: 40px;
    padding-top: 15px;
    background-color: #5FF;
    background: url(contact_sml.jpg) no-repeat;
    background-position: 130px -10px;
}

#texte_rubrique {
	font-size: .95em;
	font-weight: bold;
    text-align: center;
    clear: left;
    float: left;
    padding: 0px;
    margin-left: 0px;
}

#texte_galerie {
	font-size: .95em;
	font-weight: bold;
    text-align: center;
    clear: left;
    padding: 1px;
    margin: 1px;
}

#texte_rubrique23 {
    background-color: transparent;
    position: relative;
    font-size: .9em;
    font-weight: lighter;
    line-height: 1.5em;
    letter-spacing: 0.05ex;
    clear: left;
    border-bottom-style: none;
    padding: 7px 5px 5px 5px;
    left: 0px;
    margin: 0px;
}

#les_dernieres_rubrique {
	color: #888;
	font-size: .95em;
	font-weight: bold;
    text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #BBB;
    position: absolute;
    left: 320px;
    top: 120px;
    padding: 8px;
    margin: 8px;
    background-color: #FFF;
}

#les_derniers_articles {
	color: #B11;
	font-size: .95em;
	font-weight: bold;
    text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #D44;
    position: absolute;
    left: 320px;
    top: 120px;
    padding: 8px;
    margin: 8px;
    background-color: #FFF;
}

/* Chaque image + texte */
#illust_dernrub {
	font-size: .95em;
	font-weight: bold;
    text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
    float: left;
    height: 225px;
    width: 194px;
    padding: 5px;
    margin: 5px;
    background-color: #FFF;
}

/* Chaque image + texte */
#illust_dern_pal {
	font-size: .95em;
	font-weight: bold;
    text-align: center;
    color: #B11;
    float: left;
    height: 225px;
    width: 194px;
    padding: 5px;
    margin: 5px;
    background-color: #FFF;
}

/* juste l'image*/
#img_dernrub, #img_dernrub a, #img_dernrub a:link, #img_dernrub a:hover  {
	border-bottom-style: none;
    height: 190px;
    width: 190px;
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}

/** sous rubrique **/
#sous_rubrique{
	border-bottom-style: none;
    clear: left;
    width: 315px;
    height: 360px;
    padding: 0px;
    margin-left: -8px;
    float: left;
    text-align:left;
    background: url(papier2.jpg) no-repeat;
    background-position: -12px -4px;
}

#titre_sous_rubrique, titre_sous_rubrique a, titre_sous_rubrique a:link {
	color: ;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: transparent;
	font-size: 1.15em;
	line-height: 63px;
    text-align: left;
    margin-left: 0px;
    padding: 0px;
    float: left;
    width: 155px;
    height: 66px;
}

#titre_sous_rubrique a:hover {
	display: block;
	border-bottom-width: 2px;
	border-bottom-color: #D44;
	/* color: #D44; */
    height: 64px;
}

#logo_sous_rubrique, logo_sous_rubrique a, logo_sous_rubrique a:link {
color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: transparent;
    margin-top: 4px;
    margin-left: -10px;
    padding: 0px;
    float: left;
    width: 135px;
    height: 62px;
}

#logo_sous_rubrique a:hover {
	border-bottom-width: 2px;
	border-bottom-color: #D44;
    height: 60px;
}

/*** Parametres generaux de l'affichage des chemins d'acces ***/
/* Formatage du contenu 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;
}

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

/* Formatage liens survoles des hierarchies */
.mgs_chemin a:hover {
	color: #000;
	background-color: #bad8ff;
}

/*** Parametres du bloc "corps" contenant la navigation et les contenus ***/
/** Le bloc "corps" lui meme **/
#mgs_corps {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#contenant_article {
	float: left;
	border-width: 2px;
	border-style: solid;
	border-color: #BBB;
	height: 425px;
    width: 640px;
    padding: 8px;
    margin: 0px;
    background-color: #FFF;
}

#precedent {
	float: left;
	border-bottom-style: none;
    text-align: center;
	font-size: 0.75em;
    height: 180px;
    width: 110px;
	padding: 230px 2px 2px 2px;
    margin: 0px;
    background: url(fleche_gauche.jpg) no-repeat;
    background-position: 0px 150px;
}

#contenu_article {
	float: left;
    text-align: center;
	border-bottom-style: none;
    height: 400px;
    width: 400px;
    padding: 2px;
    margin: 0px;
}

#suivant {
	float: left;
	border-bottom-style: none;
    text-align: center;
	font-size: 0.75em;
    height: 180px;
    width: 110px;
	padding: 230px 2px 2px 2px;
    margin: 0px;
    background: url(fleche_droite.jpg) no-repeat;
    background-position: 0px 150px;
}

#fin {
	float: left;
	border-bottom-style: none;
    text-align: center;
    height: 410px;
    width: 110px;
	padding: 2px 2px 2px 2px;
    margin: 0px;
}


/****************************************************/
/*** Le bloc de navigation contenant les menus de navigation et des resumes ***/
/** Le bloc "bienvenue" lui meme **/
#mgs_navigation {
	width: 380px;
	margin: 0px;
	float: left;
	top: 190px;
}

.demi_gauche {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 390px;
	height: 195px;
	top: 200px;
	margin: 0px;
	background-color: inherit;
}

.mgs_demi_texte {
	font-size: 0.90em;
	color: #555;
	background-color: #92b7e8;
	padding: 0px;
	margin: 0px;
}

.demi_droite {
	display: block;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 390px;
	height: 195px;
	margin: 0px;
	background-color: inherit;
}

/** Le bloc menu de pied de navigation (logos Rss et Spip) **/
.mgs_pied {
	text-align: center; 
}

/** Formatage general des blocs menus de la navigation **/
/* Les blocs "menu" eux memes */
.mgs_menu {
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	background-color: #fff;
}

/** Formatage general de l'affichage des listes **/
/* Les listes */
.mgs_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Les elements des listes */
.mgs_menu li {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* menu rubrique 2 */
#menu_moi {
display: block;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 50px;
	height: 195px;
}

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

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

/****************************************************/
/*** 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 */
.mgs_menu_item_article {
	font-size:100%;
	text-align:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

/* Certains elements des breves */
.mgs_menu_item_breve {
	font-size: 88%;
	padding-left: 0px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Certains elements des forums */
.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 titres des menus et des blocs listes */
/* Titre de menu */
.mgs_menu_titre {
	color: #222;
	font-weight: bold;
	font-size:95%;
	text-align: center;
	background-color: #EEE;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mgs_menu_titre small {
	font-weight: lighter;
}

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

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

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

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

/** Le bloc generaux des differents contenus **/
/* Les blocs eux memes */
.mgs_bloc {
	margin: 0px;
	text-align: left;
	padding: 0px;
	background-color: #FF0;
}

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

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

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

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

/****************************************************/
/*** Parametres du contenu des articles et breves ***/

/* images */
.bloc_image{
       position: relative;
       left: 420px;
       width: 450px;
       height: 450px;
       background-color: #00F;

}

/* Le bloc "article" lui meme */
.mgs_article {
	padding: 0px;
	background-color: #FFF;
	text-align: justify;
}

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

/* Titre des articles */
.mgs_titre {
	margin: 0px;
	line-height: 1.1em;
	background-color: #bad8ff;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

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

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

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

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

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

/* 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: 1px;
	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 **/
/* Les images centrees */
.mgs_texte .spip_documents_center {
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}

/* Les images alignees a gauche */
.mgs_texte .spip_documents_left {
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 10px;
	margin-left: 0px;
}

/* Les images alignees a droite */
.mgs_texte .spip_documents_right {
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 10px;
}

/* 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.88em;
	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;
}

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

.mgs_notes_titre {
	font-weight: bolder;
	font-size: 1.15em;
}

/* La fin des articles */
.mgs_article_fin {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom-color: #bad8ff;
	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: #bad8ff;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	margin: 0;
}

/** Divers formatages texte, tableaux, etc. **/
/* Les intertitres */
.mgs_article h3 {
	font-size: 1.4em;
	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;
}

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

/* Les tableaux */
.mgs_article table {
	text-align: center;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: auto;
	margin-bottom: 15px;
	padding: 6px;
	border: 1px solid #999;
	border-spacing: 0px;
	background-color: #fafafc;
}

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

.mgs_article table tr.row_first { 
	color: #fff;
	font-weight: bold; 
	background: #184f52; 
}

.mgs_article table tr.row_odd { 
	background: #fff; 
}

.mgs_article table tr.row_even { 
	background: #bad8ff; 
}

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

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

.mgs_article table tr a:hover { 
	border: 1px solid #999;
	color: #fff;
	background: #184f52; 
}

.mgs_article table tr.row_first a { 
	color: #fff;
	background: #184f52; 
}

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

/* Les codes et citations */
.mgs_article div code, .mgs_article blockquote { 
	font-size: 0.95em;
	line-height: 1.2em;
	border: 1px solid #999;
	margin: 0px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fafafc;
	display: block;
}

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

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

/* Les filets de separation */
.mgs_article hr {
	margin: 20px 0px;
	padding: 0px;
	height: 8px;
	border: none;
	background-color: #bad8ff;
	/* 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 */
.mgs_forum_decompte {
	text-align: center;
	font-size: 0.92em;
}

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

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

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

.mgs_forum_chapo {
	margin: 0px; 
}

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

/****************************************************/
/*** Parametres generaux de formatage des formulaires ***/
/* Formulaire general */
.mgs_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 */
.mgs_formulaire_previsu {
	color: #444; 
	font-size: 0.95em;
	text-align: left;
	background-color: #fff; 
	border: 2px dotted #666; 
	margin-bottom: 16px;
}

/* Formulaires des menus */
.mgs_formulaire_menu {
	border: none; 
	margin: 0px;
	background-color: #fff;
	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: #bad8ff;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #444;
	margin-top: 2px;
	margin-bottom: 5px;
}

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