body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #b6deef;
  font-family: Arial,Geogia,Helvetica,sans-serif;
  font-size: 0.8em;
}
p {
  margin: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
}
#conteneur {
  border: 2px solid #000099;
  margin: 10px auto 20px;
  text-align: left;
  width: 960px;
  background-color: #ffffff;
}
#header {
  Text-align: center;
  height: 150px;
  background-color: #ffffff;
 }
#gauche {
  float: left;
  width: 200px;
  background-color: #ffffff;
  text-align: center;
}
.gaucheHaut {
  background-image: url(Design/Fond%20Haut%20V.jpg);
  height: 30px;
  width: 200px;
}
.gaucheBas {
  background-image: url(Design/Fond%20Bas%20V.jpg);
  height: 30px;
  width: 200px;
}
.gaucheCourant {
  background-image: url(Design/Fond%20Courant%20V.jpg);
  background-repeat: repeat;
  height: auto;
  width: 200px;
}
#centre {
  overflow: visible;
  width: 760px;
  background-color: #ffffff;
  margin-left: 196px;
  height: 1%;
}
#centre a {
  color: #000099;
  text-decoration: none;
}
#centre a:hover {
  color: #0000ff;
  text-decoration: underline;
}
#centre h2 {
  padding: 2px 40px;
  line-height: 15px;
  font-size: 1em;
  font-weight: normal;
  text-align: justify;
}
#centre h3 {
  padding: 2px 40px;
  line-height: 10px;
  font-size: 1.6em;
  font-weight: normal;
  color: #000099;
  text-align: left;
}
#centre h4 {
  font-size: 0.9em;
  font-style: italic;
  color: #000000;
  padding-right: 40px;
  text-align: right;
}
.CentreHaut {
  background-image: url(Design/Fond%20Haut%20H.jpg);
  height: 30px;
  width: 760px;
}
.CentreCourant {
  background-image: url(Design/Fond%20Courant%20H.jpg);
  height: auto;
  width: 760px;
}
.CentreBas {
  background-image: url(Design/Fond%20Bas%20H.jpg);
  height: 30px;
  width: 760px;
}
.Listenote {
  border:  none;
  list-style-image: url(Design/doublecroche.gif);
  list-style-position: outside;
  line-height: 1.8em;
  vertical-align: top;
  text-decoration: none;
  padding-left: 40px;
}
#menuderoulant {
  border:  none;
  width: 164px;
  text-align: left;
}
#menuderoulant a {
  text-decoration: none;
}
.menu {
  border:  none;
  list-style-image: url(Design/Croche_30.gif);
  text-decoration: none;
  margin-left: 0;
  padding-left: 40px;
}
.menu li a:link, .menu li a:visited {
  display: block;
  line-height: 2.5em;
}
.menu li a:hover {
  background-color: #fef5d8;
}
.menu li a:active {
  background-color: #fef5d8;
}
.menu li a:hover .sousMenu {
  display: block;
}
.position {
  background-color: #ffffff;
  width: 148px;
}
.sousmenu {
  border: 2px solid #fef5d8;
  overflow: visible;
  width: 128px;
  position: absolute;
  margin-left: 60px;
  margin-top: -2.5em;
  background-color: #d4eaf7;
  padding-left: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
}
.sousmenu li a:link, .sousmenu li a:visited {
  border-top: 1px solid #fef5d8;
}
.sousmenu li a:hover {
  background-color: #fef5d8;
}
ul ul, li:hover ul ul {
  display: none;
}
li:hover ul, li:hover li:hover ul {
  display: block;
}
#actu {
  background-color: #ffffff;	
  height: 200px;
  width: 680px;
  overflow: auto;
}

#pied {
  border-top: 1px solid #000099;
  clear: both;
  background-color: #ffffff;
  height: 30px;
}
#pied a {
  color: #000099;
  text-decoration: none;
}
#pied a:hover {
  color: #0000ff;
  text-decoration: underline;
}
#pied h1 {
  padding-top: 7px;
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
}
div#galerie {
  margin: auto;
  width: 720px;
  text-align: left;
}
ul#vignette {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#vignette li {
  float: left;
}
ul#vignette li a img {
  border: 2px solid #ffffff;
  margin: 2px 3px;
}
ul#vignette li a:hover {
  visibility: inherit;
}
ul#vignette li a:link img {
  border: 2px solid #ffffff;
}
ul#vignette li a:visited img {
  border: 2px solid #ffffff;
}
ul#vignette li a:active img {
  border: 2px solid #ffffff;
}
ul#vignette li a:hover img {
  border: 2px solid #000099;
}
dl#photo {
  margin: auto;
  display: inline;
  clear: both;
}
dl#photo dt {
  font-family: Georgia,serif;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #000099;
}
dl#photo dd {
  margin: auto;
}
dl#photo img {
  border: 6px solid #b6deef;
}
