@charset "utf-8";

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:498px;
/*	position:absolute;
*/	left:50%;
	top:50%;
	margin-left:141px;
	z-index:2;
	margin-top:15px;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	height:20px;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#fff;
	width:466px;
	height:200px;
	border:1px solid #92cc36;
	list-style-image:url(images/ico_balle.png);
}

	#photos
		{
		height:45px;
		background:url(images/ico_photos.png) top center no-repeat #fff;
		}
		
	#videos
		{
		height:45px;
		background:url(images/ico_videos.png) top center no-repeat #fff;
		}
	
	#presse
		{
		height:45px;
		background:url(images/ico_presse.png) top center no-repeat #fff;
		}

.accordion_child ul li{
	line-height:25px;
	}


.header_highlight{
	background:#00CCFF;
}

.tab_container *{
	float:left;
	width:154px;
}

.txt_video
	{
	text-align:center;
	}

.ico_video, .ico_photo, .ico_presse
	{
	margin-left:200px;
	}
	
