/*
	layout.css
*/

body {
	font-family: Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
	background-color: #e2dddb;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	text-decoration: none;
}

h2 {
	margin: 0 0 7px 0;
	text-transform: uppercase;
	font-size: 2.5em;
	color: #685975;
}
h3 {
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.75em;
	color: #006a78;
}
h4 {
	margin: 10px 0;
	font-size: 1.50em;
	color: #006a78;
}
h5 {
	margin: 10px 0 0 0;
	font-size: 1.1666em;
	color: #006a78;
}

ul {
	margin: 0;
	padding: 0;
}
	ul li {
		list-style: none;
		/*padding-left: 7px;*/
		background: url('../img/list_indent.gif') no-repeat left 10px;
	}

table {
	width: 100%;
}

	caption {
		padding-bottom: 10px;
		text-align: left;
		font-size: 1.75em;
	}
	#col1 {
		width: 80px;
	}
	#col2 {
		width: 70px;
	}
	#col3 {
		width: 140px;
	}
	#col5 {
		width: 175px;
	}
	thead {
		display: none;
	}
	tbody {
		text-transform: uppercase;
	}
		tr {}
		tr.odd {
			background-color: #D7C9C2;
		}
		tr:hover {
			background-color: #F1EFEE;
		}
			tr td {
				padding: 3px 0 3px 5px;
				border: none;
				border-top: 1px solid #000;
				border-bottom: 1px solid #000;
				font-size: 1em;
				text-transform:uppercase;
				vertical-align:middle;
				text-decoration:none;
			}
			
			tr td.bold {
				font-weight: bold;
			}
				#main tr td a {
					display: block;
					padding: 2px 5px 2px 5px;
					text-decoration: none;
				}

fieldset {
	border:none;
	margin:0;
	padding:0;
}			
/* ------------------------------
/* COMMON
/* ------------------------------ */
/*** VIEW ***/
.out { position: absolute; left: -9999px; }
.hide { display: none; }
.invisible { visibility: hidden;}

/*** CLEAR ***/
.clear { clear: both; }
.clearChild:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*** TEXT ***/
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.textNowrap { white-space: nowrap; }

/*** IMAGE ***/
.imgLeft { float: left; }
.imgRight { float: right; }
.imgCenter { float: none; display: block; clear: both; }
.imgBlock { display: block; }

/**** P ***/
p.align-center {
	text-align:center;
}
p.align-left {
	text-align:left;
}
p.align-right {
	text-align:right;
}

/* ------------------------------
/* WRAPPER
/* ------------------------------ */
#wrap {
	width: 980px;
	margin: 0 auto;
}
/*
p.bodytext {
	background-color:#F1EFEE;
	border-bottom:1px dotted #000000;
	border-top:1px solid #000000;
	margin-bottom:30px;
	padding:10px;
}
*/
table.contenttable td {
	text-transform:none;
}
/*
table.contenttable caption {
	color:#5E7B99;
	font-size:1.75em;
	margin:10px 0;
	font-weight:bold;
	padding:0;
}
table.contenttable .bodytext {
	border:none;
	background-color:transparent;
}
*/
/* ------------------------------
/* TOPBAR
/* ------------------------------ */
#topBar {
	height: 24px;
	margin-bottom: 10px;
	padding-top: 30px;
}

	/*** SEARCH ***/
	#search {
		float: right;
	}
		#search .inputText{
			width: 126px;
			height: 14px;
			padding: 4px 4px 4px 20px;
			border: 1px solid #000;
			background: #FFF url('../img/icon_search.gif') no-repeat 5px center;
		}
		#search .inputSubmit{
			height: 24px;
			margin-left: 5px;
			border: 1px solid #000;
			background-color: #715F58;
			color: #FFF;
		}
 

