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

body { 
	font-family:Trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 9pt;
	background:#FFFFFF;
}

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

a {
	text-decoration: none;
	color:#f87500;
}
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:#FFFFFF; 
	border: 1px #ff4600 solid;
	width: auto;
	height: 19px;
	padding:1px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	vertical-align:middle;
	background-color:#ff8c60;
}
button:hover {
	background-color:#FFFFFF;
	color: #ff4600; 
}

input {
	background-color:#F5F5F5;
	border:1px solid #F87500;
	color:black;
	font-size:8pt;
	height:16px;
	width:120px;
	margin-right:4px;
	margin-left:4px;
}
#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: 20px;
	height: 20px;
}

div.subarticle {
	visibility: hidden;
	width:140px;
	height:auto;
	position:absolute;
	z-index:800;
	border:0px;
	border:1px solid #F87500;	
	background-color: #ffffff;
	padding-left:20px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:0px;
	margin-left:200px;
	margin-top:20px;
/*	line-height:160%;
*/}

.subarticle {
	color:#F87500;
	margin:0px;
	font-style:italic;
}

.subarticle  a {
	color:#F87500;
	display:block;
	margin-top:4px;
}

div.indicator {
	visibility:hidden;
	z-index:2000;
	width:30px;
	height:30px;
	top:122px;
	left:192px;
	position:absolute;
	display:block;
	background:#ffffff;
	border:0px solid #000000;
	text-align:center;
}

