/***********************************************************************************
Page de css développer sur la base de zpip pour spip 3 en hiver 2013 par Yann R. et 
remis en page par loic
************************************************************************************/

html{
	font-size:100.1%;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;background:url(images/fond_up.jpg) repeat-x top center, url(images/fond_bottom.jpg) repeat-x fixed bottom center;
	/*ATTENTION, les multiple backgrounds ne fonctionnent pas partout.*/
}
body{overflow-x:hidden;
	margin:0 auto;
	padding:0;
	text-align:center;
	font:0.77em/1.4em "Lucida Grande",Lucida, verdana, "Luxi sans","Lucida Sans Unicode",sans-serif;
}

/******************************
			Polices
*******************************/
#nom_site_spip{
	display:block;
	position:absolute;
	margin:0;top:1em;
	left:150px;
	font-weight:normal;
	font-style: normal;
	font-family:'PTSansNarrowRegular';
	font-size:5em;
	color:#333;
}
#nom_site_spip a{
	color:#333;
}
#nom_site_spip a:hover{
	color:#C33;
}

/**********************************
			Structure
**********************************/
#contperso{
	background:url(images/fond_perso.png) repeat-x left center;
	/*Pour exemple seulement*/
	position:absolute;
	top:0;width:100%;
	height:2em;
	clear:both;
	float:left;
	z-index:10;
	border-bottom:1px solid #999;
	}
#perso{
	background:url(images/ls.png) no-repeat 12px 4px;
	/*Pour exemple seulement*/
	 position:relative;
	width:90%;
	height:2em;
	margin:0 auto;
	padding:0.3em 1em;
	text-align:left;
	}
#page{
	background:#FFF;
	width:90%;
	margin:3em auto 1em;
	text-align:left;
	border:1px solid #CCC;
	}
/** Début Modif YRU : Changement de l'image de fond pour la bannière
   Image de la bannière commenté car pas encore choisi
	#entete{
	height:100px;
	position:relative;
	width:100%;
	clear:both;
	background:#FFF url(images/speciale.png) no-repeat 55em 0.5em;
	} **/
#entete{
	height:100px;
	position:relative;
	width:100%;
	clear:both;
	}

/** Début modif YRU : Suppression du formatage du bloc #gauche car il est supprimé dans body.html
 et augmentation de la largeur du bloc central et du block droite pour prendre la place du block gauche
  #gauche{
	position:relative;
	width:18%;
	float:left;
	clear:left;
	} **/

#central{
	position:relative;
	width:65%;
	float:left;
	}
#droite{
	position:relative;
	width:35%;
	float:left;
	}
#contpied{
	clear:both;
	float:left;
	z-index:10;
	width:100%;
}
/** Début modif YRU : Augmentation de la largeur du bloc pied **/

#pied{
	background:#FFF;
	position:relative;
	width:90%;
	margin:0 auto;
	text-align:left;
	}
/* Fin modif YRU*/
#contperso_pied{
	background:url(images/fond_perso.png) repeat-x left center;
	position:absolute;
	margin-top:1em;
	width:100%;
	clear:both;
	float:left;
	z-index:10;
	border-top:1px solid #EEE;
}
#pied_perso{
	background:url(images/ls.png) no-repeat 12px 4px;/*Pour exemple seulement*/
	position:relative;
	width:100%;
	height:1.5em;
	margin:0 auto;
	padding:0.3em 1em;
	text-align:left;
}
#metaz{
	position:relative;
	width:70em;
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
	
/********************************
  Titres
*********************************/
h1,h2,h3{
	font-weight:normal;
	line-height: 1em;
	font-style: normal;
	font-family:'PTSansCaptionBold';
}
h2.h2.entry-title{
	margin: 0.2em;
	padding: 0.4em;
	font-size: 2em;
}
.sommaire.h1{
	color: #000;
}
h2{
	color: #4B4B4B;
}
h3{
	color: #646464;
}
h4{
	color: #808080;
	}

