/* ' CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


/* 												BALISES HTML													 */
/* __________________________________________________________________  */
* {margin: 0; padding: 0;}

html {
	background: #fff url('squelettes/images/bg_degrade_bandeau.png') repeat-x; /* 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: 'Open Sans',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;
	color: #9d1f01;
}

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 */
	margin: 0;
	color: #7f7f7f;
	font-size: 0.6em;
}
#liensevitement li {
	display: inline;
}

#liensevitement a { /* Les liens d'evitement */
	color: #7f7f7f; /* M�me couleur que le background du body */
	font-family: Tahoma, Arial;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d'evitement */
	color: #4d4c4c;
}

.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 										*/
/* __________________________________________________________________  */

/* 															BANDEAU													 */
/* __________________________________________________________________  */


/* Diaporama */

#header { 
	height:373px;
}

.headerimg {
	
		
			background-image: url('IMG/jpg/3.jpg');
		
		
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	min-width: 1198px;
	height:373px;
	position:absolute; top: 0;
	z-index: 1;

}

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:0; margin:0 auto; width:500px; z-index: 99; float: right;}
/*#headernav { padding-left: 1070px; }*/

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background:url("squelettes/images/btn_back.png") no-repeat; }
#next { background:url("squelettes/images/btn_next.png") no-repeat; }
#control { background:url("squelettes/images/btn_pause.png") no-repeat; }



#block_bandeau_home {
	background: url('squelettes/images/masque_diapo.png') no-repeat top center;
	padding: 11px 0 0 0;
	min-width: 1198px;
	position: relative;
	z-index: 98;
}

#bandeau_home {
	min-height: 362px;
	width: 1198px;
	margin: 0 auto 0 auto;
	text-align: left;
}


h1 {
	height: 116px;
	width: 416px;
	margin: 94px 0 0 0;

}


/* 									NAVIGATION + RECHERCHE 											*/
/* __________________________________________________________________  */
.slicknav_menu{
	display: none;
}

#nav_principale_responsive, #nav_principale_responsive_mobile {
	display: none;
}


#navigation {
	width: 1275px;
	margin: 0 auto;
}

#navigation:after {
  content: ""; /* Important, sinon l'�l�ment n'est pas g�n�r�. */
  display: table;
  clear: both;
}

/* 												MENU PRINCIPAL 												*/
/* __________________________________________________________________  */
ul#nav_principale {
	width: 1060px;
	float: left;
	display: inline;
}

ul#nav_principale > li {
	display: inline;
	height: 85px;
}
ul#nav_principale > li > a:link, ul#nav_principale > li > a:visited {
	font-weight: bold;
	text-align: center;
	color: #8c189d;
	min-width: 92px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour � la ligne automatique */
	text-transform: uppercase;
}
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: #fff;*/
	text-decoration: underline;
}

/* 										FORMULAIRE DE RECHERCHE										 */
/* __________________________________________________________________  */
form#formrecherche {  /* Formulaire */
	padding: 0;
	margin: 0 0 0 2px;
	width: 213px;
	float: left;
	display: inline;
	background: transparent;
}
#formrecherche div {  /* Formulaire */
	/* background: url(squelettes/images/home_bg_recherche.gif) no-repeat left; */
	padding: 0;
	margin: 31px 0 0 0;
}

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

#formrecherche input#recherche { /* Champ de saisie */
	color: #000;
	font-size: 0.8em;
	width: 188px;

	text-align: left;
	min-height: 25px;
	line-height: 25px;
	background: transparent;
	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: #f6f6f6;
}

/* 											CONTENU EXTENSIBLE											 */
/* __________________________________________________________________  */
#conteneur {
	background: url('squelettes/images/bg_contenu_home.png');
	text-align: left;
}

#conteneur:after {
  content: ""; /* Important, sinon l'�l�ment n'est pas g�n�r�. */
  display: table;
  clear: both;
}

#block_contenu {
	width: 1198px;
	margin: 0 auto;
}

#block_contenu:after {
  content: ""; /* Important, sinon l'�l�ment n'est pas g�n�r�. */
  display: table;
  clear: both;
}

