/* CSS */
*{
	margin: 0px;
	padding: 0px;
}
body
{
	behavior:url("res/htc/csshover.htc");
	background-color: #efefef;/*#6ebb1f;*/
	margin: 0px; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font:12px Arial,Tahoma, Sans-serif;
	color: #000000;
}
img.T
{
   behavior: url("res/htc/pngbehavior.htc");
   display: block;
}
a img {border: 0;}
#global 
{
	position:absolute;
	left:50%;
	top:50%;
	width:744px;
	height:488px;
	margin-left:-372px;
	margin-top:-244px;
	background-color:#efefef;
}
.corps
{
	
}

/* Links */
a.L { text-decoration:none;    }
a.L:hover { text-decoration:underline; }

.baseline
{
	margin-top:-10px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
}