/* ------------------------------
/* SIDEBAR
/* ------------------------------ */
#sideBar {
	float: left;
	width: 170px;
	margin-right: 15px;
}

	/*** MENU ***/
	#menu {
		margin-bottom: 10px;
	}
		#menu ul {
			margin: 0;
			padding: 0;
			z-index: 1;
		}
			#menu ul li {
		
				position: relative;
				margin: 0 0 0 5px;
				/*padding-left: 10px;*/
				/*border-left: 1px solid #000;*/
				background: none;
				list-style: none;
				text-transform: uppercase;
				line-height: 1em;
				z-index: 1;
			}
				#menu ul li a {
					text-decoration: none;
					z-index: 1;
					padding-left: 10px;
					/*display:block;*/
				}
				
				#menu ul li ul {
					position: absolute;
					top: 0px;
					left: 162px;
					display: none;
					z-index: 1000;
					padding: 5px 5px 0 5px;
					width:180px;
					z-index:1000;
					background-color: #D7C9C2;
				}
				
				#menu ul li:hover ul{
					display: block;
					z-index:1000;
				}
					#menu ul li ul li {
						margin: 0;
						padding: 0 0 3px 0;
						border: none;
						white-space: nowrap;
					}
						#menu ul li ul li a {
							/* height:18px;
							display:block; */
						}
				#menu ul.ssmenu {
					border-top:1px solid black;
					border-bottom:1px solid black;
					padding:5px 0 5px 0;
					margin-bottom:10px;
					margin-top:8px;
					background-color:#D7C9C2;
				}
			#menu ul li#item_1 {
				margin-left: 0;
				margin-bottom:3px;
				padding: 0;
				border: none;
			}
				#menu ul li#item_1 a {
					display: block;
					padding:10px 0px 10px 16px;
					background-color: #344445;
					color: #FFF;
				}
				#menu ul li#item_1 a:hover {
					font-weight: normal;
				}
			#menu ul li#item_7  {
				/*padding-right: 20px;*/
				
				background: url('../img/icon_media.gif') no-repeat 90px 4px;
			}
				#menu ul li#item_7  a {
					border-left:none;
				}
					
				#menu ul li .pipe {
					height:12px;
					width:1px;
					margin-top:6px;
					border-left: 1px solid #000;
					float:left;
				}
				#menu ul li .pipe2 {
					height:12px;
					width:1px;
					margin-top:3px;
					border-left: 1px solid #000;
					float:left;
				}
				#menu ul li .pipe3 {
					height:12px;
					width:1px;
					margin-top:4px;
					border-left: 1px solid #000;
					float:left;
				}
				
			#menu #item_8 {
				margin: 0;
				margin-top:5px;
				padding: 0;
				border: none;
				text-transform:uppercase;
				margin-bottom:8px;
			}
			#menu #item_8 a {
				padding-left: 0px;
			}

	/*** NEWSLETTER ***/
	#newsLetter {
		margin-bottom: 10px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
		#newsLetter a {
			display: block;
			padding: 10px 5px;
			background-color: #D7C9C2;
			text-decoration: none;
			line-height: 1em;
		}

	/*** PUB ***/
	#pub {
		margin-bottom: 10px;
	}

	/*** IPHONE ***/
	#iPhone {
		margin-bottom: 10px;
		padding-top: 5px;
		border-top: 1px solid #000;
	}
		#iPhone .icon {
			float: left;
			margin-right: 5px;
		}
		#iPhone a {
			line-height: 1.1666em;
			text-decoration: none;
		}
		
		#iPhone p {
			font-size:1em;
			line-height:1.5em;
			margin-bottom:0em;
		}


