/*
** Home page's CSS file
*/

@import url("main.css");

/**/

.titre_page {
  border-bottom: 0px;
}

#accroche {
  font-size: 18pt;
}

#tableau_home {
  width: 100%;
}

#tableau_home td{
  margin: 10px;
  font-family: arial;
  vertical-align: top;
}

.news {
  width: 58%;
  border: 2px dashed #990000;
}

.titre_news {
  font-weight: bold;
}

.texte_news {
  font-size: 11px;
}

.interview {
  border: 1px solid #990000;
}

.agenda {
  width: 42%;
  margin-top: 5px;
}

.info {
  background-color: #FFFFFF;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.titre_home {
  font-weight: bold;
  font-size: 14px;
  padding-top: 2px;
  text-align: center;
  padding-right: 15px;
  padding-bottom: 5px;
  font-family: arial;
  color:#990000;
}

.titre_interview {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-right: 15px;
  font-family: arial;
  color:#990000;
}

.titre_agenda {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-right: 15px;
  font-family: arial;
  color:#FFFFFF;
  background-color: #990000;
}

#tableagenda {
  border-left: 1px solid #990000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  width: 100%;
}