/*******************************************************************************
*                                    DÉTAILS                                   *
*******************************************************************************/

/* Detail Border Layout Containers */
#detailContainer {
	position: relative;
	left: 26px;
	width: 708px;
}

#detailNorthContainer {
	position: relative;
	height: 30px;
}

#detailWestContainer {
	float: left;
	width: 130px;
}

#detailCenterContainer {
	float: left;
	margin-left: 16px;
	width: 562px;
	border-top: 1px solid #d5d5d5;
	height: auto;	
}

#detailCenterNorthContainer {
	position: relative;
	min-height: 50px;
	margin: 6px 0;
}

#detailCenterCenterContainer {
	position: relative;
	margin-right: 292px;
	width: 270px;
}

#detailCenterEastContainer {
	float: right;
	width: 276px;
}

#detailSouthContainer {
	position: relative;
	padding-top: 25px;
	width: 708px;
	height: 250px;
	clear: left;
}



.detailTitle {
	font-size: 14px;
	color: #e32c43;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 25px;
}

.detailEventLink {
	font-size: 8pt;
	color: #747474;
	text-decoration: underline;
}

.detailEventDate {
	font-size: 12px;
	line-height: 12px;
}

.sectionTitle {
	background-color: #bfbfbf;
	padding: 3px 0 4px 5px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
}



#detailDescription {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 8px;
}

#detailRepresentationContainer {
	position: relative;
	height: 245px;
	overflow: auto;
}

#detailLocation,
#detailEvenement {
	margin-top: 30px;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	line-height: 16px;
}

.detailLocationRight {
	float: right;
	text-align: right;
}

.detailWebsite {
	color: #737373;
	text-decoration: underline;
}


#detailWestContainer div.vignetteContainer {
	position: relative;
	width: 130px;
	height: 145px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#detailWestContainer div.vignetteContainer div.imgContainer {
	position: relative;
	width: 130px;
	height: 130px;
	overflow: hidden;
}

#detailWestContainer div.vignetteContainer div.imgContainer table {
	width: 100%;
	height: 130px;
}

#detailWestContainer div.vignetteContainer div.imgContainer table tr td {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

#detailWestContainer div.vignetteContainer div.imgLabel {
	position: relative;
	height: 15px;
	width: 100%;
	background-color: #565656;
	color: white;
	font-size: 7.5pt;
	overflow: hidden;
	text-align: center;
}

#ombre_liste_haut,
#ombre_liste_bas {
	height: 2px;
	background-image: url(../images/ombre_liste_haut.png);
	overflow: hidden;
}

#ombre_liste_bas { margin-bottom: 25px; }


/******  VIDEOS  ******/
#videosContainer {	
}

.videoContainer {
	float: left;
	margin-left: 8px;
	border: 3px double #999999;
	margin-top: 5px;	
}

.videoContainer a {
	display: block;
	width: 120px;
	height: 72px;
	overflow: hidden;
}

.videoContainer a img {
	margin-top: -10px;
}

.dummyThumbnail {
	float: left;
	margin-left: 8px;
	margin-top: 5px;
}


/* Extension du bouton */
.bouton.detailActivite {
	width: 130px;
	padding: 0;
	text-align: center;
	font-size: 9px;
	margin-top: 5px;
}

.bouton.detailActivite.first {
	margin-top: 10px;
}

.detailHeureOuverture {
	background-color: #fff;
	margin-bottom: 25px;
}

.detailHeureOuverture div {
	float: left;
	margin: 2px 0 0 2px;
	width: 32px;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	color: #737373;
	font-size: 9px;
}

.detailHeureOuverture div.header {
	background-color: #f0f0f0;
}

.detailHeureOuverture div.comment {
	clear: both;
	width: 100%;
	text-align: left;
}

.detailSalles {
	max-height: 200px;
	overflow: auto;
}

.detailSalle {
	font-size: 10px;
	line-height: 12px;
	padding: 4px;
	border-top: 1px solid #ccc;
}

.detailSalle.first { border:none; }

.detailSalleRight { float: right; margin-top: -2px; }

.detailSallePlan { color: #737373; }

.detailAutresActivitesContainer {
	position: relative;
	width: 100%;
	height: 201px;
	overflow: hidden;
}

.detailAutresActivites {
	position: relative;
	left: -26px;
	top: -24px;
	height: 226px;
}

.detailAutresActivites div.pagination { visibility: hidden; }

.lnkReturnList { float: left; color: #e32c43; }
.lnkReturnList.right { float: right; }

.lnkReturnList:hover { color: #b0293d; }

