body {
 	padding: 0;margin: 0;
	background: #FFF;
	margin: 1.5em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
/*  Couleurs des liens */
a { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; }
.filet_blanc{
	border: medium solid #FFFFFF;
}
/*///////////////////////////////////////////////////////STRUCTURE DE LA PAGE */
/* on positionne le conteneur au centre le la page */
#global {
	position: relative; 
	margin: 0 auto;
	width:760px;
	text-align: left;/* on rétablit l'alignement normal du texte qui à été supprimé dans body pour IE */}
/* Entete */
#entete {background-color: #000000;padding-left:30px;padding-bottom:14px;padding-top:50px;}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;float: left;font-weight: bold;font-size: 1.5em;background-color: #000000; }
#entete a {text-decoration: none;background-color: #CCCCCC;}

#conteneur { /*  div qui englobe tout le contenu du corps de la page */
	margin-top:50px;width: 100%;min-height:600px;
	} 
.bas_conteneur {clear: both;visibility: hidden;}/* important pour forcer le conteneur a engloberr les 2 colonnes de la page (élémement invisible de séparation après les div des colonnes mais à l'intérieur du div conteneur) */
/*   div de la colonne de gauche */
#col_gauche {float: left;width: 190px;margin: 0px;padding: 0px;}

/*   div de la colonne de droite */
#col_droite {display:block;float: right;width: 560px;margin: 0px;padding: 0px;
background-color:#FFF;}

/* Pied de page */
#pied {
	clear: both;/* pour aligner les elements flottant sur l'horizontale */
	width: 100%;border-top: 1px solid #666666;text-align: center;font-size: 0.7em;}
#pied a:hover{text-decoration: underline;}
#pied img { vertical-align: bottom;}

