@charset "utf-8";

#menu-opener
{
	display: none;
}

/* ------------------------------------------ */
/* ------------ plan du site ---------------- */
/* ------------------------------------------ */

div.site-map
{
	margin-top: 10px;
}

div.site-map ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.site-map li
{
    margin: 5px 0 0 0;
}
div.site-map li a
{
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	font-size: 1.4em;
	color: #888888;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	text-decoration: none;
	background: #ececec;
}

div.site-map li a:hover
{
    color: #9b0184;
}

/* ------------------------------------ */
/* ---------- 2eme niveau ------------- */
/* ------------------------------------ */
div.site-map ul ul
{
    margin: 0 0 25px 0;
    border-top: 1px solid #ececec;
}

div.site-map li li
{
    margin: 8px 0;
}
div.site-map li li a
{
    font-size: 1.3em;
    line-height: 1em;
	padding: 0;
	text-decoration: none;
	color: #353535;
	background: none;
	padding-left: 10px;
}
div.site-map li li a:hover
{
	color: #9b0184;
}

/* ------------------------------------ */
/* ---------- 3eme niveau ------------- */
/* ------------------------------------ */
div.site-map ul ul ul
{
    margin: 10px 0 10px 45px;
    border: 0;
}

div.site-map li li li
{
    margin: 1px 0;
}

div.site-map li li li a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	font-size: 1em;
	background: url(../img/point-rose.png) no-repeat 0 3px;
	padding-left: 10px;
}
div.site-map li li li a:hover
{
	color: #9b0184;
}

/* ------------------------------------------- */
/* ---------- moteur de recherche ------------ */
/* ------------------------------------------- */

#search-engine p.search-error
{
	color: #353535;
	font-style: italic;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 1.2em;
}

#search-engine p.answer
{
	font-size: 1.5em;
	color: #9b0184;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	line-height: 1em;
	margin: 0 0 20px 0;
	padding: 0;
}

#search-engine div.match
{
	margin-bottom: 25px;
}

#search-engine div.match h2,
div.enteteresultrecherche span.lienrech
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4em;
	color: #888888;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	border-bottom: 1px solid #ececec;
}

#search-engine div.match h2 a,
div.enteteresultrecherche span.lienrech a
{
	display: inline-block;
	padding: 5px 10px;
	font-size: 1em;
	color: #888888;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	text-decoration: none;
	background: #ececec;
}
#search-engine div.match h2 a:hover,
div.enteteresultrecherche span.lienrech a:hover
{
    color: #353535;
}

#search-engine p.summary,
div.fondresultrecherche
{
	padding: 10px;
	color: #353535;
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

#search-engine p.breadcrumb,
div.basresultrecherche
{
	border-top: 1px solid #ececec;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
}

#search-engine p.breadcrumb span.sep
{
	color: #888;
	margin-right: 4px;
}

#search-engine p.breadcrumb a,
#search-engine p.breadcrumb strong
{
    display: inline;
    margin: 0 10px 0 0;
	color: #353535;
    text-decoration: none;
}
#search-engine p.breadcrumb a:hover
{
    text-decoration: underline;
}

#search-engine .enteteresultrecherche ,
#search-engine .enteteresultrecherche a
{
	color:#9b0184;
	
}

#search-engine .fondresultrecherche {
	
}

#search-engine .basresultrecherche {
	color:#9b0184;
	margin-bottom:20px;
}

/* ---- le pager du moteur de recherche ---- */

#search-engine div.pager-container
{
	text-align: center;
	margin-top: 25px;
}

#search-engine h2.pager-title
{
	font-size: 1.5em;
	color: #9b0184;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	line-height: 1em;
	;
	margin: 0 0 10px 0;
}

#search-engine div.pager-container span
{
	display: inline-block;
	margin-right: 5px;	
}

#search-engine div.pager-container span a
{
	display: inline-block;
	border: 1px solid #888;
	background: #ececec;
	color: #888;
	font-size: 1em;
	padding: 0 4px;
	text-decoration: none;
}

#search-engine div.pager-container span.pager-select,
#search-engine div.pager-container span a:hover
{
	padding: 0 4px;
	border: 1px solid #353535;
	background: #ececec;
	color: #353535;
}

/* -------------------------------------------------------- */
/* -------------------- formulaire ------------------------ */
/* -------------------------------------------------------- */
form.form, form.form2
{
	margin: 0;
	padding: 0;
}

form.form table, form.form2 table
{
	border-collapse: collapse;
	width: 90%;
}

