@charset "UTF-8";
/* CSS Document */

.listbouton{
	float:left;
	position:relative;
	width:925px;
	height:49px;
	margin-top:4px;
	margin-left:0px;
	padding-left:14px;
	background-color:#f0f0f2;
}
.bouton_espace_berline{
	float:left;
	position:relative;
	width:auto;
	height:31px;
	background-image:url(../images/onglet.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:13px;
	margin-left:6px;
	margin-top:18px;
	padding-left:50px;
	padding-right:50px;
	line-height:31px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
}
.bouton_espace_berline:hover{
	background-image:url(../images/onglet_hover.png);
	color:#000;
}