@charset "UTF-8";
/* CSS Document */

img {vertical-align:middle; border:none;} 
.container { position:relative; margin: 0;
	padding: 0;}
.tabs {
	margin: 0;
	padding: 0;
	list-style:none;
	overflow:auto;
}
.tabs li {
	margin: 0;
	padding: 0;
	float:left;position:relative;
}
.tabs a {
	display:block; padding:2px; outline:none;
}
.tabs a img { border:1px solid white;
	text-decoration:underline; color:white; width:50px;
}
.tabs em {
	position:absolute; top:25px; left:5px; background:url(/images/structure/ap_50p100noir.png); color:white; padding:2px;
} 
ul.tabs li a:hover {
	background: #ccc;
}	
html .tabs .active, html .tabs .active a:hover  {
}
.tab_container {
	clear: both;
}
.tab_content h3 { border:1px solid #999; font:1.2em normal; padding:1em; color:#999
}
