

/* Reset css
-------------------------------------------------------------  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, o, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Default layout settings
-------------------------------------------------------------  */
strong, b, mark {font-weight:bold;}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

html {overflow-x: hidden;}

body {font-family:Helvetica, Arial,sans-serif;}

a:link {color:#cc0000;}
a:visited {color:#cc0000;}
a:hover {color:#333333;}
a:active {color:#333333;}


#page {
z-index: 2;
position: relative;
}

/* Reservation events-list
-------------------------------------------------------------  */
h3.event-grouptile {
	  color: #CC0000!important;
	text-transform:uppercase;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:10px 0;
	font-weight:bold!important;}




h4.month.past {color:#999999;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;

}
.article-wrapper hr.past {

border:0px solid;

    height: 0px;
    margin-top:40px;
    padding: 0;}

.article-wrapper table.events-list {padding:0;}

.article-wrapper table.events-list tr td:first-child {padding-left:5px;}
.article-wrapper table.events-list tr td.event-festival {color:#666666;}
.article-wrapper table.events-list td.event-date {width:70px;}
.article-wrapper table.events-list td.event-date span {}

.article-wrapper table.events-list tr td{
	padding:6px;
	    background-image: url("../images/hr-dotted.gif");
    background-position: bottom left;
    background-repeat: repeat-x;
	font-size:1em;/*13/16*/
  	background-color: #ffffff;
}
.article-wrapper table.events-list tr:last-child td{ background-image:none;}

td.event-place {text-align:left;
color:#999999;
text-transform:uppercase;
font-size:10px!important;}

.jsem {margin-right:10px;
text-transform:uppercase;font-size:0.85em;}
.dmonth {font-weight:bold;color:#333333;}

.article-wrapper table.events-list tr:nth-child(even) td{
	/*background-color:#f9f9f9!important;*/}

.article-wrapper table.events-list.past tr:nth-child(even) td{
	background-color:#f3f3f3!important;}

.article-wrapper table.events-list td a	 {color:#4a4a4a;}

.article-wrapper table.events-list.past td a {color:#999999;}
.article-wrapper table.events-list.past tr td {color:#999999;}

table.events-list tr td.event-calendar,
table.events-list tr td.event-context,
table.events-list tr td.event-city,
table.events-list tr td.event-price,
table.events-list tr td.event-country {display:none;}

table.events-list tr td.date {font-weight:bold;}

table.events-list tr td.event-hour {color:#CC0000;}

table.events-list tr td.place {}


/* Widget
-------------------------------------------------------------  */
.article-wrapper hr {
	padding:0;
	/*margin:20px 0*/;
	background-color:#cccccc;
	height:1px;
	border: none;
}
.article-wrapper ul {
	margin:20px 0;
	/*line-height:1.15em;*/
	}

.article-wrapper ul	li p,
.article-wrapper ul	li a {
	font-weight:normal!important;
	font-size:inherit!important;}

.article-wrapper ul	li {/*font-size:0.875em;*/}


ul.numbered{list-style:decimal;margin-left:20px;}

.article-wrapper table {margin:20px 0;}

.article-wrapper table caption {display:none;}

.article-wrapper table thead th {
	border:2px solid #ffffff;
	background-color:#cccccc;
	padding:10px;
	font-size:0.75em;/*12/16*/
	font-weight:bold;}

.article-wrapper table tr td strong {font-weight:bold;}

.article-wrapper table.default tr td{
	padding:10px;

}
.article-wrapper table thead th.on,
.article-wrapper table tr td.on {background-color:#FFFF00;}


.article-wrapper .menu-tab {
	width:100%;
border-bottom: 1px solid #cccccc;
overflow:hidden;
margin-bottom:10px;
 }

.article-wrapper .menu-tab li { display: inline; }

.article-wrapper .menu-tab li a {
background: #eeeeee;
padding: 10px;
float:left;
border-right: 1px solid #cccccc;
border-bottom: none;
text-decoration: none;
color: #000;
font-weight: bold;
font-size:0.75em!important;/*12/16*/
font-weight:bold!important;}

.article-wrapper .menu-tab li.active a { background: #ffffff; }
.article-wrapper .menu-tab-content  {clear:both;}
.article-wrapper .menu-tab-content table  {margin-top:0!important;}
.article-wrapper .menu-tab-content table {font-size:inherit!important;}

.article-wrapper ul.gallery {
	clear:both;
	overflow:hidden;}

.article-wrapper ul.gallery li{
	float:left;
margin:0 10px 10px 0;

}
.article-wrapper ul.gallery li img {}

/* Structure
-------------------------------------------------------------  */


#wrapper {
    bottom: 0;
    left: 0;
	right: 0;
    top: 0;
    padding-top: 100px;
    /*width: 100%;*/
    z-index: 0;
	clear:both;
	height:100%;
}


#flexicontent {

height:100%;
top:0;
}


.wrapper {
width:90%;}

#scroller {
  /* width: 100%;*/
   z-index: 1;

}

#top-nav ul li.item52 {display:none;}

.row .topMenu {
    height: auto;
    margin:0 auto !important ;
    max-width: 960px;
    padding-top: 0;
    width: 100%;
	z-index:99999;
	float: none;
	margin-top: -38px !important;
}


/* Footer & Nav
-------------------------------------------------------------  */


#footer .module {float:left;}
#footer .modulesearch {float:right;margin-top:5px;}

#top-nav{
	background-color:#000000;
	background-color:rgba(0,0,0,0.4);
	width: 100%;
	height:40px;
}
#suckerfish ul li a {text-decoration:none;color:#ffffff;
	text-transform:uppercase;
	font-size:0.6875em;
	font-weight:bold;}/*11/16 */

#footer .grids,
#top-nav .grids {
	margin:0 auto;
	}


#top-nav ul {padding:10px 0 10px 0px;}
#footer ul {padding:10px 0 10px 0px;}
#footer ul li,
#top-nav ul li {display:inline-block;
margin:0 17px 0 0;
padding:5px 0;

}

#footer ul li.item58 {
	float:right;
	display:none;
	}

#footer ul li.item58 a{

	font-size:6px!important;
	font-weight:normal!important;}
#footer ul li.item58 a:hover {text-decoration:underline;
cursor:pointer;}
#footer ul li.item19 {
	background-image: url("../images/facebook-logo-footer.gif");
background-repeat: no-repeat;
background-position: 0 0;
overflow:visible;



}
#footer ul li.item19 a span {
	visibility:hidden;}

#footer ul li a,
#top-nav ul li a,
li span.separator {
	text-decoration:none;color:#ffffff;
	text-transform:uppercase;
	font-size:0.6875em;/*11/16 */
	font-weight:bold;
}

#top-nav ul li span.separator {position:relative;
top:-4px;}

.topBar, .bottomBar {
    position: relative;
    width: 100%;
    z-index: 100;
}



.buttonHide {

    bottom: 0;
    float: left;
    height: 20px;
    left: 0;
    margin: 0;
    padding: 8px 8px 7px;
    position: fixed;
    width: 23px;}

.buttonHide.on span {
    background: url("../images/icons.png") no-repeat scroll -40px -40px transparent;
    border: medium none;
    display: block;
    height: 20px;
    text-indent: -3000px;
    width: 20px;
}

.buttonHome {
 	float: left;
    height: 20px;
    width: 20px;
}

.buttonSearch {
	padding:5px 0;
    float:right;

 }
input#roksearch_search_str {color:#ffffff!important;}

.buttonSearch span a,
.buttonHome span a {
	background-repeat: no-repeat;

width:20px;
height:20px;
display:block;
margin:10px;}

.buttonHome span a{
	background-image: url("../images/nav-top-sprite.png");
	background-position: 0 0;
}

.buttonSearch span a{
	background-image: url("../images/nav-top-sprite.png");
background-position: -26px -4px;
}

.row {margin: 0 auto;

    width: 100%;}


