#Bleu {
	color: #0075ba; 
    }
     

#BleuMedium
{
	color: #2d65d4; 
    }

#BleuTresFonce
{
	color: #03081e; 
    }

#BleuClair
{
	color: #6aacf8; 
    }

#Rose
{
	color: #f71c80; 
    }

#Blanc {
	color: #FFFFFF; 
   }
 
#Noir {
	color: #000000; 
   }

#Gris {
	color: #BFBFBF;
}

#GrisClair{
   color :#e8e8e8;
}

#GrisTresClair{
	color :#ececec;
}

html {
	background: #03081e;
	margin: 0 0px;
}

header {
   color: #6aacf8; 
   background-color: #03081e ; 
   font-family: "Arial", "Verdana";
   font-style: bold; 
   font-size: 26px; 
   text-align: center;
}

#Head {
    color: #FFFFFF; 
    background-color: #03081e;
    font-style: bold; 
    font-size: 26px; 
    text-align: center;
    font-weight: bold; 
}
	
body {
    color: #000000; 
    background-color: #03081e;
    font-family: "Verdana","Arial";
    text-align:left; 
    font-weight: normal; 
    font-size: 14px; 
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;    
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
 }

#foot {
    color: #FFFFFF; 
    background-color: #03081e;
    font-style: normal; 
    font-size: 11px; 
    text-align: center;
}

footer {
    color: #FFFFFF; 
    border-top: 1px solid #6aacf8;
    background-color: #03081e;
    font-style: normal; 
    font-size: 11px; 
    text-align: center;
}

h1 {
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #0075ba;
	font-size: 32px;
	padding: 0;
	padding-bottom: 7px;
    font-weight: bold
}

h2 {
   border-bottom: 1px solid #ddd;
   clear: both;
   color: #0075ba;
   font-size: 18px;
   padding: 0;
   padding-bottom: 7px;
   font-weight: bold;
}

h3 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 2px;
    line-height: 1.5;
}

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

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

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

a {
    border:0;
    text-decoration: none;
}

img {
   border:0;
}

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


#Message {
    text-align:center;
    font-weight: bold; 
    font-size: 1.2rem;
    color:#f71c80;  
}
