body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#000000;	
}

.cadre_noir {
	border: 2px solid #000000;
}

.cadre_menu {
	border: 1px solid #000000;
}

.cadre {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

div.bulle:hover {
  	background: none;
  	z-index: 50;
}

div.bulle span {
 	display: none;
}

div.bulle:hover span {
	display: block;
	position: absolute;
	top: 200px;
	left: 100px;
	font-family:Letter Gothic MT,Arial;
	text-align:justify;
	font-size:12px;
	font-weight:normal;
	width:300px;
	background: white;
	padding: 5px;
	border: 1px solid #727071;
	border-left: 10px solid #B30E2E;
	color:#FF0000;
}
