/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	background-color: #201E21;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	margin: 0;
	background:url(../img/pub/fond.jpg);
}

a{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

a:hover{
	color:#fff;
}

#page {
	width: 100%;
	height: 100%;
	margin: auto;
}
#ensemble {
	width: 816px;
	margin: 0 auto;
}

.table_ppal{
	width: 100%; height: 100%;
}

.table_pub{
	width:816px;
	text-align:center;
	border:none;
}

.pub{
	width:800px; 
	height:506px; 
	line-height:0px; 
	font-size:0px; 
}

.droit{
	background:url(../img/pub/ombre_droit.gif) no-repeat; 
	width:16px; 
	height:506px; 
	line-height:0px; 
	font-size:0px;
}

.bas{
	background:url(../img/pub/ombre_bas.gif) no-repeat; 
	height:12px; 
	line-height:0px; 
	font-size:0px;
}

.bas_droit{
	background:url(../img/pub/ombre_bas_droit.gif) no-repeat; 
	height:12px; 
	line-height:0px; 
	font-size:0px;
}

