/* Elements individuels */
#Tete {
	float:left;
	width:100%;
	text-align:left;
}

#Complete {
	position: absolute;
	left: 590px;
	top: 47px;
	width: 412px;
	height: 54px;	
	background-color: #295dad;
}

#Prefs {
	position: absolute;
	left:220px;
	top:110px;
}

#Divtitre {
	position: absolute;
	left:380px;
	top:110px;
	width: 620px;
	height: 15px;	
	border: 1px solid #295dad;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

#Log {
	position: absolute;
	left:10px;
	top:135px;
	width: 200px;
	height: 5px;	
	border: 1px solid #295dad;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	overflow: hidden;
}

#Menu {
	position: absolute;
	left:10px;
	top:160px;
	width: 200px;
	height: 385px;	
}

#ContenuPrincipal {
	position: absolute;
	left:220px;
	top:135px;
	width: 780px;
	height: 410px;	
	border: 1px solid #295dad;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

#Pied{
	position: absolute;
	left: 10px;
	top: 565px;
	width: 990px;
	margin-bottom: 10px;
	border: 1px solid #295dad;
	background: #FFFFFF;
	text-align: center;
}

.tableContenu {
	width: 740px;
}
