/* ' CSS Document */

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

html {
  background: #ececec url('squelettes/images/bg_contenu_int.jpg') repeat-x;
}

body {
	height: 100%; /* supprimer si pas de centrage vertical */
	padding: 0;
	text-align: center;
}

a img {border: none;}

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

#block_bandeau {
	background: url('squelettes/images/masque_bandeau.png') no-repeat top center;
	padding: 11px 0 0 0;
	min-width: 1199px;
	min-height: 222px;
}

#bandeau {
	width: 1199px;
	margin: 0 auto;
	text-align: left;
}

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

}

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

#block_navigation {
  background: #fff;
}

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

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

.slicknav_menu{
  display: none;
}


/*                        MENU PRINCIPAL                        */
/* __________________________________________________________________  */
ul#nav_principale_responsive { display: none; } /* Masque du menu reponsive */

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_int.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: 1199px;
  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: 880px;
  margin: 0 69px 71px 0;
  background: #fff url('squelettes/images/bg_zone_contenu.png') repeat-x top;
}

#zone_contenu {
  background: url('squelettes/images/filet_zone_contenu.png') no-repeat top left;
  padding: 0 73px 80px 42px;
}

/*                        BOUTON IMPRIMER                        */
/* __________________________________________________________________  */
.imprimer {
  float: right;
  margin: -18px -100px 10px 0;
  min-height: 28px; /* Fixer � la hauteur de l'image du bouton imprimer - HACK POUR IE6 => VOIR FEUILLE DE STYLE spip_ie_template.css */
}


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


#colonne_droite h2.coldroite {
  font-family: "Open Sans Condensed";
  padding: 27px 9px 28px 11px; 
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  background: #8c189b;
  /* Border-Radius */
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}



/* En un clic */

#enunclic {
  margin: 27px 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, #enunclic li.on a  {
  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, #restezinformes_bas ul li.on a  {
  color: #c68ccd;
  background: url('squelettes/images/picto_informes.png') no-repeat 0 .2em;
}


/*                        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: 1199px;
  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:after {
  content: "";
}

#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, #contact a.on {
  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, ul#menu_divers a.actif {
  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, #block_marches a.on {
  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, #block_marches a.marches.on { 
  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, #block_marches a.extranet.on { 
  background-image: url('squelettes/images/extranet_on.png');
  background-color: #2c2c2c;
}



/* 															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);
  }