/* CSS Document */

/* 												BALISES HTML													 */
/* __________________________________________________________________  */
@font-face {
    font-family: Tahoma;
    src: url('squelettes/polices/Tahoma.ttf');
    font-weight: normal;
}


@font-face {
    font-family: Gotham;
    src: url('squelettes/polices/Gotham-Regular.otf');
    font-weight: normal;
}

@font-face {
    font-family: Gotham;
    src: url('squelettes/polices/Gotham-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: Gotham;
    src: url('squelettes/polices/Gotham-Light.otf');
    font-weight: lighter;
}

@font-face {
    font-family: GothamMedium;
    src: url('squelettes/polices/GothamMedium.otf');
    font-weight: normal;
}

@font-face {
    font-family: GothamMedium;
    src: url('squelettes/polices/GothamMedium.otf');
    font-weight: bold;
}


* {margin: 0; padding: 0;}

html {
	background: #ededed; /* Pour régler le problème d'arrière plan sur les pages d'accueil, il faut mettre l'image d'arrière plan sur la balise html et non sur body.  */
	height: 100%; /* supprimer si pas de centrage vertical */
}

body {
	/* Pour régler le problème d'arrière plan sur les pages d'accueil, il faut mettre l'arrière plan sur la balise html et non sur body.  */
	font-family: Gotham,GothamMedium, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%; /* supprimer si pas de centrage vertical */
	font-size: 100%;
	color: #4d4c4c; /* Couleur du texte par défaut */
}

a:link, a:visited {
	color: #d65100;
}
a:link:hover, a:visited:hover, a:focus, a:active {
	text-decoration: none;
}

a img {border: none;}

a[name] { /* On masque les ancres nommées (lien d'évitement) - NE PAS EFFACER */
	visibility: hidden;/* HACK POUR IE => VOIR FEUILLE DE STYLE spip_ie_home.css */
}

.cloned.panel a[name] { visibility: visible; } /* On corrige le bug des liens qui disparaissent dans les sliders */

h2 {
	color:#6F6F6F;
	font-size:1.3em;
}

/* 														LISTES														 */
/* __________________________________________________________________  */
ul {list-style-type: none;}/* Masquage des puces par défaut - NE PAS EFFACER */

acronym { border: 0; } /* Masquage de la bordure par défaut - NE PAS EFFACER */


/* 											ACCESSIBILITE 														*/
/* __________________________________________________________________  */

#liensevitement { /* Block contenant les liens d'evitement */
	text-align: center;
	padding: 5px 0;
	color: white;
	font-size: 0.6em;
	background-color: #c20012;
	margin: 0 auto;
	width: 1184px;

}
#liensevitement li {
	display: inline;
}

#liensevitement a { /* Les liens d'evitement */
	color: #d44d5a; /* Même couleur que le background du body */
	text-decoration: none;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d'evitement */
	color: #294590;
}

.access { /* Masque un contenu (affichage écran) */
    height: 0 !important;
    left: -2000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -2000px !important;
    width: 0 !important;
}

/* 											STRUCTURE DE LA PAGE 										*/
/* __________________________________________________________________  */


/* 											CONTENEUR GLOBAL												 */
/* __________________________________________________________________  */
#floater { /* Pour le centrage vertical */
	position: relative;
	float :left;
	height: 50%;
	margin-bottom: -550px; /* moitié de la hauteur du bloc à centrer */
	width: 1px;
}

#conteneur {
	position: relative;
	clear: left;
	width: 1280px;
	min-height: 945px; /* hauteur de la page d'accueil à centrer verticalement */

	margin: 0 auto;
	z-index: 1;
	text-align: left;
	overflow: hidden; /* Ne pas supprimer : utilise si on veut un margin entre le footer et le bas de la page (sous ie) */
}


/* 															BANDEAU													 */
/* __________________________________________________________________  */

#bandeau_home {
	/* height: px;		!!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
/*	background: no-repeat top right #ffffff;*/
}

h1 {
}

h1 img {
	margin: 0px 0 0 73px;
	position: absolute;
	top: 0;
}


