html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #3f3f3f;

}

/*************************************************/
/** Architecture de la page                      */
/*************************************************/

.page{
	margin: 0px auto 0px auto;
	width: 1139px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	position:relative;

	
}

.cb{
	clear:both;
}

.header{
	height:67px;
	margin-top:10px;
}

.header .left{
	float:left;
	height:67px;
	width:56px;
}

.header .center{
	float:left;
	background-image: url("images/head_center.jpg");
	height:67px;
	width:1032px;
	cursor:pointer;
}
.header #connexionBox{
	float:right;	
	height:57px;
	width:200px;
	text-align:center;
	color:white;
	border-left:2px solid white;
	
	padding-top:10px;
}
.header #connexionBox a{	
	color:white;
	text-decoration:none;
}
.header #connexionBox a:hover{	
	color:white;
	text-decoration:underline;
	
}
.partTitle{
	height:45px;
	width:265px;
	background: url("images/partTitle.png") no-repeat;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:0px;
	
}

.partTitle p{
	padding-top:10px;
	margin-top:5px;
	margin-left:65px;
	color:#86A20B;
	font-size:20px;
	font-weight:600;
}
.header .right{
	float:left;
	height: 67px;
	width: 51px;
}

.content{
	margin-left:56px;
	width:1032px;
}

.explanationDiv{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	position: absolute;
	background-color: #5A737A;
	color: white;
	width:200px;
	_height:20px;
	min-height:20px;
	padding:5px;
}

/********************************************************/
/* Style pour le floatingPanel                          */
/********************************************************/
.floatingPanel{
	background-color: white;
	position: absolute;
	font-family: 'Arial';
	font-size: 8pt;
	z-index: 20;

}

.floatingPanel div.closingButton{
	float:right;
	cursor:pointer;
	background: url('images/close.png') repeat-x top left;
	height: 12px;
	width: 12px;
	margin-right:2px;
	margin-top: 2px;
}

.floatingPanel div.content{
	margin: 0px 10px 10px 10px;
}
