/* CSS Emova */
*{
	margin: 0px;
	padding: 0px;
}
body
{
	behavior:url("res/htc/csshover.htc");
	background-color:#10051b;
	margin: 0px; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font:12px Arial,Tahoma, Sans-serif;
	color: #451156;
}
img.T
{
   behavior: url("res/htc/pngbehavior.htc");
   display: block;
}
a img {border: 0;}
a {color: #451156;}
#global 
{
	  position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width:958px; /* largeur obligatoire pour être centré */
	  text-align: left; /* pour corriger le bug de centrage IE */ 
	  background-color: #ffffff;
}
.corps
{
	border-top:none;
	 background-color:#b2b4c3;/*#7a7a94;*/
	_height: 500px;
	min-height: 500px;
	/*width:1017px;*/
	/*background:#ffffff url("../pic/bg.gif") repeat-y center;*/
	padding-top:10px;
	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;
	margin-bottom:20px;
}
h1
{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom:2px;
	color:#451156;
	border-bottom:1px solid #451156;
	
}

div.texte strong
{
	color:#ffffff;
}
.contenerFlash
{
	/*background-color: #ffffff;*/
}