form.form2 input[type=text], form.form2 textarea, form.form2 select
{
	width:100%;
	border: 1px solid #9a9ca3;
	padding: 5px 30px 5px 10px;
	color: #353535;
	font-size: 1.2em;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

form.form2 .warning {
	border: 2px solid #b50b27 !important;
}

form.form2 em {
    color: #b50b27;
}

#alerteEtatCivil
{
	color: #b50b27;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

form.form table tr td:first-child
{
	text-align: right;
	padding-right: 2%;
	width: 20%;
}

form.form label
{
	color: #353535;
	font-size: 1.3em;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
}

form.form input[type=text],
form.form textarea
{
	width: 88%;
	border: 1px solid #9a9ca3;
	background-image: url(../img/form/form-okey.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding: 5px 30px 5px 10px;
	color: #353535;
	font-size: 1.2em;
}

form.form select
{
	width: 87%;
	color: #353535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

form.form ul.radio-group,
form.form ul.checkbox-group
{
	margin: 0;
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
	background-position: right center;
}

form.form ul.radio-group li
{
	display: inline;
}

form.form input[type=text]:focus,
form.form textarea:focus
{
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(244,244,244,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(15%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(244,244,244,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(244,244,244,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(244,244,244,1) 15%); /* IE10+ */
	background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(244,244,244,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

form.form textarea
{
	height: 150px;
	overflow: auto;
}

form.form2 button {
	color: #fff;
	background: #B50B27;
	border: 0;
	font-weight: normal;
	cursor: pointer;
	font-size: 1.4em;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   	font-weight: 300;
}

form.form2 label {
	display: inline-block;
	padding: 10px;
    margin: 3px;
    border: 1px solid #eeeeee;
	cursor: pointer;
}

#liste-agenda form button,
form.form button, div.bouton
{
	display: block;
	background: #B50B27 url(../img/fleche-blanche-strong.png) no-repeat 10px center;
	color: #fff;
	border: 0;
	font-weight: normal;
	cursor: pointer;
	font-size: 1.4em;
	line-height: 25px;
	height: 25px;
	width: 120px;
	text-align: center;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   	font-weight: 300;
}
form.form button:hover
{
	background-color: #353535;
	color: #fff;
}

div.bouton:hover
{
	background-color: #C7485D;
	cursor: pointer;
}

form.form .warning
{
	background-image: url(../img/form/form-warning.png) !important;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------- */
/* ---------------------- pager data ----------------------------- */
/* --------------------------------------------------------------- */

div.pager-data
{
	margin-top: 25px;
	height: 22px;
}

div.pager-data ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

div.pager-data li
{
	display: inline;
	margin: 0 2px;
}

div.pager-data li span,
div.pager-data li a
{
	padding: 5px;
}

/* off */
div.pager-data li a
{
	border: 1px solid #888;
	background: #ececec;
	color: #888;
	text-decoration: none;
}

/* on */
div.pager-data li span,
div.pager-data li a:hover
{
	border: 1px solid #353535;
	background: #ececec;
	color: #353535;
}

/* boutons suivant et pr?c?dent */
div.pager-data li a.precedent,
div.pager-data li a.suivant
{
	border: 1px solid #888;
	background: #888;
	color: #fff;
}

div.pager-data li a.precedent:hover,
div.pager-data li a.suivant:hover
{
	border: 1px solid #353535;
	background: #353535;
	color: #fff;
}


/* ------------------------------------------------------------- */
/* -------------------- Home : a la une ------------------------ */
/* ------------------------------------------------------------- */

#bloc-a-la-une-inner {
	position: relative;
}

#bloc-a-la-une-inner h1 {
	margin: 0 0 5px 0;
	padding: 6px 20px;
	font-size: 2.5em;
	line-height: 1em;
	letter-spacing: -1px;
	color: #fff;
	background: url(../img/layers/bg-000-50.png);
	;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
}

#bloc-a-la-une-inner h1 a {
	text-decoration: none;
	color: #fff;
}

#bloc-a-la-une-inner h1 a:hover {
	text-decoration: underline;
}

#bloc-a-la-une-inner article.item
{
	background: #ebebeb;
	overflow: hidden;
}

#bloc-a-la-une-inner article.item div.visuel
{
	float: left;
	/*width: 63%;*/
	width: 57.9%;
}

#bloc-a-la-une-inner article.item div.visuel img
{
	float: left;
	width: 100%;
	height: auto;
	cursor: pointer;
}

#bloc-a-la-une-inner article.item div.texte
{
	float: left;
	/*width: 37%;*/
	width: 42.1%;
}

#bloc-a-la-une-inner article.item div.texte-inner
{
	padding: 14px 28px 0px 28px;
}

#bloc-a-la-une-inner article.item div.texte-inner:hover
{
	cursor: pointer;
	background-color: #D2D2D2;
}
/*
#bloc-a-la-une-inner article.item h1
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 2.6em;
	line-height: 1em;
	letter-spacing: -1px;
}
*/

#bloc-agenda-inner article.item h2,
#bloc-a-la-une-inner article.item h2
{
	/*margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	;
	line-height: 1em;*/
	font-size: 2em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	;
	margin: 0 0 .6em 0;
	padding: 0;
	line-height: 1em;
	letter-spacing: -1px;
	color: #9B0184;
}

#bloc-agenda-inner article.item h2 span.date,
#bloc-a-la-une-inner article.item h2 span.date
{
	display: block;
	line-height: 1em;
}

#bloc-agenda-inner article.item h2 span.date
{
	color: #87888a;
	font-size: 1em;
	
}

#bloc-a-la-une-inner article.item h2 span.date
{
	color: #9b0184;
	/*   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1.4em;*/
	font-size: .7em;
	font-style: normal;
}

#bloc-agenda-inner article.item h2 a,
#bloc-a-la-une-inner article.item h2 a
{
	color: #9b0184;
	text-decoration: none;
	/*font-size: 1.8em;
	line-height: .9em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;*/
	font-size: 1em;
	line-height: 1.1em;	
}

#bloc-agenda-inner article.item h2 a:hover
{
	color: #1a171b;
}

#bloc-agenda-inner article.item div.resume,
#bloc-a-la-une-inner article.item div.resume
{
	color: #1a171b;
	font-size: 1.1em;
	line-height: 1em;
}

/*#bloc-a-la-une-inner article.item div.autres
{
	margin-top: 20px;
}*/

#bloc-a-la-une-inner ul.pager,
#bloc-a-la-une-inner article.item div.autres ul,
#bloc-agenda ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#bloc-a-la-une-main-container,
#bloc-a-la-une-main-container-clone
{
	position: relative;
}

#bloc-a-la-une-inner ul.pager
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	/*width: 31%;*/
	width: 35.5%;
}

#bloc-a-la-une-inner ul.pager li,
#bloc-a-la-une-inner article.item div.autres li
{
	border-top: 1px solid #d8d8d8;
}

#bloc-agenda li
{
	border-bottom: 1px solid #d8d8d8;
}

#bloc-a-la-une-inner ul.pager li a,
#bloc-a-la-une-inner article.item div.autres li a,
#bloc-agenda li a
{
	display: block;
	padding: 5px 0 5px 14px;
	text-decoration: none;
	color: #20272c;
	background: url(../img/fleche-violette-rose.gif) no-repeat 0 6px;
	font-size: 1.3em;
	/*font-size: 1.4em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;*/
	line-height: 1em;
}

#bloc-a-la-une-inner ul.pager li a:hover,
#bloc-a-la-une-inner ul.pager li.selected a,
#bloc-a-la-une-inner article.item div.autres li a:hover,
#bloc-agenda li a:hover
{
	color: #9b0184;
}

/* ------------------------------------------------------------- */
/* ---------------------- Home : agenda ------------------------ */
/* ------------------------------------------------------------- */

#bloc-agenda-container,
#bloc-agenda-container-clone
{
	position: relative;
}

#bloc-agenda-inner h1
{
	position: absolute;
	top: 129px;/*169px;*/
	left: 0;
	right: 0;
	color: #9b0184;
	font-size: 2.6em;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 19px;
	z-index: 1;
	line-height: 1em;
	font-weight: normal;
	background: url(../img/layers/bg-000-60.png);
	height: 41px;
	line-height: 41px;
	
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}

#bloc-agenda-inner ul.pager
{
	position: absolute;
	top: 180px;
	right: 15px;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bloc-agenda-inner ul.pager li
{
	display: inline;
	margin-left: 5px;
}

#bloc-agenda-inner ul.pager li a
{
	color: #fff;
	font-size: 2.7em;
	text-decoration: none;
}

#bloc-agenda-inner ul.pager li a:hover,
#bloc-agenda-inner ul.pager li.selected a,
#bloc-agenda-inner ul.pager li.selected a:hover
{
	color: #db186f;
}

#bloc-agenda-inner article.item div.visuel
{
	margin-bottom: 15px;
}

#bloc-agenda-inner article.item div.visuel img
{
	width: 100%;
}

#bloc-agenda-inner article.item div.lien
{
	margin-top: 15px;
}

#bloc-agenda-inner article.item div.lien a
{
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	background: #db186f;
	color: #fff;
	font-size: 2em;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

#bloc-agenda-inner article.item div.lien a:hover
{
	background: #20272c;
}

#bloc-agenda-inner div.tout
{
	float: right;
	line-height: 22px;
	margin-top: 22px;
	position: relative;
}

#bloc-agenda-inner div.tout a
{
	background: url(../img/fleche-violette-rose-strong.png) no-repeat 0 center;
	color: #1A171B;
	font-size: 1.4em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	text-decoration: none;
	padding-left: 16px;
}

#bloc-agenda-inner div.tout a:hover
{
	color: #9b0184;
}

#bloc-agenda-container div.visuel
{
	position: absolute;
	top: 0;
	left: 0;
}


/* ------------------------------------------------------------- */
/* ------------------------- RSS       ------------------------- */
/* ------------------------------------------------------------- */
#bloc_rss 
{
	float: right;
}
#bloc_rss a.rss
{
	display: block;
	background: url(../img/picto-rss.png) no-repeat 0 2px;
	padding-left: 22px;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1.6em;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1em;
}
#bloc_rss a.rss:hover
{
	text-decoration: underline;
}

/* ------------------------------------------------------------- */
/* ------------------------- Home : tv ------------------------- */
/* ------------------------------------------------------------- */

#bloc-tv-inner article.item h1
{
	display: none;
}

#bloc-tv-container
{
	position: relative;
}

#bloc-tv-inner ul.pager
{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
	top: 169px;
	/*top: 43%;*/
	left: 0;
	right: 0;
}

#bloc-tv-inner ul.pager li
{
	display: block;
	float: left;
	width: 50%;
	/*margin-left: -1px;*/
}

#bloc-tv-inner ul.pager li a
{
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	line-height: 37px;
	font-size: 1.4em;
	letter-spacing: -1px;
	font-weight: bold;
	background: #3b454d;
	text-align: center;
}

#bloc-tv-inner ul.pager li a:hover,
#bloc-tv-inner ul.pager li.selected a,
#bloc-tv-inner ul.pager li.selected a:hover
{
	background: #c9d200;
	border: 1px solid #c9d200;
	border-left: 1px solid #fff;
	color: #20272c;
}

#bloc-tv-inner div.photo
{
	/*margin-bottom: 39px;
	height: 169px;*/
	overflow: hidden;
}

#bloc-tv-inner div.photo img
{
	width: 100%;
	height: auto;
	float: left;
}

#bloc-tv-inner article.item div.texte
{
	background: #c9d200;
	padding: 21px;
	padding-top: 49px;
}

#bloc-tv-inner article.item div.texte ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#bloc-tv-inner article.item div.texte li
{
	margin-bottom: 11px;
}

#bloc-tv-inner article.item div.texte li a
{
	display: block;
	text-decoration: none;
	background: url(../img/fleche-blanche.png) no-repeat 0 1px;
	padding-left: 16px;
	font-size: .9em;
	text-transform: uppercase;
	color: #20272c;
	line-height: 1.1em;
	font-weight: bold;
}
#bloc-tv-inner article.item div.texte li a:hover
{
	color: #fff;
}

#bloc-tv-inner div.tout
{
	text-align: right;
	margin-top: 20px;
}

#bloc-tv-inner div.tout a
{
	background: url(../img/fleche-verte-strong.png) no-repeat 0 center;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	color: #20272c;
	font-size: 1.6em;
	text-decoration: none;
	padding-left: 17px;
}

#bloc-tv-inner div.tout a:hover
{
	color: #d9f902;
}


/* --------------------------------------------------- */
/* ------------------ le kiosk ----------------------- */
/* --------------------------------------------------- */


#kiosk-inner
{
	background: #ebebeb;
}

#kiosk-inner h1
{
	margin: 0;
	padding: 0;
	font-size: 2em;	
}

#kiosk-inner h1 span.titre
{
	display: inline-block;
	background: #9b0184;
	color: #fff;
	font-size: 1em;
	padding: 0 25px;
	line-height: 37px;
	letter-spacing: -1px;
}

#kiosk-outter-container
{
	padding-left: 23px;
	padding-top: 13px;
	padding-bottom: 20px;
}

#kiosk-container,
#kiosk-container-clone
{
	/*width: 97.6%;*/
	width: 81.7%;
	/*margin-left: 77px;
	margin-right: 77px;*/
	margin-left: 7.9%;
	margin-right: 7.9%;
}

#kiosk-container div.arrow,
#kiosk-container-clone div.arrow
{
	position: absolute;
	top: 7px;
}

#kiosk-container div.arrow a,
#kiosk-container-clone div.arrow a
{
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 77px;
	height: 0;
	padding-top: 105px;
	overflow: hidden;
}

#kiosk-container div.next,
#kiosk-container-clone div.next
{
	/*right: 0;*/
	right: -77px;
}

#kiosk-container div.next a,
#kiosk-container-clone div.next a
{
	background-image: url(../img/bt-next.jpg);
}

#kiosk-container div.prev,
#kiosk-container-clone div.prev
{
	/*left: 0;*/
	left: -77px;
}

#kiosk-container div.prev a,
#kiosk-container-clone div.prev a
{
	background-image: url(../img/bt-previous.jpg);
}

#kiosk-container article.item a,
#kiosk-container-clone article.item a
{
	font-size: .9em;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding-left: 10%;
}

#kiosk-container article.item a:hover span.numero,
#kiosk-container article.item a:hover span.soustitre,
#kiosk-container article.item a:hover,
#kiosk-container-clone article.item a:hover span.numero,
#kiosk-container-clone article.item a:hover span.soustitre,
#kiosk-container-clone article.item a:hover
{
	color: #9b0184;
}

#kiosk-container article.item span.photo,
#kiosk-container article.item span.numero,
#kiosk-container article.item span.soustitre,
#kiosk-container-clone article.item span.photo,
#kiosk-container-clone article.item span.numero,
#kiosk-container-clone article.item span.soustitre
{
	display: block;
}

#kiosk-container article.item span.photo,
#kiosk-container-clone article.item span.photo
{
	margin-bottom: 2px;
	/*height: 105px;*/
	height: 120px;
}

#kiosk-container article.item span.photo img,
#kiosk-container-clone article.item span.photo img {
	/*width: 100%;
	height: auto;*/
}

#kiosk-container article.item span.numero,
#kiosk-container-clone article.item span.numero
{
	color: #1a171b;
	font-weight: bold;
}

#kiosk-container article.item span.soustitre,
#kiosk-container-clone article.item span.soustitre
{
	line-height: 1em;
	font-size: 1.1em;
	margin-top: 3px;
	display: block;
}

/* ------------------------------------------- */
/* ---------------- infos -------------------- */
/* ------------------------------------------- */

#infos-inner h1
{
	color: #c9d200;
	font-size: 2em;
	margin: 15px 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1em;
}

#infos-container
{
	position: relative;
	padding-top: 20px;
}

#infos-container div.arrow
{
	position: absolute;
	left: 78px;
}

#infos-container div.arrow a
{
	display: block;
	width: 23px;
	height: 0;
	padding-top: 14px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
}

#infos-container div.prev
{
	top: -20px;
}

#infos-container div.prev a
{
	background-image: url(../img/bt-top.png);
}

#infos-container div.next
{
	bottom: -5px;
}

#infos-container div.next a
{
	background-image: url(../img/bt-bottom.png);
}


#infos-container article.item h2
{
	color: #20272c;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	font-size: 15px;
	;
	margin: 0 0 2px 0;
	padding: 0;
	/*height: 40px;*/
}

#infos-container article.item h2 span.date
{
	display: block;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	text-transform: uppercase;
	font-size: .8em;
	font-size: 14px;
	line-height: 1.2em;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px rgba(32, 39, 44, 0.4);
	letter-spacing: 0.3px;
}

#infos-container article.item h2 a
{
	text-decoration: none;
	font-size: 1em;
}
#infos-container article.item h2 a:hover
{
	color: #c9d200;
}

#infos-container article.item div.resume
{
	font-size: .9em;
	color: #1a171b;
	line-height: 1.2em;
}

#infos-container article.item div.resume2
{
	font-size: .9em;
	color: #1a171b;
	line-height: 1.2em;
}

#infos-container article.item div.resume a
{
	display: inline-block;
	background: #c9d200;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: .6em;
	position: absolute;
	margin-left: 1px;
}

#infos-container article.item div.resume a:hover
{
	background: #1a171b;
}

#infos-container article.item
{
	margin-bottom: 25px;
	
}

#infos-container article.item:hover
{
	cursor:pointer;
	background-color:#F5F7DB;
}

#infos-container article.item div.photo img
{
	width: 100%;
	height: auto;
}

#infos-inner div.tout
{
	margin-top: 25px;
	text-align: right;
}

#infos-inner div.tout a
{
	background: url(../img/fleche-verte2-strong.png) no-repeat 0 center;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	color: #20272c;
	font-size: 1.6em;
	text-decoration: none;
	padding-left: 17px;
}

#infos-inner div.tout a:hover
{
	color: #c9d200;
}

/* ------------------------------------------- */
/* ------------ formulaire avis -------------- */
/* ------------------------------------------- */

#inner-content-form {
	margin-bottom: 50px;
}

#inner-content-form form
{
	margin: 0;
	padding: 0 5% 29px 5%;
}

#inner-content-form h1
{
	margin: 0 0 18px 0;
	padding: 5px 25px;
	color: #fff;
	font-size: 2em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	;
	letter-spacing: -1px;
}

#inner-content-form p
{
	margin-top: 0;
	margin-bottom: 5px;
}

#inner-content-form p span {
	font-weight: bold;
}

#inner-content-form textarea
{
	width: 90%;
	height: 100px;
	padding: 10px;
	color: #1A171B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#inner-content-form ul.radio-list {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#inner-content-form ul.radio-list li {
	display: inline;
}

#inner-content-form ul.radio-list li input {
	width: auto;
}

#inner-content-form ul.radio-list li label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#inner-content-form .email-button {
	position: relative;
}

#inner-content-form div.input-email {
	width: 65%;
}


#inner-content-form div.input-email label
{
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
    font-size: 1.6em;
    display: block;
    height: 26px;
}

#inner-content-form div.input-email input
{
	width: 85%;
	padding: 4px 10px;
	float: left;
	height: 21px;
}

#inner-content-form div.button
{
	position: absolute;
	text-align: right;
	/*	width: 35%; */
	bottom: 0;
	right: 0;
	top: 26px;
}

#inner-content-form div.button button
{
	border: 0;
	color: #fff;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	;
	font-size: 1.6em;
	cursor: pointer;
	height: 31px;
	width: 100%;
}

#inner-content-form div.button button strong
{
	display: inline-block;
	background: url(../img/fleche-blanche-strong.png) no-repeat 0 center;
	padding-left: 18px;
	line-height: 23px;
}

#inner-content-form div.reponse-commentaire
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 18px 18px;
}

