body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url(media/fond.jpg)
}

#general {
  position: relative;
/*  left: 0px;
  height: 100%;
  top: 0px;
  width: 100%;*/
}
#header {
/*  left: 0%;
  width: 100%;*/
  position: relative;
/*  top: 0%;*/
}
#baniere {
  border:  none;
  min-width: 800px;
/*  left: 0px;*/
  position: relative;
/*  top: 0px;*/
  width: 100%;
}
#barre {
  width: 90%;
  margin-top: 8px;
  position: relative;
  margin-left: 5%;
  background-color: #999999;
  height: 1px;
}
#menu {
  margin: 10px;
  padding: 5px;
  position: relative;
  float: left;
  height: 100%;
  max-width: 290px;
  min-width: 200px;
  width: 25%;
}
#texte {

  overflow: auto;
  min-height: 560px;
  max-width: 900px;
  position: relative;
  text-align: left;

  padding: 10px 60px 10px 35px;
/*  margin-left: 20px;
  margin-top: 0px;
  right: 13px;
  margin-bottom: 20px;*/
}
#pied {
  width: 70%;
  position: relative;
  left: 28%;
  height: 20px;
  margin: 20px 0px 20px;
  background-color: #e2e2e2;
  padding-top: 3px;
  font-size: small;
  font-weight: bold;
  text-align: center;
}
#liens {
  text-align: right;
  color: green;
  font-family: Helvetica,Arial,sans-serif;
  font-size: medium;
  font-weight: bold;
  margin-top: 2px;
  margin-right: 15px;
}

