/*
** Main page's CSS file
*/

body {
  background-image: url("../Images/fond_site.jpg");
}

#border_haut {
  width: 780px;
  border-top: 2px solid #990000;
  border-left: 2px solid #990000;
  background-color: #ffffff;
}

#main {
  width: 780px;
  background-color: #ffffff;
  border-top: 1px solid #990000;
  margin-top: -4px;
  border-left: 2px solid #990000;
  border-right: 2px solid #990000;
  border-bottom: 2px solid #990000;
}

#menu_gauche {
  width: 149px; 
  /* Normal: 150 px (Noel fix) */
  valign: top;
  margin-left: -4px;
  background-color: #990000;
}

.menu {
  background-color: #990000;
  font-family: arial;
}

.chien_menu {
  margin-bottom: -3px;
  margin-left: -4px;
}

.titre_menu {
  background-color: #990000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  padding-left: 45px;
}

.rubrique_menu {
  background-color: #BB0000;
  font-size: 12px;
  margin-left: 17px;
  margin-bottom: 0px;
}

/* Page centrale */

#central {
  padding-left: 10px;
  vertical-align: top;
  padding-right: 10px;
}

.titre_page {
  color: #990000;
  font-style: italic;
  font-family: arial;
  font-size: 15pt;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #990000;
}

div {
  font-size: 13px;
}

td {
  font-size: 13px;
}

.titre {
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.section {
  padding-top: 5px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.soussection {
  font-weight: bold;
}

.texte {
  padding-top: 5px;
}

/* Horaires */

#tableau_horaires {
  background-color: #DDDDDD;
  align: center;
}

#tableau_horaires td {
  width: 175px;
}

.jour {
  background-color: #990000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

/*Cours obeissance */

.titre_obeissance {
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 2px;
}

/* Interview */

.entete {
  font-weight: bold;
  font-size: 14px;
}

.question {
  font-weight: bold;
  color: #990000;
}

.reponse {
  font-style: italic;
  padding-bottom: 10px;
}

/* Obstacle */

.obstacle_liens {
  text-align: center;
}

/* Sorties */

#table_photos td {
  border: 1px solid #990000;
}

/* Liens */

.liens_haut {
  font-size: 12px;
}

.border_bas {
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  width: 780px;
}

.menu_list {
  padding: 0;
  margin: 0;
}

.menu_list li {
  list-style-type: none;
}

.menu_list li a {
  color: #FFFFFF;
  margin-left: 5px;
  text-decoration: none;
}

.menu_list li a:hover {
  list-style-image: url("../Images/tiret_menu.jpg");
}

.menu_list li a:visited {
  color: #FFFFFF;
}

A:link	{
color: #990000;
}

A:hover	{
}

A:active {
color: #990000;
}

A:visited {
color: #000000;
}
