#Bleu {
	color: #0075ba; 
    }
   
   
#Blanc {
	color: #FFFFFF; 
   }
 
#Noir {
	color: #000000; 
   }


html {
	background: #FFFFFF;
	margin: 0 0px;
}

header {
   color: #FFFFFF; 
   background-color: #0075ba; 
   font-style: bold; 
   font-size: 46; 
   text-align: center;
   font: "Time"; 
}

body {
    color: #000000; 
    background-color: #e8e8e8; 
    font: "Time"; 
    text-align:left; 
    font-weight: normal; 
    font-size: 13; 
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;    
    margin: 0px auto 0px;
	 padding: 0px 0px 0px 0px;
	}



p, dd, dt{
	 text-align:left; 
     font-size: 13;
     line-height: 1.5;
     }

div {
    text-align:left; 
    font-size: 13;
     line-height: 1.5;
     }
     
ul, ol, dl  {
	text-align:left; 
    font-size: 13;
    line-height: 2px;
    text-indent: 15px
}

li  {
	text-align:left; 
    font-size: 14;
    line-height: 1.5;
    text-indent: 0px
} 

abbr {
	border: 0;
	font-variant: normal;
}



abbr {
	border: 0;
	font-variant: normal;
    font-style: italic; 
}


#Message {
    text-align:left;
    font-weight: bold; 
    font-size: 18
}

#Foot {
	color: #FFFFFF; 
    background-color: #0075ba; 
    font-style: normal; 
    font-size: 11; 
    text-align: center;
}

   
#Head {
	color: #FFFFFF; 
    background-color: #0075ba; 
    font-style: bold; 
    font-size: 46; 
    text-align: center;
    font-weight: bold; 
    font: "Time"
}
	

#mTable {
  font: 14px;
  font-family : "Time", "DejaVu Sans Condensed", "Time New Roman";
  empty-cells: hide;
  border:0px;
  }

  
#mTable td {
    color: #FFFFFF;      
    text-align:center;
    font-weight: normal; 
    font-size: 16px;
    }

#mTable tr
{
  font-weight: normal;
  background:#BFBFBF;
  height:40px; 
  vertical-align:middle;
  
  }
  
#mTable tr:first-child 
{
  font-weight: bold;
  background:#0075ba;
  
  }
  
  
#mTable td:first-child 
{
  
  }
