body {
	background:url(images/bg.gif) repeat-x  #666600;
	
	top: 0px;
	margin: 0px;
	padding: 0px;	
	
	}	
.Style1 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FFFFFF;
}
.Style2 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #990000;
	text-decoration: none;
}



a.info {
    position:relative; /* Très important */
    background:none; /* Important pour le fonctionnement sur IE */
    z-index:10;
}

a.info:hover {
    z-index:20;
}

a.info span {
    display:none;
}

a.info:hover span { /*la tag SPAN apparaitra avec l’effet hover*/
    display:block;
    position:absolute;
    top:18px;
    left:10px;
     
    /* Éléments pour positionner le texte dans la bulle */
    /* Vous pouvez aussi utiliser le padding:24px 8px 5px 25px; */
    padding-left:25px;
    padding-top:24px;
    padding-bottom:5px;
    padding-right:8px;
    width:205px;
    height:45px;

    /* Style du character dans la bulle */
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:italic;
    font-size:10px;
    color:#999999;
    text-decoration:none;
    text-align:justify;
}

/* Pour avoir un beau background de bulle avec PNG transparent*/
a.info:hover>span {
background-image:url(images/bgInfo.png);
}

a.info:hover span {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgInfo.png",
sizingMethod="crop");
}
/* lien couleur*/
a.menu {
	color: #666600;
	text-decoration: none;
	background-color: transparent;
	font-weight:bold;
	font-size: 16px;
	font-family: "Comic Sans MS";
}

 {
	color: #666600;
	text-decoration: none;
	background-color: transparent;
	font-weight:bold;
	font-size: 16px;
	font-family: "Comic Sans MS";
} a.menu:visited {
	color: #666600;
	text-decoration: none;
	background-color: transparent;
	font-weight:bold;
	font-size: 16px;
	font-family: "Comic Sans MS";
} a.menu:hover {
	color: #990000;
	text-decoration: none;
	background-color: transparent;
	font-weight:bold;
	font-size: 16px;
	font-family: "Comic Sans MS";
} a.menu:active {
	color:#666600;
	text-decoration: none;
	background-color: transparent;
	font-size: 16px;
	font-family: "Comic Sans MS";
}

