@charset "utf-8";
/* CSS Document */
/*Conception Fizz Grafik - fizz-grafik.fr */

a:link {
	color: #ffdd00;
	text-decoration:none;
}
a:visited {
	color: #ffdd00;
	text-decoration:none;
}

body {
	margin-top: 0px;
	background-image: url("imagesmenu/stripe.png");
}

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}


.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffdd00;
	font-size: 14px;
	text-decoration: none;
}

#liens {
	background-image:url(imagesliens/bandeauhaut.jpg); 
	width:917px; 
	height:20px;
	margin:auto;s
} 

#liens2 {
	background-image:url(imagesliens/bandeaubas.jpg); 
	width:917px; 
	height:20px;
	margin:auto;
}

a.info {
  	position:relative;
}

a.info:hover {
    background: none; 
    z-index: 500; 
}
a.info span {display: none;}

a.info:hover span {
	display: inline; 
	position: absolute;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a5683;
   	font-weight:normal;
    width:240px;
    top: 10px; 
    left: 50px;
    background: white;
    padding: 3px;
    border: 1px solid #5D779A;
    border-top: 4px solid #5D779A;
}

