body, html, .centragetable, .contenutable {
 padding: 0px;
 margin: 0px;
 border: none;
 border-spacing: 0px;
 border-collapse: collapse;
}

body, html {
 background-color:#000000;
 /*background-image:url(../images/fond.gif);*/
 background-position:center;
}

.centragetable {
 width:100%; 
 height:100%; 
 text-align: center;
 vertical-align:middle;
}

.contenutable {
	width: 1000px;
	height: 620px;
	margin-left:-8px;
	margin-bottom:-2px;
	background-repeat: no-repeat;
	background-position: center;
}

td {
	margin:0px;
	padding:0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin: 0px;
	font-weight:normal;
	padding:5px;
}

img {
	border: 0 none;
}

a {
	border-left: thin solid #000000;
	border-bottom: thin solid #000000;
	color:#FFFFFF;
}

a:hover {
	border-left: thin solid #A37963;
	border-bottom: thin solid #A37963;
	color:#FFFFFF;
}

select {
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.contenudiv {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:300px;
	margin-top: -212px; /* -190px pour du 1024 sinon -210 au dessus*/
	margin-left: -450px; /* -450 pour les deux */
	z-index:1;
	overflow:hidden;
	visibility:visible;
	/*scrollbar-face-color:#E0C4AF;
	scrollbar-shadow-color:#5d4122;
	scrollbar-highlight-color:#9F6A34;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#5d4122;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#5d4122;*/
}