.row .bottomMenu {
    bottom: 0;
    height: auto;

    margin-left: auto;
    margin-right: auto;
    /*max-width: 900px;*/
    position: fixed;
   width: 100%;

	background-color:rgba(0,0,0,0.2);
}

/* :::::::::::::::::::::::::: #Newsletter :::::::::::::::::::::::::: */

div.close {position:relative;}
div.close a {background-image: url("../images/close.gif");
background-repeat: no-repeat;
background-position: 0 0;
	position:absolute;right:10px;top:-30px;display:block;width:10px;height:10px;}
div.close a span {display:none;
	}

#newsletterDiv {
	background-color:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
  	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);

  bottom: 45px;
  color: #FFFFFF;
 /* float: left;*/
  height: 400px;
 /* padding: 5px;*/
  position: fixed;
  width: 18.30985915493%; /* 130/710*/
  z-index: 0;
  display:none;

}
#newsletterDiv span.formClr {}
#newsletterDiv span.formClr span {
	color:#ff0000!important;
	 }

#newsletterDiv p.formRed,
#newsletterDiv div.formCaption2 {

	font-size:0.625em; /*10/16*/
	text-transform:uppercase;
	 width: auto;
	 margin-bottom:10px;}

#newsletterDiv p.formRed {font-weight:bold;
margin-left:5px;
padding:0;}

	 #rsform_error_3 {display:none;}
#newsletterDiv div.formBody { margin-bottom:10px;}

#newsletterDiv .formBody a {
	color:#ffffff;
	font-size:0.625em; /*10/16*/
	white-space: nowrap;}
#newsletterDiv input {
	margin-bottom:5px;}

strong.formRequired {color:#cc0000;
}

#newsletterDiv input[type=text],
#newsletterDiv textarea {
	font-size:0.75em; /*11/16*/
	color:#666666;
	width:90%;}

#newsletterDiv input[type=submit] {
	background-color:#cc0000;
	border:0px;
	text-transform:uppercase;
	font-size:0.6875em; /*11/16*/
	color:#ffffff;}


#newsletterDiv input#captchaTxt40 {
	margin-left:10px;
float:left;
width:20%!important;}

#newsletterDiv textarea {  }

#newsletterDiv legend {display:none;}
#newsletterDiv h3 {
	padding:10px 0 10px 10px;
	color:#ffffff;
	/*pading:10px 0 0 0;*/
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:0.72727272727273em/*16 /22 */}

#newsletterDiv fieldset {
	margin:0;
	padding:0 5px 5px 5px;
	border:0px;
	border:0px;}

#newsletterDiv img {float:left;}
#newsletterDiv legend {}
#newsletterDiv ol li div {}
#newsletterDiv ol li div.formBody {}
#newsletterDiv input {}


/* :::::::::::::::::::::::::: #header :::::::::::::::::::::::::: */

#header {}


/* :::::::::::::::::::::::::: #flexicontent :::::::::::::::::::::::::: */


#flexicontent {
	clear:both;
	margin:0px 0 0 0;
}
.flexicontent.article.type4  .sidebar-article{
	visibility:hidden;}

h1 {

font-weight:bold;
font-size:1.6875em!important; /* 27px / 16px */
color:#000000;
/*position:relative;
left:-120px;*/

}

h1 span{
	background-color: #FFFFFF;
    clear: both;
    display: inline-block;
    margin: 0 0 7px;
    padding: 5px;
	position:relative;
	top:2px;
    text-transform: uppercase;}

h1 em {
	font-size:0.51851851851852em; /* 14px / 27px */
	color:#ffffff;
	display:block;
	clear:left;
	margin-top:2px;
	font-style:normal;
	text-shadow: 2px 2px rgba(0,0,0,0.2);

	}


span.logorideau {
	position:fixed;}
span.logorideau a{
	display:block;
	position:absolute;
	top:0px;
	left:-150px; /*150 / 960 */
	z-index:99999;
	background-image: url("../images/le-rideau-de-bruxelles-logo.png");
background-repeat: no-repeat;
background-position: 0 0;
width:117px;
height:133px;
	}

/* :::::::::::::::::::::::::: .home :::::::::::::::::::::::::: */

.home h2  {
	text-shadow: 2px 2px rgba(0,0,0,0.2);

	color:#ffffff;
	font-weight:bold; /* 60pt / 16px */
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;

	}

.home h2 a {color:#ffffff;text-decoration: none;}
.home h2 span {display:block;clear:both;margin-bottom: 10px;}
.home h2 span.home-titre {font-size:2em; /*32/16*/}
.home h2 span.home-sous-titre {font-size:1em; /*16/16*/}
.home h2 span.home-date {font-size:1em; /*16/16*/}
.home h2 span.home-auteurs {font-size: 1.25em;/*20/16*/}



.home h3 {
	text-shadow: 2px 2px rgba(0,0,0,0.2);

	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	color:#ffffff;
	font-weight:bold; /* 24pt / 16px */
	margin:0 0 5px 0;
	}

.home h3 span {
	font-size:0.75em;
	color:#ffffff;
	font-weight:normal; /* 18pt / 24pt */
	}




/* Sidebar
-------------------------------------------------------------  */



.sidebar {
	}
.sidebar-article{
/*position:relative;
top:3px;*/

	color:#ffffff;
	position:relative;

	left:0px;

	top:5px;
	margin:0 10px 0 0;

}

.calendar {
	/*color:#ffffff;*/
	position:relative;

	left:0px;

	top:5px;
	margin:0 10px 0 0;}

	.calendar #modFlexieventCalendar {
		margin-bottom:20px!important;}
			.calendar #modFlexieventFilter {
				padding-top:20px!important;}

.gutter {
	display:table-cell;
	width:20px;
	z-index:-2;


	background-color:rgba(0,0,0,0.3);
	transform: skew(0deg,20deg);
	-ms-transform: skew(0deg,20deg); /* IE 9 */
	-webkit-transform: skew(0deg,20deg); /* Safari and Chrome */
	-o-transform: skew(0deg,20deg); /* Opera */
	-moz-transform: skew(0deg,20deg); /* Firefox */
	-moz-transform: matrix(-1, -0.4, 0, 1, 0, 0);
	}


.sidebar-article .infos {
	display:table-cell;
	width:90.909090909091%; /* 200px/ 220px */

}
.sidebar-article .infos ul li {
	margin-left:-5px;
	}


.article .sidebar-article ul {
	position:relative;
	top:4px;
	left:0px;
	background-color:#000000;
	background-color:rgba(0,0,0,0.3);


	margin:0 0 0px 0;
	padding:5px 0px 10px 10px;
	width:auto;
}


/* INFOS COMPLE */



.infos-compl {
	/*border-top:1px solid rgba(255,255,255,0.2);*/
	line-height:1em;
	color: #ffffff;
	text-transform:uppercase;
	margin-left:0px;
	margin-top:10px;
	display:block;
	clear:left;
	padding-right:5px;
	padding-top:10px;
	/*line-height:0.85em;*/
	width:92%;
	 }
.infos-compl p {font-size:11px;margin-bottom:20px;}

	.infos-compl img {margin:0px 0;clear:both;display:block;float:none;}

.infos-compl a:link,
.infos-compl a:hover,
.infos-compl a:visited{
	color:#ffffff!important;
	font-size:10px;
	text-decoration:none;}




.infos-compl h2 {
	color: #ffffff;
	font-size:16px!important;
	margin:0px 0 5px 0!important;
	}

.infos-compl h3 {
	font-size:14px!important;
	color: #ffffff;
	margin:0px 0 5px 0!important;}

.infos-compl h4 {
	color: #ffffff;
	font-size:13px!important;
		margin:0px!important;
		margin:0px 0 5px 0!important;}

.infos-compl h5 {
	color: #ffffff;
	font-size:11px!important;
		margin:0px!important;
		margin:0px 0 5px 0!important;}

 .infos-compl span {font-size:11px;}