/** ajout YRU **/
.articles_date{
	margin-left: 6px;
	font-size: 1em;
	font-style: italic;
}
.article_resume:after{
	content:"fin block";
	display: block;
	height: 5px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/** fin ajout YRU **/
/****************************************************************
	Affichage multi colonne des articles sur la page d'accueil
*****************************************************************/

/****** Une colonne ********/
.unecol{
	margin-left: 1%;
	margin-right: 1%;
	border-top: solid rgba(153, 17, 0, 0.6) 7px;
}
.unecol .introduction, .texte, .chapo,h2, h3, h4 {
	margin-left: 1%;
	margin-right: 1%
}
.unecol h2 {
	font-size: 1.6em  ;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.unecol h3 {
	font-size: 1.4em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.unecol h4 {
	font-size: 1.3em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.unecol .introduction {
	font-size:  1.1em;
	margin-top: 5px;
	margin-bottom: 1px;
	 padding-top: 5px;
	padding-bottom: 1px;
	}
.unecol .spip_documents_left {
	margin-top: 5px;
	margin-left: 1%;
	}
.unecol abbr{
	/*text-transform:uppercase;*/
	font-size:.85em;
	letter-spacing:.1em;
	font-weight: bold;
	color: rgba(153, 17, 0, 1);
	}

.extra .unecol h2 {
	font-size: 1.2em;
	}
.extra .unecol h3 {
	font-size: 1.1em;
	}
.extra .unecol h4 {
	font-size: 1.0em;
	}
.extra .unecol .introduction {
	font-size: 0.9em;
	}
/******* Deux colonnes ********/
.deuxcol{
	float: left;
	width: 48%;
	height: 200px; ;
	overflow: hidden;
	margin-left: 1%;
	margin-right: 1%;
	border-top: solid rgba(153, 17, 0, 0.6) 7px;
	}
.deuxcol .introduction, .texte, .chapo, h2, h3, h4 {
	margin-left: 1%;
	margin-right: 1%;
	}
.deuxcol h2 {
	font-size: 1.4em  ;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.deuxcol h3 {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.deuxcol h4 {
	font-size: 1.1em;
	margin-top: 2px;
	 margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.deuxcol .introduction {
	font-size:  1.0em;
	margin-top: 5px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 1px;
	}
.deuxcol .spip_documents_left {
	margin-top: 5px;
	margin-left: 1%;
	}
.deuxcol abbr{
	/*text-transform:uppercase;*/
	font-size:.8em;
	letter-spacing:.1em;
	font-weight: bold;
	color: rgba(153, 17, 0, 1);
	}
/*********** 3 colonnes **************/
.troiscol{
	float: left;
	width: 31%;
	height: 250px;
	overflow: hidden;
	margin-left: 1%;
	margin-right: 1%;
	border-top: solid rgba(34, 197, 73, 0.75) 7px;
	}
.troiscol .introduction, .texte, .chapo, h2, h3, h4 {
	margin-left: 1%;
	margin-right: 1%;
	}
.troiscol h2 {font-size: 1.2em  ;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.troiscol h3 {
	font-size: 1.1em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.troiscol h4 {
	font-size: 1.0em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.troiscol .introduction {
	font-size:  0.9em;
	margin-top: 5px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 1px;
	}
.troiscol .spip_documents_left {
	margin-top: 5px;
	margin-left: 1%;
	}
.troiscol abbr{
	/*text-transform:uppercase;*/
	font-size:.7em;
	letter-spacing:.1em;
	font-weight: bold;
	color: rgb(0, 160, 38);
	}
/*************Gestion des liens pour les multi colonnes****************/
.unecol a.article:hover{
	background-color: rgba(153, 17, 0, 0.15) ;
	}
.deuxcol a.article{
	height: 190px; 
	}
.deuxcol a.article:hover{
	background-color: rgba(153, 17, 0, 0.15);
	}
.troiscol a.article{
	height: 240px; 
	}
.troiscol a.article:hover{
	background-color: rgba(0, 255, 61, 0.30); 
	}
.troiscol .article_resume{
	height: 220px;
	overflow: hidden;
	}
.deuxcol .article_resume{
	height: 170px;
	overflow: hidden;
	}
/*****************************/
.sommaire{
	border-bottom: #808080 dotted 1px;
	}
.sommaire:after{
	content: "fin block";
	display: block;height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
	}

.introduction{
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	}

h2.entreblock{
	font-size:1em;
	color: #666;
	padding-left: 0%;
	}

.blocktextelr{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2%;
	padding-right: 2%;
	/*border-left:1px solid #CCC;*/
	border-right:1px solid #CCC;
	}
.blocktextelr:after{
	content: "fin block";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 20px;
	}
.blocktextebottom{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2%;
	padding-right: 2%;
	}
/***********************************
	Mots clefs
***********************************/
.liste.mots{
	margin:auto;
	border-bottom-width: 6px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	}
.liste.mots ul {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
	}
.liste.mots h2 {
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 10px;
	margin-bottom: 5px;
	}
.mots li{
	display: inline;
	list-style-type: none;
	padding-right: 1%;
	font-weight:normal;
	font-style: normal;
	font-family:'PTSansCaptionRegular';
	}
.mots.sommaire li{
	font-size : 0.8em;
	}
.mots.asso li{
	display: list-item;
	padding-right: 1%;
	font-weight:normal;
	font-style: normal;
	font-family:'PTSansCaptionRegular';
	}
.mots.asso ul {
	margin-left: 2%;
	}
.liste.syndic_articles ul {
	padding-left: 2%;
	}
/*******************************************
	Sites syndiqués
*******************************************/
.liste.site.synd{
	margin-left: 1%;
	}
li.desc-asso {
	border-bottom: 1px solid #CCC;
	}
li.desc-asso:after{
	content: "fin block";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 20px;
	}
.associations.cartouche:after{
	content: "fin block";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
	}

/*******************************
		agenda
*******************************/
.liste.agenda{
	padding-left: 2%;
	padding-right: 2% ;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgb(228, 217, 241);
	margin-bottom: 20px;
	margin-top: 20px;
	border-color: #C0C0C0;
	border-bottom-width: 2px;
	border-style : solid ;
	webkit-border-radius: 5px;
	border-radius: 2em 1em 4em / 0.5em 3em;
	}
.item.agenda{
	margin-left: 4%;
	border-top:2px dotted #FFF;
	margin-top: 10px;
	}
.agenda_entete{
	padding-left: 1%;
	padding-right: 1%;
	}
.agenda_entete:after{
	content: "fin block";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	}
.agenda .introduction {
	padding-top: 0;
	padding-bottom: 0;
	}
.agenda_date{
	text-align: left;
	border-top: 6px dotted #FFF;
	margin-top: 10px;
	}
.agenda_ville{
	float: right;
	width: 50%;
	text-align: right;
	}
.liste.agenda h2 {
	padding-left: 1%;
	padding-right: 1%;
	}
.item.agenda .introduction,  .texte, .chapo, h1, h2, h3, h4 {
	padding-left: 1%;
	padding-right: 1%;
	 margin-left: 0;
	 margin-right: 0;
	 }
.item.agenda .introduction {
	padding-top: 2px;
	padding-bottom: 2px;
	}
.item.agenda h2 {
	padding-left : 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3em;
	font-style: normal;
	font-family:'PTSansCaptionBold';
	color:#910;
	}
.item.agenda h3{
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	}
.item.agenda h4 {
	color: #646464;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.0em;
}
.agenda_heure{
	float: left;
	width: 50%;
	text-align: left;
	}
.agenda-titre:first-letter{
	font-size: 1.3em;
	text-transform:uppercase;
}
.agenda_date:first-letter{
	font-size: 1.3em;
	text-transform:uppercase;
}
.agenda_ville:first-letter{
	font-size: 1.3em;
	text-transform:uppercase;
}
.agenda_heure2{
	clear: both;
	text-align: left;
	}
.agenda-titre{
	float: left;
	 width: 60%;
	 }
.agenda-inscription{
	float: right;
	}
.agenda-titre h2{
	margin-top: 15px;
	margin-bottom: 0;
	}

.cadre-info {
	margin-bottom: 30px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #DDD;
	border-color: #910;
	border-width: 2px;
	border-style : solid ;webkit-border-radius: 5px;border-radius: 2em 1em 4em / 0.5em 3em;
	}

.inscription-redacteur {
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	border-color: #910;
	border-width: 4px;
	border-style : solid ;
	webkit-border-radius: 5px;
	border-radius: 2em 1em 4em / 0.5em 3em;
	}

.icones-extra{
	padding-bottom: 40px;
	padding-top: 10px;
	}
.icones-extra img{
	width: 32%;
	}

.cartouche.agenda{
	margin-top: 20px;
	 margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #DCDCDC;
	webkit-border-radius: 5px;
	border-radius: 2em 1em 4em / 0.5em 3em;
	text-align: center;
	border-color:  #C0C0C0;
	border-bottom-width: 2px;
	border-style : solid;
	}
.contenu-agenda{
	margin-left: 1%;
	 margin-right: 1%;
	 }
/* .contenu-agenda .introduction, h2, h3, h4 {
	 margin-left: 1%;
	margin-right: 1% ;
	} */
.contenu-agenda h2 {
	font-size: 2.0em  ;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.contenu-agenda h3 {
	font-size: 1.7em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px; 
	}
.contenu-agenda h4 {
	font-size: 1.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px; 
	}
.contenu-agenda .introduction {
	font-size:  1.5em;
	margin-top: 5px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 1px; 
	}
.contenu-agenda .texte{
	margin-top: 40px;
	}
.contenu-agenda .spip_documents_left{
	float:left;
	margin-right:0;
	margin-bottom:0px;
	clear:left;
	margin-top:0px;
	margin-left:1%;
	display:block;
	border :0;
	line-height: 100%;
	}

.info-publi{/*****redondant avec la class published associ à abbr*******/
	margin:0 0 0;
	width:100%;
	text-align: right;
	}

.hyperlien{
	margin-left: 1%;
	margin-right: 1%;
	display:block;
	background:#EEE;
	padding:0.50em 1em;
	}
.ps p {
	margin-left: 1%;
	margin-right: 1%; 
	}
/*********************************
			Forum
**********************************/
ul.forum.comments-list {
	margin-left: 1%;
	margin-right: 1%; 
	}
p.repondre {
	margin-left: 1%;
	margin-right: 1%; 
	}
.comment-message forum-message{
	margin-left: 1%;
	margin-right: 1%; 
	}
.forum-fil{
	margin-left: 2%;
	margin-right: 2%;
	border-left: dotted #969696 2px;
	padding-left: 1%;
	}
h4.comment-reply.repondre {
	padding-left: 0;
	margin-top: 7px;
	margin-bottom: 25px;
	}

p+h1,p+h2,p+h3,p+h4,p+h5,p+h6{
	padding-left: 0;
	padding-right: 0;
	margin:0.66em 0 0.33em;
	}
h3.h3.spip{
	font-size: 2em;
	padding-top: 1;
	padding-left: 0;
	padding-right: 0;
	margin:0.66em 0 0.33em;
	text-align: center;	
}

.documents.documents_portfolio a{
	margin-left: 1%;
	margin-right: 1%;
	}
/******************************************************
	Affichage du contenu d'un article ?
******************************************************/
.chapo:first-letter{
	font-size:2em;
	color:#900;
	display:block;
	margin-right:0.1em;
	text-transform:uppercase;
}
.chapo{
	margin-bottom:1.70em;
	line-height:1.40em;
	font-size:1.1em;
}
.cartouche h1:first-letter{
	font-size:2em;
	color:#900;
	display:block;
	margin-right:0.1em;
	text-transform:uppercase;
}
.cartouche{
	margin-bottom:2em;
}
.cartouche .spip_logos{
	float:right;
	margin-left:3%;
	margin-right : 1%;
	margin-bottom:4px;
	}
.cartouche p{
	margin:0;
	padding:0;
	clear:left;
	}
.cartouche .soustitre{
	margin:1em 0 1.5em;
}
.cartouche .traductions{
	font-size:0.90em;
}
.texte:first-letter{
	font-weight: bold;
	font-size: 2em;
	margin-right:0.1em;
	text-transform:uppercase;
	}
/*******************************
	Icones du bandeau et inscription
********************************/
.icones-menu{
	position: absolute;
	top: 15px;
	right: 20px;
	list-style: none;
	}
.icones-menu li{
	text-align: center;
	margin-left: 20px;
	float: left;
	}
/****************************
Ancienne Mise en forme
.icones-menu a {
	height: 80px;
	float: left;
	webkit-border-radius: 5px;
	border-radius: 1em 1em;
	border: solid 2px #000;
	padding: 2px;
	background-color: rgba(34, 197, 73, 0.50);
	}
.icones-menu a:hover {
	background-color:rgba(153, 17, 0, 0.3);
	}
****************************/
.icones-menu a {
	height: 60px;
	float: left;
	webkit-border-radius: 5px;
	border-radius: 1em 1em;
	border: solid 3px #000;
	padding: 2px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
	}
.icones-menu a:hover {
	float: left;
	webkit-border-radius: 5px;
	border-radius: 1em 1em;
	border: solid 3px #900;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 144, 0, 0, 0.4);
}
.inscription-site{
	margin:auto;
	border-width: 1px;
	border-style: dotted;
	border-color: red;
	padding: 1em;
	}

.retour_top{
	margin-bottom: 15px;
	text-align: right;
	margin-left: 1%
	;margin-right: 1%;
	}
.on{}


/********************************************
	Menu
********************************************/
#menus{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	height:63px;
	margin:0 auto;
	background:transparent ;
	z-index:11;
}

/* Fin modif YRU */
/* Block blanc en arrière plan du menu pour que le sous menu puisse s'afficher noir sur blanc */
#fond-menus{
	clear: both;
	float: left;
	width: 100%;
	height: 2.55em;
	bottom: 4.3em;
	margin: 0 auto;
	background: #111;
	z-index: 10;
	}

.menu-conteneur{
	padding:0 0 0 2em;
font-size:85%;
	}
#menus ul{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
font-size:130%;
}
#menus ul li{
	float:left;z-index:1000;
	border-bottom: 1px solid black;
	}
#menus ul li a{
	float:none !important;
	display:block;
}
#menus ul li ul{
	display:none;
}
#menus a{
	display:block;
	width:auto;
	background:#111;
	padding:0.5em 1em 0.4em 0.4em;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
/* Début modif YRU : Gestion du menu pour qu'il soit horizontal */
#menus ul li ul li a{
	display:block;
	width:auto;
	background:transparent;
	padding:0.5em 1em 0.4em 0.4em;
	text-decoration:none;
	color:#111;
	}
/* Fin modif YRU */
#menus a:hover{
	color:#333;
	background:#FB5;
}
#menus a.PageCourante{
	color:#333;
	background:#CCC;
	padding:0.4em;
}
#menus a:hover.PageCourante{
	color:#333;
	background:#FB5;
}
#menus ul li:hover a{
	text-decoration:none;
	}
