#action a em {
    display:none;
}
#action a:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
#action a:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 13px;
    left: 18px;
    padding: 5px;
    color: #C5C5C5;
	font-weight:bold;
    border: 0px solid #424242;
    background: #525252;
    width:100px;
}
#action a:hover em span {
    position: absolute;
    top: -6px;
    left: 0px;
    height: 7px;
    width: 11px;
    background: transparent url(../img/interface/image-infobulle-haut.gif);
    margin:0;
    padding: 0;
    border: 0;
}
.searchLeft {
	background-image:url(../img/left.jpg); 
	background-position:center left; 
	background-repeat:no-repeat;
	width:109px;
	vertical-align:middle;
	padding-left:45px;
	font-size:10px;
}
.searchCenter {
	padding-top:28px;
}
.searchRight {
	background-image:url(../img/right.jpg); 
	background-position:center left; 
	background-repeat:no-repeat;
	vertical-align:middle;
	width:96px;
	padding-right:45px;
	text-align:right;
	font-size:10px;
}
/*TEXTAREA, INPUT, SELECT {
	background-color:#DDDDDD;
	border:1px;
	border-style:solid;
	border-color:#A8A8A8;
}*/