.infos-compl hr {
	margin:10px 0;
	color: #cccccc;
	background-color:rgba(255,255,255,0.2);
	height: 1px;
  	border: 0 none;
	width:90%;}

.infos-compl br {display:block;
clear:both;
margin-bottom:10px;}



a.ticket {
	background-image: url("../images/ticket-online.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 11px;
    width: 42px;}

a.ticket span {display:none;}



.article .sidebar-article ul.default {display:none;}

.sidebar-article .infos ul li:last-child {
	margin-top:10px;
	 /* 12/16*/
	line-height:1.0em;


	/*margin-top:20px;*/
margin-bottom:20px;
	}
.sidebar-article .infos ul li:last-child  img {margin:5px 0;}


.sidebar-article .infos ul li ul li:last-child {

	border:0px solid red;
	margin-top:auto;
	margin-bottom:auto;
}
.article .sidebar-article ul.default li {

	font-size:0.75em; /* 12/16*/
	line-height:1.15em;}

.article .sidebar-article ul ul {
	background-color:transparent;
	width:90%;
	/*border-bottom:2px solid rgba(255,255,255,0.2);*/
}
.article .sidebar-article ul ul.date {border-bottom:1px solid #333333;
border-bottom:1px solid rgba(255,255,255,0.2);


	background:transparent;}

.article .sidebar-article ul ul li a {
	color:#ffffff;}

.article .sidebar-article ul ul li a:hover {
	text-decoration:none;
	color:#ffffff;}

.article .sidebar-article ul ul:last-child {
	border-bottom:0px solid rgba(255,255,255,0.2);
	padding-bottom:0px;}


.article .sidebar-article ul.date li {
	font-size:1.3125em; /* 21/16*/}



.article .sidebar-article ul.date li.theatre-adresse {
	font-size:0.61904761904762em; /* 13/21*/
	margin-top:10px;
	line-height:1.15em;
	text-transform:uppercase;}

.article .sidebar-article ul.date li span {
	display:block;
	margin:5px 0 0 0;
	font-size:0.52380952380952em;/* 11/21 */
	text-transform:uppercase;
	}
.article .sidebar-article ul.ticket:empty {display:none;}
.article .sidebar-article ul.ticket {
	text-transform:uppercase;
	font-size:0.75em;/*12/16*/border-bottom:1px solid #333333;
border-bottom:1px solid rgba(255,255,255,0.2);

	}

/*.article .sidebar-article ul.ticket li.event-price {
	margin-top:5px;
		background-image: url("../images/ticket-sprite.png");
	background-repeat: no-repeat;
	background-position: -80px 0px;
	display:block;
	width:44px;
	height:10px;
}	*/
.article .sidebar-article ul.ticket li.event-price img {}

.article .sidebar-article ul.ticket li {
	margin-top:6px!important;}

.article .sidebar-article ul.url li,
.article .sidebar-article ul.ticket li {
	}

.article .sidebar-article ul.ticket li span{
	position:relative;
	top:3px;
	float:right;
	margin:0 5px 0 0;}

.article .sidebar-article ul.ticket li a span ,.item1-event .event-ticket span {
	background-image: url("../images/ticket-online.gif");

background-repeat: no-repeat;
background-position: 0 0;
display:block;
width:42px;
height:11px;
	}

.article .sidebar-article ul.ticket li a span.free {
	background-image: url("../images/ticket-sprite.png");
background-repeat: no-repeat;
background-position: -84px 0;
display:block;
width:37px;
height:10px;

}
.article .sidebar-article ul.ticket li a span.sold-out {
	background-image: url("../images/ticket-sprite.png");
background-repeat: no-repeat;
background-position: -55px -12px;
display:block;
width:51px;
height:10px;}


.article .sidebar-article ul.infos-press {
	padding:20px 0;
	}

.article .sidebar-article ul.infos-press li a {
	position:absolute;
	bottom:10px;
	left:35px;
	}

.article .sidebar-article ul.infos-press li a span {
background-image: url("../images/press.png.html");
background-repeat: no-repeat;
background-position: 0 0px;

height:21px;
width:20px;
position:absolute;
left:-25px;

bottom:0px;
/*margin:0 10px 0 10px;*/

}



.article .sidebar-article ul.url li  {font-size:0.75em;/*12/16*/
margin-top:3px;}
.article .sidebar-article ul.price {/*padding:10px 0 20px 0;*/}
.article .sidebar-article ul.price li  {font-size:0.75em;/*12/16*/margin-top:3px;}
.article .sidebar-article ul.price li strong {text-transform:uppercase;}
.article .sidebar-article ul.infos-press li {font-size:0.75em;/*12/16*/}

/* switch */


ul.switch {
	z-index:99999;
	position:absolute;
	width:100%; /* 700 /960*/
	top:-24px;
	text-align:right;
}

ul.switch li {
	margin:0 5px 0 0;

	display:inline-block;
	background-repeat: no-repeat;
	/*height:30px;
	background-position: center 23px;*/

	}
ul.switch li:last-child	 {margin:0;}
ul.switch li.on a {
	background-image: url("../images/switch-center.png");
	background-repeat: no-repeat;
	display:inline-block;
	height:30px;
	background-position: center 18px;
}
ul.switch li.off {}

ul.switch li span {padding:8px;}

ul.switch li.on span{
	background-color:#ff0000;
	background-color:rgba(255,0,0,0.5);}

ul.switch li.off span{
	background-color:#333333;
	background-color:rgba(0,0,0,0.5);}

ul.switch li a {
text-transform:uppercase;
color:#ffffff!important;
font-size:0.5625em!important;/*9/16*/
font-weight:normal!important;
}

ul.switch li a:hover {text-decoration:none;}










/* Article
-------------------------------------------------------------  */


.article {
	min-height:100%;
	clear:both;
	}

.article .wrap  {
	position:relative;
	margin:-5px 0 0 0;
	/*background-color:#ffffff;*/

	}




.article .wrap .col-1-2 {
	padding:20px;
	width:90%;

}

.article .wrap .col-1 {
	/*float:left;*/
	width:61.971830985915%; /*440 / 710 */
	padding-right:20px;

}
.article .wrap .col-1 h3.sous-titre {
	color: #666666;
    display: block;
    font-size: 1em;
    font-weight: normal;
line-height:1.30em;
    text-transform: uppercase;
	margin-bottom:10px;}

.article .wrap .col-2 {
	z-index:99999!important;
	/*float:left;*/
	width:28.169014084507%; /*200 / 710 */
	margin:0 0 0 0px;

	}




.article cite {
	padding-bottom:10px ;
	font-style:italic;

	font-size:0.6875em;/*11 /16 */
	color:#666666;
	display:block;}

.article .wrap blockquote {}

.article .wrap blockquote span {
	font-size:1.94444444444444em;/*35/18*/
	font-style:italic;
	color:#999999;
	display:none;}

/*------------------------------------*\
	CONTENT
\*------------------------------------*/
/* TARIF */
table.tarifs {
 line-height: 1.0em;
	}



table.tarifs th:first-child	 {
	text-align:left;
	width:120px;
	padding-left:0;
	/*color:#000000;*/
	vertical-align:bottom;
/*	font-size:0.75em;*/}

table.tarifs th:last-child {
	width:50px;
	border-right: 0px solid #cccccc;}

table.tarifs td.selected,
table.tarifs th.selected {background-color:#f9f9f9;}

table.tarifs th{
	padding:7px;
/*	color:#cc0000;
	text-align:center;
	font-size:1em;*/
	height:30px;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	}

table.tarifs th span{
	/*color:#333333;*/
	margin-top:5px;
	display:block;
/*	font-weight:normal;
	font-size:0.75em;*/}

table.tarifs td{
	padding:7px;
	/*font-size:1em;
	text-align:center;
	font-weight:bold;
	color:#cc0000;*/
	border-right: 1px solid #cccccc;
	background-image: url("../images/hr-dotted.gif");
	background-repeat: repeat-x;
	background-position: top right;

	}
table.tarifs td p {margin:0!important;padding:0!important;}
table.tarifs td:first-child {
	padding-left:0;
	/*text-align:left;
	font-size:0.75em;
	color:#000000;*/}

table.tarifs td:last-child {
	border-right: 0px solid #cccccc;
	background-image: url("../images/hr-dotted.gif");
	background-repeat: repeat-x;
	background-position: top right;
	/*color:#000000;*/}

	.text {margin-bottom:20px;}

.text,
.flexi_extrafield_content {

	font-size: 0.75em; /*12/16*/
    line-height: 1.5em;
	color:#000000;

}

.flexi_extrafield_wrapper ul {
	list-style:disc;
	margin-left:20px;
	/*font-size: 0.9em;*/
	/*color:#666666;*/}



.flexi_extrafield_wrapper ul.default {
	list-style:none;
	margin-left:0;
	font-size: 1em;}

.flexi_extrafield_wrapper ul.default li {margin-bottom:5px!important;}

.flexi_extrafield_wrapper .note {
	color:#999999;
/*font-size: 0.75em;*//* */}

.flexi_extrafield_wrapper ul li {/*margin-bottom:5px;*/}

.flexi_extrafield_wrapper hr {
	background-image: url("../images/hr-dotted.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	border:0px solid red;
	height:1px;
	margin:10px 0;}

.flexi_extrafield_content .empty {
width:762px;}

/*.flexi_extrafield_content div.item1-event {
	width:auto;}

.flexi_extrafield_content,
#extrafield22_content1_zone,
.extrafield_active {border:1px solid red;
display:block!important;}*/

.flexi_extrafield_wrapper {

margin:0 10px 10px 0;
}

table.default {
border:2px solid #ffffff;
font-size:0.85em;/*12/16*/
  	/*background-color: #F2F2F2;*/
	width:auto;}

table.default tr td {
    border-bottom: 1px dashed #999999;

}
table.default tr:nth-of-type(2n+1)	 {background-color:#ffffff;}



ul.equipe {
	list-style:none;
	margin:0;
	padding:0;}

ul.equipe li {
	font-size:1em;
	margin-bottom:20px;}

ul.equipe li  span{
	display:block;}



.article .wrap  p,
.article .wrap .col-1 p {

	margin:0 10px 10px 0;}

.article .wrap  p strong,
.article .wrap .col-1 p strong {
	font-weight:bold;}


.article .wrap .col-2 ul  {/*line-height:1.15em;*/}
.article .wrap .col-2 ul:first-child {
	margin-top:0px;
	padding-top:0;}

.article .wrap .col-2 ul #elem_title {display:none!important;}

.article .wrap .col-2 ul {
	margin:0px 0 0px 0;
	padding:10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.article .wrap .col-2 ul ul {
	border:0px;
	padding:0;
	margin:0 0 10px 0px!important;

}
.article .wrap .col-2 ul ul li{
	margin:5px 10px;}

.article .wrap .col-2 ul ul li a span {
font-weight:normal;
text-transform:none!important;}

.article .wrap .col-2 ul ul li a span:before {content:"- ";}

.article .wrap .col-2 ul li a {
	text-decoration:none;}

.article .wrap .col-2 ul li#tab_ {line-height:0.85em;}

.article .wrap .col-2 ul li a {
	font-weight:bold!important;
	font-size:0.8125em!important;/*15/16*/
	list-style:none;}

.article .wrap .col-2 ul li a:hover {
	color:#000000;}
/*.article .wrap .col-2 ul li#elem_calendrier {
	padding:5px 0;}

.article .wrap .col-2 ul li#elem_calendrier a{
	background-color:#999999;
	color:#ffffff!important;
	padding:5px;
	}*/

/*.article .wrap .col-2 ul li#elem_calendrier {}

.article .wrap .col-2 ul li#elem_calendrier a{
	color:#ff0000!important;
	}*/

.article .wrap .presse .col-2 ul {
	margin:0;
	padding:0;}

.article .wrap .col-2 ul.rencontre li{
	font-size:0.75em;/*12/16*/
	font-weight:bold;
	color:#666666;
	line-height:1.15em;}

.article .wrap .col-2 ul.rencontre li span {font-weight:normal;}

.article .wrap .col-2 ul.rencontre li img {
	margin-bottom:-15px;}

.article .wrap .col-2 ul.last {border:0px solid red;}

.article .wrap .col-2 ul {

	/*margin-top:-10px!important;*/
}
div.moduletable h3{
font-size:11px;
font-weight:normal !important;
text-transform:none;
}
.article .wrap .col-2 ul.article-linked-list {
    margin-top: 0px !important;
    padding-top: 0px;}

.article .wrap .col-2 ul:last-child {
	/*margin:10px 0 0 0;*/
	border-bottom: 0px solid #666666;
}

.article .wrap .col-2 ul li {
	list-style:none;
	margin-bottom:10px;}

.article .wrap .col-2 h3,
.article .wrap .col-2 ul li.articlelinked-listname {color:#666666;
background-image: url("../images/hr-dotted.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 0 solid red;

    margin: 10px 0;
	padding-bottom:10px;}
.article .wrap .col-2 ul li.article-linked-title a{line-height:1.5em;}
.article .wrap ul li a,
.article .wrap .col-2 ul li a{

	font-weight:bold;
	color:#666666;

	}

.article .wrap ul li a,
.article .wrap .col-2 ul li span.download {
	text-transform:uppercase}

span.press-image-title {margin-top:5px;}
span.press-image-title a{font-weight:bold;color:#000000!important;}
span.press-image-desc {}
span.press-download {}

span.press-download,
span.press-image-desc {
	font-size:0.625em!important;/*10/16*/
	text-transform:uppercase;
	display:block;
	margin-bottom:2px;}
span.press-download a,
span.press-image-desc a {color:#999999;}

span.press-image-title {font-size:0.6875em!important;/*11/16*/
	text-transform:uppercase;
	display:block;
	margin-bottom:2px;}

.article .wrap .col-2 ul li a.extrafield_active_menu{
	font-weight:bold;
	color:#000000!important;
	}



.article .wrap .col-2 ul.functions  {
	margin-top:10px!important;
	padding-top:20px;
	border-top:1px solid #cccccc;}
.article .wrap .col-2 ul.functions li {margin-bottom:0;}
.article .wrap .col-2 ul.functions li a {
display:block;
float:left;
width:24px;
height:17px;
margin:-5px 10px 0 0;
background-repeat: no-repeat;}

.article .wrap .col-2 ul.functions li a span{display:none;}

.article .wrap .col-2 ul.functions li.print a {
	background-image: url("../images/function-sprite.png");
	background-position: 0 0;}

.article .wrap .col-2 ul.functions li.email a {
	background-image: url("../images/function-sprite.png");
	background-position: -30px 0;}

.article .wrap .col-2 ul.functions li.facebook a{
	background-image: url("../images/function-sprite.png");
	background-position: -60px 0;}

ul.functions  {
	margin-top:10px!important;
	padding-top:20px;
	border-top:1px solid #cccccc;}
ul.functions li {margin-bottom:0;}
ul.functions li a {
display:block;
float:left;
width:24px;
height:17px;
margin:-5px 10px 0 0;
background-repeat: no-repeat;}

ul.functions li a span{display:none;}

ul.functions li.print a {
	background-image: url("../images/function-sprite.png");
	background-position: 0 0;}

ul.functions li.email a {
	background-image: url("../images/function-sprite.png");
	background-position: -30px 0;}

ul.functions li.facebook a{
	background-image: url("../images/function-sprite.png");
	background-position: -60px 0;}


/* list-view
-------------------------------------------------------------  */
.flexicontent.item23.type1 {}

.intro-home {
	margin-left:20px;
position:fixed;
bottom:50%;}
/*.intro-home {width:100%;}*/

.news {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 70px;
}
#page .news .grids{
	margin:0 auto;
	position:relative;
}
.home  .news #news_slider33 span.desc {display:none;}
.headline-title-home {margin-left:20px;}
.home-info{
	margin:50px 0;
}
.home-info h2{
	margin-bottom:20px;
}
	/*
@media screen and (max-width: 1024px) {
html {overflow-x: hidden;}
.intro-home{
	position:absolute;
	top:-160px;
	width:500px;
	}

.headline-title-home {
	position:absolute;
	top:-50px;
	width:500px;
}
.home .news div{}
.home h2 {font-size: 2.9em;}
.home h3 {font-size: 0.9em;}
.home .news {
	position:absolute;
	top:190px;
	left:-20px;


  }





}
	*/
#news_slider47 ul {width:90%;}
#news_slider47 ul li{font-size:0.75em; /*12/16*/line-height:1.15em;}
#news_slider47 ul li h5 {/*12/12*/font-size:1.2em;font-weight:bold;}
#news_slider47 ul li a:hover {text-decoration:none;}

div.event-view-list div.list-view div{
	margin-left:20px;}

/*div.list-view {
	overflow:hidden;

}*/
.caption-title {height:40px;background-color:#ffffff;/*margin-bottom:20px;*/position:relative;margin-top:18px;}


div.list-view div.empty {font-size:0.85em;padding:20px 0 0px 0px;margin-left:20px!important;}
div.list-view div.empty  span {margin-left:20px;}
div.list-view,
div.list-view-thumbnails  {clear:both;margin-top:18px;}
div.list-view-thumbnails div {margin-right:3.106936416185%; /*21.5/692*/}
div.list-view-thumbnails div:nth-child(3n+3 ) {margin:0;padding:0;}
div.list-view-thumbnails div.empty {
	padding:20px;
	width:650px;
	font-size:0.85em;
	background-color:#ffffff;
	}


div.list-view-thumbnails:last-child,
div.list-view div:last-child{margin-bottom:300px;}


.presse-template div.list-view-thumbnails ul {height:150px;}
div.list-view-thumbnails ul{height:260px;margin:0 0 20px 0;}

div.list-view-thumbnails ul li.thumbnails img{width:100%;}


div.list-view ul li.thumbnails img{
	width:18.30985915493% /*130/710*/;
	float:left;
	padding:0 10px 0 0;}

div.list-view ul li.thumbnails iframe {width:18.30985915493% /*130/710*/;
padding:0;float:left;}



.home  ul {margin:0;
	padding:0;
	width:100%;
	height:190px;}

.list-view-thumbnails ul,
.home  ul {

	margin:0;
	padding:0;
	width:100%;
	/*background-color:#ffffff;*/
	height:190px;}

.list-view-thumbnails ul {background-color:#ffffff;}

.ressources div.list-view ul,
div.list-view ul {


	/*border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
	margin:0 0 20px 0;
	padding-bottom:10px;
	}


.ressources div.list-view div,
div.list-view div {
	width:100%;
	display:block;
	/*float:none;*/
	background-color:#ffffff;
	margin-bottom:20px;

	}
.news-slider{
	height:260px;
	background-color:#ffffff;
	margin:0 !important;
}
.news-info{
	height:220px;
	background-color:#ffffff;
	padding: 20px;
}
.news-info ul {height:auto;
	margin-bottom:10px;
	padding-bottom:10px;
  background-image: url("../images/hr-dotted.gif");
    background-position: bottom left;
    background-repeat: repeat-x;

}
.news-info br{display:none;}

.news-info ul li{
	font-size :0.75em; /*12/16*/
	color:#666666;
}
.news-info ul li a:hover {
	text-decoration:none;}

.news-info ul li h5{
	font-size :1.16666666666667em; /*14/12*/}

.news-info ul li h6 {
	font-size :0.83333333333333em; /*10/12*/
	text-transform:uppercase;
	margin-bottom:5px;}

.news-slider-inner{
	width:224px !important;
	overflow:hidden;
}

.news-slider-inner .news-slider-thumbnail iframe {width:106%;}

.news-slider-detail{
	margin-top:10px;
	margin-left:10px;
}
.news-info p{
	font-size: 0.75em;
	color: #666;
	margin-top: 10px;
}

.news-info {position:relative;}

.news-info a img {
	position:absolute;
	bottom:20px;
	left:10px;
	/*border-top: 1px dashed #CCC;*/
	/*padding-top: 10px;*/
}

.news-info a,
.news-slider a {
	color:#000!important;
}
.news-info h5,.news-slider h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.15em;
	margin-top: 10px;
	margin-bottom:5px;
}
.news-slider h5 a {
	text-decoration:none;
	color:#666666;}

.news-slider h5 span span,
.news-info h5 span span { font-size:1em;/*12/12*/}

.news-info h5 span,
.news-slider h5 span{

		font-weight: normal;
		text-transform:none;
		font-size: 0.75em; /* 12/16*/
		display: block;
		line-height:1.15em;
		margin-top:5px;
		text-transform:uppercase;

}

.news-info h6 ,.news-slider h6 {
	display: block;
	clear: both;
	font-size: 0.75em;
	color: #666;
}

ul.saison li {}
ul.saison {position:relative;}
ul.saison li a {color:#000000;}
ul.saison li a:hover {text-decoration:none;}


div.title {position:relative;}

.title.cat	{display:none;}

.event-view-thumbnails h2,
.event-view-list h2 {
	position:absolute;
	bottom:8px;
	padding:20px;

	color:#ffffff;
	font-size:1.8125em;
	font-weight:bold;
	text-transform:uppercase;
	}
.event-view-thumbnails h2 span,
.event-view-list h2 span {
		margin-top:5px;
	font-size:0.75862068965517em;/*22/29*/
	display:block;
	clear:both;
	font-weight:normal;
	text-transform:none;

	}



.list-view-thumbnails ul.saison li.tiket,
.list-view-thumbnails ul.saison li.date,
.list-view-thumbnails ul.saison li.salle,
ul.saison li h4,
ul.saison li h5,
ul.saison li h6 {

	margin-left:10px;
	}


.list-view ul.saison li.tiket,
.list-view ul.saison li.date,
.list-view ul.saison li.salle {margin-left:0px;
}


.list-view-thumbnails ul.saison li.date {
	/*margin-top:20px;*/
	position:absolute;
	bottom:10px;
	font-size:0.875em /* 14px 16px */;
	font-weight:bold;
	}


.list-view ul.saison li.date {
	position:absolute;
	top:20px;
	left: 19.718309859155%; /*140/710*/

	font-size:0.875em;/*14/16*/}


.list-view ul.saison li.pays strong,
.list-view ul.saison li.date strong {
	font-weight:bold;}

.list-view ul.saison li.salle strong {font-weight:bold;
clear:both;
display:block;}

.list-view ul.saison li.pays {
	position:absolute;
	top:35px;
	left: 19.718309859155%; /*140/710*/
	font-size:0.75em;/*12/16*/
	color:#999;}


.list-view-thumbnails ul.saison li.date strong {
	color:#999999;
	font-weight:bold;}

.list-view-thumbnails ul.saison li.tiket {
	position:absolute;
	bottom:10px;
	right:10px;
	}

.list-view ul.saison li.tiket {
		position:absolute;
	top:20px;
	right:20px;

	}


.list-view ul.saison li.tiket span,
.list-view-thumbnails ul.saison li.tiket a span {
	background-image: url("../images/ticket-sprite.png");
background-repeat: no-repeat;
background-position: 0px 0;
display:block;
width:35px;
height:10px;

}
.list-view ul.saison li.tiket a:hover span,
.list-view-thumbnails ul.saison li.tiket a:hover span {
	background-position: 0px 0;
	}
ul.saison li.salle,
.list-view-thumbnails ul.saison li.salle {
	display:none;
	/*padding-bottom:10px;*/
	position:absolute;
	bottom:17px;}

.list-view-thumbnails ul.saison li.salle a	{
	font-size:0.875em /* 14px 16px */;
	font-weight:bold;
	color:#999999;
	}

.list-view ul.saison li.salle {
	position:absolute;
	top:40px;
	left: 19.718309859155%; /*140/710*/
	font-size:0.75em;/*12/16*/
}



.event-view-thumbnails h3,
.event-view-list h3 {
/*	background-color:#ffffff;*/
	font-size:1.125em;/*18/16*/
	padding:10px 0 10px 10px;
	font-weight:bold;
	margin:0px 0 20px 0;
	z-index:-999;

	}

ul.saison h4{
font-size:1.875em /* 30pt 16px */;
color:#ffffff;
display:none;
position:absolute;
margin-top:70px;
}




ul.saison li h5 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;/* 16px 16px*/
	line-height:0.85em;
	margin-top:10px;}

ul.saison li h5 span{
	text-transform:uppercase;
	font-weight:bold; /* 12px 16px*/
	font-size:0.75em;
	display:block;}
.list-view-thumbnails ul.saison  li h5 {
	margin-top:10px!important;}
.list-view-thumbnails ul.saison  li h5,.news-info h5 {

	font-size:0.875em;/* 14px 16px*/
	text-transform:none;
	margin-top:0;
	margin-bottom:0.3em;
	text-transform:uppercase;
	line-height:1.15em;}

.ressources .list-view ul.saison h5 {

	position:absolute;
	top:10px;
	left: 21.12676056338%; /*150/710*/
	text-transform:none;
	font-size:1em;/* 16px 16px*/
	clear:both;
	text-transform:uppercase;}


.event-view-list ul.saison h5 {

	position:absolute;
	top:10px;
	left: 21.12676056338%; /*150/710*/
	text-transform:none;
	font-size:1em;/* 16px 16px*/
	clear:both;
	text-transform:uppercase;}


.list-view ul.saison h5 {
	position:absolute;
	top:10px;
	left: 38.028169014085%; /*270/710*/
	text-transform:none;
	font-size:1em;/* 16px 16px*/
	clear:both;
	text-transform:uppercase;

}




ul.saison li h6 {
	display:block;
	clear:both;
	font-size:0.75em;
	color:#666;


    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
	}

ul.saison li h6 strong {
		font-weight:normal;}


.list-view-thumbnails ul.saison li h6 {

	font-size:0.6875em;/* 11px 16px*/
color:#666;
}

.list-view-thumbnails ul.saison li h6  img {width:85%!important;}

.ressources .list-view ul.saison li h6 {
	position:absolute;
	top:40px;
	left: 21.12676056338%; /*150/710*/
	text-transform:none;
	font-size:0.72727272727273em;/* 8px 11px*/
	color:#000000;
	font-weight:bold;
	clear:both;}

.list-view ul.saison li h6 {
	position:absolute;
	top:40px;
	left: 38.028169014085%; /*270/710*/
	text-transform:none;
	font-size:0.72727272727273em;/* 8px 11px*/
	color:#666666;
	font-weight:normal;
	clear:both;
	line-height:1.15em;
	width: 42.253521126761%;/*300/710*/
	text-transform:uppercase;

}
/* Ressources
-------------------------------------------------------------  */
.event-view-thumbnails,
.event-view-list {
padding-bottom:200px;
	/*position:relative;
	left:-20px;*/}

.event-view-thumbnails .featured {overflow:hidden;margin-bottom:20px;display:none;}
.event-view-thumbnails .featured ul li.thumbnails img {width:100%;}
.event-view-list iframe,
.event-view-thumbnails iframe{width:100%!important;}

.list-view-thumbnails {position:relative;
	/*left:-10px;*/}


.event-view-list div.list-view div {
position:relative;
	left:-20px;
	width:100%;
	margin-bottom:20px;}

.ressources {
	position:relative;
	/*left:-20px;*/
		}

.ressources h3 {background-color:#ffffff;
font-size:0.875em; /*14/16*/
font-weight:bold;
padding:8px;
margin:0 0 20px 0;}


.medias ul.saison iframe {
width: 100%;
padding:0;
overflow:hidden;
height:auto;
}

.ressources ul.saison .thumbnails img {

padding:0 0 0px 0;
}


.most-viewed ul.saison .thumbnails img {
	width:28%!important;
	padding:10px;}

.most-viewed ul.saison li h5 {
	position:absolute!important;
	top:15px;
	left:34.090909090909%; /*75/220*/
	 margin-left: 10px;
	  margin-right:0px;
	  font-size: 0.75em;}

.most-viewed ul.saison li h6 {
	position:absolute!important;
	top:25px;
	left:34.090909090909%; /*75/220*/
	  margin-left: 10px;
	 margin-right:0px;
	 width:60%;
	 }



.most-viewed ul {

	height:50px!important;
	padding-bottom:10px!important;
	margin-bottom:0!important;
	border-bottom:1px dashed #cccccc;
	}

.most-viewed ul:last-child {
	border-bottom:0px dashed #cccccc;}



.ressources .list-view ul.saison {
	height:auto;
	/*margin-left:-20px;*/
}

.ressources ul.saison  {height:240px;background-color:#ffffff;}


.medias ul.saison li h5 {	margin-top:10px;}

div.saison ul#switchform  {top:7px;}

ul#switchform {
	padding:0;
	margin:0;
	height:auto;
	background-color:transparent;
	width:auto;
	position:absolute;
top:10px;
	right:10px;
	}

ul#switchform li {
	display:inline-block;

}


ul#switchform li form select{
	font-size:11px;
	padding:2px;
	position:relative;
	top:-6px;}

ul#switchform li a {
	border: 1px solid #999999;
  text-decoration: none;
   width: 19px;
    height: 18px;

	display:inline-block;
	}


ul#switchform .switch-thumbnails {margin-left:5px;}

ul#switchform li a.switch-list{
	background: url("../images/icons.png") no-repeat scroll -20px -101px #FFFFFF;
}

ul#switchform li a.switch-list:hover{
	background: url("../images/icons.png") no-repeat scroll 0px -101px #FFFFFF;
}
ul#switchform li a.switch-thumbnails{
	background: url("../images/icons.png") no-repeat scroll -20px -121px #FFFFFF;
    }

ul#switchform li a.switch-thumbnails:hover{
	background: url("../images/icons.png") no-repeat scroll 0px -121px #FFFFFF;
    }

ul#switchform li span {
	display:none;}

select:focus {
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
	font-weight:normal;}

ul#filters {}
ul#filters li {padding-bottom:5px;}

ul#filters li select{
	display:block;
	clear:both;
	padding:5px;
}


ul#filters li select,
ul#filters li input {
	font-size:12px;
	font-weight:normal;
	width:100%;}



/*ul#filters li select {
	font-size:12px;
	font-weight:bold;
}*/

ul#filters li input {
	padding:2px;
	width:95%;
}

/* Facebook (home)
-------------------------------------------------------------  */
ul#infos,
ul#facebook {
	z-index:2;
	background-color:#ffffff;
	height:242px;
	margin-top:-25px;

}


ul#infos ul,
ul#facebook ul {
	overflow:hidden;
	position:relative;
	top:5px;
	left:10px;
	height:auto;
	clear:both;
	padding:10px 0 5px 10px;
	width:80%;
	border-bottom:1px dashed #cccccc;
}
ul#infos ul li a,
ul#infos ul li,
ul#facebook ul li{
	font-size:0.75em;
	color:#666666;
	margin-left:-10px;


}

ul#facebook ul li.avatar-name {
	font-weight:bold;
	margin-bottom:1px;

	}


ul#facebook li.join-us {
	position:absolute;
	bottom:10px;
font-size:0.85em;
font-weight:bold;
margin:15px 0 0 10px;

text-transform:uppercase;
width:90%;}



ul#facebook ul.wall img {
	display:none;
	width:20%;
	float:left;
	margin:0 10px 0 0;}