/*///////////////////////////////////////////////////////MENU HORIZONTAL DES RUBRIQUES */
.on {/* liens exposes = repere onglet du menu */
	font-weight: bold;color: #000;border: thin solid #333333;} 
.page_rubrique1 .on, .page_article1 .on{border: 0;background-color: #BBCBFD;}
.page_rubrique2 .on, .page_article2 .on{border: 0;background-color: #B4FF00;}
.page_rubrique3 .on, .page_article3 .on{border: 0;background-color: #FCAB1E;}
.page_rubrique4 .on, .page_article4 .on{border: 0;background-color: #F3CB19;}
.page_rubrique5 .on, .page_article5 .on{border: 0;background-color: #C67BE7;}
.page_rubrique6 .on, .page_article6 .on{border: 0;background-color: #3377D6;}
.page_sommaire #menu_horizontal {border-top: 20px solid #CCCCCC;}
.page_article1 #menu_horizontal, .page_rubrique1 #menu_horizontal {border-top: 20px solid #BBCBFD;}
.page_article2 #menu_horizontal, .page_rubrique2 #menu_horizontal {border-top: 20px solid #B4FF00;}
.page_article3 #menu_horizontal, .page_rubrique3 #menu_horizontal {border-top: 20px solid #FCAB1E;}
.page_article4 #menu_horizontal, .page_rubrique4 #menu_horizontal {border-top: 20px solid #F3CB19;}
.page_article5 #menu_horizontal, .page_rubrique5 #menu_horizontal {border-top: 20px solid #C67BE7;}
.page_article6 #menu_horizontal, .page_rubrique6 #menu_horizontal {border-top: 20px solid #3377D6;}

#menu_horizontal{float:left;width: 100%;margin-bottom: 1em;}
.menu_rubriques {font-size: 0.8em;color: #CCCCCC;letter-spacing: 0.1em;}
.menu_rubriques ul{margin:0; padding:0; list-style: none;}
.menu_rubriques li{float:left;}
.menu_rubriques li a{display:block; width:100%;height:20px; margin: 0 10px; text-decoration:none;text-align:center;}
.menu_rubriques li a:hover{color: #FFFFFF;border:0;background-color: #CCCCCC;}
/*.menu_rubriques li a:hover{color:#000000;text-decoration: underline;}*/
/*////////////////////////////////////////////////////// COL GAUCHE */
.liste {text-align:left;min-height:600px;padding:0 2px 10px 2px;}
.liste li{padding-top:-5px;font-weight: lighter;}
.liste h1{font-size: 0.7em;color: #999999;letter-spacing: 0.8em;text-align: center;}
.liste h2{font-size: 0.55em;color: #333333;letter-spacing: 0.1em;font-weight: bold;margin-top: 10px;margin: 0px;padding: 0px;}
.liste h3{font-size: 0.5em;color: #333333;letter-spacing: 0.1em;font-style: italic;margin: 0 0 10px 0;padding: 0px;font-weight: normal;}
.liste h4{text-align: center;font-size: 0.5em;color: #333333;letter-spacing: 0.1em;font-style: italic;margin: 0 0 2px 0;padding: 0px;font-weight: normal;}
.liste a:hover{color: #FFFFFF;}	
/* fond de couleur des differentes col gauche */
.page_sommaire .liste{background-color:#BBCBFD;}
.page_article1 .liste, .page_rubrique1 .liste{background-color:#BBCBFD;}
.page_article2 .liste, .page_rubrique2 .liste{background-color:#B4FF00;}
.page_article3 .liste, .page_rubrique3 .liste{background-color:#FCAB1E;}
.page_article4 .liste, .page_rubrique4 .liste{background-color:#F3CB19;}
.page_article5 .liste, .page_rubrique5 .liste{background-color:#C67BE7;}
.page_article6 .liste, .page_rubrique6 .liste{background-color:#3377D6;}
.page_recherche .liste{
	background-color:#CCCCCC;
}
/*///////////////////////////////////////////////////////PAGE SOMMAIRE*/

.cadre{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left:5px;
	}





#contenu_sommaire {
	margin-top:25px;
	
}

#col_droite_sommaire {
	float: right;
	width: 200px;
	padding: 0 5px; 
	}
#col_gauche_sommaire {
	float: left;
	width: 200px;
	padding: 0 5px;
	}
#milieu_sommaire {
	padding: 0;
	margin: 0 220px 0 220px;
	
	}


#col_milieu_sommaire {
	padding: 33px 5px;
	}
#annonce{;
	
	font-size: 0.70em;
	
	line-height: 1em;
	color: #333333;
	text-align: right;
	padding:0 5px;
	border: 1px;
	border: solid;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#annonce h6{
	font-size: 0.70em;
	font-style: italic;
	color:#666666 ;
}
#col_droite_sommaire img {float: right;}
#col_gauche_sommaire h1 {
	font-size: 0.8em;
	color: #999999;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: left;
}


#col_milieu_sommaire h1{font-size: 0.8em;
	color: #999999;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: left;}
#col_droite_sommaire h1{font-size: 0.8em;
	color: #999999;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: right;}

.sommaire_titre h2{font-size: 0.7em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;}
.sommaire_titre h3{font-size: 0.55em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;}
.sommaire_texte p{font-size: 0.65em;
	color: #333333;
	letter-spacing: 0.05em;
	margin-top: 2px;
	line-height: 1.3em;}
.sommaire_titre h4{font-size: 0.55em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;text-align: right;
	}
.sommaire_titre h5{
	font-size: 0.55em;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: right;
	font-style: oblique;
}


.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/*///////////////////////////////////////////////////////PAGE ARTICLE STANDARD*/
.article_standard{}
.article_standard h1{/* titre article */
	margin-top:10px;font-size: 0.8em;color: #999999;letter-spacing: 0.3em;text-transform: uppercase;}
.article_standard h5{/* date article */
	text-align: center;font-size: 0.75em;color: #333333;letter-spacing: 0.1em;font-weight: bold;}
.article_standard h4{/* soustitre article */
	text-align: right;font-size: 0.7em;color: #333333;letter-spacing: 0.05em;font-style: italic;}
.article_standard p{font-size: 0.6em;color: #333333;letter-spacing: 0.05em;margin-top: 2px;line-height: 1.20em;}


.expoENcours h1, .archivesExpo h1, .articleExpo h1, .article h1, 
.expoENcours h2{
	font-size: 0.55em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;
}


.expoENcours h3, .article h3 {
	font-size: 0.5em;
	color: #333333;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-top: 2px;
	line-height: 1.05em;
	}

.archivesEdition h1  {
	margin: 5px;
	font-size: 0.8em;
	color: #333333;
	letter-spacing: 0.3em;
	}


.expoENcours {
	margin-left:15px;
	
}

/*///////////////////////////////////////////////////////PAGE ARTICLE EXPOSITIONS*/
.portfolio{}
.image_expo{
	float: left;
	width: 400px;
	text-align: center;
	margin: 5px;
	padding: 0px;}
.image_expo img{
	position: center;
}
.article_titre{float: right;
	width: 150px;}
.article_expo{}
.article_expo h1, articleExpo h1 {
	margin-top:5px;
	font-size: 0.8em;
	color: #000000;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.article_expo h2, .portfolio h2, .article h1{font-size: 0.55em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;}
.article_expo p{font-size: 0.65em;
	color: #333333;
	letter-spacing: 0.05em;
	margin-top: 2px;
	line-height: 1.3em;}


.image_expo h2{
	font-size: 0.55em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;
	text-align: center;
}
.image_expo h3 {
	font-size: 0.5em;
	color: #333333;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-top: 2px;
	line-height: 1.05em;
	text-align: center;
}

.article_titre h3{
	font-size: 0.5em;
	color: #333333;
	letter-spacing: 0.1em;
	font-style: italic;
	
}


.expoENcours h3, .article h3 {
	font-size: 0.5em;
	color: #333333;
	letter-spacing: 0.1em;
	font-style: italic;
	margin-top: 2px;
	line-height: 1.05em;
}
.article_titre h4, .article h4  {
	margin: 5px;
	font-size: 0.8em;
	color: #333333;
	letter-spacing: 0.3em;
	}
.article_titre h6  {
	padding-bottom:15px;
	font-size: 0.6em;
	letter-spacing: 0.05em;
	text-align: left;
	border-top: thin solid #333333;
	border-bottom: thin solid #333333;}
.article_titre img{margin-top:10px;}
.article_titre a:hover  {color: #B4FF00;}
.article_titre a  {color: #333333; }
/*///////////////////////////////////////////////////////PAGE RUBRIQUE EXPOSITIONS*/
.expo {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.expoENcours p, .expo_encours_texte p {
	font-size: 0.6em;
	color: #333333;
	letter-spacing: 0.05em;
	margin-top: 2px;
	line-height: 1.20em;
}
.expo_encours {
	float: left;
	width: 180px;
	
}
.expo_encours_texte {width: 300px;float: right;
	
}
/*   archives expo */

.vignettes_expo ul{
margin:0; padding:0; list-style: none;}
.vignettes_expo li{float:left;min-height:150px;width: 150px;margin:-10px; padding-bottom:10px}
.vignettes_expo li a{border:0}

.vignettes_expo h2 {
	width: 120px;
	font-size: 0.5em;
	color: #333333;
	letter-spacing: 0.1em;
	margin-top: 5px;
	line-height: 1.05em;
	text-align: left;
}

.archivesExpo{margin-left:20px;}

/*   archives edition */

.vignettes_edition ul{
margin:0; padding:0; list-style: none;}
.vignettes_edition li{float:left;min-height:140px;width: 150px;margin:-10px; padding-bottom:5px;}
.vignettes_edition li a{border:0}

.vignettes_edition h2 {
	width: 100px;
	font-size: 0.5em;
	color: #333333;
	letter-spacing: 0.1em;
	margin-top: 5px;
	line-height: 1.05em;
	text-align: left;
}

.archivesEdition{margin-left:20px;}



/*///////////////////////////////////////////////////////PAGE RECHERCHES*/
#champ_recherche{
	margin-top:-50px;
	float: right;
	
	
}








.recherche h2{font-size: 0.7em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;}
.recherche ul{
	list-style-type: square;
	list-style-position: inside;
}
.recherche li{font-size: 0.6em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.05em;}
.recherche li:hover{text-decoration: underline;}










/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }



/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
/* Filet espaceur */
.filet {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	border-top: thin solid #333333;
}

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Typo pour le contenu */
#contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






  









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

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { padding: 0.2em 0; text-align: left; }
#navigation li, .encart li { padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination {
	font-size: 0.90em;
	text-align:center;
	background-color: #FFFFFF;
}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }


#cadre_agendax{
	border: 1px;
	border: solid;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.onglets_contenu {
	font-size:0.7em;
}