/* Début modif YRU : Gestion du menu pour qu'il soit horizontal */

#menus ul li:hover ul{
	display:block;
	width:100em;
	position:absolute;
	z-index:999;
	margin:auto; 
}
/* Fin modif YRU */
#menus ul li ul li:hover ul{
	display:block;
	position:absolute;
	z-index:999;
}
#menus ul li:active ul li a{
	display:block;
}
#menus ul li ul li:hover ul li{
	display:block;
	background:#CCC;
	color:#F60;
}

#menus ul li:active ul li{
	border-bottom:1px solid #2A2A2A;
	}

#chemin{
	position:relative;
	width:100%;
	clear:both;
	border-top:1px solid #CCC;
}

/* Fin modif YRU */
#info{
	position:relative;
	width:90%;
	margin:0 auto 1em;
	text-align:left;
	border:1px solid #CCC;
	}


/*Selecteurs et classes par ordre alpha*/
/* Ajout YRU : Gestion des propriétés des liens pour les articles de l'agenda */
a.article{
	text-decoration:none;
	display:block;
	margin-top: 3px;
	margin-bottom: 5px;  
	}

/* a.article:link{
	color:blue;
	} */
a.article:visited{
	color:black;
	}
a.article:hover{
	background-color: #DCDCDC;
	font-style: italic;
	}
