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

#div_recherche {
	border:#FFF solid 1px;
	height:18px;
	float:right;
	width:170px;
	margin-right:10px;
	background-color:#C40403;
}

#div_rc_home, #div_rc_contact {
	height:16px;
	padding-top:2px;
	float:right;
	margin-right:10px;
	background:url(../img/ui/home.jpg) no-repeat left;
	padding-left:22px;
	font-size:0.8em;
	cursor:pointer;
}

#div_rc_contact {
	background:url(../img/ui/contact.jpg) no-repeat left;
}

#div_rc_home:hover, #div_rc_contact:hover {
	text-decoration:underline;
}

#div_recherche input {
	border:none;
	border-color:#FFF;
	height:15px;
	width:150px;
	font-size:0.8em;
	background-color:#C40403;
	color:#FFF;
}

#div_recherche .recherche_submit {
	background-image:url(../img/ui/find.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:14px;
	height:18px;
	cursor:pointer;
	display:inline;
	float:right;
	position:absolute;
}

#div_recherche .recherche_submit:hover {
	background-image:url(../img/ui/find_o.jpg);
}