/* 									TAILLE DES POLICES 											*/
/* __________________________________________________________________  */
#taillepolice {
    display: inline-block;
}
#taillepolice li, #taillepolice li img {
    display: inline;
    vertical-align: middle;
}

/* 									MENU DE LANGUES 											*/
/* __________________________________________________________________  */
#menulangue {
	
}

#menulangue li {
	display: inline-block;
}

/* 									NAVIGATION + RECHERCHE 											*/
/* __________________________________________________________________  */

/*#navigation {
	height: 80px;
	background: #c20012;
	margin: 0 auto;
	width: 1184px;
}*/

/*popup*/

#pop{
	position: absolute;
	z-index: 99999999999999;
	top: 0 !important;
	color: white;
	background: orange;

}

#cerrar{
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 50%;
	background-color: #C20012;
	margin: 10px 0;
}

#flash_info{
	padding: 0 0 10px;
}

#flash_info h2{
	color: white;
}

#flash_info p{
padding: 10px;
}

/* 										FORMULAIRE DE RECHERCHE										 */
/* __________________________________________________________________  */
.iconsearch{
	position: absolute;
	top: 40px;
	right:110px;
	cursor: pointer;

}

form#formrecherche {  /* Formulaire */
	padding: 0;
	width: 912px;
	display: inline;
	background: #eaeaea;
	position: absolute;
	z-index: 999;
	right: 60px ;
	text-align: right;
	height: 70px
}
#formrecherche div {  /* Formulaire */
	/* background: url(squelettes/images/home_bg_recherche.gif) no-repeat left; */
	padding:10px;
	margin: 15px 0 0 25px;
}

#formrecherche input {
	vertical-align: middle;
	border: none;
	width: auto;

}

#formrecherche input#recherche { /* Champ de saisie */
	color: #c2c2c2;
	font-size: 1.2em;
	width: 300px;
	/* Pour centrer verticalement le texte sous ie !!
	min-height: 17px;
	line-height: 17px;
	*/
		border-bottom: solid 1px #c2c2c2;
		height: 26px;

	background: #eaeaea;
	font-family: Arial, Helvetica, sans-serif; /* copier cette ligne sur le input recherche de spip_styles_public.css (page interieure) */

}

form#formrecherche input#recherche:focus { /* Changement de la couleur de fond des champs de saisie au focus, pas reconnu par IE */
	background: #eaeaea;
}

#formrecherche input#bouton_ok { /* Bouton de validation */
	padding: 0 10px 0 15px;
}

.triangle{
	position: relative;
	top: -43px;
	right: -323px;
}

/* 												MENU PRINCIPAL 												*/
/* __________________________________________________________________  */
ul#nav_principale {
	position: relative;
	height:70px;
	background-color: #c20012;
	margin: 0 auto;
  width: 937px;
  padding-left: 247px;
  font-family:Tahoma;
}

ul#nav_principale li {
	display: inline;
	background-color: #c20012;
	margin-right: 15px;
}

#nav_principale > li:first-child {
	margin-left: 20px;
}

ul#nav_principale li a:link, ul#nav_principale li a:visited {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	text-transform: uppercase;
	font-family: Tahoma;
}
ul#nav_principale li a:link:hover ,ul#nav_principale li a:visited:hover, ul#nav_principale li a:active, ul#nav_principale li a:focus {
	color: #000000;
}

.slicknav_menu{
	display: none;
}


/* 											CONTENU EXTENSIBLE											 */
/* __________________________________________________________________  */

#block_contenu {
/*	background: url(squelettes/images/effacer_bg_block_contenu.png) repeat-y;*/
	margin: 0 auto;
	width: 1150px;
}

/* 											COLONNE GAUCHE													 */
/* __________________________________________________________________  */
#colonne_gauche {
	float: left;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	width: 201px;
	background: #fff;
}

/* VIE PRATIQUE */
h2.titreviepratique {
	background: #439ab3 url(squelettes/images/effacer_picto_h2viepratique.gif) no-repeat 16px 0.62em;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin: 12px 0 0 0;
	padding: 8px 0 5px 43px;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
}

