html
{ margin: 0px;
  padding: 0px;
  text-align: center;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body
{ margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #ffffff;
}

#page
{ margin: 0px;
  padding: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  height: 100%;
}

div
{ margin: 0px;
  padding: 0px;
  text-align: left;
}

/* ---------------------------------------------------- header ------------ */

#header
{ margin-top: 87px;
  width: 980px;
  height: 31px;
  padding: 184px 0px 0px 0px;
  background-image: url('images/header.jpg');
}

#intro
{ float: left;
  width: 440px;
  height: 29px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 0px 0px 100px;
}

#menu_up
{ float: left;
  width: 113px;
  height: 27px;
  padding: 4px 0px 0px 40px;
  margin: 0px;
}

#menu_up a
{ text-decoration: none;
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 6px;
  _margin-right: 4px;
}

#menu_up a img
{ border: none;
  width: 22px;
  height: 22px;
}

#menu_accueil
{ background-image: url('images/home.gif');
}

#menu_contact
{ background-image: url('images/contact.gif');
}

#menu_plan_site
{ background-image: url('images/plan_site.gif');
}

#menu_admin
{ background-image: url('images/admin.gif');
}

#menu_accueil:hover
{ background-image: url('images/home_over.gif');
}

#menu_contact:hover
{ background-image: url('images/contact_over.gif');
}

#menu_plan_site:hover
{ background-image: url('images/plan_site_over.gif');
}

#menu_admin:hover
{ background-image: url('images/admin_over.gif');
}

#recherche
{ float: left;
  width: 280px;
  height: 31px;
}

#recherche label
{ float: left;
  display: block;
  padding: 0px;
  margin: 7px 0px 0px 10px;
  color: #ffffff;
}

#recherche input
{ display: block;
  float: left;
  border: solid 1px #d91b3f;
  width: 90px;
  height: 16px;
  line-height: 14px;
  padding: 0px;
  font-size: 12px;
  margin: 5px 0px 0px 10px;
}

#recherche a
{ display: block;
  float: left;
  width: 14px;
  height: 15px;
  text-decoration: none;
  color: #ffffff;
  padding: 2px 0px 0px 3px;
  margin: 3px 0px 0px 5px;
  background-image: url('images/ok.gif');
  font-size: 10px;
  margin: 5px 0px 0px 10px;
}

#recherche a:hover
{ background-image: url('images/ok_over.gif');
}

/* ---------------------------------------------------- main ------------ */

#main
{ float: left;
  width: 980px;
  background-image: url('images/main.gif');
  background-position: 40px 0px;
  background-repeat: repeat-y;
}

#left
{ float: left;
  width: 204px;
  background-image: url('images/menu_top.gif');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 200px;
  padding: 30px 0px 80px 40px;
}

ul.menu
{ list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 26px;
}

ul.menu li
{ list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

ul.menu li a
{ text-decoration: none;
  display: block;
  width: 204px;
  font-weight: bold;
  color: #ffffff;
  background-image: url('images/menu_li.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}

ul.menu li a:hover
{ text-decoration: underline;
}

ul.sub_menu
{ list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-image: url('images/menu_li.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
}

ul.sub_menu li
{ list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

ul.sub_menu li a
{ padding-left: 37px;
  width: 167px;
  font-weight: normal;
  background-image: url('images/sub_menu_li.gif');
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

ul.sub_menu li a:hover
{ text-decoration: underline;
}

/* ---------------------------------------------------- center ------------ */

#center
{ float: left;
  width: 689px;
  background-image: url('images/center.gif');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 13px 40px 10px 7px;
}

#intitule
{ background-color: #ae1431;
  weight: 22px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  padding: 0px 47px 0px 14px;
  background-image: url('images/intitule.gif');
  background-position: top right;
  background-repeat: repeat-y;
}

#content
{ padding: 10px;
}

#content h1
{ margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  text-decoration: underline;
  line-height: 18px;
  color: #ae1431;
}

#content h2
{ margin: 15px 0px 20px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #ae1431;
}

#content h3
{ margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #5e5d5d;
}

#content p
{ margin: 10px 0px 0px 0px;
  text-align: justify;
  color: #505050;
}

#content ul
{ list-style-image: url('images/content_li.gif');
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

form table tr th
{ color: #800000;
}

/* ---------------------------------------------------- footer ------------ */

#footer
{ clear: both;
  height: 79px;
  background-image: url('images/footer.gif');
  background-repeat: no-repeat;
}

#footer ul
{ list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}

#footer ul li
{ display: inline;
}

#adresse
{ width: 244px;
  height: 65px;
  position: relative;
  top: -30px;
  left: 19px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
}

#menu_down
{ position: relative;
  top: -47px;
  left: 350px;
  font-size: 10px;
  width: 300px;
  color: #ffffff;
  line-height: 10px;
}

#menu_down a
{ text-decoration: none;
  color: #ffffff;
}

#menu_down a:hover
{ text-decoration: underline;
}

#copyright
{ position: relative;
  top: -60px;
  left: 850px;
  width: 60px;
  color: #ffffff;
  line-height: 12px;
}

#copyright a
{ text-decoration: none;
  color: #ffffff;
}

#copyright a:hover
{ text-decoration: underline;
}
