/* Style global */
/* ---------------- */

body, div, p, li, a, h1, h2, h3, h4, input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

body, div, p {
  text-align: justify;
}

h1, h2, h3, h4 {
  text-align: left;
  font-weight: 600;
}

html {
  background-color: #35343a;
}

body {
  background-color: #ffffff;
  color: #0066cb;
  background-image: url(images/background_page.jpg);
  width: 980px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin-top: 0.5em;
  margin-left: 0;
  margin-right: 20px;
  font-size: 1em;
}

h2 {
  margin-top: 0.5em;
  margin-left: 10px;
  margin-right: 20px;
  font-size: 1em;
}

h3 {
  font-size: 1em;
  margin-top: 0.5em;
} 

h4 {
  font-size: 1em;
}

p {
  margin: 5px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}

p strong {
  font-weight: 600;
}

a  img { border: 0; }
a:link { text-decoration:underline; color: #000000; }
a:visited { text-decoration:underline; color: #000000; }
a:hover { text-decoration:none; color: #000000; }
a:active { text-decoration:underline; color: #000000; }

/* Sections  :  Entête */
/* ------------------------- */

#entete {
  margin: 0;
  padding: 0;
  height: 145px;
}

#entete  img { border: 0; }

/* Sections  :  Navigation */
/* ------------------------- */

#navigation {
  margin: 0;
  padding: 0;
  padding-left: 85px;
  background-color: #dfdfdf;
  background-image: url(../images/nav_fond.jpg);
  background-repeat: repeat-x;
  height: 33px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  height: 33px;
  display: block;
}

#navigation ul li {
  margin: 0;
  margin-right: 45px;
  height: 33px;
  padding: 0;
  display: inline;
}

/* rollover CSS */
#navigation ul li img.select { display: inline; }
#navigation ul li a img.out { display: inline; }
#navigation ul li a img.over { display: none; }
#navigation ul li a:hover  img.over { display: inline; }
#navigation ul li a:hover img.out { display: none; }

/* Sections  :  Contenu */
/* ------------------------- */

#contenu {
  margin: 0;
  padding: 30px;
  padding-left: 90px;
  padding-right: 90px;
  background-color: #f0f6d2;
}
#contenu ul li { list-style-type:circle; color: #0066cb; }


/* encadré du bas */
#contenu div.encadre {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #deec9d;
  border: 1px solid #acacac;
  color: #0032cb;
}
#contenu div.encadre ul li { color: #0032cb; margin-top: 0.5em; }

/* tableaux dans l'encadré 1, 2 & 3 colonnes */
#contenu div.encadre table {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}
#contenu div.encadre table td,th {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#contenu div.encadre table.t2collibres td {
  width: auto;
}
#contenu div.encadre table.t2col td {
  width: 399px;
}
#contenu div.encadre table.t3col td {
  width: 266px;
}
#contenu div.encadre table.t3col th {
  text-align: center;
  width: 266px;
  height: 1.4em;
  color: #0032cb;
}
#contenu div.encadre table td.logoreference { text-align: center; vertical-align: middle; padding: 5px; }
#contenu div.encadre table td.descreference { text-align: justify; vertical-align: middle; padding: 5px; }
#contenu div.encadre table.t3col th.c1 { background-color: #00cc65; }
#contenu div.encadre table.t3col th.c2 { background-color: #fd6500; }
#contenu div.encadre table.t3col th.c3 { background-color: #8db5c1; }
#contenu div.encadre table.t1col th { background-color: #cccc33; text-align: center; }
#contenu div.encadre table.t1col td { padding: 10px; }

/* Formulaire de contact */
form.contact {
  width: 389px;
  margin: 5px;
  border: none;
  padding: 0;
}

form.contact fieldset {
  border: none;
  margin: 0;
  padding: 5px;
}

span.info { 
  font-size: 0.9em; 
  font-style: italic;
}

form.contact table.lform {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}
form.contact table.lform  th {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: 400;
}
form.contact table.lform td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

form.contact p { margin: 0; padding: 0; background-color: #aaffcc; text-align: left}

form.contact fieldset label {
  display: block; margin: 4px; padding-top: 0.15em; margin-left: 0; color: #0032cb;
}

form.contact fieldset input {
  width: 240px; margin: 4px; margin-left: 10px; color: #0032cb;
}

form.contact fieldset input.submit {
  width: auto; margin: 4px; margin-left: 10px; color: #0032cb;
}

form.contact fieldset input.cc {
  width: 4em; margin: 4px; margin-left: 10px; margin-right: 10px; color: #0032cb;
}

form.contact textarea {
  margin: 4px; margin-left: 10px; color: #0032cb;
}


/* Sections  :  Pied de page */
/* ------------------------------- */
#pied {
  margin: 0;
  padding: 0;
}

#pied p.copyright {
  margin: 0;
  padding: 0;
  height: 20px;
  background-image: url(../images/fond_pied.jpg);
  background-repeat: repeat-x;
  text-align: center;
  color: #888888;
}

#pied p.copyright a:link { text-decoration:none; color: #888888; }
#pied p.copyright a:visited  { text-decoration:none; color: #888888; }
#pied p.copyright a:hover { text-decoration:none; color: #aaaaaa; }
#pied p.copyright a:active { text-decoration:none; color: #888888; }


/* Infos légales */
/* ------------------------------- */
#info_legales h3 {
  font-size: 1em;
  font-weight: 600;
  color: #0066cb;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
}
#info_legales p {
  font-weight: 400;
  color: #0066cb;
  margin: 0;
  padding: 0;
  margin-top: 0.2em;
}
#info_legales a:link { text-decoration:underline; color: #0032cb; }
#info_legales a:visited  { text-decoration:underline; color: #0032cb; }
#info_legales a:hover { text-decoration:none; color: #0032cb; }
#info_legales a:active { text-decoration:underline; color: #0032cb; }