/* CSS Document */
a {text-decoration: none; 
/* définition du lien qui affichera le "calque" */}
a:hover {background: none; /* correction d'un bug IE */}
a span { /* définition de la balise <span> inclue dans <a> */display: none;}
a:hover span { /* définition de la balise <span> au survol */display: inline;position: absolute;top: 185px; /* positions et dimensions du calque, que vous pouvez changer à loisir */left: 0px;width: 420px;height: 265px;background: black;text-align: center; color: black;} 
 
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #99FF00;


}

#fond {	
background-image: url(images/fond.gif);
	background-repeat: no-repeat;
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 594px;
	width: 950px;
}

#photos {
	position: absolute;
	top: 37px;
	left: 288px;
	height: 145px;
	width: 645px;
}
#photos2 {
	position: absolute;
	height: 150px;
	width: 141px;
	top: 184px;
	left: 799px;
}

#titre {	
	height: 16px;
	width: 627px;
	position: absolute;
	top: 238px;
	left: 131px;
}
#texte1 {	
	height: 83px;
	width: 696px;
	position: absolute;
	top: 256px;
	left: 94px;
}
#texte2 {	
	height: 87px;
	width: 654px;
	position: absolute;
	top: 342px;
	left: 94px;
	padding-right: 4px; 
	overflow:auto;
}

#texte3 {	
	height: 70px;
	width: 501px;
	position: absolute;
	top: 433px;
	left: 94px;
	
}
#textelivre {	
	height: 237px;
	width: 501px;
	position: absolute;
	top: 266px;
	left: 94px;
	overflow:auto;
}
#texteprestations {	
	height: 163px;
	width: 501px;
	position: absolute;
	top: 340px;
	left: 94px;
	overflow:auto;
}

#adresse {	
	height: 20px;
	width: 500px;
	position: absolute;
	top: 510px;
	left: 92px;
}
#creation {	
	height: 12px;
	width: 902px;
position: absolute; 
top: 555px;
	text-align:right;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 187px;
left: 131px;
z-index:100;
width:665px; /* correction pour Opera */
}
#menu dl {
float: left;
width: 95px;
}
#menu dt {
	cursor: pointer;
	width: 95px;
	text-align: center;
	font-weight: bold;
	
	
}
#menu dd {
width: 95px;
}
#menu li {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 110%;
	
}
#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
}
#menu li a:hover, #menu li a:focus {
	background: #CC66FF;
	color: #FFFFFF;
	font-weight: bold;
}
#menu dt a:hover, #menu dt a:focus {
	font-weight: bold;
	color: #CC66FF;	
}
.creation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC66FF;
}

.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9933FF;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:justify;
}
.texte_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99FF00;
	font-weight: bold;
	text-align:justify;
}
.texte_super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9933FF;
	font-weight: bold;
	text-align:justify;
}