/* ------------------------------
/* CONTAINER
/* ------------------------------ */
#container {
	float: left;
	width: 795px;
}

	/* --------------------
	/* HEADER
	/* -------------------- */
	#header {}

		/*** BANNER ***/
		#banner {}
			#banner h1 {
				margin: 0;
			}

		/*** TOPMENU ***/
		#topMenu {
			margin-top: 10px;
			height:12px;
		}
			#topMenu ul {
				/*display: inline;*/
				margin: 0;
				padding: 0;
				border-left: 1px solid #000;
				float:right;
			}
				#topMenu ul li {
					display: block;
					float:left;
					padding-bottom:1px;
					background: none;
					text-transform: uppercase;
					font-weight: bold;
					border-right: 1px solid #000;
					
				}
					#topMenu ul li a {
						text-decoration: none;
						line-height: 1em;
						display:block;
						float:left;
						padding:0 8px 0 10px;
					}
						#topMenu ul li a img{
							display:block;
						}

		/*** BREADCRUMB ***/
		#breadCrumb {
			margin-bottom: 5px;
		}
			#breadCrumb ul {
				display: inline;
				margin: 0;
				padding: 0;
			}
				#breadCrumb ul li {
					display: inline;
					padding: 0;
					background: none;
					font-size: 0.9166em;
				}
					#breadCrumb ul li a {
						text-decoration: none;
					}
					#breadCrumb ul li a:hover {
						text-decoration: underline;
					}


	/* --------------------
	/* MAIN
	/* -------------------- */
	#main {
		/*margin-bottom: 20px;*/
	}

		/*** CONTENT ***/
		#content {
			padding: 20px 14px 20px 45px;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
		}
			#content .csc-textpic-imagewrap {
				margin-bottom:20px;
			}
			#content .tx-txoperabdxalienor-pi4 .columnMargin  {
				margin-right:15px;
			}
			#content .tx-txoperabdxalienor-pi4 .column_1  {
				/*width:200px;*/
				width:117px;
				float:left;
				margin-top:10px;
			}
			#content .tx-txoperabdxalienor-pi4 .column_2 {
				float: right;
				width: 471px;
				/*margin-top:10px;*/
			}
			#content .tx-txoperabdxalienor-pi4 .column_2 img {
				width: 471px;
			}
			#content .csc-textpic-text {
				background-color:#F1EFEE;
				border-bottom:1px dotted #000000;
				border-top:1px solid #000000;
				margin-bottom:30px;
				padding:10px;
				width:520px;
			}
			#content .no-fond-blanc .csc-textpic-text {
				background-color:transparent;
				border:none;
				margin-bottom:30px;
				padding:10px 10px 10px 0;
				width:520px;
			}
			#content ul.csc-menu {
				width:520px;
				margin-bottom:40px;
				margin-top:20px;
			}
			#content ul.csc-menu li {
				background:none;
				margin-bottom:6px;
			}
			#content ul.csc-menu li a{
				color:#006a78;
				font-weight:bold;
				text-decoration:none;
				border-left:1px solid #006a78;
				padding-left:6px;
				
			}
			#content ul.csc-menu li a:hover{
				text-decoration:underline;
			}
			#content .csc-header h3{
				margin-top:0;
			}
			
			#content .csc-textpic-imagewrap .csc-textpic-caption {
				margin-bottom:10px;
			}
			
			#content h3 {
				text-transform:none;
			}
			#content h4 a {
				color:#006a78;
			}
			#content h5 a, #content h5 a:visited {
				color:#006a78;
			}
			#content tbody {
				text-transform:none;
			}
			#content tr td {
				border-color:#000000 -moz-use-text-color;
				border-left:medium none;
				border-right:medium none;
				border-style:solid none;
				border-width:1px medium;
				font-size:1em;
				padding:0;
				vertical-align:top;
			}
			#content tr td a {
				text-decoration:underline;
			}
			#content tr:hover {
				background: none;
			}
			
			#content tr td a {
				padding:0;
			}

			/** LEFT **/
			.left {
				float: left;
				width: 520px;
				margin-right: 15px;
			}

			/** RIGHT **/
			.right {
				float: left;
				width: 200px;
			}

		/*** COLUMN ***/
		.column_1 {
			float: left;
			width: 250px;
			margin-top:10px;
		}
		.tx-txoperabdxalienor-pi3 .column_1 {
			margin-top:31px;
		}
		.column_2 {
			float: left;
			width: 530px;
			margin-top:10px;
		}
		.columnMargin {
			margin-right: 15px;
		}

		/*** BLOCK ***/
		.block {
			margin-bottom: 30px;
			padding: 10px;
			border-top: 1px solid #000;
			border-bottom: 1px dotted #000;
			background-color: #F1EFEE;
		}
			.block h4 {
				margin: 0 0 20px 0;
				font-size: 1.3333em;
				color: #5E7B99;
			}
		
		#content-actu {
			padding: 10px 14px 20px 45px;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
		}
		
		/** TOOLS **/
		#tools {
			float: right;
		}
			#tools ul {
				margin: 0;
				padding: 0;
			}
				#tools ul li {
					display: inline;
					margin-left: 5px;
					padding: 0;
					background: none;
					list-style: none;
				}
		
		/*** MENUANCHOR ***/
		#menuAnchor {
			margin: 10px 0;
		}
			#menuAnchor ul {
				margin: 0;
				padding: 0;
			}
				#menuAnchor ul li {
					list-style: none;
					margin: 0 0 10px 5px;
					padding-left: 10px;
					background: none;
					border-left: 1px solid #000;
					line-height: 1em;
				}
					#menuAnchor ul li a {
						text-decoration: none;
						font-weight: bold;
						color: #5E7B99;
					}
					#menuAnchor ul li a:hover {
						text-decoration: underline;
					}

		/*** CALENDAR ***/
		.calendar {}
			.calendar h2 {
				margin: 0 0 5px 0;
				text-transform: uppercase;
				font-size: 2em;
				color: #715F58;
			}

			/** MENUCALENDAR **/
			#menuCalendar {
				margin-top: 10px;
			}
				#menuCalendar ul {
					margin: 0;
					padding: 0;
				}
					#menuCalendar ul li {
						margin: 0 0 10px 5px;
						padding-left: 10px;
						border-left: 1px solid #000;
						background: none;
						list-style: none;
						text-transform: uppercase;
						line-height: 1em;
					}
						#menuCalendar ul li a {
							text-decoration: none;
						}
						#menuCalendar ul li a:hover, #menuCalendar ul li.on a {
							font-weight: bold;
						}

		/*** SEASON ***/
		.season {}
			.season h2 {
				margin: 0 0 5px 0;
				text-transform: uppercase;
				font-size: 2em;
				color: #5E7B99;
			}

			/** MENUCATEGORY **/
			#menuCategory {}
				#menuCategory ul {
					margin: 0;
					padding: 0;
					border-top: 1px solid #000;
				}
					#menuCategory ul li {
						padding: 0;
						border-bottom: 1px solid #000;
						background: none;
						list-style: none;
					}
						#menuCategory ul li a {
							display: block;
							padding: 10px 5px;
							text-decoration: none;
							text-transform: uppercase;
							font-size: 1.3333em;
							font-weight: bold;
						}
						#menuCategory ul li a:hover, #menuCategory ul li.on a {
							background-color: #F1EFEE;
						}

			/** PERFORMANCESBLOCK **/
			#performancesBlock {
				margin: 10px 0;
				overflow:hidden;
			}
				#performancesBlock h3 {
					margin: 0;
					padding: 10px 5px;
					border-top: 1px solid #000;
					border-bottom: 1px solid #000;
					text-transform: uppercase;
					font-size: 1.3333em;
					font-weight: bold;
					color:#5E7B99;
				}
				#performancesBlock .column_1 {
					margin-top:0;	
				}
				#performancesBlock .performance {
					border-bottom: 1px dotted #000;
				}
					#performancesBlock .performance a {
						display: block;
						padding: 10px 5px;
						text-decoration: none;
					}
						#performancesBlock .performance a span.artists {
							display: block;
							font-size: 1.1666em;
						}
						#performancesBlock .performance a span.title {
							display: block;
							font-size: 1.3333em;
							font-weight: bold;
						}
						#performancesBlock .performance a span.cat_1 {
							color:#b70a39;
						}
						#performancesBlock .performance a span.cat_3 {
							color:#2576ac;
						}
						#performancesBlock .performance a span.cat_2 {
							color:#894681;
						}
						#performancesBlock .performance a span.cat_4 {
							color:#41786b;
						}
						#performancesBlock .performance a span.date {
							display: block;
							font-size: 1.1666em;
						}
						

		/*** SHOW ***/
		.show {}
			.show h2 {
				margin: 0 0 5px 0;
				padding-bottom: 5px;
				border-bottom: 1px solid #000;
				text-transform: uppercase;
				font-size: 1.5em;
				color: #685975;
			}
			.show h3 {
				text-transform: none;
				font-size: 2em;
				font-weight: normal;
				color: #000;
				margin: 0 0 5px 0;
			}
			.show h4 {
				margin: 0 0 5px 0;
				font-size: 3em;
				color: #685975;
			}

			/** FOCUSBLOCK **/
			#focusBlock {}
				#focusBlock h2 {
					margin: 0 0 5px 0;
					text-transform: none;
					font-size: 3em;
					color: #685975;
				}

			/** NEWSBLOCK **/
			#newsBlock {}
				#newsBlockHeader {
					padding: 20px 0 10px 0;
				}
					#rss {
						float: left;
						margin-right: 5px;
						margin-top:3px;
					}
					#newsBlockHeader h3 {
						margin: 0;
						line-height: 1em;
						text-transform: none;
						font-size: 2.1666em;
						color: #5F003C;
					}

				#newsBlockContent {
					padding-top: 5px;
					border-top: 1px solid #000;
					margin-right:5px;
					margin-bottom:20px;
				}
				
				#content-actu #newsBlockContent {
					border-top:none;
				}
					#newsBlockItem {
						/*padding-bottom:20px;
						border-bottom:1px solid black;*/
					}
					#newsBlockItemContent {
						overflow:hidden;
						background-color:#F1EFEE;
						border-bottom:1px dotted #000000;
						border-top:1px solid #000000;
						margin-bottom:20px;
						padding:10px;
						width:670px;
					}
						#newsBlockItemContent .newsImageClass img {
							clear:both;
							margin-bottom:10px;
						}
						
						.newsImageClass  {
							float:right;
							margin-left:10px;
						}
					
						#newsBlockItem  p{
							margin-bottom:0;
							/*clear:both;*/
						}
							#newsBlockItemTitle {
								display:block;
								margin-bottom:10px;
							}
					#newsBlockImage {
						float: left;
						width: 380px;
						margin: 0 7px 0 7px;
					}
						#newsBlockImage img {
							float: right;
						}
					#newsBlockNoImage {
						float: left;
						width: 184px;
						margin: 0 7px 0 7px;
					}
					
					/*
					#newsBlockLeft {
						float: left;
						width: 380px;
						margin: 0 0 0 10px;
					}
						
					#newsBlockCenter {
						float: left;
						width: 185px;
						margin-right: 10px;
					}
					#newsBlockRight {
						float: left;
						width: 185px;
						margin-left:15px;
					}
					*/
						#newsBlockContent .news {
							width: 185px;
							height:140px;
							text-align: justify;
						}
							#newsBlockContent .news h4 {
								margin: 0 0 5px 0;
								padding-bottom: 9px;
								border-bottom: 1px solid #000;
								text-align: center;
								text-transform: uppercase;
								font-size: 1.1666em;
								color: #000;
							}
							#newsBlockContent .news p {
								margin: 0;
								line-height: 1.2727em;
								/*font-size: 0.9166em;*/
							}
							#newsBlockContent .readMore {
								text-align: right;
								width:185px;
								line-height:14px;
							}
								#newsBlockContent .readMore a {
									text-decoration: none;
									font-size: 0.9166em;
									color: #776054;
								}

			/** GALLERYBLOCK **/
			#galleryBlock {
				border-bottom: 1px solid #000;
			}
				#galleryView {
					text-align: center;
				}
				#galleryContent {
					position: relative;
					padding:15px 50px 15px 0;
				}
					#galleryBlock #previous {
						position: absolute;
						top: 38px;
						left: 5px;
					}
						#galleryBlock #previous a {
							display: block;
							width: 12px;
							height: 14px;
							background: url('../img/gallery-previous.gif') no-repeat;
						}
					#galleryBlock #next {
						position: absolute;
						top: 38px;
						right: 5px;
					}
						#galleryBlock #next a {
							display: block;
							width: 12px;
							height: 14px;
							background: url('../img/gallery-next.gif') no-repeat;
						}

					#galleryBlock #galleryClip {
						position: relative;
						overflow: hidden;
						z-index: 2;
						width: 470px;
						height: 85px;
						margin: 0 30px;
					}
					#galleryBlock #galleryThumbs {
						position: relative;
						overflow: hidden;
						z-index: 1;
					}
						#galleryBlock #galleryThumbs .galleryThumb {
							display: block;
							float: left;
							width: 110px;
							margin-right: 10px;
							cursor:pointer;
							height:85px;
						}

			/** DESCRIPTIONBLOCK **/
			#descriptionBlock {
				margin-bottom: 10px;
				padding: 10px 0 0 5px;
			}
				#descriptionBlock ul {
					margin: 0;
					padding: 0;
				}
					#descriptionBlock ul li {
						padding: 0;
						background: none;
						list-style: none;
						font-style: italic;
					}

			/** SUMMARYBLOCK **/
			#summaryBlock {
				margin-bottom: 10px;
				padding: 10px 0 0 5px;
				border-top: 1px solid #000;
			}

			/** VIDEOBLOCK **/
			.show #videoBlock {
				margin-bottom: 10px;
				padding: 10px 0 0 5px;
				border-top: 1px solid #000;
			}
				.show #videoBlock h5 {
					margin: 0 0 10px 0;
					text-transform: uppercase;
					font-size: 1.1666em;
					color: #685975;
				}
				.show #videoBlock .description {
					line-height: 1.25em;
				}
					.show #videoBlock .description span {
						line-height: 1.5em;
						font-size: 1.1666em;
						font-weight: bold;
						color: #D82453;
					}
				.show #videoBlockLeft {
					float: left;
					width: 340px;
					margin-right: 15px;
				}
				.show #videoBlockRight {
					float: left;
					width: 170px;
				}
					.show #videoBlockRight .videoThumb {
						margin-bottom: 10px;
					}

			/** AUDIOBLOCK **/
			.show #audioBlock {
				margin-bottom: 10px;
				padding: 10px 0 0 5px;
				border-top: 1px solid #000;
			}
				.show #audioBlock .soundThumb {
					margin-bottom:20px;
				}
				.show #audioBlock h5 {
					margin: 0 0 10px 0;
					text-transform: uppercase;
					font-size: 1.1666em;
					color: #685975;
				}
				.show #audioBlock .description {
					line-height: 1.25em;
				}
					.show #audioBlock .description .titre-son {
						line-height: 1.5em;
						font-size: 1.1666em;
						font-weight: bold;
						color: #D82453;
					}

			/** DATES **/
			#dates {
				margin-bottom: 10px;
				padding-top: 10px;
				border-top: 1px solid #000;
			}
				#dates ul {
					margin: 0 0 0 0;
					padding: 0;
				}
					#dates ul li  {
						background:none;
						position:relative;
					}
						#dates ul li a {
							margin-bottom: 5px;
							padding: 0;
							background: none;
							list-style: none;
							text-transform: uppercase;
							font-size: 1.1em;
							font-weight: bold;
							position: relative;
							text-decoration:none;
							display:block;
						}
						#dates ul li a.cat_1 {
							color:#b70a39;
						}
						#dates ul li a.cat_3 {
							color:#2576ac;
						}
						#dates ul li a.cat_2 {
							color:#894681;
						}
						#dates ul li a.cat_4 {
							color:#41786b;
						}
						
						#dates ul li a:hover {
							text-decoration:underline;
						}
						#dates ul li span {
							position:absolute;
							right:0;
						}
				#dates #reserve {
					
				}
					#dates #reserve a {
						display: block;
						padding: 7px 10px 7px 16px;
						background-color: #344445;
						text-decoration: none;
						text-transform: uppercase;
						font-size: 1.1666em;
						font-weight: bold;
						color: #FFF;
					}

			/** SESSION **/
			#session {
				margin-bottom: 10px;
				padding: 10px 0 0 5px;
				border-top: 1px solid #000;
			}
				#session .place {
					font-size: 1.45em;
					font-weight: bold;
					margin-bottom:5px;
				}
				#session .price {
					font-size: 0.9166em;
				}
				#session .duration {
					font-size: 0.9166em;
				}

			/** ARTISTSINFO **/
			#artistsInfo {
				margin-bottom: 10px;
				padding: 10px 10px 5px 10px;
				border-top: 1px solid #000;
				border-bottom: 1px solid #000;
				background-color: #F1EFEE;
			}
				#artistsInfo ul {
					margin: 0 0 5px 0;
					padding: 0;
				}
					#artistsInfo ul li {
						padding: 0;
						background: none;
						list-style: none;
					}
				#artistsInfo p {
					margin-bottom: 5px;
				}
			
			/** AROUND **/
			#around {
				margin-bottom: 10px;
				padding-left: 5px;
			}
				#around h5 {
					margin: 0 0 10px 0;
					text-transform: uppercase;
					font-size: 1.1666em;
					color: #685975;
				}
			
			/** VISIT **/
			#visit {
				border-top: 1px solid #000;
				background-color: #D7C9C2;
			}
				#visit a {
					display: block;
				}

		/*** ARTISTS ***/
		.artists {}
			.artists h2 {
				margin: 0 0 5px 0;
				text-transform: uppercase;
				font-size: 2em;
				color: #715F58;
			}

			/** SORTABC **/
			#sortABC {}
				#sortABC ul {
					display: block;
					margin: 20px 0 10px 0;
					padding: 0;
					border-left: 1px solid #715F58;
					line-height: 1em;
					font-size: 1.1666em;
				}
					#sortABC ul li {
						display: inline;
						padding: 0 5px;
						background: none;
						border-right: 1px solid #715F58;
						list-style: none;
					}
						#sortABC ul li a {
							text-decoration: none;
						}
						#sortABC ul li a:hover, #sortABC ul li.on a {
							font-weight: bold;
						}

			/** SORTARTIST **/
			#sortArtists h3 {
				margin: 0 0 10px 0;
				padding: 10px 0 10px 5px;
				border-bottom: 1px solid #000;
				background: url('../img/artists_arrow.gif') no-repeat 30px 23px;
				font-size: 2.5em;
				color: #715F58;
			}
			#sortArtists ul {
				margin: 0;
				padding: 0;
			}
				#sortArtists ul li {
					padding: 0;
					background: none;
					list-style: none;
				}
					#sortArtists ul li a {
						text-decoration: none;
					}
					#sortArtists ul li a:hover {
						text-decoration: underline;
					}

		/*** BIOGRAPHY ***/
		.biography {}
			.biography h3 {
				margin: 5px 0;
				text-transform: uppercase;
				font-size: 1.75em;
				font-weight: normal;
				color: #5E7B99;
			}
				.biography h3 span {
					font-weight: bold;
				}