/* News slide (home)
-------------------------------------------------------------  */
a.bx-prev ,a.bx-next{
	height:auto!important;
	position:relative;
	top:-30px;
	width:13px;
	height:30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration:none;
}
a.bx-prev{
	background-image: url("../images/nav-sprite.png");
	float:left;
	margin-left:10px;
}
a.bx-prev:hover{
	background-position: -20px 0;
}
a.bx-next{
	float:right;
	background-image: url("../images/nav-sprite.png");
	background-position: -60px 0;
	margin-right:10px;}

a.bx-next:hover {
	background-position: -40px 0;
}


/* News tab (home)
-------------------------------------------------------------  */

#tabulation-block{/*position:relative;*/}

ul.nav-tab {
	height:42px;
	/*height:auto;*/
	z-index:-2;
	/*height:auto;

	position:absolute;

	top:0px;*/}


ul.nav-tab li{
	text-transform:uppercase;
margin:0 -2px 0 0;
	padding:5px 10px 0 10px;
	vertical-align:middle;
	background-color:#cccccc;
	display:inline;

	}

ul.nav-tab li.active {
	border-right:1px solid #cccccc;
	background-color:#ffffff;}

ul.nav-tab li.inactive	 {
	background-color:#cccccc;
	}

ul.nav-tab li a {
	position:relative;
	top:-2px;
text-decoration:none;
color:#000000;
font-weight:bold;
font-size:0.6875em;/*11 /16 */
	}


/* calendar */
.fecWrapper {
	margin-bottom:20px;}

.fecWrapper  a {color:#333333!important;}
/* jeudi lire */


/*------------------------------------*\
FESTIVAL
\*------------------------------------*/

.wrap-festival div.festival{

	padding:0 20px 0px 20px;
}
.wrap-festival {background-color:#ffffff;overflow:hidden;
padding-bottom:200px;}

.wrap-festival div.festival div {

	font-size: 0.75em;
    line-height: 1.4em;
 	margin-bottom:20px;
	border-top:1px solid #cccccc;
	overflow:hidden;
	padding-top:20px;
	}

.wrap-festival div.festival ul {
	float:left;
	/* width:100%;
	 margin-right:20px;*/

	}

div.festival ul li strong{font-weight:bold;}
div.festival ul li em{font-style:italic;}


div.festival ul li strong{
	font-weight:bold;}

div.festival ul li.title{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.45454545454545em;/*16/11*/
	color:#cc0000;
	}

div.festival ul li.desc {color:#333333;}
div.festival ul li.date{

padding-top:10px;}

div.festival ul li.date span.free {
	text-transform:uppercase;
	/*10px /11px*/
	font-size:0.90909090909091em;}

div.festival ul li.auteurs {margin-top:10px;}


div.festival ul.cover-book {
	float:right;
	width:33.802816901408%; /*240/710*/

}


div.festival ul.cover-book li {

	display:block;
	float:left;
	/*height:150px;*/
margin-right:10px;
}

div.festival ul.cover-book  {}
div.festival ul.cover-book li img {
	/*max-width:100px;*/
	max-height:143px;
/*	border:1px solid #cccccc;
	-moz-box-shadow: 3px 3px 0px rgba(153,153,153,0.5);
	-webkit-box-shadow: 3px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 3px 3px 0px rgba(153,153,153,0.5);*/
	}

/*------------------------------------*\
	PRESSE
\*------------------------------------*/

.article-wrapper {
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:40px;
overflow:hidden;
padding-left:20px;
margin-top:-10px;
/*margin-bottom:100px;*/
/*width:100%;*/
/*min-width:693px;*/

}
.article-wrapper.festival  {margin-bottom:0px;
padding-bottom:0;}

.presse {background-color:#ffffff;margin-top:-4px;padding-bottom:20px;
overflow:hidden;padding-left:20px;
padding-top:20px;}

.presse ul.download {

	position:relative;
	height: 120px;
	border:1px solid #cccccc;
float:left;
width:27.5%;
/*110/400*margin-right:20px;*/
margin:0 20px 20px 0;}

.presse ul.download li{}
.presse ul.download li.thumbnails a img{}
.presse ul.download li h5 {
	line-height:0.75em;
	margin-bottom:5px;}

.presse ul.download li.thumbnails h6{}

.presse ul.download li a[title=Download] {
	position:absolute;
	left:10px;
	bottom:10px;
	font-size:0.65em;

}
.presse blockquote {
	clear:both;
	padding:0!important;
display:block!important;

font-size:0.61111111111111em!important;/*11/18*/}

.presse ul.pdf {
	margin-bottom:20px;
	}
.presse ul.pdf li {font-size:0.6875em;/*11/16*/
line-height:1.25em;

}

.presse ul.pdf li a[title=pdf]{

background-image: url("../images/icon-pdf.gif.html");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:1.09090909090909em;
	font-weight:normal;

	/*12/ 11*/
	}
.presse ul.pdf li a[title=pdf] span {
	margin-left:20px;

	}

.presse form select {width:150px;
font-size:0.6875em;/*11/16*/}

/* Slideshow */


.showtabs {

	overflow:hidden;

}

.showtabs #slideshow  {
	z-index:0;
	position:relative;
	height:324px;
	clear:both;

}

.showtabs #slideshow ul{
	position:absolute;
	top:0;
	left:0;
}
.showtabs #slideshow ul li {
	overflow:hidden;}

