/*  --------#formulaire_recherche input[type="image"]:hover {
   background:url('recherche_2.png') no-repeat right ;-------
/*  Habillage du formulaire de recherche perso
/*  --------------------*/
 
#formulaire_recherche{position:relative; top : -140px;right:110px;border: 1px solid grey;}


#formulaire_recherche input[type="text"] {border:hidden;}

/*  Picto Réseaux sociaux à 32 px   */

.socialtags img {
	float: none;
	width: auto;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}


/*  Taille du texte des articles en plus gros */

.description p {margin: 10px 0 30px; font-size: 1.4em; line-height: 1.2em;}


/*  Taille du texte de l'Edito de bienvenue inchangée pour les articles importés (exemple:les horaires) */

#edito.article p {font-size: 1em;margin:5px 0 0 0;}


/*  Taille du texte du chemin dans les articles  */

.chemin {font-size:1.4em;}


/*  Taille du texte des articles de l'Agenda en plus gros */
div#agen_art_rmo {margin: 0 10px 0 10px;font-size: 1.4em; line-height: 1.2em;}

/*  Taille du texte de l'article Toutes les dates de Agenda en plus gros */
div#agen_rub_rmo {margin: 0 10px 0 10px;font-size: 1.4em; line-height: 1.2em;}


#slideshow{overflow:hidden;width:280px;margin-left:0px;}
#slideshow img{width:280px !important;height:auto !important;padding-left:0px;padding-top:0px;}
#slideshow ul{display: table;width:1400px;padding-left:0%;
-webkit-animation:sContent 40s ease 0s infinite;
-moz-animation:sContent 40s ease 0s infinite;
-ms-animation:sContent 40s ease 0s infinite;
-o-animation:sContent 40s ease 0s infinite;
animation:sContent 40s ease 0s infinite;
}
#slideshow ul li{display: table-cell;width:280px;height:395px;list-style:none;}

@-webkit-keyframes sContent{
5%,20%{margin-left:0px;}
25%,40%{margin-left:-280px;}
45%,60%{margin-left:-560px;}
65%,80%{margin-left:-840px;}
85%,99.99%{margin-left:-1120px;}
}
@-moz-keyframes sContent{
5%,20%{margin-left:0px;}
25%,40%{margin-left:-280px;}
45%,60%{margin-left:-560px;}
65%,80%{margin-left:-840px;}
85%,99.99%{margin-left:-1120px;}
}
@-ms-keyframes sContent{
5%,20%{margin-left:0px;}
25%,40%{margin-left:-280px;}
45%,60%{margin-left:-560px;}
65%,80%{margin-left:-840px;}
85%,99.99%{margin-left:-1120px;}
}
@-o-keyframes sContent{
5%,20%{margin-left:0px;}
25%,40%{margin-left:-280px;}
45%,60%{margin-left:-560px;}
65%,80%{margin-left:-840px;}
85%,99.99%{margin-left:-1120px;}
}
@keyframes sContent{
5%,20%{margin-left:0px;}
25%,40%{margin-left:-280px;}
45%,60%{margin-left:-560px;}
65%,80%{margin-left:-840px;}
85%,99.99%{margin-left:-1120px;}
}