* {margin: 0; padding: 0;}*
body {
	background-color: #3a2b00;
	font-family: "Times New Roman",
}

/* 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: #444;
}

/* Liens simples (syntaxe alternative) */
a:link {
	text-decoration: none;
	color: #444;
}

/* Liens visites */
a:visited {
	text-decoration: none;
	color: #444;
}

/* Liens survoles */
a:hover {
	text-decoration: none;
	color: #444;
	border-bottom-width: 1px;
	border-bottom-style: solid;

}

/* 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;
}

/****************************************************/
/*** Le bloc "page" qui englobe tout le site ***/
#mgs_page {
	width: 800px;
	color: #444;
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	background: #f9f6eb url(images/footer.png) bottom repeat-x ;
	margin-top: 10px;
	display:table;
}

#mgs_page.sommaire {
	background: transparent;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display:table;
}

#contenu {
float:left;
position:relative; 
margin-left:0px; 
padding:10px; 
width: 95%;
}
#body {
padding: 0 0 0 0px;
}


/****************************************************/
/*** Le bloc "tete" qui englobe tous les elements de l'en-tete du site ***/
/** Le bloc "tete" lui meme **/
#mgs_tete {
	width: 800px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

/** 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;
	background-color: #eaeaec;
}

/** Parametres du bloc "bandeau" contenant l'image et le titre du site **/
/* Le bloc "bandeau" lui meme */
#alternative {
	height: 25px;
	text-align: right;
	font-size: 85%;
	line-height: 25px;
}
#alternative a{
margin: 10px;	
}
#alternative a:hover{
background-color: transparent;	
}

#mgs_bandeau {
	text-align:center;
	height: 140px;
	border:1px solid #999;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eaeaec;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(images/fondbandeau.jpg);
}

/* 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: 10px 120px 0px;
	padding: 0;
}

/** Parametres des menus de l'en-tete : Accueil, Plan, Contact et Redaction **/
/* Le bloc "menu" lui meme */


/** Parametres du bandeau contenant la hierarchie des pages **/
/* Le bandeau lui meme */
#mgs_hierarchie {
    top: 10px;
	font-size: 0.75em;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-color: #c9c3b5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;

}

/****************************************************/
/*** 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;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

/* 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: #eaeaec;
}


/****************************************************/
/*** Parametres du bloc "corps" contenant la navigation et les contenus ***/
/** Le bloc "corps" lui meme **/
#mgs_corps {
	width: 800px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	
}

/****************************************************/
/*** Le bloc de navigation contenant les menus de navigation et des resumes ***/
/** Le bloc "navigation" lui meme **/
#mgs_navigation {
	width: 800px;
	margin: 0px;
	float:left;
	top: 190px;
}

/** Le bloc menu de 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 general des blocs menus de la navigation **/
/* Les blocs "menu" eux memes */
/****************************************************/
/*** Parametres du bloc "principal" contenant les contenus ***/
/** Le bloc "principal" lui meme **/
#mgs_principal {
	/*colonne principale*/
	padding: 0px;
	width: 780px;
}

/** Le bloc generaux des differents contenus **/
/* Les blocs eux memes */
.mgs_bloc {
	border-color: #c9c3b5;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 0;
	text-align: center;
	padding: 5px;
	background: #efead8 url(images/bloc.jpg) repeat-x;
}

/* 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: 2px;
	margin-bottom: 2px;
}

/** 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: 4px;
	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 ***/
/* Le bloc "article" lui meme */
.mgs_article {
	border: 1px none #999;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
	text-align: left;
}
.mgs_article  p {
padding: 5px;
}
.mgs_article  p a {
color: #900000;
text-decoration: underline;
}
.mgs_article  p a:hover {
color: #000;
background: none;
text-decoration: underline;
border: none;
}
/* Surtitre des articles */
.mgs_surtitre {
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

/* Titre des articles */
.mgs_titre {
	color: #000;	
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: #fff 3px solid;
}

/* 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.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: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

/* Les images dans les texte des articles */
.mgs_texte img {
	padding: 0px;
	margin: 0px;
	border: #fff 5px solid;
}

.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 **/
/* Les images centrees */
.mgs_texte .spip_documents_center {
	float:left;	
	margin: auto;
	text-align: center;
	width: 100%;
}

/* Les images alignees a gauche */
.mgs_texte .spip_documents_left {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0px;
}

/* Les images alignees a droite */
.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.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: #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;
}

/** Divers formatages texte, tableaux, etc. **/
/* Les intertitres */
.mgs_article h3 {
	font-size: 1.2em;
	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 talbleaux */
.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;

}

.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;
	background: #b8b8bf; 
}

.mgs_article table tr.row_odd { 
	background: #fff ; 
}

.mgs_article. table tr.row_even { 
	background: #E1C5B0 ; 
}

.mgs_article.historique table tr.row_odd { 
	background: #efead8 ; 
}

.mgs_article.historique table tr.row_even { 
	background: #efead8 ; 
}


.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: #b8b8bf; 
}

.mgs_article table tr.row_first a { 
	color: #fff;
	background: #b8b8bf; 
}

