/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	width: 80px;
	list-style-type: none;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menuDeroulant li
{
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	background: #;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
}
#menuDeroulant li a:hover {  }
#menuDeroulant li a:active {  }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:3px;
	border: 0;
	background-color: #999999;
	opacity:0.9; 

}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 160px;
	background-color: #999999;

	
	
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	padding-top:10px;
	
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	text-decoration:underline;;
}

#menuDeroulant li:hover > .sousMenu { display: block; }


#Frm{
	margin-top:4px;
}
/*.inputSearch{
	width:122px;
	height:19px;
	background-image: url(../imgs/bg_frm_search.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:18px;
	font-size:12px;
	color: #666666;
	background-color: #48494b;
	font-family: "Lucida Grande", Verdana;
}

*/.inputSearch{
	width:118px;
	height:15px;
	background-image: url(../imgs/loupe.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:18px;
	font-size:12px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Verdana;
}


.inputSearch:focus {
	

}
