/* navigation */
#nav {
	background: #ddd;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 14px;	
	width: 680px;
	float: left;
}

#nav ul {	
	width: 680px;
	margin: 0 auto;	
}

#nav li {	
	border-right: 1px solid #ddd;
	float: left;
	padding-left: 1px;
	width: 25px;
	list-style-type: none;
	text-align: center;
}

#nav a {
	background : #fff url(image/carre1.gif);
	display: block;
	padding: 0px 0px 0x 0px;
	position: relative;
	word-spacing: -2px;
	font-size: 10px;		
	height: 14px;
	width: 14px;
	text-decoration: none;
	color : #008298;
}	

#nav a.current {
	background : #fff url(image/carre2.gif);
	height: 14px;
	width: 14px;
	color: #FFF;
}

#nav img {
	background-color: #fff;
	margin: 0px 0 5px 15px;
	padding: 4px;		
	display: block;
}

#nav strong {
	display: block;		
	font-size: 11px;
}

/* panes */
#panes {
	background: #fff url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png) repeat scroll 0 0;
	width: 680px;	
	height: 283px;
	margin:0px auto;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display: none;		
	position: absolute;
	margin:0px auto;
	font-size: 11px;
	color: #444;	
	width: 680px; 
	
}

#panes img {
	float:left;
	margin:0 20px 0 0;	
	text-decoration: none;	
}

#panes p.more {
	color:#000;
	
}

#panes h3 {
	margin:0 0 0 0;
	font-size:18px;
	font-weight:normal;
	position:absolute;top:0;left:0;width:100%;padding:10px 0;background:#555555;text-align:left;font-family:Verdana;font-weight: bold;font-size:18px;color:#ffffff;opacity:0.8;filter:alpha(opacity=80);
	color:#ffffff;
}

#panes a{
	text-decoration: none;
}


.overlay {
	display:none;
	width:500px;
	padding:20px;
}