.showtabs #slideshow ul li img {
	max-width:693px;
	}

.showtabs .showtab.off{
	display:none;
}
.slideShow .zoom {

	background: url("../images/icons.png") no-repeat scroll -140px -62px rgba(251,251,251,0);
	bottom: 12px;
	height: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top:302px;
	text-indent: -3000px;
	width: 19px;
	z-index: 5000;
}

.images.frame.zoom:hover {
	display: block;
}

.slideShow .zoom:hover {

	cursor: pointer;
}

.slideShow:hover .zoom {
	display: block;
}

.slideShow .infos-roll {
	cursor: pointer;
	width:100%;
	background: #fff;
	background: rgba(251,251,251,0.6);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
	height: 20px;
	position: absolute;
	left: 0px;
	top:297px;
	padding:5px 0;
	display:none;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;

}

.slideShow .infos-roll span {
	font-size:0.75em;
	display:inline;
	color: #444;}

.slideShow span.infos-roll-copyright {}
.slideShow .infos-roll span:first-child	 {
	margin-left:30px;}




#home-next span,
#home-prev span {
	background: url("../images/icons.png") no-repeat scroll -224px -71px transparent;
	bottom: 5px;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	right: 10px;
	text-indent: -3000px;
	width: 20px;
}


.images.frame:hover .infos-roll {
	display: block;
	bottom: 12px;
}



