﻿@import url("contact.css");
@import url("rte.css");
/* Reset all margins and paddings for browsers */
* { 
  padding: 0;
  margin: 0;
}

html {
  background-color: #5f6fc7;
}
body, html {
  height: 100%;
    color: #29333b;
  font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2, h3, h4, p, ol, ul {
  line-height: 170%;
}

h2 {
  font-size: 1.4em;
  margin: 15px 0;
}
h3 {
  font-size: 1.2em;
  margin: 20px 0 10px;
}
h4 {
  font-size: 1.1em;
}

p {
  margin: 10px 0;
}
a {
  text-decoration: none;
  font-weight: bolder;
  color: #3a1eb0;
}
a:hover {
  text-decoration: underline;
  color: #5d6b78;
}
img, iframe {
  border: none;
}

/**************************************************************************/
/*                         Structure                                      */
/**************************************************************************/
/*                          Page                                          */
/**************************************************************************/
#page {
  min-height: 100%;
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  background: url(../images/global2.png) center repeat-y;
}
/**************************************************************************/
/*                            Wrap                                        */
/**************************************************************************/
#wrap {
  /* éviter la superposition 
  du pied de page et du contenu */
  padding-bottom: 60px; 
  overflow: hidden;
}
/**************************************************************************/
/*                         Tete                                           */
/**************************************************************************/
#header {
  background: #daa520 url(../images/header.jpg) no-repeat;
  color: #fff;
  height: 201px;
  position: relative;
}
#header h1 {
  position: absolute;
  bottom: 70px;
  left: 250px;
  font: 2.8em "Lucida Sans", Verdana, sans-serif;
  color: #314195;
  }
#header h1.headtext {
  position: absolute;
  bottom: 30px;
  left: 270px;
}
  
#image {
  position: absolute;
  left: 20px;
  top: 0;
}
#slide {
  position: absolute;
  right: 10px;
}
/*************************************************************************/
/*                             Sidebar                                   */
/*************************************************************************/
#sidebar {
  float: right;
  width: 220px;
}
#contentside {
  margin: 15px 10px;
  padding-bottom: 10px;
}
#logo {
  position: absolute;
  bottom: 25px;
  right: 33px;
}
/*************************************************************************/
/*                             contenu                                   */
/*************************************************************************/
#content {
/* On laisse de la place ? droite 
  pour l'autre colonne */
  float: left;
  width: 735px;
  margin: 10px 10px 0 15px;
  padding: 10px 0 10px;
}

/*************************************************************************/
/*                             links                                     */
/*************************************************************************/
#links { 
  background: #2c5b98;
  margin: 0;
    padding: 4px 21px 4px 0;
  font-size: 80%;
  letter-spacing: 0.1em;
    text-transform: uppercase;
  text-align: right;
}
#links a {
  color: #daa420;
}
#links a:hover {
  color: #dc143c;
}
/*************************************************************************/
/*                             pied                                      */
/*************************************************************************/
#footer {
position: absolute;
  width: 980px;
  bottom: 0;
  text-align: right;
  background: #2c5b98 url(../images/pied.gif) top left no-repeat;
}
#footer ul {
  margin: 3px 15px;
}
#footer li {
  display: inline;
  margin: 0 .1em;
  color: #eee;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* hide from incapable browsers */
head:first-child+body 
#footer li { white-space: nowrap; }
#footer a {
  margin: 3px 0;
  color: #c9505c;
}
/*************************************************************************/
/*                             menu                                      */
/*************************************************************************/
ul#menu {
  list-style: none;
  margin: 20px 5px;
  padding: 0;
  }
ul#menu li a {
  display: block;
  height: 30px;
  background: url(../images/menu.gif) no-repeat left top;
  padding-left: 35px;
  margin: 2px 0;
  border-bottom: 1px solid #d2c59e;
  color: #6f5f30;
  font: small-caps .9em/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
ul#menu li a:hover {
  background-position: left bottom;
  color: #07126e;
}
/*************************************************************************/
/*                             h**                                       */
/*************************************************************************/
#links a, #pied a {
  text-decoration: none;
}
#links a:hover, #pied a:hover {
  text-decoration: underline;
}

/*************************************************************************/
/*                            Listen im Content                          */
/*************************************************************************/
#content ul {
  margin: 10px 5px 5px 15px;
}
#content li {
  margin: .1em 0 .1em 15px;
}
.fleche {
  list-style: disc outside url(../images/fleche.gif);
}
.lumiere {
  list-style: disc outside url(../images/lumiere.gif);
}

/************************************************************************/
/*                            hautdepage                      */
/************************************************************************/
.top {
  list-style: none;
}
hr {
  clear: both;
  visibility: hidden;
}
.droitetop {
  float: right;
  margin: 15px 15px 5px 5px;
}