/* 											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: 878px;
	margin: 0 0 44px 0;
}

/* Anything slider */
.bloc_anythingslider_alaune{
	background: url('squelettes/images/bg_une.png') repeat-x bottom;
	padding: 0 8px 8px 8px;
	/* Border-Radius */
	-webkit-border-radius: 0 0  5px 5px;
	-moz-border-radius: 0 0  5px 5px;
	border-radius: 0 0  5px 5px;
}

h2.actus {
	margin: 28px 0 34px 0;
	padding: 0;
	color: #464646;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	background: url('squelettes/images/a_la_une_bg.png') no-repeat top center;
}

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

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

.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0 60px 0 0;
	width: 400px;
}
.date_actu { /* Date actu */
	color: #fff;
	padding: 7px 28px 8px 25px;
	font-size: 0.8em;
	background: #ff9e16;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left: 0;

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

.date_actu strong { /* Date actu */
	font-size: 1.4em;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~ 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: 340px;
	float: left;
	height: 240px;
	overflow: auto;
}

.zone_texte_actu h3 { /* Titre actu lien */
	font-size: 1em;
	color: #e89d2c;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.1em;
}

.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 {color: #e89d2c;} /* Titre actu lien hover */

.texte_actu { /* Texte actu */
	font-size: 1em;
	line-height: 1.35em;
	margin: 10px 0;
	color: #000;
}
.suite_actu a { /* Lien lire la suite */
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	color: #ff9e16; 
	padding: 0;
}
.suite_actu a:hover { /* Lien lire la suite */

}

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

h2.evmnt {
	margin: 33px 0 -6px 0;
	padding: 12px 0 10px 0;
	color: #8c189d;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	background: url('squelettes/images/agenda_bg.png') no-repeat top center;
}

#block_agenda {
	padding: 26px 0 55px 36px;
	background: #fff;
}

#block_agenda:after {
  content: ""; /* Important, sinon l'�l�ment n'est pas g�n�r�. */
  display: table;
  clear: both;
}

.last_evmnt { /* Block 1 evenement */
	margin: 0;
	min-height: 273px;
	background: url('squelettes/images/filet_agenda.png') no-repeat top right;	
	float: left;
	margin: 0 29px 0 0;
	padding: 0 29px 0 0;
	width: 230px;
	position: relative;
}

.last_evmnt:last-child { /* Block 1 evenement */
	background: none;
	margin: 0;
}

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

.block_photo_evmnt {  /* Image evenement */
	margin: 0 0 3px 0;
	min-height: 130px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ 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 */
}

.date_evmnt { /* Date evenement */
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	padding: 3px 0;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #66287c;
	width: 220px;
	text-transform: uppercase;
}

.zone_texte_evmnt h3 { /* Titre evenement lien */
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	color: #753d89;
}

.texte_evmnt { /* Texte evenement */
	font-size: 0.8em;
	color: #191919;
	line-height: 1.4em;
	margin: 8px 0 18px 0;
}
.suite_evmnt a { /* Lien lire la suite */
	font-size: 0.8em;
	color: #5F5F5F;
}

/* 													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: 250px;
	padding: 0 0 0 70px;
	margin: 0 0 44px 0;
}

/* En un clic */

#enunclic {
	margin: 30px 0 0 0;
}

#enunclic li {
	background: url('squelettes/images/filet_enunclic.png') no-repeat bottom right;
}
#enunclic li:last-child {
	background: none;
}

#enunclic li a {
	padding: 7px 0 13px 46px;
	text-transform: uppercase;
	color: #606060;
	font-weight: bold;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: .95em;
}

#enunclic li a:hover, #enunclic li a:focus, #enunclic li a:active  {
	color: #2f2f2f;
	text-decoration: underline;
}