.disabled {
	opacity:0.3;
}
		/*** MEDIA ***/
		.media {}
			.media h3 {
				padding: 10px 0;
				border-top: 1px solid #000;
				border-bottom: 1px solid #000;
				color: #685975;
			}
			.menuMedia {
				margin-bottom: 25px;
			}
				.menuMedia ul {
					margin: 0;
					padding: 0;
				}
					.menuMedia ul li {
						display: block;
						float: left;
						margin-bottom: 5px;
						padding: 0 10px;
						background: none;
						border-left: 1px solid #000;
						line-height: 1em;
						font-size: 1.1666em;
					}
					.menuMedia ul li.last {
						border-right: 1px solid #000;
					}
						.media .menuMedia ul li a {
							text-decoration: none;
							line-height: 1em;
						}
						.media .menuMedia ul li a:hover, .menuMedia ul li.on a {
							font-weight: bold;
						}

				#videoView {}
					#videoViewLeft {
						float: left;
						width: 340px;
						margin: 0 15px 0 35px;
					}
					#videoViewRight {
						float: left;
						width: 355px;
					}
					#videoView .description {
						line-height: 1.25em;
					}
						#videoView .description span {
							line-height: 1.5em;
							font-size: 1.3333em;
							font-weight: bold;
							color: #D82453;
						}
				#videoContent {
					position: relative;
					padding: 15px 0 30px 0;
				}
					#videoContent #previous {
						position: absolute;
						top: 50px;
						left: 0;
						background:url("../img/video-previous.gif") no-repeat scroll 0 0 transparent;
						width: 22px;
						height: 26px;
						cursor:pointer;
					}
						#videoContent #previous a {
							display: block;
							width: 22px;
							height: 26px;
							/*background: url('../img/video-previous.gif') no-repeat;*/
						}
					#videoContent #next {
						position: absolute;
						top: 50px;
						right: 0;
						background:url("../img/video-next.gif") no-repeat scroll 0 0 transparent;
						width: 22px;
						height: 26px;
						cursor:pointer;
					}
						#videoContent #next a {
							display: block;
							width: 22px;
							height: 26px;
							/*background: url('../img/video-next.gif') no-repeat;*/
						}
					#videoContent #videoClip {
						position: relative;
						overflow: hidden;
						z-index: 2;
						width: 725px;
						margin: 0 35px;
					}
					#videoContent #videoThumbs {
						position: relative;
						overflow: hidden;
						z-index: 1;
					}
						#videoContent #videoThumbs .videoThumb {
							float: left;
							width: 170px;
							margin-right: 15px;
						}
						#videoContent #videoThumbs li {
							height:190px;
							background:none;
						}
							#videoContent #videoThumbs .videoThumb .description {
								line-height: 1.25em;
								font-size: 0.9166em;
							}
								#videoContent #videoThumbs .videoThumb .description span {
									line-height: 1.5em;
									font-size: 1.1666em;
									font-weight: bold;
									color: #D82453;
								}

				#audioListen {
					margin-bottom: 30px;
				}
					#audioListen .description span {
						font-size: 1.1666em;
						font-weight: bold;
						color: #D82453;
					}
				#audioContent {
					width: 530px;
					border-top: 1px dotted #000;
				}
					#audioContent .audioItem {
						border-bottom: 1px dotted #000;
					}
					#audioContent .audioItem:hover {
						background-color: #F1EFEE;
					}
						#audioContent .description {
							float: left;
							width: 500px;
						}
							#audioContent .description a {
								display: block;
								padding: 5px 0;
								text-decoration: none;
							}
								#audioContent .description span {
									font-size: 1.1666em;
									font-weight: bold;
									color: #D82453;
								}
						#audioContent .audioButton {
							float: right;
							width: 30px;
						}
					

