body {
  background: #D7EDD7;
  margin: 0px;
}

table, form, div, font {
  font-family: "Times New Roman", Times, serif; 
  font-size: 16px; 
}

input, textarea, select {
  font-size: 13px;
}

p input, textarea {
  margin-top: 5px;
}
 
p {
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#carac p {
  padding-bottom: 3px;
}

h1{
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 32px; 
  color: #009900;
  margin-top: 18px;
} 

h2{
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 15px; 
  color: #003300;
} 

h3{
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 15px; 
  color: #009900;
  margin-top: 0px;
} 

a {
  color: #006600;
  text-decoration:none;
}

a:active {
  color: #009900;
}

a:hover {
  text-decoration:underline;
}

/***********************/
/* Header et menu haut */
/***********************/

#header {
  width: 768px;
  margin: 0px auto;
  background: #FFFFFF;
  text-align: center;
}

#logo {
  float: left;
  width: 120px;
  height: 80px;
  margin: 7px 54px;
}

#title {
  float: left;
  width: 520px;
  padding-top: 8px;
  margin-right: 20px;
  text-align: center;
}

#empty {
  float: left;
  width: 228px;
  height: 47px;
}

/* Ici s'intercale le menu principal */

#qkmenu {
  float: left;
  width: 228px;
  margin-top: 2px;
}

#ssmenu {
  float: left;
  width: 520px;
  margin-right: 20px;
  text-align: center;
}

.text {
  width: 460px;
  margin: 0px auto;
  padding: 0px 154px;
  background: #FFFFFF;
  overflow: hidden;
}

.centre {
  width: 768px;
  margin: 0px auto;
  background-color: #FFFFFF;
}

.harri {
  padding-top: 28px;
  font-family: Harrington;
  font-size: 28px;
  color: #009900;
  text-align: center;
}

.form form {
  margin: 0px;
  padding: 15px 0px 10px 0px;
}

.small-1 {
  font-size: 13px;
}

.small-2 {
  font-size: 10px;
}

.bigger {
  font-size: 18px;
}

#menu_bas {
  width: 768px;
  margin: 0px auto;
  padding: 15px 0px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 13px;
}

#footer {
  width: 768px;
  margin: 0px auto;
  padding: 4px 0px;
  background-color: #D7EDD7;
  text-align: center;
  font-size: 13px;
}

/******************/
/* Menu	principal	*/
/******************/

#menu {
  float: left;
  width: 500px;
  margin: 2px 30px 0px 10px;
  padding: 0px;
  text-align: center;
}

#menu * {
  margin: 0px;
  padding: 0px;
}

#menu  ul, li {
  list-style-type: none;
  left: 0px;
  z-index: 9;
}

/* Chaque sous-menu */
#menu ul li {
  position: relative;
  float: right;
  width: 125px;
  height: 22px;
  display: block;
  cursor: pointer;
  background-position: center;
  background-image: url("../images/Menu.png");
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
}

#menu ul li a:hover {
  position: relative;
  float: right;
  width: 125px;
  height: 22px;
  display: block;
  cursor: pointer;
  background-position: center;
  background-image: url("../images/Menu_hover.png");
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFFFFF;
}
