#onglet {
  width:700px;
  background:#DAE0D2 url("../images/boutiques/onglets/bg.png") repeat-x bottom;
  height:39px;
  margin: 0px 0px 0px 12px;
  }
#onglet ul {
  margin:0;
  padding:10px 10px 0px;
  list-style:none;
  }
#onglet li {
  float:left;
  background:url("../images/boutiques/onglets/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 0px;
  width:20%;
    margin-top:2px;
    margin-left:2px;
    margin-right:2px;
  }
#onglet a {
  float:left;
  display:block;
  background:url("../images/boutiques/onglets/right.png") no-repeat right top;
  padding:7px 0px 5px 0px;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  text-align:center;
  color:#777;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#onglet a {float:none;}
/* End IE5-Mac hack */
#onglet a:hover {
  color:#fff;
  background-image:url("../images/boutiques/onglets/right_hover.png");
  }
#onglet li:hover {
  background-image:url("../images/boutiques/onglets/left_hover.gif");
}
#onglet #current {
  background-image:url("../images/boutiques/onglets/left_on.gif");
  margin-top:0px;
  }
#onglet #current a {
  background-image:url("../images/boutiques/onglets/right_on.png");
  color:#FFFFFF;
  padding-bottom:4px;
  padding-top:7px;
  height:18px;
  font-size:12px;
  }

.bouton
{
	float:left;
	margin-right:5px;
}

.bouton a
{
	height:18px;
	float:left;
	padding:6px 0px 5px 0px;
	width:120px;
	text-align: center;
	display:block;
	margin:0px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
}

.bouton a:focus, .bouton a:active
{
	outline:none;
}

.boutonVertGauche
{
	background-image:url("../images/boutons/btn_vert_gauche.gif");
	width:3px;
	height:29px;
	float:left;
}

.boutonNoirGauche
{
	background-image:url("../images/boutons/btn_noir_gauche.gif");
	width:3px;
	height:29px;
	float:left;
}

.boutonOrangeGauche
{
	background-image:url("../images/boutons/btn_orange_gauche.gif");
	width:3px;
	height:29px;
	float:left;
}

.boutonVertCentre
{
	background-image:url("../images/boutons/btn_vert_centre.gif");
	background-repeat: repeat-x;
}

.boutonNoirCentre
{
	background-image:url("../images/boutons/btn_noir_centre.gif");
	background-repeat: repeat-x;
}

.boutonOrangeCentre
{
	background-image:url("../images/boutons/btn_orange_centre.gif");
	background-repeat: repeat-x;
}

.boutonVertDroite
{
	background-image:url("../images/boutons/btn_vert_droite.gif");
	width:3px;
	height:29px;
	float:left;
}

.boutonNoirDroite
{
	background-image:url("../images/boutons/btn_noir_droite.gif");
	width:3px;
	height:29px;
	float:left;
}

.boutonOrangeDroite
{
	background-image:url("../images/boutons/btn_orange_droite.gif");
	width:3px;
	height:29px;
	float:left;
}