/* ------------------------------
/* FOOTER
/* ------------------------------ */
#footer {
	clear: both;
	padding: 15px 0;
	border-top: 1px solid #000;
}
	#footerLeft {
		float: left;
		width: 200px;
		text-align: center;
	}

	#footerCenter {
		float: left;
		width: 580px;
		text-align: center;
	}
		#bottomMenu {
			margin-bottom: 15px;
		}
			#bottomMenu ul {
				display: inline;
				margin: 0;
				padding: 0;
				border-left: 1px solid #000;
			}
				#bottomMenu ul li {
					display: inline;
					padding: 0 10px;
					background: none;
					border-right: 1px solid #000;
					text-transform: uppercase;
					font-weight: bold;
				}
					#bottomMenu ul li a {
						text-decoration: none;
						line-height: 1em;
					}

		#contacts {
			font-size: 0.9166em;
		}

	#footerRight {
		float: left;
		width: 200px;
		padding-top: 25px;
		text-align: right;
	}
		#footerRight a {
			margin-left: 10px;
		}
		
		
/* ACCUEIL */
#main .tx-txoperabdxalienor-pi1 ul {
	list-style:none;
	padding:0;
}
#main .tx-txoperabdxalienor-pi1 ul li {
	margin:0;
	padding:0;
}
#main  h2 {
	text-transform:none;
}

