/**
 * @author : SGO :: acti
 * @date : 22/03/2010
 * 
 * Feuille de style du snippet recherche
 */

 #snippet_recherche {
 	background-image: url('../../img/snippets/recherche/bg.jpg');
	background-position: left;
	background-repeat: no-repeat;
 }
 
 	#snippet_recherche form {
 		border: 1px solid #C1C1C1;
		margin: 0px;
 	}
 
 	#snippet_recherche label {
 		display: none;
 	}
	
	#snippet_recherche input {
		border: 0px;
		font-size: 0.8em;
		background: none;
	}
	
	#snippet_recherche #recherche {
		padding-left: 24px;
		width: 91px;
	}

	#snippet_recherche #search {
		 width: 55px;
		 padding: 0;
		 margin: 0;
	}
