html {
  margin: 0px;
	padding: 0px;	
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFACD;
}
#container {
	width: 960px;
	height: 700px;
	position: absolute;
	left: 30px;
	top: 0px;
	margin-left: 0px;
	background-color: #000040;
}
#cadre img {	
   position: absolute;
	left: 0px;
	top: 0px;	
   border: none;
}
#logo {
	width: 135px;
	height: 100px;
	position: absolute;
	left: 15px;
	top: 15px;
	border: none;
	background: transparent url(../images/logo.jpg) no-repeat 0px 0px;	
}
#accueil input {
	width: 82px;
	height: 25px;
	position: absolute;
	left: 27px;
	top: 130px;
}
#liste {
	position: absolute;
	left: 15px;
	top: 200px;
}
#liste a {
	font: bold 25px Monotype Corsiva;
	color: ffd700;
	background-color:#000000;
}
#image01 img {
	position: absolute;
	left: 13px;
	top: 10px;
	width: 933px;
}
.w3c {
   border: none;
}
.red {
	color: Red;
}
a.nav:link    { color:#000080; font-family:Tahoma,sans-serif;
                font-weight:bold; font-size:15px; text-decoration:none; }
a.nav:visited { color:#000080; font-family:Tahoma,sans-serif;
                font-weight:bold; font-size:15px; text-decoration:none; }
a.nav:hover   { color:#FFFF00; background-color:#ffd700;
                font-family:Tahoma,sans-serif; font-weight:bold; font-size:15px;
			          text-decoration:none; }
a.nav:active  { color:#FFFFFF; font-family:Tahoma,sans-serif;
                font-weight:bold; font-size:15px; text-decoration:none; }
