/* -----------------------------------
 * Class pour Search
* ----------------------------------- */

.searchT 
{
	margin: 6px 0 6px 0; 
}

.searchT form 
{
	padding: 0;
	margin: 0;  
}

.searchT input 
{
	background: white url('images/search.png') no-repeat !important;
	background-repeat: no-repeat;
	background-position: 10px 50% !important;
	padding-left: 30px !important;
}

a.search 
{
	color:#0060E0;
}

a.search.selected 
{
	text-decoration: none;
	color:#00B050;
}

div.callBackLink 
{
	cursor: pointer;
}

div.callBackLink:hover 
{
	color: #FFF;
}

.mm-list a.mm-subopen:before 
{
	border-left-width: 0px;
 	border-left-style: none !important; 
}

li.separateur 
{
	display: none !important; 
}

.mm-list a.mm-subopen 
{
	height: 44px !important;
	background-color: none;
	color: white !important;
}
.mm-list a.mm-fullsubopen 
{
	background: rgba(3, 2, 1, 0) !important;
}

.mm-title 
{
	font-size: 18px;
	font-weight: bold;
}

.mm-menu.mm-light .mm-header .mm-prev:before 
{
    border-left-style: double;
    border-top-style: double;
    border-top-width: 7px;
    border-left-width: 7px;
    border-color: white !important;
}
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after 
{
	width: 10px;
    height: 10px;
}