@charset "UTF-8";
/* CSS Document */


div#divGlobale{
	position: absolute;
	left: 50%;
	top: 50px;
}

div#divConteneur {
	width: 300px;
	height: 300px;
	margin-top: 0px;
	margin-left: -150px;
	border: #999999;
	border-style: dashed;
	border-width: thin;
}

div#divBarreHaut {
	position: absolute;
	width: 100%;
	height: 7px;
	margin-left: -8px;
	margin-top: -8px;
	background-color: #000000;
}

div#divMW {
	position: absolute;
	width: 300px;
	margin-left: 0px;
	margin-top: 5px;
}

div#divBarre {
	position: absolute;
	width: 300px;
	height: 3px;
	background-color: #000000;
	margin-left:0px;
	margin-top: 70px;
}

h3 {
	position: absolute;
	right: 0px;
	margin-top: 0px;
}

p {
	font: Georgia, serif;
	font-size: 18px;
	text-align: center;
	color: #000000;
}

ul#menuNav {
	position: absolute;
	margin-left: -40px;
	margin-top: 130px;
	list-style-type: none;	
}	

#menuNav li {
	float: none;
}

a {
	display: block;
	width: 290px;
	height: auto;
	padding-right: 10px;
	font: 1em Geneva, sans-serif;
	color: #999999;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;	
	line-height: 18px;
	
}

a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

a.contact {
	display: block;
	width: auto;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	font: 1em Geneva, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 0px;	
	line-height: 18px;
}

a.contact:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-style: dashed;
	border-width: thin;
	border-color: #000000;
}