
/*STYLESHEET*/

/*  ------------------------------------------
/*  PAGE
/*  ------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 1px 0;
}

body {
  background-color: #fff;
  background-image: url(fond.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5F5F5F;
}
#bande{
  width: 1006px;
  height: 250px;
  background-color: #fff;
}

/*  ------------------------------------------
/*  GENERAL
/*  ------------------------------------------*/

h1, h2, h3 {
  /* font-family: 'Times New Roman', Times, serif; */
  font-family: georgia, serif;
  }
h1 {
  margin: 20px 0 30px 0;
  font-size: 2.2em;
  font-weight: normal;
  text-align: center;
  color: #910505;
  }
h2 {
  margin: 20px 0 10px 0;
  border-bottom: dotted 1px #BB55FF;
  font-size: 1.6em;
  font-weight: normal;
  color: #BB55FF;
}
h3 {
  /*margin-left: 0px;
  font-size: 1em;
  font-weight: bold;
  color: black;*/
  

  background-image: url(puceH3.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 8px;
  margin: 0 0 5px 0;
  padding-left: 18px;
  font-weight: normal;
  font-size: 1.28em;
  color: #910505;
}
h4 {
  margin-left: 0px;
  font-size: 1em;
  font-weight: bold;
  color: black;
}
p, tr, td {
  font-size: 1em;
}
p {
  margin: 0 0 10px 0;
  text-align: justify;
}
a {
  text-decoration: none;
  color: #6E9ECF;
}
/*---- LIENS ----------*/
a:link {
}
a:visited {
}
a:hover {
	font-weight: normal;
}

img {
    border: solid 1px #990000;
  }

/*---- LISTES ----------*/
li {
  list-style-type: none;
}
.space {
  clear: both;
}

.textListNum {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 1.3em;
  color: #910505;
}

.textMark {
  font-weight: bold;
  font-style: italic;
}
.textBold {
  font-weight: bold;
  font-style: normal;
  color: #000;
}

/*  ------------------------------------------
/*  CONTENEUR SITE
/*  ------------------------------------------*/

#conteneur {
  position: relative;
  width: 750px;
  margin: 0 auto 20px auto;
  padding: 1px 0;
}

/*  ------------------------------------------
/*  HEADER
/*  ------------------------------------------*/

#header {
  width: 750px;
  height: 200px;
  text-align: center;
  background-color: #fff;
}
#header h1 {
  margin: 0 0 1px 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.9em;
  font-weight: normal;
  text-align: right;
  color: #666;
}
#header h1 .guillemets {
  font-size: 2.1em;
  font-weight: bold;
  color: #990000;
}
#header h1 .wThe {
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
  color: #9FAC0B;
}
#headerFlashObject  {
  padding: 5px;
  border: 1px solid #990000;
  background-color: #ddd;
}
#header object {
  display: block;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 736px;
  height: 90px;
}

/*  ------------------------------------------
/*  COLONNE GAUCHE
/*  ------------------------------------------*/

#gauche {
  margin: 0 0 20px 0;
}

/*  ------------------------------------------
/*  COLONNE DROITE
/*  ------------------------------------------*/

#droite {
  float: right;
  width: 0px;
  margin: 0 0 20px 0;
}
#droiteHaut {
  height: 30px;
  background-color: #CCCCFF;
}

/*  ------------------------------------------
/*  FOOTER
/*  ------------------------------------------*/

#pied {
  clear: both;
  height: 30px;
  margin: 30px 0 10px 0;
  background-color: #fff;
  border: 1px solid #990000; 
  text-align: center;
}
#pied span {
  line-height: 30px;
  vertical-align: middle;
}
#pied a {
  color: #000;
}