/*.slideShow .infos-roll-title {
	background: none repeat scroll 0 0 transparent;
	color: #444;

	height: auto;
	width: auto;
	float: left;
	display: block;
	padding: 0;
	margin: 0 10px;
}
.slideShow .infos-roll-copyright {
	background: none repeat scroll 0 0 transparent;
	color: #444;

	height: auto;
	width: auto;
	float: left;
	display: block;
	text-align: right;
	padding: 0;
	margin: 0px 5px 0;
}

*/
#fullscreenimgcontainer {
	background: #000;
	min-height: 100%;
}

#fullscreenimgcontainer img {
	min-width: 100%;
}

.buttonBottom-fullscreen {
	display: none;

	width: 100%;
	z-index: 100;
}

.buttonBottom-fullscreen span.next,
.buttonBottom-fullscreen span.previous {
	margin-top:10px;

	cursor: pointer;
	display: inline;

	float:right;

	overflow:hidden;
	height: 20px;
	width: 20px;
}


/* Bottom Bar : Prev/next/Fullscreen */

.buttonBottom-fullscreen {position:relative;}
.buttonBottom-fullscreen .infos {
	 bottom: 0;
	 position: fixed;
	height: 40px;
	background: #000000;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	display: block;

}

.buttonBottom-fullscreen span.next{margin-right:10px;}
.buttonBottom-fullscreen span.previous {margin-right:30px;}

