﻿.orderListTitle
    {
    	font-size:12pt;
    	color:#555;
    	text-decoration:underline;
    	text-align:center;
    }
    
    .orderDetailTitle
    {
    	font-size:10pt;
    	color:#555;
    	text-decoration:underline;
    	text-align:left;
    }
    
    .orderList
    {
    	text-align:left;
    	width:70%;
    	border:solid 1px #ccc;
    }
    
    .orderList .AspNet-GridView-Header
    {
    	background-color:#009955;
    	color:#FFFFFF;
    	text-align:center;
    }
    
    .numericHeader
    {
    	text-align:center;
    	padding:4px;
    	
    }
    
    .numerique
    {
    	text-align:right;
    	padding-right:4px;
    	}
    
    .detailGrid
    {
    	text-align:left;
    	width:98%;
    	border:solid 1px #ccc;
    }
    
    .detailGrid .AspNet-GridView-Header
    {
    	background-color:#009955;
    	color:#FFFFFF;
    	text-align:center;
    }
    
    .detailDescription
    {
    	width:30%;
    }
    
    .Transport
    {
        margin-right:4%;
        text-align:right;
    }
.cell
{
	padding:4px;
}

.center
{
	text-align:center;
}