/* CSS Document */


.div1{
	background-image:url(../images/BgOngletBack.gif);
	background-repeat:no-repeat;
	width:112px;
	height:24px;
	text-align:center;
	float:left;
}
a.div1 {
	font-size: 13px;
	color: #000000;
	background: none;
	padding-top: 4px;
}
a.div1:hover {
	text-decoration : none;
	background-image:url(../images/BgOngletBackOver.gif);
	background-repeat:no-repeat;
}
.div2{
	background-image:url(../images/BgOngletFront.gif);
	width:112px;
	height:24px;
	text-align:center;
	float:left;
}
a.div2 {
	font-size: 13px;
	color: #000000;
	background: none;
	padding-top: 4px;
	cursor: default;
}
a.div2:hover {
	text-decoration : none;
}
.div3{
	background-image:url(../images/BgOngletBackOutput.gif);
	background-repeat:no-repeat;
	width:112px;
	height:24px;
	text-align:center;
	float:left;
}
a.div3 {
	font-size: 13px;
	color: #000000;
	background: none;
	padding-top: 4px;
}
a.div3:hover {
	text-decoration : none;
	background-image:url(../images/BgOngletBackOverOutput.gif);
	background-repeat:no-repeat;
}
.div99{
	background-image:url(../images/BgOngletFond.gif);
	width: 24px;
	height:24px;
	float:left;
}
.div98{ /* comme "div99" mais plus large pour les accessoires*/
	background-image:url(../images/BgOngletFond.gif);
	width: 468px;
	height:24px;
	float:left;
}

