.box-search
{
	position:relative;
	float:left;
	background-image:url(../images/login_fond.png);
	background-repeat:no-repeat;
	width:170px;
	height:124px;
	padding-top:35px;
	text-align:center;
}

.search_title
{
	text-align:center;
}

.search_engine
{
	text-align:center;
}

.search_button
{
	border: 1px solid #CCCCCC;
	margin:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.entete_resultat_recherche
{
	font-size:14px;
	margin-bottom:10px;
}

.liste_resultat_recherche
{
	color:#0066FF;
}

.liste_resultat_recherche a
{
	color:#0066FF;
}

.surlignage
{
	background-color:#FFFF00;
	color:#FF0000;
	font-weight:bold;

}