ul.listeviepratique {
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #f4f4f4;
	padding: 18px 14px 20px 20px;
}

ul.listeviepratique li {
	border-bottom: 1px dashed #dbdbdb;
}
ul.listeviepratique li a:link, ul.listeviepratique li a:visited {
	color: #6f6e6e;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background: url(squelettes/images/effacer_picto_viepratique.gif) no-repeat 0 0.8em;
	padding: 5px 0 3px 12px;
}
ul.listeviepratique li a:link:hover, ul.listeviepratique li a:visited:hover, ul.listeviepratique li a:active, ul.listeviepratique li a:focus {
	color: #007799;
	text-decoration: underline;
	background: url(squelettes/images/effacer_picto_viepratique-over.gif) no-repeat 0 0.8em;
}

/* RESTER INFORME */
h2.titreinfo {
/*	background: #f7f7f7 url(squelettes/images/effacer_picto_h2info.gif) no-repeat 16px 0.62em;*/
	margin: 12px 0 30px; 0;
	padding: 8px 0 11px 43px;
	color: #333333;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
}

ul.listeinfo {
	background: #f7f7f7;
	padding: 0 0 3px 0;
}

ul.listeinfo li {
	background: #e3e3e3;
	margin: 2px 0;
	padding: 0 14px 0 20px;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
}
ul.listeinfo li a:link, ul.listeinfo li a:visited {
	color: #313131;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background: url(squelettes/images/effacer_picto_viepratique.gif) no-repeat 0 0.5em;
	padding: 1px 0 1px 12px;
}
ul.listeinfo li a:link:hover, ul.listeinfo li a:visited:hover, ul.listeinfo li a:active, ul.listeinfo li a:focus {
	color: #007799;
	text-decoration: underline;
	background: url(squelettes/images/effacer_picto_viepratique-over.gif) no-repeat 0 0.5em;
}

/*													 NEWSLETTER													 */
/* __________________________________________________________________  */
h2.newsletter {
	background: #439ab3;
	margin: 27px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	padding: 3px 0 5px 0;
}

#news { /* Formulaire ou div si absence de formulaire */
	background: #dfdfdf;
	padding: 10px 0 20px 11px;
}
#news fieldset {
	border: none;
}
#news legend, #news label.label_mail {
	display: none;
}

#news label, #news input {
	vertical-align: middle;
	border: none;
	width: auto;
}

#news label {
	font-size: 0.7em;
	color: #4d4c4c;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */

	display: inline-block;
	width: 100px !important;
	float: right;
}

#news input#email { /* Zone de saisie du mail */
	color: #4c4c4c;
	font-size: 0.8em;
	width: 152px;
	text-align: left;
	border: 1px solid #7298a3;
	/* background: transparent; */
}
.choix { /* S'abonner/ Se désabonner */
	margin: 0;
	padding: 0;
}

.reponsenews { /* Messages d'erreur et de confirmation */
	color: #FF0000;
	font-size: 0.7em;
	padding: 5px 0;
	display: block;
}

.formulaire_erreur, .erreur, .formulaire_ok {
	font-size: 0.9em;
}

.formulaire_erreur, .formulaire_ok {
	padding: 10px 0 0 0;
}


/* 											COLONNE CONTENU												 */
/* __________________________________________________________________  */

#colonne_contenu {
	float: left;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	width: 1150px;
/*	padding: 0 23px 0 26px;*/
}

/* 										SQUELETTE SOMMAIRE_A_LA_UNE								 */
/* __________________________________________________________________  */
/*
Utilisé par la page sommaire
*/

h2.une {
	margin: 23px 0 27px 0;
	padding: 0 0 0 10px;
	color: #333333;
	border-bottom: 1px solid #d2d2d2;
	border-left: 6px solid #758f96;
	font-size: 1.5em;
	font-weight: normal;
}

