/* Jérôme MICUCCI --- 2007-02-02 */

body { 
	font-family:trebuchet, sans-serif;
	font-size: 10pt;
}

/* ---------------- class génériques ---------------- */
img{
       border: 0;
}

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img{
       border: 0;
}

acronym {
	text-decoration: none;
} 

button {
	font-size: 8pt ;
	color: #faa85f; 
	border-width: 0px ;
	background-color: #FFFFFF;
	width: auto;
	height: 20px;
	border: 1px solid #faa85f;
}
button:hover {
	border: 1px solid #faa85f;
	background-color: #faa85f;
	color: #FFFFFF; 
}

#popup {
	top: 100px;
	left: 130px;
	background-color: #ffffff;
	border: 1px solid #000000;
	z-index:1000;
	position:absolute;
	text-align:center;
}

#popup img.image {
	float:left;
	margin:10px;
}

img.icon{
    border: 0;
	width: 18px;
	height: 18px;
}
div.indicator {
	visibility:hidden;
	z-index:2000;
	width:30px;
	height:30px;
	top:10px;
	right:10px;;
	position:absolute;
	display:block;
	background:#ffffff;
	border:1px solid #000000;
	text-align:center;
}