#inner-content-form p.error
{
	color: #ff0000;
	font-weight: bold;
}

/* ------------------------------------------------------- */
/* -------- liste agenda / cin? page int?rieure ---------- */
/* ------------------------------------------------------- */

#liste-cinema article.item,
#liste-agenda article.item
{
	/*border-top: 1px solid #e4e4e4;*/
	/*padding-top: 30px;*/
	/*margin-top: 30px;*/
}

#liste-agenda article.first
{
	border-top: 0;
	padding-top: 0;
}



.row-cinema {
	margin: 0 -15px;
}

.row-cinema .titre-paragraphe {
	/*padding: 0 15px;*/
}

#page-detail div.photo,
#liste-cinema div.photo,
#liste-agenda div.photo
{
	box-sizing: border-box;
	float: left;
	width: 33%;
	padding: 0 15px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
#page-detail div.photo,
#liste-cinema div.photo,
#liste-agenda div.photo
{
	width: 50%;
}
}

#page-detail div.photo img,
#liste-cinema div.inner-photo img,
#liste-agenda div.inner-photo img
{
	width: 100%;
	float: left;
}

#page-detail div.photo div.illus,
#liste-agenda div.inner-photo div.illus
{
	margin-bottom: -30px;
	float: left;
	width: 100%;
}

