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


input, textarea {
	background-color:#FFFFFF;
	border-style:solid;
	font-size:11px;
	color:#a7a09a;
	border-width: 1px;
	border-color: #a7a09a;
}

/*#input_jc {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	width: 200px;

	border: solid 1px #FF6600;

	background-color: #FFFFCC;

}

input[type="file"] {
	background-color:#33FF66;
	border-style:solid;
	border-top-width:50px;
	font-size:11px;
	color:#a7a09a;
	border-width: 1px;
	border-color: #a7a09a;
}*/

button {
	font-size:11px;
	color:#a7a09a;
	border-style: solid;
	border-width:1px;
	border-color:#666666;
	
			
}

button:hover{
	background-color:#FFF;
	font-size:11px;
	color:#a7a09a;
	border-style: solid;
		
	cursor:pointer;			
}

select {
	height:16px;
	background-color:#FFF;
	color:#a7a09a;
	border-style: solid;
	border-width:1px;
	font-size:11px;
	border-color:#666666;
}

/***************       Mise en forme  ***** recherche rapide ****   **************************/
input.saisie {
	height:16px;
	width:97px;
	text-decoration:none;
	font-size:11px;
	color:#000;
	background-color:#FFF;
	/*background-color:#f9f1e6;*/
	border-style: solid;
	border-color:#ff9900;
	border-right:none;
		
	padding-top:1px;
	padding-bottom:0px;
	padding-left:15px;
} 

button.recherche {
	height:19px;
	width:17px;
	text-decoration:none;
	background-color:transparent;
	border-style:none;
	background-image:url(images/loupe4.gif);
	
	
	
}

button.recherche :active {
	height:19px;
	width:17px;
	text-decoration:none;
	background-color:transparent;
	border-style:none;
	background-image:url(images/loupe4.gif);
	
}

/************************    fin recherche rapide   **************************/


/*input.button {
	width:19px;
	height:19px;
	line-height:19px;
	background-color:#dad5d1;
	font-size:11px;
	color:#a7a09a;
	border-style:none;
	background: url(images/CARRE.gif) ;
	border-style: none;
	
}*/



/*fin style formulaire recherche rapide */

