body{
  background-image:url(./images/fond.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
}

html{
  font-family:arial;
  font-size:12px;
  color:#fff;
}

#scroll{
  height:330px;
  width:710px;
  overflow-y:auto;
  padding-right:5px;
  margin-top:10px;
}

#contenu{
  height:390px;
  width:710px;
  position:absolute;
  left: 50%; 
  top: 50%;
  margin:-205px 0 0 -334px;
}

#menu{
  width:125px;
  height:301px;
  left: 50%; 
  top: 50%;
  margin:-218px 0 0 -490px;
  background-image:url(./images/bullemenu.png);
  background-repeat:no-repeat;
  position:absolute;
}

#home{
  width:100px;
  height:100px;
  position:absolute;
  left: 50%; 
  top: 50%;
  margin:97px 0 0 -488px;
}

#pied{
  position: absolute;
	top: 100%;
	left:0;
	margin-top: -21px;
	background: #231f20;
	height: 22px;
	width: 100%;
	text-align: center;
	font-size:10px;
}

#pied a, .vert a{
  text-decoration:none;
}

#pied .vert{
  font-size:16px;
}

#home img, p img{
  border:0;
}

#link-menu{
  float:left;
  margin:8px 4px 0 0;
}

h1, h1 a, .h1{
  font-size:17px;
  margin-top:8px;
}

h2{
  font-size:14px;
}

h1 a{
  text-decoration:none;
  color:#fff;
}

.sous-titre{
  font-size:10px;
  margin-top:-12px;
}

.note{
  font-size:13px;
  font-style:italic;
  margin-left:0;
  margin-top:-12px;
}

#big_img{
  float:right;
  border:8px solid #fff;
  margin-left:20px;
  position:relative;
}

.right{
  float:right;
  position:relative;
  border:3px solid #fff;
  margin:0 5px 5px 10px;
}

.droite{
  float:right;
}

#vignettes{
  width:716px;
  height:80px;
  bottom:8px;
  margin:0;
  position:absolute;
}

#vignettes img{
  border:3px solid #fff;
  margin:0 5px;
  bottom:0;
}

a{
  color:#fff;
}

p{
  text-align: justify;
  margin-left:12px;
  margin-bottom:-4px;
}

.ref{
  font-size:11px;
  font-style:italic;
  line-height:250%;
}
 
a img{
  border:0;
 }

a:link .vert, a:visited .vert{
  text-decoration:none;
}

a:active .vert, a:hover .vert{
  text-decoration:underline;
}

marquee{
  margin-top:-60px;
  height:80px;
}
