p
{
margin-top: 0px;
}


#table_acheminement
{
    border-collapse: collapse;
	width: 100%;
	margin: auto;
    border: 0px;	
	color: #E0E0E0; 
    font-family: verdana; 
    font-size: 11px;  
	border: 2px solid #3D3936;
}
.cellule_delai
{
	text-align: right;
}
.cellule_envoi
{
	text-align: left;
}
#table_acheminement th
{
	background-color: #3D3936;
	border: 2px solid #3D3936;	
}
#table_acheminement td
{
	background-color: #57514D;
	padding: 2px 5px 2px 5px;
}

#table_frais
{
    border-collapse: collapse;
	width: 100%;
	margin: auto;
    border: 0px;	
	color: #E0E0E0; 
    font-family: verdana; 
    font-size: 11px;  	
}
.cellule_frais
{
	text-align: center;
}
#table_frais th
{
	background-color: #3D3936;
	border: 2px solid #3D3936;	
}
#table_frais td
{
	background-color: #57514D;
}

.pageHeading
{
	font-size: 16px;
	font-family: arial; 
	color: #FFFFFF;
	text-decoration: underline;
}

.titre_formulaire
{
	font-size: 13px;
	font-family: arial; 
	text-align: center;
}
