@charset "UTF-8";
/* Autocompletion CSS */

h3 {
	margin: 0px;
	padding: 0px;
}
.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #659CD8;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #595505;
	background: url(img/background_sectorisation.png) top left no-repeat;
}

img {
    border: none;
} 

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Autocompletion */
.update{
	position:absolute;
	
	/*border:5px solid #888;*/
	margin:0px;
	padding:0px;
}

ul.contacts  {
background-color:#faf6cf;
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
	width:350px;
}
ul.contacts li.selected { background-color: #c9b778; cursor: pointer; }
li.contact {
	list-style-type: none;
	display:block;
	margin:0;	
	height:15px;
	width:350px;
	overflow:hidden;
}
li.contact div.image {
	float:left;
	width:32px;
	height:32px;
	margin-right:8px;
}
li.contact div.nom {
	font-size:10px;
	line-height:1.2em;
}
#champrecherche{
	margin-top:55px;
	margin-right:20px;
	width:400px;
}
.textesoustitre{
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
	font-size: 110%;
	color: #AF0900;
	font-weight : bold;
}
.bouton {
	background-color:#faf6cf;
	border-color:#c9b778;
	border-style:solid;
	color:#898410;
	font-family:'Georgia',sans-serif;
	font-size:110%;
}
#download{
font-size:11px;
width:350px;
}

#download ul, #download li {
	list-style-type:circle;
	list-style: circle;
}
h5{
	margin:0;
	padding:0;
}


