/* D&eacute;finition du style pour le corps*/
html, body {
	height:100%;
	background-color: #2A2A2A;
}
body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
div#cont {
	/*background-color:#454545;*/
	text-align:left;
	width:1000px; 
	margin:0 auto 0 auto; 
	min-height:100%;
}
div#barreLien {
	background-image:url(../Images/motif.png);
	background-repeat:repeat-x;
	position:relative;
	top:3px;
	width:100%;
	height:55px;
	z-index:1;
}
.topRight{
	background-color:#2A2A2A;
	position:absolute;
	top:1px;
	right:0px;
	z-index:2;
}