/****************************************************************************************
 * On trouvera ici les réglages pour le cadre de la page.
 ****************************************************************************************/

/*--------------------------------------------------------------------------------------*
 * Des réglages généraux (couleurs, marges, polices...)
 *--------------------------------------------------------------------------------------*/

html {
  background-color: white;
}

body {
  margin: 0px auto;
  padding: 0px;
  max-width: 1200px;
}

a img { /* Pas de contour bleu autour d'une image cliquable */
  border: none;
}

a {
  color: blue;
}

a:visited {
  color: gray;
}


/*--------------------------------------------------------------------------------------*
 * L'en-tête (les réglages du bandeau wiki sont ailleurs)
 *--------------------------------------------------------------------------------------*/

div#bandeauhaut {
  background: #ff9900 url(../images/bandeauhaut-fond.gif) repeat-x;
  position: relative;
  width: 100%;
  height: 120px;
  min-width: 1062px; /* 1062 pour IE7, 980 pour FF */
}

div#bandeauhaut div#boitelienlogo { /* on a besoin de cette boîte pour IE7 */
  /* border: thin dashed blue; */
  background: url(../images/bandeauhaut-gauche-logo.png); /* on a besoin de ce background pour IE7 */
  position: absolute;
  left: 5px;
  top: 5px;
  width: 125px;
  height: 85px;
}

div#bandeauhaut div#lienlogo {
  width: 125px;
  height: 85px;
  cursor: pointer; /* IE7 not showing pointer cursor otherwise! */
}

div#bandeauhaut img#gauche {
  float: left;
}

div#bandeauhaut img#droite {
  float: right;
}

div#bandeauhaut ul#onglets {
  display: inline; /* Essai pour Safari < 3 */
  list-style: none;
  margin: 0em;
  padding-left: 0.5em;
  padding-bottom: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  white-space: nowrap;
  z-index: 1; /* Pis-aller pour Safari < 3 */
}

div#bandeauhaut ul#onglets li {
  display: inline;
  border-left: 1px solid white;
  padding: 2px 1.2em 4px;
  color: white;
  font-family: Calibri, "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 8pt;
  letter-spacing: 0.1em;
  -webkit-transition: color 1s ease-out;
}

div#bandeauhaut ul#onglets li:hover {
  background: #ffff00;
  color: black;
}

div#bandeauhaut ul#onglets li.first {
  border-left: none;
}

div#bandeauhaut ul#onglets li.current {
  background: #ffff00;
  font-weight: bold;
  color: #ff6600;
  cursor: default;
}

div#bandeauhaut ul#onglets a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 1s linear;
}

div#bandeauhaut ul#onglets a:hover {
  color: black;
}

div#bandeauhaut a#espaceclient {
  position: absolute;
  right: 50px;
  bottom: 3px;
  text-align: right;
  color: #ffff00;
  font-family: Calibri, "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 7pt;
  line-height: 8pt;
  letter-spacing: 0.1em;
  text-decoration: none;
}

div#bandeauhaut img#home {
  position: absolute;
  right: 48px;
  bottom: 3px;
}

div#bandeauhaut img#logo {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

div#basebandeauhaut {
  background: #ffff00;
  width: 100%;
  height: 7px;
}


/*--------------------------------------------------------------------------------------*
 * Le contenu : page, colonne de droite
 *--------------------------------------------------------------------------------------*/

div#contenu {
  position: relative;
  width: 100%;
}

div.page {
  position: relative;
  padding: 20px;
  padding-left: 30px; /* 10 de plus pour faire joli */
}

div.pageaveccarrebleu {
  padding-right: 220px; /* 200 de plus pour la colonne de droite */
  min-height: 299px; /* = 339 (hauteur du carré bleu) - 2 x 20 (padding vertical) */
}

/* Colonne de droite */

div#colonnedroite {
  position: absolute;
  z-index: 1;
  right: 0px;
  width: 170px; /* = 200 - 30 (padding horizontal) */
  min-height: 309px; /* = 339 (hauteur du bleu dans l'image page 1) - 2 x 15 (padding vertical) */
  padding: 15px 10px 15px 20px;
  background: #66BEFF; /* ou 66CCFF ? */
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

div#colonnedroite img#titre {
  margin-bottom: 1em;
}

/* Image "en construction" */

div#enconstruction {
  position: relative;
  height: 197px;
  width: 832px;
  margin: 10px 0px 20px -15px;
  background: url(../images/en-construction.png) no-repeat;
  clear: left;
}

div#enconstruction #bloccontact {
  /* border: thin dashed blue; */
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 283px;
  height: 158px;
  cursor: pointer; /* IE7 not showing pointer cursor otherwise! */
}


/*--------------------------------------------------------------------------------------*
 * Les réglages pour le pied de page
 *--------------------------------------------------------------------------------------*/

div#bandeaubas {
  position: relative;
  clear: both;
  background: #cccccc;
  width: 100%;
  min-width: 980px;
  margin: 0px;
  padding: 3px 0px;
}

div#bandeaubas .p {
  /*border: 1px solid black;*/
  margin: 0.5em 0px;
  color: #727272;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 7pt;
}

div#bandeaubas .p a {
  color: #727272;
}

div#bandeaubas img#logo {
  vertical-align: -6px;
  margin-right: 6px;
}

div.revisionssvn {
  color: #dddddd;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7pt;
  position: absolute;
  bottom: 0px;
  right: 2px;
}

div.revisionssvn:hover {
  color: black;
  font-weight: bold;
}
