/* Style Structure*/
body {
	background-color: #CCC;	/*background-image: url(image/fond.gif);*/
}

/* Style Structure*/
div#base {
	position: absolute;
	margin-right: auto;
	margin-bottom: auto;
	z-index:0;
	left: 50%; 
    top: 50%;
    width: 786px;
	margin-left: -393px;
    margin-top: -300px; 
	
}