a.article:active,.a.agd:focus{
	color:#000;
}

a.agd{
	text-decoration:none;
	display:block;
	margin-top: 3px; 
	}
a.agd:link{
	color:blue;
	}
a.agd:visited{
	color:black;
	}
a.agd:hover{
	background-color: rgb(223, 202, 250);
	font-style: italic;
	webkit-border-radius: 5px;
	border-radius: 2em 1em 4em / 0.5em 3em;
	}
a.agd:active,.a.agd:focus{
	color:#000;
	}
a.img {
	text-decoration: none;
	float: left;
	width: 150px;
	height: 150px;
	padding-top: .2em;
	padding-right: .25em;
	padding-left: .25em;
	margin-top: 5px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	}
a.img:focus,a.img:hover,a.img:active {
	background-color: #FFF;
	color: #FF0000;
	border-width: 3px;
	border-color: #FFF;
	border-style: outset; 
	}
.imgsel {
	float: left;
	padding: .2em .5em;
	margin: 5px 5px;
	width:160px;
	height:160px; 
	}
.titre-article-img{
	float: left;
	width: 147px;
	height: 146px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 7px;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	text-shadow: 1px 1px 0px white, 0 0 0.2em red, 0 0 0.3em red;
	font-size: .9em;
	text-transform: uppercase;
	border-left: solid 15px rgba(153, 17, 0, 0.8);
	}
