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

body { 
	font-family:Trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;
	margin:10px;
}

div.page0 {
	position:relative;
	text-align:left;
/*	border:1px solid black;*/
	width:800px;
	height:2000px;
	display:block;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
}

div.page1 {
	position:relative;
	text-align:left;
/*	border:1px solid black;*/
	width:800px;
	height:2000px;
	display:block;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
}

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

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

a:visited {
	text-decoration: none;
}

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

acronym {
	text-decoration: none;
} 

.foundWord {
	background-color: #EE98DB;
}

button {
	font-size: 7pt ;
	color: #8e5b81; 
	border-width: 0px ;
	width: auto;
	height: 16px;
}
button:hover {
	background-color: #8e5b81;
	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: 24px;
	height: 24px;
}

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

.subarticle {
	color:black;
}

.subarticle  a {
	color:black;
	display:block;
	margin-top:4px;
	border-top:1px solid;
}

div.indicator {
	visibility:hidden;
	z-index:2000;
	width:30px;
	height:30px;
/*	padding-top:30px;
*/	/*top:0px;
	right:0px;*/
	position:absolute;
	display:block;
/*	background:#FFFFFF;
	border:1px solid #000000;*/
	text-align:center;
/*	filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;*/
	background-color:transparent;
}

div.top {
	position:absolute;
	top:37px;
	width:780px;
}

div.top2 {
	position:absolute;
	top:108px;
	width:780px;
}
div.right {
	position:absolute;
	top:140px;
	left:630px ;
	width:140px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	
}

img.specialBouton {
	height:20px;
	width:104px;
}

.alert {
	display:block;
	background-color:red;
	color:white;
	font-size:8pt;
	font-weight:bold;
}


