/* CSS Document */
#head-gauche ul, #head-gauche  li {
	list-style: none;
}
a.bouton1 {
	background: url(../images/menu/bouton_01.png) no-repeat left top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton1:hover {
	background: url(../images/menu/bouton_01.png) no-repeat -204px top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton2 {
	background: url(../images/menu/bouton_02.png) no-repeat left top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton2:hover {
	background: url(../images/menu/bouton_02.png) no-repeat -204px top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton3 {
	background: url(../images/menu/bouton_03.png) no-repeat left top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton3:hover {
	background: url(../images/menu/bouton_03.png) no-repeat -204px top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton4 {
	background: url(../images/menu/bouton_04.png) no-repeat left top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton4:hover {
	background: url(../images/menu/bouton_04.png) no-repeat -204px top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton5 {
	background: url(../images/menu/bouton_05.png) no-repeat left top;
	float: left;
	height: 30px;
	width: 204px;
}
a.bouton5:hover {
	background: url(../images/menu/bouton_05.png) no-repeat -204px top;
	float: left;
	height: 30px;
	width: 204px;
}