a.titre-article-img:hover{
	background-color: rgba(34, 197, 73, 0.30);
	}
h2.img{
	padding-top:0.5em;
	font-size:2em;
	clear: both;
	position: relative;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 70px;
	text-align: center;
	border-bottom:1px solid #CCC;
	}

/* Fin ajout YRU */

a{
	text-decoration:none;
	}
a:link{
	color:#900;
	}
a:visited{
	color:#910;
}
a:hover{
	color:#C33;
	}
a:active,.a:focus{
	color:#000;
	}
a[hreflang]:after{
	content:"\0000a0[" attr(hreflang) "]";
	color:#999;
	background:transparent;
	font-size:x-small;
}

abbr{
	/*text-transform:uppercase;*/
	font-size:85%;
	letter-spacing:.1em;
	font-weight: bold;
	}
acronym, .vcard{
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
	font-weight: bold;
	}
/* abbr[title],acronym[title],dfn[title]{
	cursor:help;
	border-bottom:1px solid black;
}*/
.art_sommaire_petit_cont2{
	margin-top:1em;
	border-top:1px solid #CCC;
	padding-top:1em;
	}
.art_petit_liste{
	float:left;
	position:relative;
}
.art_petit_liste li{
	width:16.2em;
	float:left;
	clear:none;
	float:right;
	}
