/* ----------------------------------------------------- */
/* Eléments communs                                      */
/* ----------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  width: 780px;
  margin: auto;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background-color: #7E7E7E;
  color: #000000;
/*  background: #7E7E7E url(screen/fond2.png) top repeat-y; */
}

table {
  width: 100%;
  border-collapse: collapse;
}

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

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #0CA8C9;
}

img {
  border: 0;
}

.flottante-left {
  float: left;
  padding-right: 10px;
}

.flottante-right {
  float: right;
  padding-left: 10px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.separation {
  height: 1px;
  margin: 15px 0 15px 0;
  border-top: 1px dotted #808080;
}

.titre {
  float: left;
  padding: 0 5px 0 0;
  background-color: #FFFFFF;
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight: bold;
}

.lire {
  margin-bottom: 15px;
  padding-bottom: 1px;
  border-bottom: 2px solid #0CA8C9;
  text-align: right;
  font-size: 0.7em;
}

.lire a {
  color: #808080;
}

.lire a:hover, .lire a:focus, .lire a:active {
  text-decoration: underline;
}

.date {
  border-bottom: 1px dashed #0CA8C9;
  font-size: 0.7em;
  color: #808080;
}

h3 {
  font-size: 0.8em;
  font-weight: bold;
}

/* ----------------------------------------------------- */
/* En-têtes du site                                      */
/* ----------------------------------------------------- */
#infoplus {
  background: url(screen/fondhaut.png) top center no-repeat;
  height: 75px;
  color: #FFFFFF;
}

#infoplus ul {
  float: right;
  width: 350px;
  padding-right: 15px;
  list-style-type: none;
}

#infoplus ul li {
  float: right;
  padding: 12px 0px 0px 15px;
  font-size: 0.7em;
}

#infoplus ul li a {
  color: #FFFFFF;
}

#infoplus ul li a:hover, #titre ul li a:focus, #titre ul li a:active {
  text-decoration: underline;
}

#infoplus h1 {
  padding-left: 18px;
  font-size: 2.05em;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
}

#infoplus h1 strong {
  font-weight: normal;
}

#infoplus h2 {
  padding-left: 19px;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  color: #0CA8C9;
}

#entete {
  background: url(screen/fond.png) center repeat-y;
}

#entete #photo {
  height: 152px;
  background: url(screen/mandelieu-lanapoule.png) center center no-repeat;
}

#banniere {
  padding: 0 15px;
  background: url(screen/fond_ban.png) center repeat-y;
  color: #FFFFFF;
}
#banniere a {
  color: #FFFFFF;
  text-decoration: underline;
}
#banniere a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------- */
/* Menu du site                                          */
/* ----------------------------------------------------- */
#entete #menu {
  height: 80px;
  padding: 0 25px 0 25px;
  background: url(screen/fondmenu.png) top center no-repeat;
}

#entete #menu ul {
  padding-top: 19px;
  list-style-type: none;
}

#entete #menu ul li {
  float: left;
  height: 30px;
  padding: 11px 15px 0 15px;
  font-size: 0.8em;
}

#entete #menu ul li a {
  text-decoration: none;
  color: #FFFFFF;
}

#entete #menu ul li:hover, #entete #menu ul li:focus, #entete #menu ul li:active {
  background: url(screen/menuhover.png) top center repeat;
}

#entete #menu ul .menutips {
  padding-left: 22px;
}

#entete #menu ul .menutips:hover, #entete #menu ul .menutips:focus, #entete #menu ul .menutips:active {
  background: url(screen/menuoff.png) top left repeat;
}

#entete #menu ul .menuon {
  background: url(screen/menuon.png) top left repeat;
}

#entete #menu ul .menuon a {
  color: #000000;
}

#entete #menu ul .menuon:hover, #entete #menu ul .menuon:focus, #entete #menu ul .menuon:active {
  background: url(screen/menuon.png) top left repeat;
}

/* ----------------------------------------------------- */
/* Compteur de visite                                    */
/* ----------------------------------------------------- */
#compteur{
  clear: both;
  padding: 3px 3px 0 0;
  text-align: right;
  font-size: 0.6em;
  color: #000000;
}

/* ----------------------------------------------------- */
/* Pied de page                                          */
/* ----------------------------------------------------- */
#piedpage {
  height: 28px;
  padding-top: 10px;
  background: url(screen/fondbas.png) bottom center no-repeat;
}

#piedpage div {
  margin: 0 30px 0 30px;
  border-top: 1px dotted #808080;
  text-align: center;
  font-size: 0.6em;
}

#piedpage div a strong {
  color: #FF0000;
}

#piedpage div a {
  color: #000000;
}

#piedpage div a:hover, #piedpage div a:focus, #piedpage div a:active, #piedpage div a:hover strong, #piedpage div a:focus strong, #piedpage div a:active strong {
  text-decoration: underline;
}



