*{
	margin: 0px;
	padding: 0px;
}
body
{
	behavior:url("res/htc/csshover.htc");
	background-color: #eeeeee;/*#6ebb1f;*/
	margin: 0px; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font:12px Arial,Tahoma, Sans-serif;
	
}
img.T
{
   behavior: url("res/htc/pngbehavior.htc");
   display: block;
}
a img {border: 0;}
#global 
{
	  position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width:758px; /* largeur obligatoire pour être centré */
	  text-align: left; /* pour corriger le bug de centrage IE */ 
}
.corps
{
	border-top:none;
	background-color: #ffffff;
	_height: 500px;
	min-height: 500px;
	/*width:1017px;*/
	background:#ffffff url("../pic/bg.gif") repeat-y center;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:6px;
}

.baseline
{
	padding-top: 3px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
}