div.une {
	clear: both;
	overflow: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DES VIGNETTES */

.block_photo_une {  /* Image evenement */
	float: left;
	display: inline;
	margin: 0 14px 5px 0;
	width: 252px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DE TEXTE */

.zone_texte_une { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	display: inline;
	width: 235px;
	float: left;
}

.date_une { /* Date evenement */
	color: #439AB3;
	margin: 0;
	font-size: 0.8em;
}

.zone_texte_une h3 { /* Titre evenement lien */
	font-size: 0.8em;
	background: url(squelettes/images/effacer_pictotitre.gif) no-repeat 0 0.3em;
	color: #4d4c4c;
	padding: 0 0 0 16px;
}

.zone_texte_une h3 a:link:hover, .zone_texte_une h3 a:visited:hover, .zone_texte_une h3 a:active, .zone_texte_une h3 a:focus {} /* Titre evenement lien hover */

.texte_une { /* Texte evenement */
	font-size: 0.8em;
	background: url(squelettes/images/effacer_pictotexte.gif) no-repeat 0 0.6em;
	text-indent: 10px;
	margin: 13px 0;
}
.suite_une a { /* Lien lire la suite */
	font-size: 0.8em;
	font-weight: bold;
	background: url(squelettes/images/effacer_pictosuite.gif) no-repeat 100% 50%;
	padding: 0 20px 0 0;
}
.suite_une a:hover { /* Lien lire la suite */
	background: url(squelettes/images/effacer_pictosuite-over.gif) no-repeat 100% 50%;
}

/* 								SQUELETTE SOMMAIRE_LAST_ACTUS 									*/
/* __________________________________________________________________  */
/*
Utilisé par la page sommaire
*/

h2.actus {
	margin: 23px 0 20px 20px;
	padding: 0 0 0 10px;
	color: #333333;
	font-size: 40px;
	font-family: GothamMedium;
	font-weight: normal;
}

h2.actus span{
color: #b8b8b8;
}

.last_actus { /* Block 1 actualites */
	margin: 0;
	padding: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DES VIGNETTES */

.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0 5px 0 0;
	width: 275px;
	z-index: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DE TEXTE */

.zone_texte_actu { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 225px;
	float: left;
	padding-left: 20px;
	overflow: hidden !important;
	font-family: Tahoma;
}

.date_actu { /* Date actu */
	color: #439AB3;
	margin: 0 0 5px 0;
	font-size: 0.8em;
	position: absolute;
	z-index: 9999;
	width: 163px;
	height: 136px;
	background-image: url(squelettes/images/dateactusBG.png);
	top: 0;
	color: white;
	
}

.date_actu span{
	display: block;
	text-transform: uppercase;
	font-family: Tahoma;

}

.jourdate{
	display: inline-block;
	padding: 10px 0 0 15px;
		font-size: 30px;
		letter-spacing: 1px;
		font-weight: normal;
}

.jourdate hr{
	display: inline-block;
	width: 25px;
	vertical-align: bottom;
	color: white;
	opacity: 0.5;
	}

.moisdate{
	display: block;
	padding: 0 0 0 15px;
	font-size: 14px;
}

.anneedate{
	display: block;
	padding: 0 0 0 15px;
	font-size: 14px;
}

.zone_texte_actu h3 { /* Titre actu lien */
	font-size: 16px;
	color: #4d4c4c;
	font-family: tahoma;
}

.zone_texte_actu h3 a:link:hover, .zone_texte_actu h3 a:visited:hover, .zone_texte_actu h3 a:active, .zone_texte_actu h3 a:focus {} /* Titre actu lien hover */

.texte_actu { /* Texte actu */
	font-size: 14px;
/*	text-indent: 10px;*/
	margin: 8px 0;
	line-height: 24px;
}
.suite_actu {
	position: relative;
	margin: 0 15%;
}
.suite_actu a { /* Lien lire la suite */
	font-size: 0.7em;
	font-weight: normal;
	padding: 5px 8px;
	text-decoration: none;
	border:solid 1px black;
	text-transform: uppercase;
	margin-top: 35px;
	display: block;
	width: 135px;
	text-align: center;
	color: black;
	font-family: Tahoma;
	font-weight: bold;
}
.suite_actu a:hover { /* Lien lire la suite */
	color: grey;
}


/* 													COLONNE DROITE											 */
/* __________________________________________________________________  */

#colonne_droite {
	float: right;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	width: 181px;
	padding: 0 11px;
}

/* 										TAGCLOUD										 */
/* __________________________________________________________________  */
h2.tagcloud {
	color: #0b72b5;
	font-family: verdana;
	font-size: 1em;
	text-align: center;
	margin: 10px 0;
}

/* 												TABLEAU AGENDA												 */
/* __________________________________________________________________  */
#agenda {
	margin: 14px 0 24px 0;
	padding: 8px 22px 14px 20px;
	border: 1px solid #d6dee0;
	background: #ffffff;
}

#agenda h2 {
	margin: 0 0 11px 0;
	padding: 0 0 0 10px;
	color: #333333;
	border-bottom: 1px solid #d2d2d2;
	border-left: 6px solid #758f96;
	font-size: 1.5em;
	font-weight: normal;
}
/* __________________________________________________________________  */
/* 																														 */
/* Les styles du tableau se trouvent dans /plugins/abcalendrier/abcalendrier.css */
/* 																														 */
/* __________________________________________________________________  */


