html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height:100%;
	text-align: center;
	background-color: #c4bdb6;
	background-repeat:no-repeat;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    background-repeat: no-repeat;
}


#site {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 950px;
    height: 600px;
    margin-left: -475px; /* moitié de la largeur */
    margin-top: -300px; /* moitié de la hauteur */  
    border: none;
    border:none;
    background-color: #c4bdb6;
}

.info {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #666666;
    text-decoration: none;
}