@CHARSET "UTF-8";

/* Champ de recherche */
body #divSpeedSearch
{
	/* Position sur le flash */
	/* Decommentez le code CSS ci-dessous */
	/*
	position: absolute;
	top: 330px;
	left: 50%;
	margin: 0 0 0 -480px;
	*/
}
body #divSpeedSearch form { margin :0; padding : 0; }
body #divSpeedSearch form ul
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}
body #divSpeedSearch form ul li
{
	display: inline;
	margin: 0 0;
	padding: 0;
}
body #divSpeedSearch form ul li input.recherche
{
	float: left;
	cursor: pointer;
	
	width: 190px;
	height: 20px;
	padding: 3px 5px;
	
	font-size: 11px;
	
	/* Commenter si on ne veut pas de loupe dans le champ de recherche */
	background: url(../images/speed-search-loupe.png) no-repeat left;
	padding-left: 22px;
	
	border: 1px solid #ff0000;
	background-color: #ffffff;
	color: #ff0000;

}
body #divSpeedSearch form ul li input.recherche:hover
{
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #ffffff;
}
body #divSpeedSearch form ul li input.bouton
{
	width: 75px;
	height: 20px;
	
	border: 0 none;
	margin-left: -1px;
	_margin-left: -4px;
	padding: 0;
}

/* Résultat de recherche */
#tabSearch {}
#tabSearch tr .formSearch
{
	text-align : center;
	font-size : 12px;
}
#tabSearch tr .formSearch table
{
	width : 600;
	border : 1px solid #CCCCCC;
	margin : auto;
}
#tabSearch tr .formSearch table tr td { font-size : 12px; }
#tabSearch tr .Titre {}
#tabSearch tr td table tr #ResultSearch {}

