@CHARSET "UTF-8";

/* Champ de recherche */
body #divSpeedSearch
{
	/* Position sur le flash */
	/* Decommentez le code CSS ci-dessous */
	position: absolute;
	top: 520px;
	left: 50%;
	margin: 0 0 0 170px;
}
body #divSpeedSearch form, .formSearch form {
	
	margin :0; 
	padding-left : 0; 
}
	
	
body #divSpeedSearch form input.recherche, .formSearch form input.recherche
{
	cursor: pointer;
	
	width: 190px;
	height: 22px;
	padding: 0 5px 0 0;
	_padding: 3px 5px 0 0;
	margin: 0;
	
	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 #523e5d;
	background-color: #ffffff;
	color: #523e5d;

}
body #divSpeedSearch form input.recherche:hover, .formSearch form input.recherche:hover
{
	border: 1px solid #523e5d;
	background-color: #ffffff;
	color: #523e5d;
}
body #divSpeedSearch form a.bouton:link, .formSearch form a.bouton:link {}
body #divSpeedSearch form a.bouton:visited, .formSearch form a.bouton:visited {}
body #divSpeedSearch form a.bouton:hover, .formSearch form a.bouton:hover {}
body #divSpeedSearch form a.bouton:active, .formSearch form a.bouton:active {}

body #divSpeedSearch form a.bouton img, .formSearch form a.bouton img { border: 0 none; }

.formSearch form a.options:link { font-size: 11px; color: #523e5d; }
.formSearch form a.options:visited { color: #523e5d; }
.formSearch form a.options:hover { color: #000000; }
.formSearch form a.options:active {}

/* Tableau de recherche dans le site */
body #divSpeedSearch form table { width: auto; }
body #divSpeedSearch form table tr {}
body #divSpeedSearch form table tr td { padding: 0 2px; }

/* Tableau de recherche dans la page */
.formSearch form #tableau_search_page { width: auto !important; }
.formSearch form #tableau_search_page input.recherche { width: 190px !important; }
.formSearch form #tableau_search_page tr {}
.formSearch form #tableau_search_page tr td { padding: 0 2px; }

/* Tableau de recherche avancée */
/* Tableau de recherche avancée */
#tableau_options { 
	border: 0 none; 
	text-align:left;
}

#tableau_options tr td { 
	padding: 2px; 
	color: #523e5d;
	text-align:right; 
	padding-top:10px;
}

#tableau_options tr td input, #tableau_options tr td select
{
	border: 1px solid #523e5d;
	background-color: #ffffff;
	color: #523e5d;
}
#tableau_options tr td input:hover, #tableau_options tr td select:hover
{
	border: 1px solid #523e5d;
	background-color: #ffffff;
	color: #000000;
}



#tabSearch {}
#tabSearch tr .formSearch
{
	text-align : left;
	font-size : 11px;
}
#tabSearch tr .formSearch table
{
	width : 100%;

	padding-top:20px;
}




/* Résultat de recherche */
#tabSearch tr .formSearch table tr td { 
	font-size : 11px; 
	text-align:center;
	}
#tabSearch tr .Titre {}

#tabSearch tr td table tr #ResultSearch {

	padding-left:166px;
}



#tabSearch tr td table tr #ResultSearch2 {
	width:500px;
	padding: 60px 20px 10px 200px;
	_padding: 60px 20px 10px 270px;
}


#tableau_search_page{
	padding-left:80px;
}

#tableau_search_page tr td{
	padding: 0px 5px 0px 10px;
}








