body {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: center;
	font-size: 12px;
	background-color: #CCCCCC;
	background-image: url(logo.jpg);
}
	

.menu_contenue {
	margin-top: 10px;
}

.menu_contenue li{
	list-style-image: url(images_decoupage_menu/etoile_liste.jpg);
	margin-left: 40px;
	padding-bottom: 5px;
}

.menu_contenue a {
	text-decoration: none;
	cursor: help;
	color: black;
}

a span p{
	display: none;
	padding: 10px;
	font-size: 12px;
}

a:hover span p{
	display: block;
	
	background-color:#DBDBDB;
	position: absolute;
	z-index: 1000;
	
	border: 1px dashed #ff9900;
	width: 400px;
}

a:hover span .infobulle_titre {
	display: block;
	color: #ff9900;
	text-decoration: underline;
}

a:hover span p img {
	float: left;
	margin-right: 10px;
	border: none;
	border: 1px solid black;
}

#cadre {
	width: 700px;
	min-height: 500px;
	margin: auto;
	border: 1px solid #ff9900;
	padding: 20px;
	background-color: white;
}

#gauche {
	float: left;
	width: 300px;
}

#droite {
	margin-left: 390px;
	width: 300px;
	min-height: 530px;
}

#recherche {
	text-align: center;
}

.menu_titre_centre {
	text-align: center;
}
	
