.nav1 a:link, .nav1 a:visited{
	/*accueil*/
	color: #FE7F02;
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	top: 65px;
	left: 500px;
}
.nav1 a:hover, .nav1 a:active{
	color: #FFF;
	text-decoration: none;
	}
.nav2 a:link, .nav2 a:visited{
	/*archives*/
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	top: 65px;
	left: 582px;
}
.nav2 a:hover, .nav2 a:active{
	color: #000;
	text-decoration: none;
}
.nav3 a:link, .nav3 a:visited{
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	top: 65px;
	left: 675px;
}
.nav3 a:hover, .nav3 a:active{
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
#fontcontrol{
	background: none;
}
#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited, .font1 a:hover{
	width: 18px;
	height: 18px;
}
.font2 a:link, .font2 a:visited, .font2 a:hover{
	width: 18px;
	height: 18px;
}
.font3 a:link, .font3 a:visited, .font3 a:hover{
	width: 18px;
	height: 18px;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}