.art_petit_liste li:first-child{
	float:left;
	width:16em;
	padding-right:1em;
	margin-right:1em;
	border-right:1px solid #CCC;
	}
.backcolor1{
	background:#DDD;
}
.backcolor2{
	background:#CCC;
}
.backcolor3{
	background:#900;
}
.backcolor4{
	background:#666;
}
.backcolor5{
	background:#111;
	}
big{
	font-size:125%;
	line-height:90%;
}
blockquote{
	font-style:italic;
	color:#333;
	text-align:justify;
	background:#EEE;
	padding:1em;
	color:#900;
	border-left:1em solid #BBB;
	border-right:1em solid #BBB;
}
blockquote:before{
	content:"\ab\2005";
	font-size:5em;
	color:#FAA;
	display:inline-block;
	position:absolute;
	margin:0 0 0 -0.65em;
	}
blockquote:after{
	content:"\bb\2005";
	font-size:5em;
	color:#FAA;
	display:inline-block;
	position:absolute;
	margin:-0.4em 4.78em;
}
.blockimage{}
.blocklang{
	position:relative;
	float:left;
	width:auto;
	padding:0;
	vertical-align:middle;
	}
.blocktexteall{
	padding:0.5em 1.5em;
	border:1px solid #CCC;
}
.blocktextemenus{
	padding:0.5em 0.5em 0.5em 1.5em;
	border-bottom:1px solid #CCC;
}
/* Debut modif YRU */
.blocktexte{
	padding:2em;
}
.blocktextepetit{
	padding:0.5em 1.5em;
}
.calendoss{
	background:#FFF;
	position:relative;
	top:-1em;
	text-align:center;
	width:4em;
	padding:0.3em 0;
	float:right;
	margin-left:0.5em;
	text-align:center;
	border:1px solid #CCC;
}
.calendossnj{
	font-size:1em;
	font-weight:normal;
	font-family:PTSansNarrowRegular;
	text-transform:capitalize;
}
.calendossj{
	margin:-0.2em auto;
	font-weight:normal;
	font-family:PTSansCaptionBold;
	line-height:1.2em;
	font-size:2em;
	color:#900;
	}
.calendossm{
	font-size:1em;
	font-weight:normal;
	font-family:PTSansNarrowRegular;
	color:#000;
	text-transform:capitalize;
}
.calendossa{
	margin:-0.2em auto;
	font-weight:normal;
	font-family:PTSansCaptionBold;
	line-height:1.5em;
	font-size:1.2em;
	color:#900;
	}
.caractencadre-spip{
	color:#F60;
	}
.caractencadre2-spip{
	color:#009;
	}
cite,em,dfn{
	font-style:italic;
}
code{
	font-size:110%;
	line-height:80%;
}
/******* Couleurs ************/
.color1{
	color:#333;
	}
.color2{
	color:#333;
	}
.color3{
	color:#CCC;
}
.color4{
	color:#CCC;
	}
