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

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

a:hover {
	text-decoration: none;
}
a:active {
	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: #2a5683;
}

#intro {
	width:389px; 
	background-color:#ffffff; 
	background-image:url(imagescoursparticulier/hautdebanniere.jpg); 
	background-repeat:no-repeat; 
	padding-top:10px; 
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#introbasdebanniere {
	background-image:url(imagescoursparticulier/basdebanniere.jpg); 
	width:409px; 
	height:19px;
	margin:0;
}

#berline {
	width:389px; 
	background-color:#ffffff; 
	background-image:url(imagescoursparticulier/banniereberline.jpg); 
	background-repeat:no-repeat; 
	padding-top:10px; 
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#berlinebasdebanniere {
	background-image:url(imagescoursparticulier/basdebannierealu.jpg); 
	width:409px; 
	height:19px;
	margin:0;
}

#prestige {
	width:389px; 
	background-color:#ffffff; 
	background-image:url(imagescoursparticulier/banniereprestige.jpg); 
	background-repeat:no-repeat; 
	padding-top:10px; 
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#prestigebasdebanniere {
	background-image:url(imagescoursparticulier/basdebannierealu.jpg); 
	width:409px; 
	height:19px;
	margin:0;
}

#elite {
	width:389px; 
	background-color:#ffffff; 
	background-image:url(imagescoursparticulier/banniereelite.jpg); 
	background-repeat:no-repeat; 
	padding-top:10px; 
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#elitebasdebanniere {
	background-image:url(imagescoursparticulier/basdebannierealu.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;
}

