/* CSS Document */
a img
{
	border:none;
}

/* ENTETE */

div.entete {
	padding: 1em 0px 1em 3em;
	height: 47px;
	float: left;
	width: 900%;
	background: url(../images/header.png) repeat-x;
  font-family: tahoma, courier, sans-serif;
  color: white;
  font-size: 150%;
  }

.entete a {
	text-decoration: none;
	color: white;
  }

/* MENU */

div.menu {
  padding: 1em 0px 1em 0px;
	float: left;
	width: 20%;
  font-family: courier, sans-serif;
  }

.menu ul {
  list-style-type: none;
  line-height: 1.4;
  }

.menu a {
  text-decoration: none;
  }

.menu a:hover {
  text-decoration: none;
  color: white;
  background-color: #666666;
  }
/* CONTENT */

div.content {
  padding: 1em;
	float: left;
	width: 70%;
  }


/* FOOTER */

div.footer {
  padding-left: 3em;
  padding-top: 1em;
	height: 47px;
	float: left;
	width: 90%;
	background: url(../images/header.png) repeat-x;
	font-family: "courier";
  color: white;
  }
