/*
 * $Id$
 *
 * Copyright ©2009 Flying Coders
 */

/* Fonts and colors */
body {
  color: white;
  font: 11pt/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  margin: 0 0 6pt 0;
  padding: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  margin: 18px 0 3pt 0;
  padding: 0;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  margin: 0 0 3pt 0;
  padding: 0;
}

p {
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
}

a:visited {
  color: white;
}

ul {
  list-style: disc outside;
  margin: 0 10px;
}

ol {
  list-style: decimal outside;
}

li {
  line-height: 1.25em;
  padding: 2px 0;
}

/*
 * Layout, borders and backgrounds
 */
 /*
  * Contenu
  */
div#contenu {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1092px;
}

/* Header */
div#header {
  background: transparent url(/images/logo.gif) no-repeat 0 16px;
  margin: 0;
  padding: 128px 0 0 0;
}

#header a, #header a:visited {
  color: #5195C6;
  text-decoration: none;
}

/* Tabs */
#tabs {
  height: 43px;
  margin: 0 0 0 0;
  padding: 0;
}

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

#tabs ul li {
  background: url(/images/css/tab-right-grey.gif) no-repeat right top;
  display: inline;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 43px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#tabs ul li.active {
  background: url(/images/css/tab-right.gif) no-repeat right top;
}

#tabs ul li a {
  background: url(/images/css/tab-left-grey.gif) no-repeat left top;
  display: block;
  padding: 12px 16px 0px 16px;
}

#tabs ul li.active a {
  background: url(/images/css/tab-left.gif) no-repeat left top;
  color: white;
  padding: 12px 16px 0px 16px;
}

/* Main */
div#main {
  background: #68A6D5 url(/images/css/fond-bleu.gif) repeat-y left top;
  color: white;
  margin: 0;
  min-height: 400px;
  padding: 30px 18px 10px 18px;
}

div#main h2 {
  margin-bottom: 0;
}

div#main p {
  text-align: justify;
  width: 650px;
}

div#main ol, div#main ul {
  width: 650px;
}

div#titre {
  background: url(/images/css/bar-orange-large.gif) no-repeat left top;
  height: 36px;

  /* compensate div#main padding */
  margin: -30px 0 0 -18px;
  padding: 20px 18px 0px 18px;

  width: 1056px;
}

/* Footer */
#footer {
  background: #14358A url(/images/css/footer-bg.gif) no-repeat left top;
  height: 39px;
  margin: 0;
  padding: 20px 18px 0 18px;
  width: 1056px; /* 1092px -18px -18px */
}

#footer p {
  font-size: 10pt;
  margin: 0;
}

#footer #contact {
  float: right;
  width: 100px;
}

#footer #contact a, #footer #contact a.visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* Miscellaneous */
.clear {
  clear: both;
}

