@charset "utf-8";

#home-left-menu a:hover {color:#f58519;} 	/* Visited link   */

#h-biographie{
	position: relative;
	overflow: hidden;
	height:35px;
	width: 200px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#dot-biographie{
	position: absolute;
	background-color:black;
	padding: 5px;
	padding-top: 20px;
	padding-right:0px;
	width:15px;
}
#txt-biographie{
	position: absolute;
	left: 25px;
}


#h-presse{
	position: relative;
	overflow: hidden;
	height:35px;
	width: 200px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#dot-presse{
	position: absolute;
	background-color:black;
	padding: 5px;
	padding-top: 20px;
	padding-right:105px;
	padding-left:0px;
	width:10px;
	right:0px;
}
#txt-presse{
	position: absolute;
	left:20px;
}


#h-galeries{
	position: relative;
	overflow: hidden;
	height:35px;
	width: 200px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#dot-galeries{
	 position: absolute;
	 background-color:black;
	 padding: 5px;
	 padding-top: 20px;
	 padding-right:0px;
	 width:13px; 
}
#txt-galeries{
	 position: absolute;
	 left: 25px;
}

#h-traveaux{
	position: relative;
	overflow: hidden;
	height:35px;
	width: 200px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#dot-traveaux{
	 position: absolute;
	 background-color:black;
	 padding: 5px;
	 padding-top: 20px;
	 padding-right:85px;
	 padding-left:0px;
	 width:13px; 
	 right:0px;
}
#txt-traveaux{
	 position: absolute;
	 left:20px;
}

#h-actualite{
	position: relative;
	overflow: hidden;
	height:35px;
	width: 200px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#dot-actualite{
	 position: absolute;
	 background-color:black;
	 padding: 5px;
	 padding-top: 20px;
	 padding-right:0px;
	 width:8px; 
	 
}
#txt-actualite{
	 position: absolute;
	 left:20px;
}

#h-contact{
	position: relative;
	overflow: hidden;
	height:35px;
	width: 200px;
	margin-bottom:0px;
	padding-bottom:10px;
	border-color:red;
}

#dot-contact{
	 position: absolute;
	 background-color:black;
	 padding-top: 22px;
	 padding-right:110px;
	 width:11px; 
	 right:0px;
}
#txt-contact{
	 position: absolute;
	 left:0px;
}
	 