.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: #eaeaec;
	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: #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 */
.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: #eaeaec;
	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%; 
}
/* CSS du menu horizontal, bieler batiste */


#menu_bloc {
height: 30px;
float: left;
}

.menu{
    position:absolute;
    display:block;
	margin-left: 5px;
	margin-top: 0;
    padding:0;
    width:800px;
	font-family: "Trebuchet MS";
    }

.menu ul{
    position:absolute;
    display:block;
    width:132px;
    /*margin:0;*/
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute;
    margin-left:132px;
    margin-top:-23px;
    }
    
.menu li{
    list-style:none;
    width:132px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;
    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu a{
    text-align:center;
    background: #cbc19b url(images/sous_m.png) repeat-x;
    border:1px #666 solid;
    color:#000;
    display:block;
    width:125px;
    text-decoration:none;
    padding:0px 0;
    margin:1px;
	height: 45px;
	line-height: 40px;
    }
.menu.petit a{
height: 25px;
}	
    
.menu a:hover{
    background: #b7a874 url(images/sous_m_h.png) repeat-x;
    border:1px #aaa solid;
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #aaf;
}

a.linkOver{
    background-color: #3a2b00;
    }

#footer {
text-align: right;
height: 35px;
line-height: 35px;
color: #fff;
padding-right: 10px;
margin-top: 0;
padding-top: 0;
font-size: 76%;
font-weight: none;
clear: both;
}
#footer a{
color: #fff;
border-bottom: #fff 1px solid;
}
#footer a:hover{
color: #efdfdc;
background: transparent;
border: none;
}
#temps{
float: left;
margin-top: 50px;
text-align: center;
clear: both;
width: 100%;
}
#temps a{
border: none;
text-decoration: none;
}
#temps a:hover{
border-color: transparent;
text-decoration: none;
}
span.accueil {
color: #fff;
}
span.news {
font: 0.6em;
}
.new {
padding: 5px;
font-size: 0.9em;
color: #fff;
}
.classe {
border: none;
}

#menu_s{
    position:absolute;
    display:block;
	margin-left: 5px;
	margin-top: 30px;
    padding:0;
    width:595px;
	font-family: "Trebuchet MS";
	font-size: 12px;
    }

#menu_s ul{
    position:absolute;
    display:block;
    width:90px;
    /*margin:0;*/
    padding:0;
    }
    
#menu_s li ul{
    visibility:hidden;
    }

#menu_s li li ul{
    position:absolute;
    margin-left:90px;
    margin-top:-23px;
	
    }
    
#menu_s li{
    list-style:none;
    width:90px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    padding:0;
    margin-right: 9px !important;
	margin-right: 5px;
    }
    
#menu_s li li{
    display:block;
    float:none;
	background-color: #463607;
    }
    
/* correct a little IE bug */
* html #menu_s li li{
    display:inline;
    }

#menu_s a{
    text-align:center;
    border:2px #fff solid;
    color:#fff;
    display:block;
    width:90px;
    text-decoration:none;
    padding:0px 0;
	height: 45px;
	line-height: 40px;
    }  
#menu_s a:hover{
    background: #fff;
    border:2px #fff solid;
	color:#3a2b00;
    }

.texteencadre-spip {
	color: #000033;
	background: #EEF;
	border-bottom: 2px solid #0066CC;
	border-left: 1px solid #3399FF;
	border-right: 2px solid #0066CC;
	border-top: 1px solid #3399FF;
	margin: 1em 0;	
	padding: .25em;	
	position: relative;
}

.caractencadre-spip {
	color: #4c5ba0;
	font-weight: bold;
}

.caractencadre2-spip {
	color: #009;
	font-weight: bold;
}

acronym.spip_acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

/* ne marche pas sur MSIE, a refaire en jQuery */
a[hreflang]:after {
content: "\0000a0[" attr(hreflang) "]";
color: #999;
background: transparent;
font-size:x-small;
}

a.spip_blank {
	color: #F00;
}

sup {
	vertical-align:20%;
	font-variant: small-caps;
	font-size: .5em;
}

/* Pour le mode preview dans l'admin */
#article_preview {
	display:none;
	border:1px solid #F00;
	overflow: auto;
	background-color: #FFF;
	padding: 0 1em;
}
#col_gauche {
width: 255px;
height: auto !important;
height: 700px;
min-height: 700px;
float: left;
}
#logo {
width: 255px;
height: 215px;
background: url(images/logo.jpg) no-repeat;
}
#sommaire_actualites{
width: 255px;
height: 400px;
background-color: #3a2b00;
}
#sommaire_actualites a{
color: #fff;
padding-right: 10px;
}
#col_droite{
width: 690px;
height: auto !important;
height: 700px;
min-height: 700px;
float: right;
}
#sommaire_central{
width: 693px;
height: 500px;
background: #f6edcf;
}
#sommaire_central table{
margin-top: 0px;
margin-left: 45px;
}
#sommaire_central table a{
border: 0;
}
#sommaire_central p{
padding: 10px;
font-size: 12px;
}
#menu_sommaire {
height: 115px;
width: 600px;
background: #3a2b00;
margin-left: 40px;
}