/* Éléments en général */
* {
  padding: 0;
  margin: 0;
  border: none;
}
html {
  color: white;
  background: gray url(../images/frise.png) repeat-x;
}
body {
  font: normal 100%/150% Georgia, "Palatino Linotype", serif;
  min-width: 800px;
  max-width: 1000px;
  margin: 0 auto;
}
h1 {
  padding: 2.5em 0 0;
  margin: 0 1em 1em;
}
h2 {
  color: #333;
  background: transparent;
  text-align: center;
  margin: 2em 0;
}
h3, h4, h5, h6 {
  margin-right: 1em;
  margin-left: 1em;
}
h3 {
  color: #336;
  background: transparent;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
p, ul, ol, dt, blockquote, pre, .entree-contenu {
  margin: 1em;
}
p, ul, ol {
  text-align: justify;
}
p {
  text-indent: 2em;
}
li {
  margin: 0 1em;
}
li p {
  text-indent: 0;
  margin-right: 0;
  margin-left: 0;
}
dd {
  margin: 0 2em;
}
blockquote, .entree-contenu {
  padding: 1em;
  border: 1px solid;
}
blockquote > p, blockquote > ul, blockquote > ol, blockquote > dt, blockquote > blockquote, blockquote > pre, .entree-contenu > p, .entree-contenu > ul, .entree-contenu > ol, .entree-contenu > dt, .entree-contenu > blockquote, .entree-contenu > pre {
  margin-right: 0;
  margin-left: 0;
}
blockquote {
  font-style: italic;
  margin-left: 2em;
}
blockquote em {
  font-style: normal;
}
pre, code, kbd, var, samp, tt {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 0.875em;
  color: #009;
  background: transparent;
}
pre, code {
  white-space: pre-wrap;
}
pre {
  max-width: 100%;
  padding-left: 2em;
  border-left: 1ex solid;
}
form p {
  text-indent: 0;
}
img {
  vertical-align: middle;
}
input, textarea, label {
  width: 40%;
  margin: 1em 0;
}
input, textarea {
  font-size: 1em;
  font-family: inherit;
  vertical-align: middle;
  border: 1px solid #009;
}
input[type="submit"] {
  font-weight: bold;
  color: #009;
  background: white;
  display: block;
  width: auto;
  padding: 0.5ex 1ex;
  margin-right: auto;
  margin-left: auto;
}
object {
  display: block;
  margin: 0 auto;
}
label {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
a {
  color: #009;
  background: transparent;
}
a[hreflang]:after {
  font-weight: bold;
  font-size: 0.75em;
  vertical-align: middle;
  content: "\000a0["attr(hreflang)"]";
}
a:hover, a:hover *, a:focus, a:focus * {
  text-decoration: none;
  color: white;
  background: #009;
}
a:hover, a:focus {
  outline: 1px dotted;
}
abbr, acronym {
  border-bottom: 1px dotted;
}
abbr[title], acronym[title] {
  cursor: help;
}
q {
  quotes: "«\0000a0" "\0000a0»" "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

/* Mise en page */
#conteneur {
  display: table-row;
}
#contenu, #menu {
  vertical-align: top;
  display: table-cell;
}

/* En-tête */
#en-tete {
  color: white;
  background: #333 url(../images/en-tete.png) no-repeat right bottom;
  min-height: 250px;
  position: relative;
}
#en-tete h1 a {
  text-decoration: none;
}
#en-tete p {
  margin: 0;
}
#en-tete ul {
  font-size: 0.75em;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 1ex;
  right: 1ex;
  /* Pour éviter un retour à la ligne sous Safari 4- et Chrome 4- */
  white-space: nowrap;
}
#en-tete li {
  display: inline;
  margin: 0 0 0 1ex;
}
#en-tete a, #en-tete a:hover, #en-tete a:focus {
  color: inherit;
  background: inherit;
}
#en-tete a[hreflang]:after {
  /* Chaîne vide à cause de Safari 4- et de Chrome 4- */
  content: "";
}

/* Contenu */
#contenu {
  color: black;
  background: white url(../images/frise-contenu.png) repeat-y right top;
}

/* Menu */
#menu {
  color: white;
  background: #336 url(../images/frise-menu.png) repeat-y;
  width: 25%;
}
#menu h2 {
  font-size: 1em;
  color: inherit;
  text-align: left;
  text-transform: uppercase;
  padding: 1ex 0 0;
  margin: 0 1em;
  border-bottom: 1px solid;
}
#menu p {
  text-indent: 0;
}
#menu li {
  text-align: left;
  line-height: 1.1em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  list-style-type: square;
}
#menu a {
  color: inherit;
}
#menu a:hover, #menu a:focus, #menu a:hover *, #menu a:focus * {
  color: #336;
  background: white;
}
#menu a:hover, #menu a:focus {
  outline: none;
}
#menu > ul:first-child li {
  line-height: 1.5em;
  text-align: center;
  list-style: none;
}
#menu > ul:first-child li:first-child a {
  display: block;
  width: 80px;
  margin: 1.5em auto;
}
#menu > ul:first-child a:hover, #menu > ul:first-child a:hover *, #menu > ul:first-child a:focus, #menu > ul:first-child a:focus * {
  color: inherit;
  background: transparent;
  outline: 1px dotted white;
}

/* Pied */
#pied {
  font-size: 0.875em;
  color: white;
  background: #003;
  text-align: center;
  padding: 2em 0;
}
#pied div, #pied p {
  display: inline;
}
#pied p {
  text-indent: 0;
  margin: 0;
}
#pied a {
  color: inherit;
  background: inherit;
}

