﻿div#search
{
	display: block;
	width: 554px;
	height: 135px;
	background: url('Search/fond.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 20px;  
}
div#search .right
{
	display: block;
	float: right;
	width: 154px;
	margin: 1px 0;
	height: 123px;
}
div#search .left
{
	display: block;
	float: left;
	width: 396px;
	margin: 1px 1px 1px 1px;
	height: 123px;
}
div#search a.rechercher
{
	display: block;
	height: 20px;
	width: 98px;
	background: url('Search/bouton.gif') no-repeat 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 51px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 2px;
}
div#search a.rechercher:hover
{
	background: url('Search/bouton.gif') no-repeat 0px -30px;
}
div#search .bouton
{
	display: block;
	cursor:pointer;
	height: 22px;
	width: 100px;
	background: url('Search/bouton2.gif') no-repeat 0px 0px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
div#search .bouton span
{
	display: block;
	padding: 3px 0 0 8px;
}
div#search .bouton:hover
{
	background: url('Search/bouton2.gif') no-repeat 0px -30px;
}
div#search .hidelist /*.bouton ul.myList*/
{
	display: none;
	visibility: hidden;
}
div#search .showlist /*div#search .bouton:hover ul.myList*/
{
	display: block;
	visibility: visible;
	position: absolute;
	list-style: none;
	margin: 5px 0 0 8px;
	padding: 0 0 0 0;
	width: 300px;
	height: 300px;
	/*
	min-height: 100px;
	max-height: 300px;
	left: 0px;
	top: 5px;*/ /*overflow-y: auto; 	overflow-x: hidden;*/
	overflow: auto;
	background-color: #FFF;
	border: solid 1px #CCC;
	color: #CCC;
}
div#search .showlist li
{
	margin: 0 0 0 0;
}
div#search .showlist li a:hover
{
	background: #C00;
	color: #FFF;
	cursor: pointer;
}
div#search .showlist li a
{
	text-decoration: none;
	color: #555;
	display: block;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
}

div#search .searchzone
{
	display: block;
	float: left;
	width: 259px;
	height: 22px;
	background-image: url('Search/saisie.jpg');
}
div#search .searchzone span
{
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 8px;
}

div#search div.robot
{
	display: block;
	overflow: auto;
	height: 125px;
	border:solid 1px #000; 
	padding:0px; 
}

div#search div.robot ul
{
		margin: 0 0 0 0;
		list-style:none; 
		padding:0px;
}
div#search div.robot li
{
		margin: 0 0 0 0;
		margin-left:10px; 
		float:left;  
}

div#search div.robot a
{
	font-size: 12px;
	color: #555;
	text-decoration: none;
}
div#search div.robot a:hover
{
	text-decoration:underline;
}

div#search div.robot h3
{
	display: block;
	height: 20px;
	margin: 5px 5px 5px 0px;
	padding: 0 0 0 10px;
	color: #C40C36;
	font-size: 12px;
	font-weight: bold;
}

