

body
{
   
   margin-left: 10px;
   margin-right:1px;
   margin-top: 20px;
   margin-bottom: 20px;    
   background: #0b0a08;
   font-family: Times New Roman, Times, serif;
   color: white;
   width: 97%;
  

}



#en_tete
{
   width: 100%;
   height: 300px;
   padding-top: 2px;
   padding-bottom: 5px;
   margin-bottom: 5px;
}

#en_tete h1
{
   margin-left: 17px;
   float: left;
   background-image: url(images/baniere.gif);
   width: 800px;
   height: 230px;
}

#en_tete #en_tete2
{
   float: right;
   margin-right: 5px;
   margin-top: 15px;
   padding-top: 20px;
   widht: 100px;
}

#en_tete #en_tete2 ul
{
   float: right;
}

#en_tete #en_tete2 li 
{
   text-align:left;
   list-style: none;
}
#en_tete #en_tete2 li a
{
   font-size:18px;
   color: #E9DAF7;
}

#en_tete #en_tete2 a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Les menus */


/*menutop navigation*/
#navigation
{
   width: 100%;
   border: 2px solid #929596;
   background-image: url("images/background_gris.jpg");
   Background-repeat: repeat-x
   margin-bottom: 5px;
   height: 30px;
   
}
#navigation table
{
	height: 25px;
}	

/* ID Styles */
	
#navigation a {
	font-size: 15px;
	color: black;
	line-height:20px;
	letter-spacing:.1em;
	text-decoration: none;
	text-align:left;
	display:block;
	padding:5px;
	}
	
#navigation a:hover {
	background: black ;
	color:white;
	}



#corps
{
   margin-left: 0%;
   margin-bottom: 5px;
   padding: 20px;  
   background:#14285f;
}


#corps h1
{

   color: RED;
   text-align: center;
   font-family: "Times New Roman",Arial, "Arial Black", Times, serif;
   
}
.titre h1
{
	font:50px;
	color:#9BD1F7;
	text-decoration: none;
	line-height:55px;
	letter-spacing:.1em;
	}

.detailText a{
	font-size:20px;
	color:white;
	padding-left: 10px;
	text-decoration: none;
	line-height:30px;
	letter-spacing:.1em;
	}
	
.detailText a:hover
{
   background-color: #B3B3B3;
   color: black;
}
}
.detailText2 {
	font-size:40px;
	color:white;
	padding-left: 10px;
	text-decoration: none;
	line-height:30px;
	letter-spacing:.1em;
	}
.detailText2 a{
	font-size:40px;
	color:white;
	padding-left: 10px;
	text-decoration: none;
	line-height:30px;
	letter-spacing:.1em;
	}
	
.detailText2 a:hover
{
   background-color: #B3B3B3;
   color: black;
}	
.pageName {
	font:22px georgia;
	color: white;
	line-height:20px;
	letter-spacing:.1em;
	}

/*pied de page) */

#pied_de_page
{
   padding: 1px;

   text-align: center;
   color: #000000;
   border: 1px solid #FBFBFB;
}

#pied_de_page a {
	font-size: 20px;
	color: WHITE;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:5px;
	}
#pied_de_page a:hover {
	color:#E9DAF7;
	}