#liste-cinema div.inner-photo div.illus
{
	float: left;
	width: 100%;
}

#page-detail div.inner-photo div.legende span.theme,
#liste-agenda div.inner-photo div.legende span.theme
{
	display: inline-block;
	line-height: 30px;
	color: #fff;
	padding: 0 9px;
	font-size: 1.2em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	text-transform: uppercase;
}

#page-detail div.inner-photo div.legende span.date-heure,
#page-detail div.inner-photo div.legende span.lieu,
#liste-agenda div.inner-photo div.legende span.date-heure,
#liste-agenda div.inner-photo div.legende span.lieu
{
	display: block;
	background: #ececec;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2em;
}

#page-detail div.inner-photo div.legende span.date-heure,
#liste-agenda div.inner-photo div.legende span.date-heure
{
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	color: #353535;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	font-size: 1.2em;
}

#page-detail div.inner-photo div.legende span.lieu,
#liste-agenda div.inner-photo div.legende span.lieu
{
	padding-bottom: 17px;
	color: #888888;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	font-size: 1.2em;
}

#liste-cinema div.inner-photo div.legende
{
	background: #ececec;
	padding: 6px 10px;
	color: #353535;
	 font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1.2em;
	clear: both;
	min-height: 50px;
}

#liste-cinema div.inner-photo div.legende strong
{
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
}
#liste-cinema div.inner-photo div.legende p
{
	margin: 4px 0;
	padding: 0;
}

