/* CSS */
*{
	margin: 0px;
	padding: 0px;
}
body
{
	behavior:url("res/htc/csshover.htc");
	background-color: #000000;/*#6ebb1f;*/
	margin: 0px; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font:14px Arial,Tahoma, Sans-serif;
	color: #303030;
}
img.T
{
   behavior: url("res/htc/pngbehavior.htc");
   display: block;
}
a img {border: 0;}
#global 
{
	position:absolute;
	top:50%;
	height:601px;
	margin-top:-300px;
	width:100%;
	left:0px;
	background:#000000 url("../pic/verticale.jpg") repeat-x center;
}
.corps
{
	
}

.flashBox
{
	
}

/* Links */
a.L { text-decoration:none;    }
a.L:hover { text-decoration:underline; }

.Regliss
{
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #303030;
	text-align: center;
}

