#tableau{
	width:500px;

}

#bloc1{
	float:left;}
	
#bloc2{
	float:left;}
	
	
#bloc3{
	float:right;}

.ligneblack{
	width:100%;
	height:20px;
	background-color:#202020;
	clear:left;
	border:0px solid #2b2b2b;
	border-bottom-width:1px;
}

.lignewhite{
	width:100%;
	height:20px;
	background-color:#555555;
	clear:left;
	color:black;
	border:0px solid #2b2b2b;
	border-bottom-width:1px;
}

.lignewhite b{
padding-left:5px;
}

.lignegray{
	width:100%;
	height:20px;
	background-color:#242424;
	clear:left;
	border:0px solid #2b2b2b;
	border-bottom-width:1px;
}

.colonne1{
	width:250px;
	border:0px solid #2b2b2b;
	border-right-width:1px;
	
	text-align:left;
	font-size:11px;

}


#tableau .titre{
font-size:12px;

display:block;
text-align:center;
}


.colonne2{
	width:124px;
	border:0px solid #2b2b2b;
	border-right-width:1px;
	
	text-align:center;
}

.colonne3{
	width:124px;
	
	text-align:center;
}


