/* --------------------------------- MODULE RECHERCHE ------------------------------ */

/* Studio> */
.mod-recherche {
	float: right;
	width: 350px;
	color: #414141;
	background: #DFDFDF;
	padding: 23px 10px 21px;
	margin-bottom: 10px;
	z-index: 999;
}
/* <Studio */

.mod-recherche .form-row {
	margin-bottom: 0;
	clear: both;
}

.mod-recherche .search-input, .mod-recherche .tt-hint, .mod-recherche .tt-dropdown-menu  {
	float: left;
	width: 197px;
	font-size: 1.083em;
	color: #555;
	padding: 9px 10px;
	margin-left:48px;
	border: 1px solid #B3B3B3;
	border-right: none;
	border-left: none;
	vertical-align: middle;
}

.ie7 .mod-recherche .search-input, .ie8 .mod-recherche .search-input {
	background-color: #fff !important;
}

.mod-recherche .tt-dropdown-menu {
	background-color: #ffffff;
	min-width: 250px;
	padding: 9px 0;
	width: auto;
	z-index: 600;
}

.mod-recherche input[type="image"] {
	float: left;
	width: auto;
	vertical-align: middle;
	border: 1px solid #B3B3B3;
}

.mod-recherche input::-webkit-input-placeholder {
	color: #3979a5;
	font-weight: bold;
}

.mod-recherche input:-moz-placeholder {
	color: #3979a5;
	font-weight: bold;
}

.mod-recherche .placeholder {
	color: #3979a5;
	font-weight: bold;
}



