
.sMenu {
	box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.4),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
}

.mTitle {
	font-size : 15px;
	text-align : left;
	border : 1px solid #D9B5B5;
	margin-top : 0px;
	margin-bottom : 14px;
	padding : 2px;
	padding-left : 0px;
	background-image : url(/components/images/std/ban2.png);
	background: linear-gradient(to right, #FFFF66 6%,#FFFFF4 50%, #FFFF22 80%);
	
	background-position : 0px 0px;
	background-repeat : repeat;
	
	-moz-border-radius-topright : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
}

.mTitle h2
{
	font-size : 14px;
	color : #300510;
	background-image : url(/components/images/std/half-circle.png);
	background-repeat : no-repeat;
	background-position : left center;
	margin : 0px;
	padding-left : 16px;
	display : block;
}

.mLine
{
	background-image : url(/components/images/common/puce1.png);
	background-repeat : no-repeat;
	background-position : 2px center;
	vertical-align : middle;
	margin-bottom : 4px;
	margin-left : 10px;
	text-align : left;
	padding-left : 18px;
}

.mLine img
{
	float : left;
}

.mText
{
	margin-top : 0px;
	vertical-align : middle;
}
