html
{
  margin: 0;
  padding: 0;
}

body
{
  width: 980px;
  margin: auto;
  padding: 0;
  font-family: Arial, Sans-Serif;
  font-size: small;
  text-align: left;
}

img
{
  border: none;
  margin: 0;
  padding: 0;
}

p
{
  margin-top:0;
}

table
{
  border-collapse: collapse;
}

#banniere
{
  height: 150px;
  background-image: url('styles/banniere.jpg');
}

#menu_horizontal
{
  height: 30px;
  font-weight: bold;
}

#menu_horizontal ul
{
  padding: 0px 20px;
  margin-top: 7px;
  list-style-type: none;
  text-align: right;
}

#menu_horizontal li
{
  display: inline;
  padding: 0 20px;
}

#menu_horizontal a
{
  text-decoration: none;
  color: black;
}

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

#champ_recherche
{
  display: inline;
  /*position: absolute;*/
  margin-top: -25px;
  float: right;
  margin-right: 10px;
}

#menu_vertical
{
  width: 200px;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu_vertical li 
{
  display: block;
}

#menu_vertical a
{
  text-decoration: none;
  display: block;
  padding: 5px;
  color: black;
}

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

.sousMenu
{
  display: none;
  position: absolute;
  margin-left: 199px;
  margin-top: -27px;
  padding: 0;
}

.sousMenu li
{
  display: block;
  font-weight: normal;
}

#menu_vertical li:hover  > .sousMenu {display:block}

#contenu, #contenu_villa_arthaud
{
  margin-left: 200px;/*permet d'être toujours à la même
  distance du bord gauche de la page malgré le menu*/
  min-height: 300px;/*permet d'éviter que le menu
  ne dépasse de la page verticalement*/
  padding: 10px;
  background-color: #fff;
}

#contenu_villa_arthaud
{
  background-image: url('styles/fond_page_villa_arthaud.jpg');
}

h1, h2
{
  margin-top: 0;
}

h3,h4
{
  margin-top: 0;
}

#pied-de-page
{
  text-align: center;
  height: 35px;
  padding: 10px;
}

.liste_categories_faq
{
  list-style-type: upper-roman;
}

.categorie
{
  text-decoration: underline;
  font-weight: bold;
}

.question_faq
{
  text-decoration: underline;
  font-weight: bold;
}

#infos_generales td tr
{
  border: none;
}

#titre_infos_generales
{
  font-size: large;
  width: 100%;
  height: 25px;
}

#ville
{
  text-align:left;
  padding-left: 10px;
}

#ages
{
  text-align: right;
  padding-right: 10px;
}

#nom_infos_generales/*nom du centre, de l'activité ou du séjour*/
{
  text-align: center;
}

#photo
{
  vertical-align: top;
}

#description
{
  padding: 10px;
  width: 100%;
  vertical-align: top;
}

#coordonnees
{
  padding: 10px;
}

#liste_tout/*Liste des centres/activités/séjours*/
{
  font-size: 1.25em;;
}

.bloc_trimestre
{
  margin-top: 20px;
}

.titre_bloc
{
  height: 25px;
  font-size: large;
  font-weight: normal;
  padding-left: 10px;
  margin: 0;
}

.sous_bloc_trimestre
{
  padding: 10px;
}

#email_expediteur, #nom_expediteur, #objet, #tel_expediteur
{
  width: 250px;
}

.erreur
{
  padding-left: 10px;
  background-color: #fb8;
}

.succes
{
  padding-left: 10px;
  background-color: #bf8;
}

.barre_onglets
{
  padding: 0;
  width: 100%;
  height: 31px;
}

.barre_onglets .divers
{
  color: black;
  float: left;
  text-decoration: none;
  margin-top: 8px;
}

.onglet_inactif, .onglet_actif, .sous_onglet_actif, .sous_onglet_inactif
{
  display: block;
  float: left;
  text-align: center;
  padding-top: 8px;
  margin: 0;
  width: 61px;
  height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.sous_onglet_actif, .sous_onglet_inactif
{
  width: 145px;
}

.onglet_inactif:hover, .sous_onglet_inactif:hover
{
  text-decoration: underline;
  color: black;
}

.onglet_actif, .sous_onglet_actif
{
  background-color: #fff;
  border-bottom: 1px solid white;
}

.contenu_onglet
{
  padding: 10px;
}