#enunclic li.art209 a { background-image: url('squelettes/images/picto_art209.png'); }
#enunclic li.art210 a { background-image: url('squelettes/images/picto_art210.png'); }
#enunclic li.art272 a { background-image: url('squelettes/images/picto_art272.png'); }
#enunclic li.art211 a { background-image: url('squelettes/images/picto_art211.png'); }
#enunclic li.art212 a { background-image: url('squelettes/images/picto_art212.png'); }
#enunclic li.art213 a { background-image: url('squelettes/images/picto_art213.png'); }

#enunclic li.art209 a:hover, #enunclic li.art209 a:focus, #enunclic li.art209 a:active { background-image: url('squelettes/images/picto_art209_on.png'); }
#enunclic li.art210 a:hover, #enunclic li.art210 a:focus, #enunclic li.art210 a:active { background-image: url('squelettes/images/picto_art210_on.png'); }
#enunclic li.art272 a:hover, #enunclic li.art272 a:focus, #enunclic li.art272 a:active { background-image: url('squelettes/images/picto_art272_on.png'); }
#enunclic li.art211 a:hover, #enunclic li.art211 a:focus, #enunclic li.art211 a:active { background-image: url('squelettes/images/picto_art211_on.png'); }
#enunclic li.art212 a:hover, #enunclic li.art212 a:focus, #enunclic li.art212 a:active { background-image: url('squelettes/images/picto_art212_on.png'); }
#enunclic li.art213 a:hover, #enunclic li.art213 a:focus, #enunclic li.art213 a:active { background-image: url('squelettes/images/picto_art213_on.png'); }

/* Restez Inform�s*/
#restezinformes_bg {
	background: url('squelettes/images/bg_restezinformes.png') repeat-y;
	margin: 16px 0 0 0;
}

#restezinformes_haut {
	background: url('squelettes/images/bg_restezinformes_haut.png') no-repeat top;
	padding: 39px 0 0 0;
}

#restezinformes_bas {
	background: url('squelettes/images/bg_restezinformes_bas.png') no-repeat bottom;
	padding: 0 0 29px 0;
}

#restezinformes_bas h2 {
	margin: 0 0 0 45px;
}

#restezinformes_bas ul {
	margin: 2px 60px 0 29px;
}

#restezinformes_bas ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	letter-spacing: -0.03em;
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 0 15px
}

#restezinformes_bas ul li a:hover, #restezinformes_bas ul li a:focus, #restezinformes_bas ul li a:active  {
	color: #c68ccd;
	background: url('squelettes/images/picto_informes.png') no-repeat 0 .2em;
}

/* Newsletter */
#block_news {
	background: url('squelettes/images/bg_abo_news.png') no-repeat 92% 8%;
	padding: 21px 0 0 0;
}

input.email {
	width: 226px;
	background: #fff url('squelettes/images/bg_abo_news.png') no-repeat 94% -62px;
	border: 3px solid #ebc894;
	padding: 10px 9px;
}

input.submit {
	background: #2c2c2c;
	color: #fff;
	text-align: center;
	padding: 12px 32px;
	border: none;
	margin: 4px 0 0 0;

	/* Border-Radius */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.submit:hover, .submit:focus, .submit:active { /* Bouton de validation hover */
	background: #000;
	text-decoration: underline;
}

p.boutons {
	text-align: right;
}

/* Bulletin com 2 com */
#bulletin {
	background: #ff9e16 url('squelettes/images/bg_bulletin.png') no-repeat bottom;
	min-height: 168px;
	margin: 19px 0 0 0;
	padding: 7px 0 0 12px;
	
	/* Border-Radius */
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#bulletin:after {
  content: ""; /* Important, sinon l'�l�ment n'est pas g�n�r�. */
  display: table;
  clear: both;
}

#bulletin h2 {
	margin: 0 0 11px 0;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

#bulletin #textemag {
	float: right;
	width: 123px;
	margin: 0 10px 0 0;
	text-align: center;
}

#bulletin img {
}

#bulletin #textemag a {
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	padding: 8px 0 0 0;
	margin: 0 0 18px 0;
	line-height: 1.2em;
	display: block;
}

