body {
	margin : 0;
	background: url(img/bg_body.jpg) repeat-x white;
	text-align : center;
	margin-top : 5px;
	font-family: Verdana, sans-serif;
}

#conteneur {
    width: 980px;
    height : 500px;
    position : absolute;
    top : 50%;
    margin-top: -250px;
    left : 50%;
    margin-left : -490px;
}
#conteneur a {
	color : #b6b993;
	text-decoration : none;
	font-weight : bold;
	margin-top : 10px;
	display : block;
	text-align :right;
	font-size : 12px;
}

#fancybox-title-float-main:hover {
	cursor:pointer;	
}
