/* Généralités: */

a {
  text-decoration: inherit;
  font-weight: inherit;
}

a:link, a:visited {
  color: #564;
}

a.invisible:link, a.invisible:visited {
  color: inherit;
}

a:active {
  color: #F00;
}

a:hover {
  color: #E90;
}

a.external {
  padding: 0 13px 0 0;
  background-image: url(../common/img/external.png);
  background-repeat: no-repeat;
  background-position: center right;
}


strong {
  font-weight: bold;
}

sup, sub {
  xheight: 0;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 0.6ex;
}

sub {
  bottom: -0.6ex;
}

/*
  Le body remplit l'écran entier, avec un fond coloré.
  La div #tout contient tous les éléments de la page, dans une colonne centrale à fond blanc.
*/

body {
  margin: 0;
  padding: 0;
  background-color: #C2CDD9;
  font-family: sans-serif;
  font-size: 15px;
  min-height: 1200px;
}

@media print {
  #body {
    width: auto;
    background-color: white;
    font-size: 12pt;
  }
}

#tout {
  max-width: 900px;
  background-color: white;
  margin: 0 auto 0.7em;
  padding-bottom: 0.7em;
  overflow: hidden;
  text-align: left;
  border: 1px solid #8698B0;
  border-top: none;
}

@media print {
  #tout {
    width: auto;
    margin: 0;
  }
}

/* Tout ce qui suit est dans la div #tout. */

/* ====================== La div #titre, avec le logo des Estivales: ====== */

h1#titre {
  margin: 0;
  background-image: url(../common/img/fondMarbre/fondMarbre-1400.png);
  background-repeat: repeat-x;
  background-position: left;
  height: 140px;
  width: 100%;
  vertical-align: top;
}

h1#titre span#titre-img {
  display: block;
  position: relative;
  top: 25px;
  left: 27px;
  width: 474px;
  height: 91px;
  background-image: url(../common/img/logo/EstivalesLogo-474.png);
}

h1#titre span#titre-texte {
  display: none;
}

@media print {
  h1#titre {
    background: none;
    height: auto;
  }
  h1#titre span#titre-img {
    width: auto;
    height: auto;
    background: none;
  }
  h1#titre span#titre-texte {
    display: inline;
  }
}

/* ====================== La div #drapos, contenant les drapeaux: ====== */

#drapos {
  float: right;
  margin: 0 8px 0 0;
  padding: 8px 0;
}

#drapos ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

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

#drapos img {
  width: 23px;
  height: 14px;
  border: none;
}

/* ====================== La div #menu, contenant le menu: ====== */

#menu {
  float: right; clear: right;
  width: 21%;
  margin: 5px 2px 0 0;
  padding: 0;
  xborder: 1px solid red;
}

@media print {
  #menu { display: none; }
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  font-family: "Verdana", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #000;
}

#menu li li {
  margin-left: 0.3em;
  border-left: 1px solid #999;
  padding-left: 0.5em;
  font-size: 87%;
}

#menu li li li {
  border-left-color: #AAA;
}

#menu li li li li {
  border-left-color: #BBB;
}

/* ====================== L'image étai pour maintenir une hauteur minimale: ====== */

/* Obsolète? */
div#etai {
  float: left;
  width: 1px;
  height: 892px;
  border: 1px solid green;
}

/* ====================== La div #page: ====== */

#page {
  width: 75%;
  margin: 0 0 0 1px;
  padding: 5px 1% 4px 1%;
  border-right: 2px dotted #CCC;
}

@media print {
  #page { width: 100%; }
}

#page #breadcrumb p {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #000;
}

#page #breadcrumb p span.notLast:after {
  content: ">";
  font-size: 80%;
  margin: 0 1em;
}

#page #breadcrumb p.bcShort {
  letter-spacing: 0;
}

#page #breadcrumb p.bcShort span.chevron:after {
  content: ">";
  font-size: 80%;
  margin: 0 0.7em;
}


#page h2 {
  padding-right: 1em;
  background-image: url(../common/img/h2-ligne.png);
  background-repeat: repeat-x;
  background-position: right bottom;
  text-align: right;
  font-size: 140%;
  font-weight: 700;
  color: #FFA600;
  letter-spacing: 0.2em;
}

#page h3 {
  padding: 0 0 0 1.1em;
  font-size: 120%;
}

#page h3.sujet {
  background-image: url(../common/img/h3-texte.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

#page h4 {
  padding: 0 0 0 1.1em;
  font-size: 100%;
}

#page p {
  margin: 0.8em 0;
  text-align: justify;
  text-indent: 1.2em;
}

#page blockquote {
  margin: 0 10%;
  font-size: 90%;
}

#page img {
  border: none;
}

#page ul, #page ol {
  margin-top: 0;
}

#page ul > li, #page ol > li {
  margin: 0.5em 0;
}


/* --------------------------------------------------- */

/* Obsolète? */
p.news_info {
  margin-left: 4.5em;
  text-indent: 0;
  font-size: 90%;
  color: #666;
}
