/**
 * Gammes de produit
 */
.border{border-right: 1px solid #FFFFFF;}
ul#gammes {
	list-style: none;
	width: 755px;
	height: 44px;
	margin-top: 1px;
	padding-bottom: 15px;
}
ul#gammes li {
	float:left;
}
ul#gammes li a {
	display:block;
	height:44px;
	text-indent:-9999px;
}

a#gamme_kits {
	width:251px;
	background: url(../images/sgamme_kits.gif) bottom center no-repeat;
}
a#gamme_kits:hover{
	background-position: top center;
}
a#gamme_kits_on {
	width:251px;
	background: url(../images/sgamme_kits_on.gif) bottom center no-repeat;
}

a#gamme_agencements {
	width:251px;
	background: url(../images/sgamme_agencements.gif) bottom center no-repeat;
}
a#gamme_agencements:hover{
	background-position: top center;
}
a#gamme_agencements_on {
	width:251px;
	background: url(../images/sgamme_agencements_on.gif) bottom center no-repeat;
}

a#gamme_accessoires {
	width:251px;
	background: url(../images/sgamme_accessoires.gif) bottom center no-repeat;
}
a#gamme_accessoires:hover{
	background-position: top center;
}
a#gamme_accessoires_on {
	width:251px;
	background: url(../images/sgamme_accessoires_on.gif) bottom center no-repeat;
}
h1 {
    margin: 20px 40px 0 40px;
}
h2 {
	color: #E95800;
	font-weight: bold;
	margin: none;
	margin: 20px 0 10px 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
p.legende {
	text-align: center;
}
.video {
	width: 480px;
	margin: 0 auto;
}

