/* MGX-STYLE                                                */
/* Cette feuille contient les styles associes au code associ  MGX.  */


/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #666666;
	/*background: #a5a5a5;*/
	/* background: #FFF; */
	margin: 1.5em;
	text-align: center;
	font-size: 1em;
	color: #FFFFFF;
	/* color: #333; */
}


texte { color: #4D4D4D; font-size: 0.96em;}
/*.texte { color: #4D4D4D; font-size: 0.96em; }*/
/* .texte { color: #000; font-size: 0.96em; } */



h2.mgx-accueil {
	text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	margin-left:20pt;
	font-size: 3em; 
	font-weight: bold; }
	
#hierarchie_mgx {
	color: #a5a5a5;
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }
/* couleur choisie pour qu'on ne voie pas le texte "accueil du site"*/

.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #a5a5a5;
	margin-bottom: 1em;
	font-size: 0.77em;
}

#mgx-contenu
	{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float: left;
	width: 33em;
	}

.mgx-sous-rubriques li
	{
	font-size: 1em;
	color: #4D4D4D;
	font-weight: bold;	
		}

.mgx-accueil li
	{
	font-size: 1em;
	color: #a5a5a5;
	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: #da9c01; }
table.spip tr.row_odd { background: #978b6c; }
table.spip tr.row_even { background: #777369; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: underline ; color: #333; }
a:hover { text-decoration: underline overline; }

a.spip_out { color: #FFFFFF; } /* liens sortants */

rubriques ul a { color: #111; text-decoration: none ;}
