/* CSS Document */

/* GHROS */
.btbig {
	height:40px;
	width: auto;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	color:#000;
	line-height:1;
}

.btbig.noir span {
	display:block;
	height:40px;
	background-image: url(/fr/images/site/bt/bt40gris.png);
	float:left;
	color:#FFF;
}



.btbig span.l {
	width:5px;
	background-repeat: no-repeat;
	float:left;
}
.btbig:hover span.l {background-position: -15px 0;}


.btbig span.m {
	float:left;
	height:25px;
	width:auto;
	text-align:center;
	padding:15px 10px 0 10px;
	background-repeat: repeat-x;
	background-position: 0 -40px;
	
}
.btbig:hover span.m {background-position: 0 -80px;}

.btbig span.r {
	width:5px;
	background-repeat: no-repeat;
	float:left;
	background-position: -10px 0;
}
.btbig:hover span.r {background-position: -25px 0;}


/* petit 30px */
.btsma {
	display:block;
	height:30px;
	width:auto;
	cursor:pointer;
	font-size:12px!important;
}


.btsma.noir span {
	display:block;
	height:30px;
	background-image: url(/fr/images/site/bt/bt30noir.png);
	float:left;
	color:#FFF;
	font-weight:bold;
}

.btsma.gris span {
	display:block;
	height:30px;
	background-image: url(/fr/images/site/bt/bt30gris.png);
	float:left;
	color:#000;
}

.btsma span.l {
	width:5px;
	background-repeat: no-repeat;
	float:left;
}
.btsma:hover span.l {background-position: -15px 0;}


.btsma span.m {
	float:left;
	height:22px;
	width:auto;
	text-align:center;
	padding:8px 10px 0 10px;
	background-repeat: repeat-x;
	background-position: 0 -30px;
	
}
.btsma:hover span.m {background-position: 0 -60px;}

.btsma span.r {
	width:5px;
	background-repeat: no-repeat;
	float:left;
	background-position: -10px 0;
}
.btsma:hover span.r {background-position: -25px 0;}