.buttonBottom-fullscreen span.previous span,
.buttonBottom-fullscreen span.next span {
text-indent: -3000px;
display: block;
width: 20px;
height: 20px;
}

.buttonBottom-fullscreen span.previous span {
background: url("../images/icons.png") no-repeat scroll -180px -60px transparent;
}

.buttonBottom-fullscreen span.next span {
background: url("../images/icons.png") no-repeat scroll -180px -80px transparent;
 }


.buttonBottom-fullscreen .dezoom {
    bottom: 2px;
	right:27px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    width: 35px;
}

.buttonBottom-fullscreen .dezoom span {
	background: url("../images/icons.png") no-repeat scroll -120px -80px transparent;
    display: block;
    height: 20px;
    margin: 10px 7px 7px;
    text-indent: -3000px;
    width: 20px;
}
.buttonBottom-fullscreen ul {
	overflow:hidden;
	position:absolute;
	left:40px;
	top:15px;}

.buttonBottom-fullscreen ul li {
	display:inline;

	color: #666666;
	text-shadow:#333;
	font-size:10px;
	text-transform: uppercase;}

.buttonBottom-fullscreen ul li.copyrights {}
.buttonBottom-fullscreen ul .title {color:#000000;}





.clear{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


/* BIO TEMPLATE
-------------------------------------------------------------  */
div.list-view-thumbnails.bio-template div{margin-right:13px!important;}
div.list-view-thumbnails.bio-template div:nth-child(3n+3 ) {margin:0;padding:0;}
div.list-view-thumbnails.bio-template .sidebar {margin-top:60px;}
div.list-view-thumbnails.bio-template .sidebar select{
	width:100%;
	margin:0 0 20px 0;
	}
div.list-view-thumbnails.bio-template .sidebar input[type="text"] {
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    color: #000000;
    float: left;
    font-size: 0.85em;
    height: 20px;
    position: relative;
    text-indent: 2px;
    width: 168px;
	margin:0;
	-webkit-appearance: none;
    border-radius: 0;
}

div.list-view-thumbnails.bio-template .sidebar input[type="image"] {
	background-color:#ffffff;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 1px 1px 0;
	margin:0;
	height:20px;
		-webkit-appearance: none;
    border-radius: 0;
}

/* CUSTOM SEARCH
-------------------------------------------------------------  */
.highlight {font-weight:bold;}
.zoneSearch {width: 2rem; height: 1.8rem;}
.search label {display:none;}

	input.acesearch_input_module {


	}
.acesearch_bg_module {margin:2px 20px 0 0;}

input.acesearch_input_module,
.search input {

    border: 1px solid rgba(0, 0, 0, 0);
	border:0px solid #333333;
	background-color:transparent!important;
    color: #ffffff;
	font-size: 0.6875em;
    padding: 8px;
	float:left;
	width:100px;

	background: url("http://www.rideaudebruxelles.be/images/M_images/searchButton.gif");
	background-repeat:no-repeat;
	background-position:right 5px;

	text-align:left;}

.search input.button {border:0px solid red;padding:0;margin-left:-40px;margin-top:5px;}

.componentheading,#searchForm {display:none;}
table.contentpaneopen {background-color:#ffffff;width:80%;}
table.contentpaneopen fieldset {
	border-top:0px dashed #cccccc;
	border-right:0px dashed #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px dashed #cccccc;
	width:85%;
	margin-left:20px;}

table.contentpaneopen fieldset div {line-height:1.15em;font-size: 0.75em;margin-left:-20px;}
table.contentpaneopen  td {text-align:left;}
table.contentpaneopen fieldset div a {font-size:1.2em;
margin-bottom:0px;display:block;}
table.contentpaneopen fieldset div span.small {display:none;}

/* ace serach */
form#acesearchForm {
	background-color:#ffffff;

padding:20px;width:70%;  font-size: 0.75em;
overflow:hidden;
}
fieldset.acesearch_fieldset legend {display:none;}
fieldset.acesearch_fieldset {border:0px solid red!important;}

fieldset.acesearch_fieldset .about,
.acesearch_clear {display:none;}
#dotttt {border:0px solid red!important;padding:10px 0;}
#acesearch_pagination {display:none;}

form#acesearchForm div {    line-height: 1.35em;}
form#acesearchForm div.title {margin-bottom:10px;}
form#acesearchForm div.desc {margin-bottom:20px;}

.home-news {
	float:left;
	margin: 0 0 1% 1.5%;
	overflow:hidden;
	height:260px;
}
#extrafield_menu22{
	position:relative;
	margin-top:10px;
	padding-top:30px;
}
#tab_calendrier {
	position:absolute;
	top:0;
	margin-bottom:20px;
}
#tab_calendrier a
{
	background-color: #e30614;
	color: #FFFFFF !important;
	padding: 6px;
	display: inline;
}
.news #modFlexieventCalendar{
	width:184px;
	height:230px;
	float:none;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.news #modFlexieventCalendar > div{
	overflow:hidden;
}
.news #modFlexieventCalendar > div select{
	margin:0;
}
.news #modFlexieventCalendar table{
	margin:0;
	width:100% !important;
}
#signelazer{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:999;
}
#signelazer a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
	font-size:10px;
	color:#ffffff;
}
#signelazer a:hover{
	color:#ffffff;
}
.archive-videos{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	float: left; text-align: center; width: 48.33%; padding: 10px 5px 5px 5px; min-height: 200px;
}
.archive-videos iframe{
	width:100% !important;
	min-height: 178px;
	padding-bottom:5px;
}
.type10 #extrafield_wrapper22{
	margin:0;
	padding:0;
}
#flexicontent.type2 .flexi_extrafield_menu > li:last-child a{
	color: #CC0000 !important;
}