#bulletin #textemag a:hover, #bulletin #textemag a:focus, #bulletin #textemag a:active  {
	text-decoration: underline;
	color: #2c2c2c;
	background: url('squelettes/images/picto_bulletin.png') no-repeat center top;
}


#bulletin #textemag a strong {
	text-transform: uppercase;
}

/* 												PIED DE PAGE													 */
/* __________________________________________________________________  */
#block_footer { /* Block pied de page */
	background: #4c4c4c;
	margin: 0 0 44px 0;
	padding: 18px 0 15px 0;

}

#footer { /* Block pied de page */
	width: 1198px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour � la ligne automatique */
}

#footer:after {
  content: ""; /* Important, sinon l'�l�ment n'est pas g�n�r�. */
  display: table;
  clear: both;
}

/* Adresse */
#block_adresse {
  float: left;
  width: 539px;
  margin: 5px 0 0 10px;
  text-align: left;
}

#block_adresse a {
  color: #fff;
  text-decoration: none;
}
#block_adresse a:hover, #block_adresse a:focus, #block_adresse a:active {
  text-decoration: underline;
}

#block_adresse h2 {
  float: left;
  width: 299px;
  padding: 0 20px 0 0;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
}
#block_adresse p:first-child {
  float: left;
  clear: left;
  width: 299px;
  padding: 0 20px 0 0;
}

#block_adresse p:last-child {
  float: right;
  width: 220px;
  margin: -18px 0 0 0;
}

/* CONTACT */
#block_contact {
  float: left;
  width: 162px;
}
#contact a {
  display: inline-block;
  font-weight: bold;
  width: 142px;
  padding: 9px 10px;
  background: #eaeaea;
  color: #545454;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;

  /* Border-Radius */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#contact a:hover, #contact a:focus, #contact a:active {
  background: #2c2c2c;
  color: #fff;
  text-decoration: underline;
}


#block_reseaux {
  margin: 8px 0 0 48px;
  text-align: left;
}

#block_reseaux li {
  display: inline;
  margin: 0 10px 0 0;
}
#block_reseaux li:last-child {
  margin: 0;
}


/* MENU DIVERS */
ul#menu_divers { /* Liste */
  float: left;
  width: 168px;
  margin: 3px 0 0 71px;
  text-align: left;
}
ul#menu_divers li { /* Liste */
  color: #fff;
}
ul#menu_divers a:link, ul#menu_divers a:visited {
  color: #fff;
  text-decoration: none;
  background: url('squelettes/images/picto_menu_divers.png') no-repeat 0 .5em;
  padding: 0 0 5px 14px;
  display: block;
  text-transform: uppercase;
  font-size: .8em;
}
ul#menu_divers a:link:hover, ul#menu_divers a:visited:hover, ul#menu_divers a:active,  ul#menu_divers a:focus {
  text-decoration: underline;
  background: url('squelettes/images/picto_menu_divers.png') no-repeat 1px .5em;
}

/* MARCHES PUBLICS / EXTRANET */
#block_marches {
  float: left;
  width:  240px;
}

#block_marches a {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  color: #545454;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;

  /* Border-Radius */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#block_marches a:hover, #block_marches a:focus, #block_marches a:active {
  background: #2c2c2c;
  color: #fff;
  text-decoration: underline;
}

#block_marches a:first-child {
  margin: 0 0 3px 0;
}

#block_marches a.marches { background: #dedede url('squelettes/images/marches_off.png') no-repeat 35px 0.8em;
  padding: 9px 10px 9px 58px;
  width: 172px;
}
#block_marches a.extranet { background: #fff url('squelettes/images/extranet_off.png') no-repeat 62px 0.9em;
  padding: 9px 10px 9px 81px;
  width: 149px;
}

#block_marches a.marches:hover, #block_marches a.marches:focus, #block_marches a.marches:active { 
  background-image: url('squelettes/images/marches_on.png');
  background-color: #2c2c2c;
}

#block_marches a.extranet:hover, #block_marches a.extranet:focus, #block_marches a.extranet:active { 
  background-image: url('squelettes/images/extranet_on.png');
  background-color: #2c2c2c;
}
/* 															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);
  }