/***********/

/******* RECHERCHE ********/
#content .tx-indexedsearch .tx-indexedsearch-searchbox table tr td{
	border:none;
}
#content .tx-txoperabdxalienor-pi4 table {
	width:735px;
}
#content-calendrier .tx-txoperabdxalienor-pi4 table {
	width:795px;
	display:block;
}
#content .tx-txoperabdxalienor-pi4 tr {
	width:735px;
}
#content .tx-txoperabdxalienor-pi4 td {
	padding: 3px 0 3px 0;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1em;
	text-transform:uppercase;
	vertical-align:middle;
	text-decoration:none;
}
#content .tx-txoperabdxalienor-pi4 tr td a {
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
}
#content-calendrier .tx-txoperabdxalienor-pi4 td.heure {
	width:75px;
}
#content .tx-txoperabdxalienor-pi4 td.date {
	width:50px;
}
#content .tx-txoperabdxalienor-pi4 td.heure {
	width:75px;
}
#content .tx-txoperabdxalienor-pi4 td.categ {
	width:100px;
}

#content-calendrier .tx-txoperabdxalienor-pi4 td.nom {
	width:385px;
}
#content .tx-txoperabdxalienor-pi4 td.nom {
	width:210px;
}
#content-calendrier .tx-txoperabdxalienor-pi4 td.lieu {
	width:300px;
}
#content .tx-txoperabdxalienor-pi4 td.lieu {
	width:300px;
}

