* { 
margin: 0;
padding: 0;
}

html, body {
	/*height: auto;*/
	background:#000;
	}
	
body,td,th {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
#global {
	background:#fb7220;
	}

#header,#footer {
 display:block;
 overflow:visible;
 padding:5px;
}

#header a,#footer a{
 font-size:16px;
 font-weight:bold;
 color:white;
 margin:5px;
}
#header a:hover{
color:red
}

#iframe {
 display:block;
 overflow:visible;
}

.table td{
 border:1px solid black;
}

/*----------------------Disclaimer ----------------------------- */

#disclaimer{ 
text-align:left; 
}

#disclaimer-fond{ 
position:absolute;
z-index:1000; width:100%;
height:2650px; background:white; 
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
text-align:center;
line-height:normal;
clear:both;
 }
 
#disclaimer-conteneur{ 
position:absolute; 
z-index:1001; 
width:100%; 
text-align:center; 
clear:both;
}

#disclaimer-cadre{ 
width:550px; 
margin-left:auto; 
margin-right:auto; 
text-align:center; 
margin-top:200px; 
padding:15px; 
font-size:12px; 
border:#885401 3px solid; 
background: #f4f2ef;
color:#555; 
}

#disclaimer-cadre b{ 
font-size:16px; 
color:black; 
}

#disclaimer-cadre a{ 
text-decoration:none; 
font-size:24px; 
font-weight:bold; 
color:#f77000; 
}
#disclaimer-cadre a:hover{ 
color:red; }

