*{
  font-family:Verdana,Arial;
}
html, body{
  position:relative;
  height:100%;
  margin:0;
  padding:0;
  font-size:1em;
  background-color:#F0F0F8;
  cursor:default;
}
#page{
  position:relative;
  width:50em;
  min-height:100%;
  margin:0 auto;
  padding:0;
  border-left: 1px solid #B0B0FF;
  border-right:1px solid #B0B0FF;
  overflow:hidden;
  background-color:#FFF;
  -webkit-box-shadow: 0px   0px 20px 2px #C0C0C0;
     -moz-box-shadow: 0px -22px 20px 2px #C0C0C0; /* -22 px pour FF version 3.6 */
       -o-box-shadow: 0px   0px 20px 2px #C0C0C0;
          box-shadow: 0px   0px 20px 2px #C0C0C0;
}
#page h2{
  font-size:1em;
  margin: 1em 0 .5em 10em;
  color:#888;
  color: #006699;
  text-shadow: 1px 1px 10px #808080;
}
#entete{
  font-style:italic;
  font-size:0.9em;
  margin:0px;
  background-color:#E1E4F2;
  padding:0px 0.5em 0.5em 2em;
  border-bottom:1px solid #B0B0FF;
}
#entete h1{
  color:#006699;
  font-style:normal;
  margin:0 0 0.5em -0.5em;
  padding-top:0.5em;
  text-shadow:1px 1px 0px #FFF;
}
#entete span{
  color:#4488BB;
  font-size:0.8em;
}
#piedpage {
	position:absolute;
	bottom:0;
  left:0;
  padding:0.5em;
	width:49em;  /* largeur page -2*padding */
  background-color:#F2F2F2;
  border-top:1px solid #B0B0FF;
}
#piedpage p{
  margin:0;
  padding:0;
  font-size:0.7em;
  line-height:1em;
}
#piedpage a{
  color:#00F;
  text-decoration:none;
}
#lastline {
	padding-bottom: 4em;
}
#logo{
  position:absolute;
  right:0;
  bottom:1em;
  z-index:100;
}
#navigation{
  position:absolute;
  right:0;
  top:0;
  width:128px;
  height:141px;
  overflow:hidden;
  padding-top:1.5em;
  text-align:center;
  background-image:url(../images/menu0.png);
  background-repeat:no-repeat;
}
#navigation a{
  display:block;
  font-style:normal;
  color:#006699;
  font-size:1em;
  font-weight:bold;
  min-width:4em;
  margin:auto;
  width:6em;
  line-height:1.5em;
  text-decoration:none;
  border:1px solid transparent;
}
#navigation a:hover{
  color:#00F;
  background-color:#E1E4F2;
  border:1px solid #B0B0FF;
}
input{
  background: url(../images/fondbtn.jpg) no-repeat 0px 0px;
}
#barre_btn{
  height:3em;
  line-height:3em;
  padding:0 0 0 1em;
}
#legende{
  font-size:.7em;
  margin-left:1em;
  width:22em;
  float:left;
}
#legende h2{
  font-size:1.5em;
  margin: 1em 0 .5em 0;
  color:#888;
  color: #006699;
  text-shadow: 1px 1px 10px #808080;
}
#legende p{
  margin:0 0 1em 1em;
  padding:0;
}