#content-calendrier .tx-txoperabdxalienor-pi4 .column_1 {
	float: left;
	width: 117px;
	margin-top:10px;
}

#content-calendrier .tx-txoperabdxalienor-pi4 .column_2 {
	float: right;
	width: 530px;
	margin-top:10px;
}

.tx-txoperabdxalienor-pi9 {
	margin-bottom:20px;
}

#content-saison .tx-txoperabdxalienor-pi3 h3 {
	color:black;
}

.tx-indexedsearch-redMarkup  {
color:black;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	background:url("../img/icon_search.gif") no-repeat scroll 5px center #FFFFFF;
	border:1px solid #000000;
	height:14px;
	padding:4px 4px 4px 20px;
	width:126px;
}

button#tx-indexedsearch-searchbox-button-submit {
	background-color:#715F58;
	border:1px solid #000000;
	color:#FFFFFF;
	height:24px;
}

.resultatsearch {
	margin: 10px 0;
	font-size: 1.20em;

}
.resultatsearch a {
	color: #5E7B99;
	font-weight:bold;
	text-decoration:none;
}

.tx-anetsitemap-pi1 {
}
.tx-anetsitemap-pi1 ul {
	margin:0;
	padding:0 0 0 20px;
}
.tx-anetsitemap-pi1 ul li {
	background:no-repeat scroll 0 6px transparent;
	font-weight:bold;
	list-style:none outside none;
	padding-left:15px;
}
.tx-anetsitemap-pi1 ul li dfn {
	display:none;
}
.tx-anetsitemap-pi1 ul li a {
	text-decoration:none;
}
.tx-anetsitemap-pi1 ul li a:hover {
	text-decoration:underline;
}
.tx-anetsitemap-pi1 ul li ul li {
	background:none repeat scroll 0 0 transparent;
	font-weight:normal;
	padding:0;
}
.tx-anetsitemap-pi1 ul li ul li ul li {
	font-style:italic;
}

}
.csc-mailform-header-error {
	background:none repeat scroll 0 0 #FBE3E4;
	border:2px solid #FBC2C4;
	color:#8A1F11;
	margin:1.5em 0;
	padding:1.3333em;
}
.csc-mailform-header-success {
	background:none repeat scroll 0 0 #E6EFC2;
	border:2px solid #C6D880;
	color:#264409;
	margin:1.5em 0;
	padding:1.3333em;
}
fieldset.csc-mailform {
	margin-top:1.5em;
	background-color:#F1EFEE;
	border-bottom:1px dotted #000000;
	border-top:1px solid #000000;
	margin-bottom:30px;
	padding:10px;
	width:520px;
}
div.csc-mailform-field {
	clear:both;
	margin-bottom:1em;
}
div.csc-mailform-field label {
	display:block;
	float:left;
	margin-right:5px;
	text-align:right;
	width:160px;
}
div.csc-mailform-field span.csc-mailform-field-error-message {
	color:#FF0000;
	display:block;
	margin-left:165px;
}
div.csc-mailform-fieldtype-input {
}
div.csc-mailform-fieldtype-input input {
	border: 1px solid #000;
	width:150px;
}
div.csc-mailform-fieldtype-select {
}
div.csc-mailform-fieldtype-select select {
	border: 1px solid #000;
}
div.csc-mailform-fieldtype-textarea {
}
div.csc-mailform-fieldtype-textarea textarea {
	border: 1px solid #000;
	width:309px;
}
div.csc-mailform-fieldname-captcha {
	text-align:right;
}
div.csc-mailform-fieldname-captcha label {
	width:415px;
}
div.csc-mailform-fieldname-captcha input {
	width:50px;
}
div.csc-mailform-fieldtype-submit {
}
div.csc-mailform-fieldtype-submit input {
	margin-left:165px;
	padding:0 1em;
	height: 24px;
	border: 1px solid #000;
	background-color: #715F58;
	color: #FFF;
}

.tx-txoperabdxalienor-pi5 .right img {
	width:200px;
}
