/* Copyright 2009 www.vitrinedefrance.com */
body {
  background-position: center top;
  background-repeat: repeat;
  background-image: url(images/wood-bg.jpg);
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 10px;
  height: 10px;
  font-size: 120%;
  color: white;
  text-align: center;
  padding-bottom: 10px;
}
#wrapper1 {
  border: 10px ridge #333333;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  width: 965px;
  margin-bottom: 10px;
}
.navi1 {
  border-bottom: 1px solid black;
  width: 100%;
  overflow: hidden;
  background-color: #333333;
}
.navi1 ul {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  list-style-type: none;
}
.navi1 li {
  margin: 0;
  display: inline;
}
.navi1 li a {
  border-right: 1px solid white;
  margin: 0;
  padding: 7px 8px;
  background: #414141 none repeat scroll 0% 50%;
  float: left;
  display: block;
  text-decoration: none;
  color: white;
}
.navi1 li a:visited {
  color: white;
}
.navi1 li a:hover, .navi1 li.selected a {
  background: black none repeat scroll 0% 50%;
}
#resultats {
  font-family: Arial,Helvetica,sans-serif;
  background-color: white;
  margin-top: 15px;
  width: 965px;
}
.resultats {
  margin: 20px auto 10px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  visibility: visible;
  width: 820px;
}
.clr {
  clear: both;
  height: 0px;
}
#wrapper2 {
  border: 10px ridge #333333;
  margin: 0px auto 5px;
  width: 965px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right top;
  height: 100px;
}
#partners {
  font-family: Arial,Helvetica,sans-serif;
  background-color: white;
  margin-top: 15px;
  width: 965px;
  min-height: 200px;
}
.partner {
  padding: 1em;
  float: left;
}
#footer {
  margin: 0;
  padding: 0;
  float: left;
  font-family: Tahoma;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 8px;
}
#footer li {
  display: inline;
}
#footer li a {
  border-top: 1px solid #d3bdbe;
  border-bottom: 0px solid #ffa1a3;
  padding: 8px 4px;
  background: transparent url(media/pinkbg.gif) no-repeat scroll right top;
  float: left;
  color: black;
  text-decoration: none;
}
#footer li a#leftmostitem {
  border-left: 1px solid #d3bdbe;
}
#footer li a#menufooter {
  border-right: 1px solid #d3bdbe;
  background-position: left top;
}
#footer li a:visited {
  color: black;
}
#footer li a:hover {
  color: black;
  background-image: url(media/pinkbgover.gif);
}