html,body {
	height : 100%;
	width : 100%;
}

body {
	margin : 0;
	padding : 0;
    background-color: #590e08;
}

a:link, a.visited {
   color: #BD9797;
   text-decoration: none;
}

a:hover, a.active {
   color: #590e08;
}

#boiteQuiCentre{
  position: static;
	width:990px;
   margin:auto;
}


#boitePrincipale{
	width:990px;
    height: 630px;
    position: relative;
    background-color: white;
    border: solid 0px white;
    font: normal normal normal 11pt/11pt "Trebuchet MS";
    color:#590e08;
}
#boiteAnim{
    position: relative;
	width:990px;
    height: 25px;
	margin-top: 5px;
    padding-top:8px;
    background-color: white;
    font: normal normal normal 14pt/14pt "Trebuchet MS";
    letter-spacing: 2px;
    text-align: center;
    color:#590e08;
}
#boiteFooter{
    position: relative;
	width:990px;
    height: 95px;
    margin-top: 5px;
    padding:0px;
    background-color: white;
     font: normal normal normal 11pt/11pt "Trebuchet MS";
     color:#590e08;
}


/* Debut contenu */


.points-haut-gauche{
  background-image: url(../images/pointille.gif);
  background-repeat: repeat-y;
  top:0px;
  left: 45px;
  height: 627px;
  width: 6px;
  position: absolute;
  border: solid 1px white;
  float: left;
  padding: 0px;
}

.bande-logo{
  width: 123px;
  height: 388px;
  position: absolute;
  top:0px;
  left: 145px;
  float: left;
}

.texte-centre{
    text-align:left;
    width: 290px;
    left: 300px;
    top: 300px;
	font: normal normal normal 13px/36px "Trebuchet MS";
    color:#BD9797;
    position: absolute;
    float: left;
    border: solid 1px white;
}

.carte{
  width: 330px;
  height: 360px;
  position: absolute;
  top: 0px;
  right: 52px;
  float: right;
}


.points-haut-droit{
  background-image: url(../images/pointille.gif);
  background-repeat: repeat-y;
  padding: 0px;
  height: 627px;
  width: 6px;
  top: 0px;
  right: 45px;
  position: absolute;
  border: solid 1px white;
  float: right;
}

/* bandeau déroulant */
 /* a venir */


/* Footer */

.points-gauche{
  background-image: url(../images/pointille.gif);
  background-repeat: repeat-y;
  padding: 0px;
  height: 92px;
  width: 6px;
  top: 0px;
  left: 45px;
  position: absolute;
  border: solid 1px white;
  float: left;
}

.texte-menu{
    text-align:left;
	font: normal normal normal 12px/12px "Trebuchet MS";
    letter-spacing: 1px;
    padding: 0px;
    left: 75px;
    top: 12px;
    color:#590e08;
    width: 380px;
    height: 25px;
    position: absolute;
    border: solid 1px white;
    float: left;
}

.texte-footer{
    text-align:right;
	font: normal normal normal 13px/13px "Trebuchet MS";
    letter-spacing: 2px;
  padding: 0px;
    right: 86px;
    top: 55px;
    color:#590e08;
    width: 450px;
    height: 25px;
    position: absolute;
    border: solid 1px white;
    float: right;
}

.points-droit{
  background-image: url(../images/pointille.gif);
  background-repeat: repeat-y;
  padding:0px;
  height: 92px;
  width: 6px;
  top: 0px;
  right: 45px;
  position: absolute;
  border: solid 1px white;
  float: right;
}



