@charset "UTF-8";
/* CSS Document */
/*----MAIN / FONT SETTINGS------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	color:#000;
	background:#f9faf7;
}

h1{
	font-size:21px;
	font-weight:normal;
	letter-spacing:3px;
	margin:3px 0px 2px 0px;
	padding:0px;
	color:#222;
	white-space:nowrap;
}
h2 {
	font-size:21px;
	font-weight:lighter;
	letter-spacing:3px;
	margin:3px 0px 2px 0px;
	padding:0px;
	color:#222;
}
h5 {
	font-size: 10px;
	margin: 0.5em 0 -1.1em;
	font-variant: small-caps;
}
h6 {
	font-size:15px;
	font-weight:normal;
	letter-spacing:3px;
	margin:-3px 0px 2px 0px;
	padding:0px;
	color:#222;
	white-space:nowrap;
}
.bigNumber{
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	letter-spacing:0px;
	display:block;
	padding:0px;
	
	white-space:nowrap;
}
a{
	cursor:pointer;
	text-decoration:none;
	color: #f5003a;
}
a:hover{
	text-decoration:none;
	color:#000;
}
a.selected{
	color:#000;
}

.small{
	font-size:10px;
	line-height:11px;
	letter-spacing:1px;
	
}
.smalltarifs {
	font-size:10px;
	line-height:11px;
	letter-spacing:1px;
	text-indent: 2cm;
}
.medium{
	font-size:12px;
	line-height:14px;
	letter-spacing:1px;
	
}
.mediumdeutsch{
	font-size:12px;
	line-height:14px;
	letter-spacing:1px;
	border-top:2px solid  #f5003a;
}
.red{
	color: #f5003a;
}
ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
}

/*----POSITIONING------*/
.header{
	border-top:6px solid  #f5003a;
	position:absolute;
	left:33px;
	top:35px;
	width:961px;
	height:145px;
	background-image: url(../img/logo.gif);
	background-repeat:no-repeat;
	
}

.menu{
	border-top:6px solid  #f5003a;
	position:absolute;
	left:33px;
	top:186px;
	width:206px;
	
}