.color5{
	color:#FFF;
	}
.spip_code, .spip_cadre{
	color:#900;
	font-family:Courier,"Courier New",monospace;
	}
del{
	text-decoration:line-through;
	}
#descriptif_site_spip{
	position:absolute;
	top:-4.5em;
	width:50em;
}
div.liste.syndic_articles h2.h2{
	margin-top:2em;
}
.div.spip_code, .spip_cadre{
	margin:1em 1em 1em 0;
	width:100%;
	border:1px inset #666;
	background:#ECECEC;
	color:#222;
	}
.ferg{
	text-align:left;
	}
.ferc{
	text-align:center;
	}
.ferd{
	text-align:right;
}
.ferj{
	text-align:justify;
	}
h4.color1{
	border-bottom:1px solid #CCC;
	margin-bottom:0.5em;
}
h4.color2{
	border-bottom:1px solid #CCC;
	padding-top:1em;
	margin-bottom:0.5em;
}
.hentry h2{
	margin-top:0.5em;
	}
hr{
	height:1px;
	background-color:#CCC;
	border:none;
	margin-bottom:0.9em;
}
#hierarchie{
	clear:both;
	margin:1em 0;
	font-size:0.96em;
	border-bottom:1px solid #CCC;
	}
img, .spip_logos{
	padding:0;
	border:none;
	margin:0;
	}
.invisible{
	position:absolute;
	top:-3000em;
	height:1%;
	display:none;
}
ins,dfn{
	border-bottom:1px solid #666;
}
kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea{
	/*font-size:100%;font-weight:normal;font-family:mono-space,monospace;*/}
.meta-publi{
	padding-left:13.5em;
	clear:both;
	margin:1em 0;
}
.meta-publi-petit{
	width:100%;
	clear:both;
	padding:0 0 0.5em ;
	text-align:right;
	}
.nettoyeur{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	border:0;
	line-height:1px;
	font-size:1px;
}
.notes{
	clear:both;
	font-size:0.90em;
	}
p+p{}
/* Modif YRU */
/* p{
	line-height:140%;
	color:#444;
	margin:0;
} */
p{
	line-height:140%;
	color:#000;
	margin:0;
}
/* Fin Modif YRU */
p.petit{
	font-size:0.8em;
	line-height:120%;
}
p.pagination{
	margin-top:1em;
	padding-top:0.5em;
	clear:both;
	text-align:right;
	font-size:0.90em;
	color:#666;
	border-top:1px solid #CCC;
}
.pagination .on{
	color:#666;
	}
#pied img{
	vertical-align:middle;
}
.ps, .notes{
	margin-bottom:2em;
	line-height:1.40em;
	}
pre{
	white-space:pre;
	}
pre *{
	font-size:100%;
	white-space:pre;
	}
/* Modif YRU : slogan du site */
/* #slogan_site_spip{
	position:absolute;
	top:8em;
	left:150px;
	margin:0;
	font-weight:normal;
	color:#900;
	} */
#slogan_site_spip{
	position:absolute;
	left:150px;
	margin:0;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color:#900;
	}
/* Fin modif YRU */
small,sup,sub{
	font-size:85%;
}
.spip_documents_left{
	float:left;
	margin-right:15px;
	margin-bottom:0px;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	display:block;
	border :0;
	line-height :10%}
.spip_documents{}
.spip_documents p{}
.spip_documents_center{
	display:block;
	clear:both;
	width:100%;
	margin:1em auto;
}
.spip_documents_right{f
	loat:right;
	margin-left:15px;
	margin-bottom:5px;
	}
.spip_doc_titre{
	margin-right:auto;
	margin-left:auto;
	font-size:0.90em;
	}
.spip_doc_descriptif{
	clear:both;
	margin-right:auto;
	margin-left:auto;
	font-size:0.90em;
}
.spip_modele{
	float:right;
	display:block;
	padding:1em;
	border:1px solid;
	width:180px;
	}
sub{
	vertical-align:sub;
	}
sup, .super{
	font-size:0.7em;
	text-transform:none;
	vertical-align:0.3em;
	letter-spacing:1px;
}
.surtitre, .soustitre{
	font-size:1.10em;
	color:#555;
}
.texteencadre-spip{
	float:right;
	text-align:justify;
	background:#EEE;
	border:2px solid #CCC;
	margin:0.5em 0 0.5em 1em;
	padding:.5em;
	width:50%;
	}
