ï»¿/* TOPWebmaters Styles */
/* Feuille Page racine    heritage Alsakrea 1col             */
/* 20090325                    */
/* mix avec Version tw_20080920*/

/* ====COULEURS====*/
/* Général */
body {
  background: #cad2dc none repeat scroll 0%;
  color: #f0e39e;
}
a {
  color: #ff6533;
}
a:hover, a:focus {
  color: #ff4c00;
}
strong {
  color: #a1b55d;
}

/* Page */
#global {
  background: #ffffff none repeat scroll 0%;
}

/* Navigation */
#navigation {
  background: #597893 none repeat scroll 0%;
  font-weight: bold;
}
#navigation a {
  color: #ffffff;
}
#navigation a:hover, #navigation a:focus {
  background: #050407 none repeat scroll 0%;
}

/* Contenu principal */
#contenu {
  /*border: 2px dotted #597893; */
  border: 1px solid #597893;
  background: #ffffff none repeat scroll 0% 50%;
  color: #5a6e84;
}
#contenu a {
  color: #332510;
}
#contenu a:hover, #contenu a:focus {
  color: #6e5122;
}
#contenu strong {
  color: #181a12;
}

/* Contenu suppl encadre*/
#connex {
  border: 2px solid #cc0000;
  font-weight: bold;
}

/* Pied de page */
#pied {
  color: #e6a948;
}

/* ==== POSITIONNEMENT ==== */

/* POSITIONNEMENT::Page */
html, body {
  height: 100%;
}
body {
  padding: 0;
}
#global {
  min-height: 100%;
  /*a revoir val width */
  width: 750px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/* POSTIONNEMENT::En-tete */
#entete {
  padding: 10px 20px 10px;
}
#entete h1 {
  margin: 0;
}
#entete h1 img {
  margin: 7px 20px 10px 0;
  float: left;
}
#entete .sous-titre {
  margin: 4px 0 15px;
}

/* POSITIONNEMENT::Menu de navigation */
#navigation {
  padding: 12px 15px;
  margin: 4px 0 4px;
  
}
#navigation ul {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
}
#navigation li {
  display: inline;
}
#navigation a {
  padding: 6px;
  line-height: 1.5;
  font-size: 0.9em;
  text-decoration: none;
}

/* POSITIONNEMENT::Contenu */
#contenu {
  padding: 10px 20px;
}
#contenu > *:first-child {
  margin-top: 10px;
}
#contenu p, #contenu li {
  line-height: 1.5;
}

/* POSITIONNEMENT::Pied de page */
#pied {
  padding: 15px 20px;
  font-size: 0.85em;
  /* ???::none repeat scroll 0%*/
  background: #597893 none repeat scroll 0%;
}
#pied p {
  margin: 0.5em 0;
}
#copyright {
  text-align: left;
  font-size: 1em;
  
}

