/* CSS Emova */
*{
	margin: 0px;
	padding: 0px;
}
body
{
	behavior:url("res/htc/csshover.htc");
	background-color: #ffffff;/*#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: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width:980px; /* largeur obligatoire pour être centré */
	 text-align: left; /* pour corriger le bug de centrage IE */ 
}
.corps
{
	margin-top:10px;
	border-top:none;
	background-color: #ffffff;
	_height: 545px;
	min-height: 545px;
	border:1px solid #d9d9db;
	/*border-bottom:none;*/
}

.leftFrame
{
	float:left;
	width:180px;
	text-align:center;
	padding-top:0px;
}

.rightFrame
{
	float:right;
	width:160px;
	text-align:center;
	padding-top:20px;
}

.centerFrame
{
	float:left;
	margin-left:20px;
	width:600px;	
}

.centerUniqueFrame
{
	float:left;
	margin-left:110px;
	width:600px;
}

.baseline
{
	
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
	margin-top:5px;
}
div.friseHead
{
	background:url('../pic/gabarit/bgFriseHead.png');
	background-repeat:repeat-x;
	height:120px;
}
div.friseHead p.logo
{
	float:left;
	padding-left:30px;
	padding-top:30px;
}
div.retrait
{
	float:left;
	margin-left:30px;
	width:504px;
	margin-bottom:10px;
}
div.friseHead p.accroches
{
	float:left;
	margin-left:100px;
	padding-top:10px;
	
}
img.picto
{
	float:left;
	margin-top:5px;
}
span.reg
{
	font-size:11px;
}

.grey
{
	color:#9f9f9f;
}


a.bCommander
{
	display:block;
	width:167px;
	height:30px;
	background:url('../pic/gabarit/bCommanderOff.png');
	background-repeat:no-repeat;
	margin-left:7px;
}
a.bCommander:hover
{
	background:url('../pic/gabarit/bCommanderOn.png');
}