#page-detail div.infos,
#liste-cinema div.infos,
#liste-agenda div.infos
{
	float: left;
	width: 66%;
}

#page-detail div.inner-infos,
#liste-cinema div.inner-infos,
#liste-agenda div.inner-infos
{
	padding-left: 4%;
}

#liste-cinema div.inner-infos h2.titre-paragraphe,
#liste-agenda div.inner-infos h2.titre-paragraphe
{
	margin-top: 5px;
}

#liste-agenda div.infos div.intervenant,
#liste-agenda div.infos div.resume,
#liste-agenda div.infos div.renseignements
{
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1.3em;
	margin-bottom: 10px;
}

#liste-agenda div.infos div.intervenant a,
#liste-agenda div.infos div.resume a,
#liste-agenda div.infos div.renseignements a
{
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1em;
}

#liste-agenda div.infos div.intervenant strong,
#liste-agenda div.infos div.resume strong,
#liste-agenda div.infos div.renseignements strong
{
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	font-size: 1em;
}

#liste-patrimoine form,
#liste-agenda form
{
	margin: 0;
	padding: 0;
}

#liste-patrimoine form table,
#liste-agenda form table
{
	width: 100%;
	border-collapse: collapse;
}

#liste-patrimoine form table td,
#liste-agenda form table td
{
	width: 33%;
}

