body {
  background:url("theme/background.jpg") #FFFFFF top repeat-x;
}

#site {
  margin: auto;
  width: 942px;
}

#header {
  position: relative;
  width:942px;
  height:20px;
  background: url("theme/background_header.jpg") left top no-repeat;
}

.logo_jardicoop {
  width:300px;
  height:93px;
  position: relative;
 /* top: 50px;*/
  left: 50px;
  display: none;
}
.logo_ginko {
  border:0;
  width: 100px;
  height:141px;
  position: relative;
  left:30px;
  top: 10px;
  float: left;
  z-index: 50;
}
.diaporama {
  width: 300px;
  border:1px solid;
  height:120px;
  position:relative;
  left:200px;
  top: 10px;
  display: none;
}

#contenu {
  width:942px;
  background: url(theme/background_contenu.png) left top repeat-y;
  
}

#menu {
  width:942px;
  height:72px;
  background: url("theme/background_menu.jpg") center bottom no-repeat;
  margin: 0 0 100px 0;
}

.liste_menu {
  list-style:none;
  padding: 20px 0 0 290px;
  margin: 0;
}
.liste_menu li {
  float: left;
}
.liste_menu li a{
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-size:16px;
  color: #BF925A;
}
.liste_menu li a:hover, .menu_en_cours{
  color: #594B3F;
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-size:16px;
  background: url("theme/menu_hover.png") center top no-repeat;
}

#text {
  padding: 20px 20px 0 20px;
  margin: 20px 0 0 0;
  width : 828px;
  margin: 0 auto;
  background: url("theme/top_contenu.png") top left no-repeat;
  font-family: Trebuchet MS;
  color: #000;
  text-align: justify;
  z-index: 20;
  position :relative;
}

#text h1{
	color: #00F;	
	font-size: 20px;
}

#text_bas {
  background: url("theme/bottom_contenu.png") right top no-repeat;
  position: relative;
  padding: 0 0 60px 0;
  margin: -200px 0 0 0;
  width:900px;
  height: 207px;
  z-index: 10;
}

#footer {
  background: url(theme/background_footer.png) top left no-repeat;
  width: 942px;
  height:118px;
}
.separateur_footer {
  background: url("theme/separateur_footer.png") center top no-repeat;
  width:942px;
  height:103px;
  padding: 15px 0 0 0;
  margin: 0;
  text-align:center;
  font-size:14px;
  color: #BF925A;
  font-weight:bold;
  font-family:Trebuchet MS;
}

.label {
	display:inline-block;
	width:200px;
	height:25px;
}