/**
 * 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;
}
p.texte
{
    margin:none;
    margin:10px 10px 0px 40px;
}
ul.liste
{
    margin: 0 10px 0 60px;
    padding-left: 15px;
    list-style-type: square;
    margin-bottom:20px;
}
ul.liste li
{
	padding-top: 10px;
}

.img_comment
{
	display: block;
    margin-top:50px;
    margin-left:50px;
}


