form{
	padding:0;
	margin: 0;
}
form p {
	padding:0;
	margin: 0;
}
/*form.formrechercher {
	padding:0;
	margin: 0;
	height: 20px;
	background-color: #5d9dff;
}*/
form input{
	
}
.input_rechercher {
	width:170px;
	padding:3px;
	font-size: 110%;
	/* FIN AJOUT COMEDIA */
	/*font-size: 90%;*/
	vertical-align:middle;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/creps_motif.png);
	border: 1px solid #851051;
}
form button{
}
.button_rechercher{
	width:40px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
	overflow:hidden;
	background: url(../images/bouton_go_off.png) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 5px;
}
.button_rechercher:hover{
	width:40px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
	overflow:hidden;
	background: url(../images/bouton_go_on.png) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 5px;
}

/*ORIGINAL form button{
	margin-left:10px;
	margin-right:10px;
	width:53px;
	height:30px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../searchfield/button.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}*/
/*-- FIN CE QUI ÉTAIT SUR LA PAGE --*/
/* 

	SearchField	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* default (inactive field) */
/*.sf_inactive{
	border:2px #3d91a5 solid;
	background:#3d91a5;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
/*.sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
/*.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
}

/* suggestions box */
/* js code generates unordered list */
/*.sf_suggestion{
	position:relative;
}*/
/*.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#86BAC7;
	top:0;
	left:0;
}*/
/*.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}*/
/*.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
}*/
/*.sf_suggestion li.selected a{
	background:#3D91A5;
}*/
