@charset "UTF-8";
/* CSS Document */
ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
li {
 margin-left:0px;
 float:left; /*pour IE*/
 }
 
ul li a {
	
 display:block;
 float:left;   
 width: 170px;
 background-color:white;
 color:black;
 text-decoration:none;
 text-align:center;
 font-family: Snell Roundhand, cursive;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 20px;
	margin-right: 00px;
 padding:2px;
 border:2px hidden;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#DCDCDC #696969 #696969 #DCDCDC;
 }
.submenu {
	

 font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 16px;
	

 }

ul li a:hover {
color:red;

 } 

