/* 
     CSS  (pour tutoriel seulement)
	 www.jojoratonlaveur.fr

body{
	text-align:center;
	margin:0;
	padding:0;
	background:#000000;
}
*/
#conteneur{
	position: relative;
	width:250px;

	text-align:left;
		border:none; 
}
#recherche{
	
	color:#FFF;
width:250px;
	height:30px;
	background:url(fond.jpg) top left no-repeat;
	border:none; 
}

/* Personalisation de la recherche */
#q{
	margin:0 0 0 0px;
	border:none; 
}
#q input[type=text]{
	float:left;
	border:none; 
	width:140px;
	height:30px;
	padding:0 0 0 10px;
	color:#888888;
	background-color: transparent;
	/*background:url(images/search.png)  no-repeat;
	
	*/

	
}


#inputString{
 margin-top:20px;	
}

#q input[type=text]:hover{
	background-position:left bottom;
	border:none;  
}
#q input[type=submit]{
	cursor:pointer;
	float:left;
	border:none; 
	width:21px;
	height:16px;
	color:#888888;
	background:url(champ.png) top right no-repeat;
	margin:0;
	padding:0;
}
#q input[type=submit]:hover{
	background-position:right bottom;
	border:0;
}


