@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;
}

#formation {
	background-image:url(imagessecurite/bannierehaut.jpg); 
	width:389px; 
	background-color:#9db89d;
	background-repeat:no-repeat;  
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#formationbasdebanniere {
	background-image:url(imagessecurite/bannierebas.jpg); 
	width:409px; 
	height:19px;
	margin:0;
}

#demijournee {
	background-image:url(imagessecurite/bannieredemijournee.jpg); 
	width:389px; 
	background-color:#9db89d;
	background-repeat:no-repeat;  
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#demijourneebasdebanniere {
	background-image:url(imagessecurite/bannierebas.jpg); 
	width:409px; 
	height:19px;
	margin:0;
}

#journee {
	background-image:url(imagessecurite/bannierejournee.jpg); 
	width:389px; 
	background-color:#9db89d;
	background-repeat:no-repeat;  
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#journeebasdebanniere {
	background-image:url(imagessecurite/bannierebas.jpg); 
	width:409px; 
	height:19px;
	margin:0;
}

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;
}

