/* CSS Document */

.bloc-menu{
	width:162px;
	padding-bottom:30px;

}

.bloc-menu-header{
	width:147px; height:29px;
	background-image:url(../images/tpl-menu-header.png); background-repeat:no-repeat;
	padding-left:15px;
	line-height:29px;
	text-align:center;
	color:#999999;
	font-size:16px;
	font-weight:bold;
	
}

.bloc-menu-content{
	width:162px; min-height:50px;
	background-image:url(../images/tpl-menu-content.png);
	padding-top:0px; padding-bottom:0px;
}

.bloc-menu-footer{
	width:162px; height:7px;
	background-image:url(../images/tpl-menu-footer.png); background-repeat:no-repeat;
}

.menu{
	padding-left:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style:none;
	padding-top:10px;
}

.menu a{
	text-decoration:none;
	color:#999999;
}

.menu li{
	height:20px;
}

.menu li:hover{
	list-style-image:url(../images/tpl-menu-arrow.png);
	height:20px;
}

.selected{
	list-style-image:url(../images/tpl-menu-arrow.png);
}

#devis-gratuit{
	text-align:center;
}