/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
/*  ARSENE 50   */
/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color:#dc0101;
	background-repeat: no-repeat;
	background-image: url(/images/bigBg.jpg);
	background-position: top center;
	color:#5B5D5F;
	line-height:normal;
	}
p {
	padding-bottom:4px;
	}
#main {
	margin:auto;
	text-align:left;
	}
#header {
	display:none;
	}
#header_print {
	display:bloc;
	height:100px;
	border:1px solid #FFF;
}
#header_print img {
	float:left;
	margin-right:15px;
}
#header_print h1 {
	margin-top:30px;
}
#footer, #partners, #lang, #content_right, #carousel, .inbar {
	display:none;
	}
#logo {
	float:left;
	margin-top:30px;
}
#content {
  margin-left:1px;
	background-repeat: repeat-y;
	background-image: url(/images/contentBg.jpg);
	}

/* HEADERS */

h1 {
	font-family: Helvetica, Arial, sans-serif;
  font-size:18px;
  line-height:22px;
  margin-bottom:5px;
  color:#333;
	font-style:italic;
	font-weight:100;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
  font-size:16px;
  line-height:20px;
  margin-bottom:5px;
  color:#333;
	font-style:italic;
	font-weight:100;
	}
#page_content h1 {
	color:#dc0101;
 	font-size:22px;
  line-height:24px;
	margin-bottom:12px;
	padding-bottom:8px;
	border-bottom:2px solid #dc0101;
}
#page_content {
	border-bottom:1px solid #CCCCCC;
	padding:8px 0;
	}
#page_content h2 {
	color:#dc0101;
 	font-size:18px;
  line-height:22px;
	margin-bottom:12px;
}
#page_content li {
	list-style:disc;
	padding-top:8px;
	}
strong {
	font-weight:bold;
}
em, u {
	color:#dc0101;
	text-decoration:none;
}
/* lists */

#list_events {
  margin-top:15px;
	}
#list_events h1 {
  font-size:20px;
  line-height:22px;
  color:#dc0101;
	}
.list_ev_header div {
  float:left;
	}
.list_ev_item {
	background-image:url(/images/dotGrey13.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
	line-height:18px;
	overflow:hidden;
	}
.list_ev_item:hover {
	background-color:#F5F5F5;
}

ul.list_ev li div.list_ev_item_collapsed div {
  float:left;
	}
li.list_ev_header div {
	border-bottom: 1px solid #EBEBEA;
	border-top: 1px solid #D1D1D1;
  color:#333;
	font-size:85%;
	line-height:22px;
	height:18px;
	}
.list_ev_title {
  width:60%;
	padding:5px 0;
	}
.list_ev_ars_rate {
	color:#dc0101;
	line-height:22px;
  width:15%;
  text-align: center;
	padding:5px 0;
	}
.list_ev_norm_rate {
	line-height:22px;
  width:15%;
  text-align: center;
	padding:5px 0;
	}
.list_ev_tickets_left {
	line-height:22px;
  width:10%;
  text-align:center;
	padding:5px 0;
	}
/* event detail*/
.list_ev_item_expanded {
	display:none;
	}

/* texts */
.textBig {
	font-size:18px;
	color:#dc0101;
	}
.textRed {
	color:#dc0101;
	}
strong {
	font-weight:bold;
	}
/* links */
a {
	color:#5B5D5F;
	text-decoration:underline;
}
a:hover {
	color:#dc0101;}
a img {
	border:0;
	}
a.eventTitle:link,
a.eventTitle:visited,
a.eventTitle:active {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
	font-style:italic;
  font-weight:normal;
	line-height:18px;
  text-decoration:none;
  color:#dc0101;
  margin-bottom:0;
  padding:0;
	}
/* clear */
.clearer {
  clear:both;
  height:1px;
  font-size:1%;
  line-height:1px;
	padding:0;
	margin:0;
	}