/********/
/* HTML */
/********/
li {
	margin-bottom	: 15px;
}
/******************************/


/***********/
/* CLASSES */
/***********/
.menu_accueil {
	position		: absolute;
	margin-top		: 2px;
	margin-left		: -35px;
	display			: none;
	padding-bottom	: 20px;
}
.menu_accueil .lien {
	width				: 195px;
	height				: 22px;
	line-height			: 22px;
	vertical-align		: middle;
	background-repeat	: no-repeat;
	text-align			: center;
	color				: #FFFFFF;
	font-weight			: bold;
	margin-bottom		: 1px;
}
.menu_accueil a:link,
.menu_accueil a:visited,
.menu_accueil a:hover,
.menu_accueil a:active	{
	color			: #FFFFFF;
	text-decoration	: none;
}
.menu_accueil a:hover {
	font-weight	: normal;
}

/* Highslide */
.highslide-html-content li {
	margin-bottom	: 15px;
}
.highslide-html-content h1 {
	border-bottom	: 1px #F78309 dashed;
	padding-bottom	: 5px;
}


/******************************/