body { font-family: Verdana, arial, Georgia, serif ; font-size: 16px; }

td { text-decoration:none ;align=left}

body, td, th {color: #000000;		}

h1 {color: #ffc800;}
h2 {color: #8F3749;}
h3, h4 {color: #cc0033;}
h5, h6 {color: #999999;}

a {color: #8F3700; font-weight: bold; text-decoration:underline; }
a:visited {color: ;text-decoration: none;background-color:;}
a:hover {color: #FF0000;text-decoration:;background-color:;}

/* form {background-color: #f0f0f0;} */

table {
  border-radius: 30px;
}

td {
  border-radius: 30px;
}


div#ex1 ul#menulist li ul{ display:none; }  
div#ex1 ul#menulist li:hover>ul{ display:block; }  /* Transformation en block */
div#ex1 ul#menulist {
  	font-family: Verdana, arial, Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
   position: static;
	left: 0px;
	margin: 0px;
}

div#ex1 ul#menulist, div#ex1 ul#menulist ul {
  /* border:1px solid #990000;*/
  list-style:none;
  margin:0;
  padding:0;
  width:9em;
  _width:9em;
  background-color: #E9E9E9;
  border: 0px solid;
    border-top-color: #cccc99;
    border-left-color: #cccc99;
    border-bottom-color: #cccc99;
    border-right-color: #cccc99;
  }
	 
div#ex1 ul#menulist ul{
  position:absolute;
  top:18px;
  left:0em;      
}

div#ex1 ul#menulist li{
  position:relative;
  margin:0px;
  padding:2px;
  _display:inline;
}

div#ex1 ul#menulist a{
  display:block;
  width:100%;
  text-decoration: none; /* Suppression du soulignement */
  text-indent: 0em;
  padding: 0px 0;

}

div#ex1 ul#menulist li:hover, div#ex1 ul#menulist li a:hover {
  color: #000000;
  background-color: #ff9966;
}

div#ex1 ul#menulist li.smenu {
	background-image: url;
	background-position: 9em;
	background-repeat: no-repeat;
	  background-color: #ff9966;
}

div#ex1 ul#menulist li.smenu:hover, div#ex1 ul#menulist li.smenu>a:hover {
	background-image: url;
	background-position: 9em;
	background-repeat: no-repeat;
}

div#ex1 ul#menulist a {
	color: #000000;
	text-decoration: none;
}


img {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}