.texte{
	margin-left: auto;
	margin-right: auto;
	line-height:1.60em;
	font-weight:normal;
	width:90%;
	position:center;
	}
/**manque pas un point ?**/
texte hr{
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}
.texte ol{
	margin-left:2em;
}
.texte p{
	font-size:1.1em;
	line-height:1.36em;
	text-align:justify;
	color:#333;
}
.texte p + p{
	margin-top:0.5em;
	}
.texte ul li ul li
	{
	margin-left:1em;
	}
.unpeubig{
	position:absolute;
	font-size:7em;
	text-align:center;
	left:2em;
}

.auteurs{display:block;
	float:left;
	clear:left;
	}
.widgetsleft{
	left:0.5em;
	top:0.5em;
	position:absolute;
	width:auto;
	height:1em;
	z-index:200;
}
.widgets{
	right:2em
	;top:2em;
	position:absolute;
	width:auto;
	height:1em;
	z-index:200;
	}
.widgetspetit{
	right:2em;
	top:0.5em;
	position:absolute;
	width:auto;
	height:1em;
	z-index:200;
}
.widgetsrecherche{
	right:2em;
	top:2em;
	position:absolute;
	width:auto;
	height:1em;
	z-index:200;
	}
.widgets a, #menus .widgets a:hover{
	background:transparent;
	width:1em;
	border-right:none;
	}
.widgets img:hover{
	background:transparent;
}
.widgetspetit,.widgets img,#perso img{
	vertical-align:middle;
	}
.widgets ul{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}
.widgets ul li{
	position:relative;
	float:left;
	z-index:1000;
}
/*****************************
		Formulaires
******************************/
.formulaire_spip{
	border:0 none;
	clear:both;
	margin-bottom:0.5em;
	padding:0;
	text-align:left;
}

.formulaire_spip label{
	font-weight:normal;
	font-style:normal;
	text-align:left;
	position:relative;
	}	
select,button{
	cursor:pointer;
}
input{
	cursor:text;	
	}
input[type='text'],input[type='password']{
	cursor:text;
	}
input[type='hidden']{
	display:none;
}
textarea,input[type='text'],input[type='password'],select{}
legend{
	color:#900;
	text-align:left;
	}
label{
	font-style:italic;
	text-align:left;
}
fieldset{
	border:none/*1px solid #ccc*/;
	text-align:left;
	}
textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover{}
textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus{}
fieldset ul li{
	width:100%;
	float:left;
	clear:both;
	}
#formulaire_inscription2{}
#formulaire_inscription2 form fieldset ul li{
	margin-bottom:0.5em;
}
#formulaire_inscription2 form fieldset ul li input{
	float:right;
	}
#formulaire_inscription2 form p input{
	float:right;
	}
#formulaire_inscription2 form fieldset ul li textarea{
	float:right;
	}
#formulaire_inscription2 form fieldset ul li .radio{
	float:left;
}
#formulaire_menu_lang{
	width:25em;
	position:absolute;
	right:1em;
	top:-1.8em;
	z-index:10000;
	}
#formulaire_menu_lang label{
	color:#FFF;
	width:14em;
	text-align:right;
	margin-right:1em;
	position:relative;
	top:0.1em;
	float:left;
	font-weight:bold;
}
#formulaire_menu_lang select{
	width:10em;
	position:relative;
	float:right;
	}
	/* Formulaire de recherhe*/
#formulaire_recherche{
	width:100%;
	display: inline;
}
#formulaire_recherche label{
	color: rgb(75, 75, 75);
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1em;
	font-style: normal;
	font:1.4em "Lucida Grande",Lucida,verdana,"Luxi sans","Lucida Sans Unicode",sans-serif;
	}
/*************************
		Listes
**************************/
ol{
	list-style-type:decimal;
	}
ul.liste-items{
	margin:0;
	padding:0;
	list-style:none;
}
ul{
	margin-left: 2%;
	margin-right: 2%;
	padding:0;
}
.menu{
	clear:both;
	text-align:left;
	}
.menu p{
	margin:0;
	padding:0;
}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li{
	margin:0;
	padding:0;
	}
.menu ul li ul{
	margin-left:1em;
	border:0;
}
.menu ul li li{
	padding:0;
	border:0;
}

/***********************************************************
	Mise en forme pour l'impression des articles
***********************************************************/
@media print{
}