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;
}

<style type="text/css">
<!--
.Style13 {
	font-size: 40px;
	color: #FF6600;
	 }
.StyleBrun {
	font-size: 20px;
	color: #8F3749;
	}
.Style23 {color: #000000; font-weight: bold; }

.Style33 {
	color: #FF6633;
}
.orange {
	color: #F60;
}



/* Formulaires d'identification */

input[type=text], input[type=password], textarea, input[type=email] {
  width: 140px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  margin-right: 0px;
  margin-left: 0px;
  resize: vertical;
}

input name="mot_passe" type="password"
label{margin-right: 0px;
  margin-left: 0px;
  width: 100%;}

input[type=submit] {
  background-color: #1255a2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #1872D9;
}

.container {
  /* Ajouter box-sizing */
  box-sizing : border-box;
  border-radius:5px;
  background-color:#f2f2f2;
  padding:20px;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 440px;
  margin:0 auto;
}

-->
</style>