/* Generated by KompoZer */
#page {
  border-width: 0;
  margin: 0 auto;
  width: 800px;
}
body {
  border-width: 0;
  margin: 0;
  background-image: url(img/grandfond.gif);
  background-color: white;
}
#entete {
  width: 800px;
  background-image: url(img/entete.gif);
  text-align: center;
  padding-top: 35px;
  margin-top: -11px;
  height: 77px;
}
#menu {
  margin: 0;
  background-color: white;
  height: 80px;
  background-image: url(img/background.gif);
}
#article {
margin : 0;
  padding-left: 40px;
    padding-right: 40px;
  padding-bottom: 10px;
  background-color: white;
  background-image: url(img/background.gif);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: black;

}
#pied {
  margin: 0;
  padding: 100px 0 0px;
  background-image: url(img/pied.gif);
  text-align: center;
  height: 90px;
}
#article > hr {
  border-width: 0;
  margin: 0;
  margin: 0 -40px;
  background-image: url(img/hr.gif);
  width: 800px;
  height: 95px;
  background-color: white;
}
#article li {
  list-style-image: url(img/bouton.gif);
}
#menu a:hover {
  text-decoration: none;
  color: silver;
  background-image: url(img/fondboutonhover.gif);
  background-position: left top;
  width: 196px;
  height: 20px;
  padding-top: 5px;
}
#menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Times New Roman",Times,serif;
  font-size: 10px;
  color: #196eff;
  font-weight: bold;
  display: block;
  width: 196px;
  height: 20px;
  padding-top: 5px;
}
#menu li {
  border: 1px solid white;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
  float: left;
  width: 196px;
  background-color: #efefef;
  background-image: url(img/fondbouton.gif);
  background-position: left top;
}
#menu ul {
  margin: 0 3px;
  padding: 0;
  width: 794px;
}
#logo {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-top: 0;
  top: 0;
  margin-top: -10px;
}
h1 {
  border-width: 0px;
  margin-top: 0px;
  padding-top: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  color: black;
}
.copyright {
  vertical-align: middle;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  text-transform: capitalize;
  font-style: normal;
  color: #666666;
}
img {
  border-width: 0px;
  vertical-align: middle;
}
#article {
  margin: 0;
}

.erreur {
  color: #aa0000;
  border: 1px solid #ffaaaa;
  background-color: #ffdddd;
}

.message {
  color: #0000aa;
  border: 1px solid #aaaaff;
  background-color: #ddddff;
}

.ok {
  color: #00aa00;
  border: 1px solid #aaffaa;
  background-color: #ddffdd;
}

pre
{
  color: #222222;
  border: 1px solid #aaaaaa;
  background-color: #dddddd;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #11f;
	background-color: #eef;
	padding: 5px;
	opacity: 0.75;
}
#tooltip h3, #tooltip div { margin: 0; color: #00f;}


/* Formulaire de contact */

#contact fieldset input,#contact fieldset input,#contact fieldset label
{
height:30px;
width:380px;
display:block;
margin:auto;
}

#contact textarea
{
height:300px;
width:380px;
display:block;
margin:auto;
}

#contact,#contact fieldset
{
margin-left:auto;
margin-right:auto;
width:410px;
}
