﻿  <STYLE type="text/css">
  <!--
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 10px 0; 	padding: 0;
	color: #003366;
	background: #003366;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #003366; text-decoration: underline; }
a:hover { background: inherit; color: #ff0000; text-decoration: underline; }

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #5854F6;
}
h1 { font-size: 3.1em; text-transform: uppercase; }
h2 { 
    font-size: 2.1em; 
    letter-spacing: 8px;
}
h3 { 
    font-size: 1.5em; 
    letter-spacing:5px
}
h4 { 
    font-size: 1.1em; 
    letter-spacing:5px
}

p, h1, h2, h3, h4 {
	margin: 10px 15px;
}


  #menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 0px 0;		
	width: 645px;		
	background: #E28653 url(wrap-bg.jpg) repeat-y;
	float: left;
  }
  #menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #E28653;		 	
	padding: 0;
	display: inline;
	float: left;	
  }
  #menu li {
	float: left;
	list-style: none;
  }
  #menu li a {
	display: block;
	padding: 15px 15px;	
	color: #FFF;	
	text-decoration: none;	
  }
  #menu li a:hover {
	background: #ffffff;
	color: #003366;
  }
  #menu li a#current  {
	background: #Ef9875;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
  }

.disclaimer
  {
   font: normal 10px; 
   text-align: center;
  }

.entete
  {
   font-size: 3.1em; 
   text-transform: uppercase; 
   letter-spacing: 10px;
   color: #FFF;
   margin: 10px 15px;
  }
.liste 
  {
   margin: 10px 55px;
  }

  -->
  </STYLE>
