.menuC a { color: #BE0C0C; text-decoration: none; }
.menuC a:hover { color: #333; }
.menuC a:active, .menu a:focus { outline: none; }
.left { float: left; }
.right { float: right; }
#wrapper { width: 100%; margin: 20px auto; }
.menuC { z-index:2;position: relative; list-style-type: none; margin-bottom: 2px; width:500px;}
.menuC a.tab { text-align:center;float:left;display:block;width:100%;height:16px;width:82px;padding: 5px 10px 5px 10px; border: 1px solid #CCD8E3; background-color: #FAFAFA; }
.menuC a.tab { background: transparent url(http://www.zicanotes.com/img/fiche-onglet.gif) repeat-x;}
.menuC a.selected { border-bottom-color: #FFF; background-color: #FFF; }
.menuC a.selected { background: transparent url(../../img/fiche-onglet-on.gif) repeat-x;}
#map-menu { background-color: #FFF; padding: 5px 10px; border: 1px solid #CCD8E3; margin-bottom: 10px; }
#map-menu a { background-position: 0 6px; background-repeat: no-repeat; padding: 5px 20px 5px 22px; }

#scroller {
	position:relative;
	top:-3px;
	clear:left;
	width:700px;
	height:350px;
	overflow:hidden;
	border:1px solid #CCD8E3;
	margin-bottom:5px;
	z-index:1;
}
#content {
	width: 50000px;
}
.slide {
	width:689px;
	height:350px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	background:  url(../../img/fond-fiche.gif) repeat-x;
}
#scroller p{
	margin:10px;
}
.overflow{overflow:auto;height:340px;}
