#menuHautAgri {
	height: 40px;
	float: left;
	overflow: hidden;
	background-color: #BAD880;
	width: 565px;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#onglets {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;

}

ul#onglets  li
{
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: middle;	
}

li#poleAgro a
{
	display: block;
	width: 92px;
	height: 32px;
	color: #000;
	text-decoration: none;
	background: url(../images/ongletAgro.gif) no-repeat;
	padding-top: 2px;
}

.poleAgro
{
	display: block;
	width: 92px;
	height: 32px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/ongletAgroOver.gif);
	padding-top: 2px;
	background-repeat: no-repeat;	
}

li#poleAgro a:hover {
	background-image: url(../images/ongletAgroOver.gif);
}


.onglet a {
	text-decoration: none;
	color: #000000;
	background-color: #BED19A;
	background-image: url(../images/fondOnglet.gif);
	background-repeat: repeat-x;
	display: block;
	height: 31px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 2px;
	

}

.onglet a:hover {
	background-image: url(../images/fondOngletOver.gif);
	background-repeat: repeat-x;
	background-color: #ffcc00;
}
.ongletActif {

	text-decoration: none;
	color: #000000;
	background-color: #ffcc00;
	background-image: url(../images/fondOngletOver.gif);
	background-repeat: repeat-x;
	display: block;
	height: 31px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	


}

