@charset "utf-8";
/* CSS Document */

body{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
.box{
	float:right;
	margin-right:40px;
}
.box2{
	float:left;
	height:22px;
	width:22px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 2px;
	background-image: url(imgs/loupe.jpg);
	background-repeat: no-repeat;
}

img {
    border: 1px;
} 

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Autocompletion */
.update{
	float:left;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	width:180px;
	text-indent: 2px;
	z-index: 1;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: 18px;
	margin-top: 2px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.update2{
	position:absolute;
	width:200px;
	padding:0px;
}

ul.contacts  {
	list-style-type: none;
	background-color: #FFF;
	margin-left:-23px;
	padding:0px;
	text-align: left;
	width:320px;
	border: thin solid #CCCCCC;

}
ul.contacts li.selected { background-color: #F0F0F0; cursor: pointer; height:40px;}
li.contact {
	list-style-type: none;
	display:block;
	margin-bottom:2px;
	padding:2px;
	height:40px;
}
li.contact div.image {
	float:left;
	width:40px;
	height:40px;
	margin-right:20px;
	border: thin solid #CCCCCC;
}
li.contact div.nom {
	font-weight:bold;
	font-size:12px;
	line-height:1.2em;
}
.lien{
	font-weight:bold;
	font-size:12px;
	line-height:1.2em;
	padding-top:12px;
	text-decoration:none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #565656;
}
.survol
{
	background-color:#FFFFFF;
	min-height:20px;
}
.survol:hover
{
	background-color:#F0F0F0;
	min-height:20px;
}