.contentholder{
	position:absolute;
	left:254px;
	top:186px;
	width:757px;
	
}
.content{
	background-image: url(../img/contentBackground.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	width:757px;
	min-height:660px;
	
}
.footer{
	
	width:740px;
	margin-bottom:30px;
}
/*-------MENU--------*/
.mainMenu li{
	border-bottom:2px solid  #f5003a;
}
.mainMenu li a{
	display:block;
	padding:1px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.subMenu {
	display:none;
	background-image: url(../img/subMenuBackground.gif);
	background-repeat:repeat-y;
	border-top:2px solid  #f5003a;
	padding:1px 0px 1px 30px;
	margin:0px 0px 0px 0px;
	font-size: 11px;
}
.subMenu li a{
	display:inline;
	border-top:none;
	border-bottom:none;
	
	padding:0px 0px 0px 4px;
	
}
.subMenu li{
	border-bottom:none;
	
	margin:0px 0px 0px 0px;
	padding:0px;
	
}


/*------TABLES--------*/
/*---------------------------*/
table{
	padding:0px;
	margin:0px;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0px 0px;
	table-layout:fixed;
}
.ListEquipe {
	padding: 0px;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	table-layout:Auto;
}
.ListEquipe tr{
	margin:0px;
	padding:0px;
	border: none;
}
.ListEquipe td{
	padding:0px;
	border: none;
	}
	
.TabTarifs {
	padding: 0px;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.TabTarifs tr{
	margin:10px;
	padding:0px;
	border: none;
}
.TabTarifs td{
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.noPaddingBottom{
	padding-bottom:0px !important;
}
.noBorderBottom{
	border-bottom:none !important;
}
.borderLeft{
	border-left:2px solid  #f5003a !important;
}
.shortBorderLeft{
	
	background-image:url(../img/detailBackground.jpg);
	background-repeat:no-repeat;
	
}
.shortBorderLeftNO {
	background-repeat:no-repeat;
}
/*---------------------------*/
.defaultholder {
	border-top:none;
	border-bottom:none;
	
	padding:0px;
	margin:0px;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0px 0px;
	table-layout:fixed;
	width:100%;
	height:100%;
}
.defaultholder tr{
	margin:0px;	
	padding:0px;	
}
.defaultholder td{
	vertical-align:top;
	padding:0px 17px 17px 0px;
}
.defaultholder td.noPaddingRight{
	vertical-align:top;
	padding: 0px 0px 17px 0px;
}
/*---------------------------*/
.default,.programm,.detail {
	border-top:2px solid  #f5003a;
	padding:0px;
	margin:0px;
	vertical-align:top;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0px 0px;
	width:100%;
	
	/*background-color:#096;*/
}
.Caps {
	text-transform: uppercase;
}
.default tr,.programm tr,.detail tr{
	margin:0px;	
	padding:0px;	
	vertical-align:top;
}
.default td,.programm td{
	border-left:2px solid #f5003a;
	padding:0px;
	}
.default div,.programm div{
	border-bottom:1px solid  #f5003a;
	padding:3px 3px 3px 4px !important;
	margin:0px;
	
}
.default div.smaller{
	border-bottom:1px solid  #f5003a;
	padding:3px 3px 3px 4px !important;
	margin:0px;
	font-size:12px;
	line-height:13px;
	letter-spacing:1px;	
}
.default td.first,.programm td.first{
	border-left:none;
	width:30px;
	vertical-align:top;
	border-bottom:none;
	padding:3px 2px 3px 0px !important;
	
}.default img,programm img, .detail img{
	padding:3px 0px 3px 2px;
	
	}
/*------------*/
.programm{
	height:84px;
}
.programm td{
	height:24px;
	
}

/*---------------------------*/
.detail a{
	text-decoration:underline;
}
.detail a:hover{
	text-decoration:underline;
}
.detail td{
	width:235px;
	padding:0px;
}
.detail div{
	padding:3px 3px 4px 6px !important;
	margin:0px;
	
}
.detail td.detailMain{
	padding:0px 0px 0px 32px;
	width:auto;
}
.detail td.detailMain div{
	
	padding:5px 15px 10px 9px !important;
	margin:0px;
	
}
.detail .info{
	border-top:2px solid  #f5003a;
	background-image:none;
	padding:5px 3px 3px 1px !important;
	margin:0px 0px 0px 7px;
}

/*---------------------------*/

.headerLeft{
	height:28px;
	border-bottom:2px solid  #f5003a;
	
}
.headerLeft1,.headerLeft2,.headerLeft3{
	position:absolute;
	border-left:2px solid  #f5003a;
	padding:3px 3px 3px 4px !important;
	vertical-align:top;
}
.headerLeft1{
	margin-left:28px;
	
}
.headerLeft2{
	left:253px;
	
}
.headerLeft3{
	left:505px;
	
}
.headerLeft a:hover{
	color:#f5003a;
}

/*---------------------------*/
.headerright {
	
	padding:0px;
	margin:0px;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0px 0px;
	table-layout:fixed;
	width:100%;
}
.headerright h1{
	line-height:23px;
	margin:0px 0px 0px 0px;	
	padding:0px;	
}
.headerright tr{
	margin:0px;	
	padding:0px;	
}
.headerright td{
	border-bottom:1px solid  #f5003a;
	
	padding:3px 3px 3px 4px !important;
	vertical-align:top;
	
}
.headerright a{
	color:#000;
}
.headerright a:hover{
	color:#f5003a;
}
/*------------*/
.content a{
	color:#000;
	
}
.content a:hover{
	color: #f5003a;
	
}
/*------BROWSER FIXES--------*/
img{
	border:none;
}
.BlocsForm {
	margin: 3px;
	padding: 0px;
	width: 100%;
	height: 17px;
	font-size: 11px;
	border-top-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D72000;
	border-left-color: #D72000;
	background-color: #D7D2D2;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fffdee;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fffdee;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #f5003a; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* fin CSS LIGHTBOX */


/* DEBUT CSS ShadowBox */
#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../sb-resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../sb-resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../sb-resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../sb-resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../sb-resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
/* Fin CSS ShadowBox */
.titreCrea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666 !important;
	width: 90%;
}
hr {
	width: 75%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.TitresBilletterie {
	font-size: 18px;
}
.slideshow {
	width: 693px;
	height: 462px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}