/* 									SQUELETTE SOMMAIRE_LAST_EVMNTS							 */
/* __________________________________________________________________  */
/*
Utilisé par la page sommaire
*/

h2.evmnt {
	margin: 0 0 18px 21px;
	padding: 0 0 0 10px;
	color: #333333;
	border-bottom: 1px solid #d2d2d2;
	border-left: 6px solid #758f96;
	font-size: 1.5em;
	font-weight: normal;
}

.last_evmnt { /* Block 1 evenement */
	margin: 0 0 5px 6px;
	clear: both;
	border-bottom: 1px solid #d2d2d2;
	padding: 14px 0 20px 0;
	overflow: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DES VIGNETTES */

.block_photo_evmnt {  /* Image evenement */
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	width: 75px;
	display: none; /* !!!! SUPPRIMER CETTE LIGNE !!!! */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DE TEXTE */

.zone_texte_evmnt { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	display: inline;
	width: 175px;
	float: left;
}

.date_evmnt { /* Date evenement */
	color: #439ab3;
	margin: 0;
	font-size: 0.7em;
	background: url(squelettes/images/effacer_pictodate.gif) no-repeat 0 0.4em;
	padding: 0 0 0 11px;
}

.zone_texte_evmnt h3 a:link, .zone_texte_evmnt h3 a:visited { /* Titre evenement lien */
	font-size: 0.7em;
	color: #0b5368;
}

.zone_texte_evmnt h3 a:link:hover, .zone_texte_evmnt h3 a:visited:hover, .zone_texte_evmnt h3 a:active, .zone_texte_evmnt h3 a:focus {color: #d75100;} /* Titre evenement lien hover */

.texte_evmnt { /* Texte evenement */
	font-size: 0.8em;
	display: none; /* !!!! SUPPRIMER CETTE LIGNE !!!! */
}
.suite_evmnt a { /* Lien lire la suite */
	font-size: 0.8em;
	color: #5F5F5F;
	display: none; /* !!!! SUPPRIMER CETTE LIGNE !!!! */
}

/* 								SQUELETTE LAST_ACTU_EVMNT											 */
/* __________________________________________________________________  */
/*
Utilisé par la page sommaire
*/

h2.actuevmnt {
	margin: 0 0 18px 21px;
	padding: 0 0 0 10px;
	color: #333333;
	border-bottom: 1px solid #d2d2d2;
	border-left: 6px solid #758f96;
	font-size: 1.5em;
	font-weight: normal;
}

.last_actuevmnt { /* Block 1 evenement */
	margin: 0 0 5px 6px;
	clear: both;
	border-bottom: 1px solid #d2d2d2;
	padding: 14px 0 20px 0;
	overflow: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DES VIGNETTES */

.block_photo_actuevmnt {  /* Image evenement */
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	width: 75px;
	display: none; /* !!!! SUPPRIMER CETTE LIGNE !!!! */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DE TEXTE */

.zone_texte_actuevmnt { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	display: inline;
	width: 175px;
	float: left;
}

.date_actuevmnt { /* Date evenement */
	color: #439ab3;
	margin: 0;
	font-size: 0.7em;
	background: url(squelettes/images/effacer_pictodate.gif) no-repeat 0 0.4em;
	padding: 0 0 0 11px;
}

.zone_texte_actuevmnt h3 a:link, .zone_texte_actuevmnt h3 a:visited { /* Titre evenement lien */
	font-size: 0.7em;
	color: #0b5368;
}

.zone_texte_actuevmnt h3 a:link:hover, .zone_texte_actuevmnt h3 a:visited:hover, .zone_texte_actuevmnt h3 a:active, .zone_texte_actuevmnt h3 a:focus {color: #d75100;} /* Titre evenement lien hover */

.texte_actuevmnt { /* Texte evenement */
	font-size: 0.8em;
	display: none; /* !!!! SUPPRIMER CETTE LIGNE !!!! */
}
.suite_actuevmnt a { /* Lien lire la suite */
	font-size: 0.8em;
	color: #5F5F5F;
	display: none; /* !!!! SUPPRIMER CETTE LIGNE !!!! */
}


/* 												FLASH INFOS DEFILANT														 */
/* __________________________________________________________________  */
#block_infosflash {
	width: 219px;
	margin: 3px 0 0 39px;
}

#infoflashnoscript {
	height: 22px;
	overflow: auto;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 0.7em;
	padding: 0 20px;
}

.lireinfo  {
	text-align: right;
	font-size: 0.7em;
	margin: 6px 0 0 0;
	clear: both;
}
.lireinfo a {
	color: #c95100;
	padding: 0;
}

/*SLIDER accueil*/

.Slideralaune{
	width: 550px;
	height: 550px;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
  position: relative;
    margin-top: -150px;
    margin-right: 38px;
}

.buttonactusagenda{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 275px;
	background-color: transparent;
	padding-top: 20px;
}

.buttonactusagenda a{
	display: block;
	padding: 10px 0;
	background-color: #eaeaea;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	width: 235px;
	z-index: -1;
	margin: 0 auto;
	font-family: Tahoma;
	font-weight: bold;

}

.actuslider{
	margin-bottom: 8px !important;
}

.agendaslider{
	margin-bottom: 20px !important;	
}


/*SQUELETTE SOMMAIRE infos pratiques*/

.titreInfosPratiques{
	margin-top: 50px !important;
	font-weight: normal;
	font-family: GothamMedium;
}

.listpicto{
	width: 170px;
	height: 170px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 50px;
}

.listpicto:first-child{
	margin-left: 0px;
}

.hoverpic{
position: absolute;
display: none;
}


.listpicto:hover .hoverpic{
	display: inline;
}

.pictoIP{
	width: 170px;
	height: 170px;
}


/*SQUELETTE SOMMAIRE 4 infos*/

#container4infos{
  height: 550px;
  width: 550px;
  display: inline-block;
  position: relative;
  margin-top: -150px;
}

#container4infos div{

}

.carteblock{
	background-image: url(squelettes/images/carto_accueil.jpg);
	height: 275px;
	width: 275px;
	float: left;
}

.museeblock{
	background-image: url(squelettes/images/musee.jpg);
	height: 275px;
	width: 275px;
	float: right;
}




.journalblock{
	height: 275px;
	width: 275px;
	background-color: #2e2e2e;
	float: left;
	text-align: center;
	font-size: 12px;
}

.journalblocktitle{
	margin-top: 25px;
	font-size: 24px;
	font-family: GothamMedium;
	color: white;
	font-weight: lighter;
}

.journalblock a{
	padding: 10px;
	text-decoration: none;
	color: white !important;
	border: solid 1px #929292;
	display: inline-block;
	margin-bottom: 10px;
	font-family: GothamMedium;
}

.textjournal{
	display: inline-block;
	width: 45%;
	vertical-align:top;
	color: white;
}

.journalimg{
	display: inline-block;
	width: 45%
}

.journalblocktitle span{
color: #929292;
}

.lienjournalconsul{
	margin-top: 10px;
}

.infomairieblock{
	background-image: url(squelettes/images/horaires.jpg);
	height: 275px;
	width: 275px;
	float: right;
	text-align: center;
	color: black
}

.infomairietitle{
	margin-top: 25px;
	font-size: 24px;
	font-family: GothamMedium;
	color: black;
	font-weight: normal;
}

hr{
	color:  white;
	width: 105px;
	text-align: center;
	margin: 10px auto 18px;
	
	opacity: 0.8;
}


.textinfomairie{
	padding: 0 40px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}

.liencontact{
	padding: 5px;
	border: solid 1px white;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color:black !important;
	margin-bottom: 5px;
	font-size: 14px;
}

.textinfomairie strong{
	color: black;
	font-family: GothamMedium;
	font-weight: normal;
}


/* 												PIED DE PAGE													 */
/* __________________________________________________________________  */
#footer { /* Block pied de page */
	text-align: left;
	clear: both;
	font-size: 0.8em;
	background-color: #cecece;
	margin-bottom: 30px;
	height: 112px;
	width: 1150px;
	margin: 30px auto;
	font-family: Tahoma;
}

.footerInfos-gauche{
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 0 30px;
	width: 500px;
}

.pinfos{
	display: inline-block;
	vertical-align: top;
		padding-right: 15px;
	border-right: solid 1px #585858;
}

.pinfos a{
	color: #4d4c4c;
	text-decoration: none;
}
.pinfos a:hover,.pinfos a:focus,.pinfos a:active {
	text-decoration: underline;
}

.phoraires{
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding-left: 15px;
	line-height: 20px;

}

.footerInfos-droite{
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0 0;
	text-align: right;
}

.lienjournal{
	display: inline-block;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none !important;
	color: black !important;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	color: #585858 !important;
}

.footerInfos-droite .lienjournal{
		display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
	 margin-right: 45px;
	text-align: center;
	background-color: #eaeaea;
	text-decoration: none;
	color: black !important;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}

.lienExtranet{
	display: inline-block;
	height: 100px;
	background-color: #ffffff;
	width: 270px;
	float: right;
}


ul#menu_divers li { /* Liste */
	display: inline;
	color: #313131;
	text-transform: uppercase;
}
ul#menu_divers a:link, ul#menu_divers a:visited {
	color: #313131;
	font-weight: normal;
	text-decoration: none;
}
ul#menu_divers a:link:hover, ul#menu_divers a:visited:hover, ul#menu_divers a:active, ul#menu_divers a:focus, ul#menu_divers a.actif {
	text-decoration: underline;
	color: #fff;
}



