body {
	background-color: #98D8D8;
	color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration:none;
	color:#98D8D8;
}
a:visited {
	text-decoration:none;
	color:#98D8D8;
}
a:hover {
	text-decoration:none;
	color:#98D8D8;
}
a:active {
	text-decoration:none;
	color:#98D8D8;
}
td a {
	text-decoration:none;
	display:block;
}
img {
	border:0px;
}
table {
	border:0px;
}
.nowrap {
	white-space:nowrap;
}
.small {
	font-family:verdana, arial;
	font-size:11px;
}
.Style1 {
	font-size:50px;
}
.fond {
	color:#98D8D8;
}
.fondtable {
	background-color:#232323;
}
.bleu {
	color:#0099FF;
}
.vert {
	color:#00FF00;
}
.rouge {
	color:#FF0000;
}
.Stylebleu {
	color:#0000FF;
}
.Stylenoir {
	color:#000000;
}
.normal {
	font-weight:normal;
}
.gras {
	font-weight:bold;
}
.souligne {
	text-decoration:underline;
}
.italique {
	font-style:italic;
}
.italiquesmall {
	font-style: italic;
	font-size: 12px;
}
.gras-souligne {
	font-weight:bold;
	text-decoration:underline;
}
.gras-souligne-italique {
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}
.centre {
	text-align:center;
}
.center {
	text-align:center;
}
.gauche {
	text-align:left;
}
.droite {
	text-align:right;
}
.justify {
	text-align:justify;
}
/* Autocompletion */
	.update {
	position:absolute;
	width:270px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
ul.contacts {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}
ul.contacts li.selected {
	background-color: #ffa;
	cursor: pointer;
}
li.contact {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
}
li.contact div.imageville {
	float:left;
	width:32px;
	height:32px;
	margin-right:0px;
}
li.contact div.imagepays {
	float:left;
	width:51px;
	height:33px;
	margin-right:0px;
}
li.contact div.nom {
	font-size:12px;
	line-height:1.2em;
	color:#0099FF;
}
li.contact div.prenom {
	font-size:12px;
	line-height:1.2em;
	color:#0099FF;
}