.sidebar-article #modFlexieventCalendar table{
    width: 100%;
    min-width: 200px;
    font-size: 12px;
}
.sidebar-article #modFlexieventCalendar{
    background-color: transparent;
    float: none;
    padding: 0 10px;
}
.sidebar-article #modFlexieventCalendar select{
    margin: 0;
    border: 0;
	color: #ff10d5;
}
.sidebar-article #modFlexieventCalendar .fec_bttoday{
    display: inline-block;
    background: #3d3d3d !important;
}
#flexicontent  #news_slider65 {
width: 31.25%!important;
}
 #flexicontent .news-slider-inner {
width: 100%!important; margin-right: 0!important;
}
#flexicontent .news-slider-thumbnail{
margin-right: 0!important;
}
.archiv .article .wrap .col-1 {
	width: 100%;
	padding-right: 0;
}
.archiv .BCEBottomContainerClass{
	max-height:400px;
	overflow: scroll;
}
#helpus{
	background-color: #ffffff;
	padding: 15px 0;
}
.rownews{
	width: 224px;
	height: 260px;
	position: relative;
}
.rownews4{
	width: 224px;
	position: absolute;
}
.rownews4 a{
	color: #ffffff;
	background-color: #5793CE;
	padding: 22px 20px 18px;
	display: block;
}
.rownews4 a:visited, .rownews4 a:link{
	color: #ffffff;
}
.rownews4 a:hover{
	background-color: #ff10d5;
}
.news4-1{
	top: 0;
}
.news4-2{
	top: 102px;
}
.news4-3{
	bottom: 0;
}
.tournees .rownews{
	display: none;
}