.mini_site_menu_top, .mini_site_menu_top_sous_menu {
	font-family: Arial;
	color: #000000;
	letter-spacing: -1px;
	font-size: 15px;
}

.titre_mini_site {
	border-top: 2px solid #000000;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 2px solid #000000;
	font-size:40px;
}

.titre_mini_site_2_lignes {
	border-top: 2px solid #000000;
	padding-top: 9px;
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
	font-size:40px;
}

.adresse_mini_site {
	font-size: 12px;
}

.align_droite {
	display: block;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin-left: 15px;
	margin-bottom: 15px;
}

#diap {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 302px;
	height: 402px;
	overflow: hidden;
	border: 0px solid #000000;
}
#diap img {
	position: absolute;
	left: 0;
	top: 0;
	border:0px #BCBABB solid;
	width: 300px;
	height: 400px;
}

/* GESTION DES SOUS MENU ---------------------------------------------------- */

div.sous_menu {
   position: relative;
   color: black;
   text-decoration: none;
   display: inline;
}
div.sous_menu span {
   display: none;
   text-align: left;
}
div.sous_menu:hover {
   background: none; /* correction d'un bug IE */
   z-index: 1000;
}
div.sous_menu:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   font-size:0.5em;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 15px; /* on positionne notre infobulle */
   left: 0px;

   background: white;

   color: #000000;
   padding: 3px;

   border: 0px;
   border-left: 1px dotted #000000;
}

.photo_thumb {
	margin: 4px 4px 4px 4px;
}

h1 {
	font: 90%/1 Arial, Arial;
	color: #000000;
	font-size: 12px;
}