/* CSS Document */

/*-- NAVIGATION HORIZONTALE - LES ONGLETS --*/
#navigHoriz {
	background: #BDD7EE url(../img/bg_degradeNavig.jpg) repeat-y;
	width: 95%;
	min-width: 760px;
	max-width: 1280px;
	margin: 0px auto 0px auto;
	clear: both;
	overflow: hidden;
}


#navigHoriz a.accueilon{
	font-size: 1.2em;
	font-style: italic;
	color: #005184;
	text-decoration: none;
}
#navigHoriz a.accueilof{
	font-size: 1.2em;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

#navigHoriz li.on a {
	color: #005184;
	text-decoration: none;
}
#navigHoriz li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigHoriz li a:hover{
	color: #B5E8FC;
	text-decoration: none;
}

#services {
	/*float: left;
	background-image: url(../img/bg_onglet.gif);
	background: url(../img/bg_navig_D.gif) no-repeat right top;*/
	clear: both;
	overflow: hidden;
	height: 34px;
}

#services h2 {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

#services ul {
	margin: 0px;
	padding: 0px;
}
#services li {
	padding: 3px 18px 2px 8px;
	margin: 0px;
	float: left;
	background-position: 100% 0px;
	background-repeat: no-repeat;
	list-style-image: url(../img/px.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	height: 30px;
	max-width: 85px;
}
#services li { /*.of*/
	background: url(../img/bg_ongletOf.gif) no-repeat right top;
	/*background-color: #050D49;*/
	/*font-size: 0.7em;*/
	margin-right: 1px;
}
#services li.on {
	background-image: url(../img/bg_ongletOn.gif);
	background-color: #FFFFFF;
	/*font-size: 0.7em;*/
	color: #005184;
	margin-right: 0px;
}
#services li.on:last-child {
	background-image: url(../img/bg_ongletOnFin.gif);
}
#services li.onFin {
	background-image: url(../img/bg_ongletOnFin.gif);
	background-color: #FFFFFF;
	font-size: 0.7em;
	color: #005184;
}
#finNavig {
	float: right;
	background: url(../img/bg_navig_D.gif) no-repeat right top;
	width: 46px;
	height: 35px;
}