@charset "utf-8";
/* CSS Document */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: none;
	cursor:crosshair;
	/*overflow:hidden;*/
}
a:link {
	text-decoration: none;
	color: #000000;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border:none;
}
a:hover {
    background:none;
	text-decoration: none;
	color:#FF0033;
	border:none;
}
a:active {
	text-decoration: none;
	border:none;
}
div {
    position: absolute;
    float:left;
    font-size: 14px;
	line-height:19px;
    left: 0px;
    top: 0px;
    height: 180px;
    width: 180px;
    /*background-color: green;
	border: 5px solid #999999;*/
    margin: 0px;
}

.menu {
font-size: 36px;
line-height:38px;
}

.txt {
line-height:34px;
}
.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 10px solid #FF0033;
	padding: 10px;
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: -0,8em;
	line-height:18px;
	color: #000099;
	background-color:#FFFFFF;
	z-index:10;
	width:230px;
	height:auto;
}
.entete {
	position:fixed;
	height:auto;
	width:auto;
	background-color:none;
	z-index:11;
	top:5px;
	left:15px;
}