html{
	overflow:auto;
}
body  {
	font : 95% Verdana, Arial, sans-serif;
	background :#2b2b2b;
	color : #FFF;
	margin : 0px;
	padding : 0px;
	border:0px;
}
a {
	color : #FFF;
}
h3{
	font-size:15px;
	color:#EB8905;
}
input{
	height:17px;
	margin:5px;
}
table{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
.menu_extranet{
	/*
	background-image:url(../imgs/ligne-menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	*/
	border-bottom:#FFF 3px solid;
	margin-bottom:20px;
}


.suggestionsBox {
    position: relative;
	left:5px;
    width: 205px;
	height:130px;
	overflow-y:scroll;
    background-color: #F1F1F1;
    color: #888999;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
	list-style:none;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
	color:#FFF;
}
