BODY {
  background: #000000;
  color: #ffffff;
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:11.5px;
}
A {
  color: #909090;
  text-decoration: none;
}

A:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
  color: #ffffff;
  text-decoration: underline;
}
P {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #ffffff;
	text-decoration: none;
}
P a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #909090;
	text-decoration: none;
}
P a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #ffffff;
	text-decoration: underline;
}
/*------------- contextmenu --------------------*/
.menucontextuel{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 250px;

}

.menucontextuel ul{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menucontextuel li{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 2em;
	line-height: 2em;
}

.menucontextuel a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #000;
	padding-left: 15px;
}

.menucontextuel a:hover{
	background-color: #999;
	color: #fff;
}

.box{
font-family: Georgia, "Times New Roman", Times, serif;
	width: 250px;
	height: 80px;
	background: #eee none;
	border: 1px solid #ddd;
	font-size: 11px;
	cursor: help;
}

#box1{
	position: absolute;
	top: 50px;
	left: 10px;
}

#box2{
	position: absolute;
	top: 50px;
	left: 200px;
}