#liste-patrimoine form select,
#liste-agenda form select
{
	width: 100%;
	color: #20272C;
	font-size: 1em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
}

#liste-cinema div.infos ul
{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#liste-cinema div.infos li
{
	margin-bottom: 2px;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1.3em;
}

/* faire remonter l'intro en gris */

#liste-cinema div.intro-cine
{
	background: #ebe8ea;
	margin: 0 0 29px 0;
	padding: 0 29px 20px 29px;
	margin-top: -40px;
	margin-left: -29px;
	margin-right: -29px;
	zoom: 1;
}

#liste-cinema div.intro-cine div.image-intro,
#liste-cinema div.intro-cine div.info-cine
{
	float: left;
}

#liste-cinema div.intro-cine div.image-intro
{
	width: 42%;
}

#liste-cinema div.intro-cine div.image-intro img
{
	width: 100%;
}

#liste-cinema div.intro-cine div.info-cine
{
	/*width: 54%;*/
	/*padding-left: 4%;*/
	width: 100%;
}
#liste-cinema div.view-video
{
	display:none;
}

/* tableau des sceances cinema dans listing */
.sceances_cinema table,
.sceances_cinema table tr,
.sceances_cinema table tr td,
.sceances_cinema table thead,
.sceances_cinema table thead th,
{
	padding:0;
	margin:0;
}
.sceances_cinema table {
	width:100%;
}

.sceances_cinema table th {
	background-color:#87888A;
	color:#FFFFFF;/*#B50B27;*/
}
.sceances_cinema table td {
	background-color:#ECECEC;
	color:#353535;
}

.sceances_cinema table th,
.sceances_cinema table td 
{
	/*border:1px solid #9A9CA3;*/
	padding:2px 5px;
	text-align: center;
}

/* ***** */
#page-detail div.bloc-haut-detail
{
	margin-bottom: 25px;
}

#page-detail div.bloc-haut-detail h2
{
	float: left;
/*	width: 74%; */
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 1%;
	line-height: 30px;
	background: #EBE8EA;
}

#page-detail div.bloc-haut-detail div.button
{
	float: left;
	width: 25%
}

#page-detail div.bloc-haut-detail div.button span,
#page-detail div.bloc-haut-detail div.button a
{
	display: block;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	font-size: 1.4em;
	text-align: center;
}
#page-detail div.bloc-haut-detail div.button a:hover
{
	text-decoration: underline;
}

#page-detail div.mention
{
	text-align: right;
	margin-top: 5px;
}

/* ----------------------------------------------------- */
/* ----------------- annuaire -------------------------- */
/* ----------------------------------------------------- */

#liste-agenda form,
#page-annuaire form
{
	margin: 0 0 29px 0;
	padding: 0 29px 20px 29px;
	background: #ebe8ea;
	position: relative;
	margin-left: -29px;
	margin-top: -30px;
	margin-right: -29px;
	zoom: 1;
}

#liste-agenda form h2.titre-paragraphe
{
	margin-top: 0;
}

#page-annuaire form table
{
	width: 70%;
	border-collapse: collapse;
}

#page-annuaire form table td
{
	padding-bottom: 2px;
}

#page-annuaire form table tr td:first-child
{
	width: 20%;
}

#page-annuaire form input
{
	border: 1px solid #dadada;
	padding: 3px 10px;
	width: 90%;
	color: #555555;
	font-size: 1.4em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
}

#page-annuaire form label
{
	font-size: 1.2em;
	color: #353535;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
}

#page-annuaire form select
{
	border: 1px solid #dadada;
	width: 96%;
	color: #555555;
	font-size: 1.4em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
}

#page-annuaire form div.button
{
	/*text-align: right;*/
	float: right;
	margin-top: -32px;
}

#liste-patrimoine form button,
#page-annuaire form button
{
	border: 0;
	color: #fff;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	;
	text-transform: uppercase;
	background: #bbbbbb;
	font-size: 1.5em;
	letter-spacing: -1px;
	cursor: pointer;
	padding: 5px 15px;
}

#liste-patrimoine form button:hover,
#page-annuaire form button:hover
{
	background: #373738;
}

#page-annuaire div.nombre
{
	margin-bottom: 20px;
}

#page-annuaire div.nombre span.couleur
{
	font-size: 1.8em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 700;
	letter-spacing: -1px;
	line-height: 1em;
}

#page-annuaire div.nombre ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-annuaire div.nombre li
{
	color: #353535;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	font-size: 1.4em;
	margin-right: 10px;
	line-height: 1em;
}

#page-annuaire article.item
{
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}

#page-annuaire article.item h2.titre-paragraphe
{
	font-size: 1.6em;
}

#page-annuaire article.item h2.titre-paragraphe span.categorie
{
	display: block;
	color: #888888;
	font-size: .9em;
	border-bottom: 1px solid #ececec;
	margin-bottom: 14px;
}

#page-annuaire article.item h2.titre-paragraphe span.etiquette
{
    display: inline-block;
    background: #ececec;
    padding: 5px 10px;
}


/* ----------------------------------------------------- */
/* ---------- neuilly TV et Patrimoine ----------------- */
/* ----------------------------------------------------- */

#liste-patrimoine article.item,
#liste-videos article.item
{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

#liste-patrimoine article.item div.photo,
#liste-videos article.item div.video
{
	float: left;
	width: 57%;
}

#liste-patrimoine article.item div.photo img,
#liste-videos article.item div.video iframe,
#liste-videos article.item div.video img
{
	width: 100%;
	/*height: auto;*/
}

#liste-patrimoine article.item div.infos,
#liste-videos article.item div.info
{
	float: left;
	width: 40%;
	padding-left: 3%;
}

#liste-patrimoine article.item div.infos h2.titre-paragraphe,
#liste-videos article.item div.info h2.titre-paragraphe
{
	margin-top: 0;
}

/* detail */

#patrimoine-detail div.resume
{
	font-size: 2em;
	   font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
   font-weight: 300;
	line-height: 1em;
}

#patrimoine-detail span.diaporama
{
	display: inline-block;
	margin-top: 5px;
	background: url(../img/diaporama.gif) no-repeat 0 0;
	line-height: 33px;
	padding-left: 48px;
}

#patrimoine-detail div.colonne-droite-etroite ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#patrimoine-detail div.colonne-droite-etroite ul li
{
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
	display: block;
	float: left;
}

#patrimoine-detail div.colonne-droite-etroite ul li a
{
	display: block;
}

#patrimoine-detail div.colonne-droite-etroite ul li a img
{
	float: left;
}

/* ------------------------------------------------ */
/* -------------- detail actu --------------------- */
/* ------------------------------------------------ */

#detail-actus h2.titre-paragraphe
{
	margin-top: 0;
}



/* ---------------------------------------------------- */
/* ---------------- calendrier ------------------------ */
/* ---------------------------------------------------- */

.datex-agenda-container {
	position: relative;
}

.datex-agenda-container .del {
	position: absolute;
	top: 2px;
	left: 100px;
}

.datex-agenda-container .del a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px;
}
.datex-agenda-container .del a:hover {
	color: #000;
}

.datex-agenda {
	background: #fff;
	padding: 0 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	margin-top: 10px;
	border: 1px solid #EBE8EA;
}

.datex-agenda .close {
	display: block;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 5px;
}

.datex-agenda .close a {
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
	color: #000 !important;
}

.datex-agenda table a.precedent {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.datex-agenda table a.suivant {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.datex-agenda table {
	border-collapse: collapse;
	width: 100% !important;
}

.datex-agenda table th {
	text-align: center;
	color: #000;
	background: #efefef;
	border-bottom: 1px solid #ccc;
	width: 14.2%;
	padding: 0;
}

.datex-agenda table td,
.datex-agenda table tr td:first-child  {
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
	padding: 0 !important;
	width: auto !important;
}

/* evenement */

.datex-agenda table td span.event {
	display: block;
	background: #EBE8EA;
}

.datex-agenda table td span.event a {
	text-decoration: none;
}
.datex-agenda table td span.event a:hover {
	text-decoration: underline;
}

/* vide */

.datex-agenda table td span.empty {
	display: block;
	background: #fff;
	color: #bbb;
}

/* hors du mois */

.datex-agenda table td span.out {
	display: block;
	color: #bbb;
}

.datex-agenda table td span.out a.event_out {
	display: block;
	/*color: #bbb !important;*/
	text-decoration: none;
	background: #EBE8EA;
	
}
.datex-agenda table td span.out a.event_out:hover {
	text-decoration: underline;
}

/* week-end */

.datex-agenda table td span.weekend {
	display: block;
	background: #ccc;
}

.datex-agenda table td span.weekend a {
	text-decoration: none;
}

.datex-agenda table td span.weekend a:hover {
	text-decoration: underline;
}

/* today */

.datex-agenda table td span.today {
	display: block;
	background: #f6ea82 !important;
}

.datex-agenda table td span.today a {
	text-decoration: none;
}

.datex-agenda table td span.today a:hover {
	text-decoration: underline;
}

/* selected */

.datex-agenda table td span.selected {
	display: block;
	background: #ecb228 !important;
	color: #000 !important;
}

.datex-agenda table td span.selected a {
	text-decoration: none;
}

.datex-agenda table td span.selected a:hover {
	text-decoration: underline;
}

/* OUTIL MIDDLE OFFICE */
tr.hidden {
	display: none;
}

h3.travaux {
	font-size: 1.3em;
	font-family: OpenSansCondensedBold, Arial, Helvetica, sans-serif;
	color: #353535;
	text-align: left;
    background-color: #eeeeee;
    padding: 10px;
}

/* cinema */
.hidden {
    display: none !important;
}

.dissolve {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	margin-top: 0 !important;
	padding-top: 0 !important;
	transition: all 0.1s ease-out, opacity 0.1s ease-out 0.3s;
}

.reveal {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: all 0.1s ease-out, opacity 0.1s ease-out 0.3s;
}

/* progress bar */
.form-progress {
	position: relative;
	display: block;
	margin: 3rem auto;
	width: 100%;
	max-width: 400px;
}

progress {
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #b50b27;
  width: 100%;
  height: 5px;
  background: none;
  -webkit-transition: 1s;
  transition: 1s;
  will-change: contents;
}
progress::-webkit-progress-bar {
  background-color: #ddd;
}
progress::-webkit-progress-value {
  background-color: #b50b27;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

progress::-ms-fill {
    border: none;
	background-color: #b50b27;
}

.form-progress-indicator {
  position: absolute;
  top: -6px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  will-change: transform;
}
.form-progress-indicator.one {
  left: 0;
}
.form-progress-indicator.two {
  left: 20%;
}
.form-progress-indicator.three {
  left: 40%;
}
.form-progress-indicator.four {
  left: 60%;
}
.form-progress-indicator.five {
  left: 80%;
}
.form-progress-indicator.six {
  left: 100%;
}
.form-progress-indicator.active {
  -webkit-animation: bounce .5s forwards;
          animation: bounce .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  border-color: #b50b27;
}

.loader, #confirmation {
  text-align: center;
}

.loader svg path {
  fill: #b50b27;
}

.output {
	clear: left;
	padding: 0 0px;
}
.output a {
	display: block;
	padding: 2px;
}
.output a:hover {
	background: #cccccc;
}

/* PHOTOTHEQUE */
.galerie-photos {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.theme-galerie-photos {
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    float: left;
    font-size: 11px;
    font-weight: 700;
}

.date-galerie-photos {
    padding: 5px 0;
    float: left;
    font-size: 12px;
    font-weight: 700;
	color: #808080;
}

.chapo-2 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 30px;
	clear: both;
	color: #373738;
}

div.galerie-photos a {
    text-decoration: none;
}