/* 							SURVOL SUR LES BLOCS													 */
/* __________________________________________________________________  */
.survol {
	cursor: pointer;
}
.survol {
	/*Fading*/
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;

	/* Border-Radius */
	-webkit-border-radius: 11px 11px 11px 0px;
	-moz-border-radius: 11px 11px 11px 0px;
	border-radius: 11px 11px 11px 0px;

	behavior: url("squelettes/js/PIE/PIE.htc");
}

.survol a {
	text-decoration: none;
}

.survol img {
	opacity: 0.75;
}


/* 															DIVERS													 */
/* __________________________________________________________________  */

/* pour "pousser" si presence de float */
.clear {
	clear: both;
	line-height: 1px;
	font-size: 0;
}

.float_left {float: left;}/* Flottant à gauche */
.float_droite {float: right;}/* Flottant à droite */

/* 															AVERTISSEMENT CNIL TRACEUR GOOGLE ANALYTICS													 */
/* __________________________________________________________________  */

.popup_cookies a {
	color:#fff !important;
}

.closePopup {
	/*float: right;*/
	margin: 0 0 0 30px;
}







  #cookie-banner {
    bottom: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
  }
  .popup_cookies {
    padding: 20px 0;
    margin: 0 auto;
    background: #49494a;
    color: #fff;
    display: inline-block;
	width : 100%; /*1210px;*/
	  /* Opacity */
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
	  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	  filter: alpha(opacity=90);
  }