/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	width:90%;
}

.clearer {
	clear:both;
}

#logo {
	width:146px;
	height:56px;
	background:url(../img/logo_luxonen.png);
	margin:0px 250px 10px 0px;
	float:left;
}

#societe {
	font-size:30px;
	color:#1D3D2E;
	padding-top:10px;
	position:absolute;
	top:10px;
	left:400px;
	width:500px;
}

.barreMenu {
	border-bottom:dotted 1px #B29F6C;
	padding-bottom:5px;
}

#contentMenu {
	float:left;
	width:350px;
	list-style:none;
	z-index:100;
}

#contentspage {
	position:absolute;
	padding-left:0px;
	top:100px;
	left:300px;
	width:65%;
	padding-right:50px;
	display:block;
	z-index:0;
	/*position:relative;*/
	/*margin-top:30px;
	margin-right:20px;*/
}

.menu{
	text-align:left;
	list-style:none;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	cursor:pointer;
	

}

.menu a, .menu a:link {
	color:#1D3D2E;
	text-decoration:none;
}
.menu a:hover{
	color:#B29F6C;
}

.titre {
	font-size:18px;
	color:#666666;
	margin-bottom:10px;
}


