/* ========================================================
	top.css - Stylesheet Navigation

	
======================================================== */
#top {
	background: #fbb03b;
	height: 55px;
	position: relative;
	overflow: hidden;
	width: 690px;
}

	#top h2 { 
		color: #9e0000;	
		font-size: 15px;
		font-style: italic;
		font-weight: normal;
		height: 25px;
		line-height:12px;
		padding: 3px 60px 2px;
		text-align: center;
	}
	
	#top ul {
		height: 25px;
	}

	#top ul li {
		cursor: pointer;
		display: inline;
		height: 25px;
		text-align: center;
	}

	#top a { 
		background: transparent url(../images/bouton.jpg) no-repeat;
		color: #fcee21;
		float: left;
		font-weight: bold;
		height: 25px;
		margin: 0;
		padding-top: 6px;
		text-align: center;
		width: 115px;
	}
		#top a:hover { background: transparent url(../images/bouton-hover.jpg) no-repeat; }