
body {
	background-color: #fff;
	color: black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: verdana, arial;
}

div.main {
  padding-top: 80px;
  width: 100%;
  height: 100%;
	/* Hack Internet explorer qui fait chier */
	_padding-top: 0px;
}

 h1.header {
  z-index: 1000;
	width:100%;
	height: 35px;
  position: fixed;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 35px;
	color: #b0b3dc;
	font-size:250%;
	font-family: Verdana,Bitstream Vera Serif, serif;
	background: #fbfaf4 url(../images/titre.png) no-repeat bottom right;
	border-bottom: 2px solid #b0b3dc;
	text-align: left;
}

h1 {
  background-color: #b0b3dc;
  color: #ffffff;
}

h2 {
  color: #ffffff;
  font-size: 140%;
  font-family: Verdana, Arial;
  margin: 0;
}

#Adresse {
  font-size: 80%;
}


img.left {
  float: left;
  border: 1px solid #000000;
}

img.right {
  float: right;
  border: 1px solid #000000;
}

img.center {
  float: center;
  border: 1px solid #000000;
}

img {border: 1px solid black;}


#video {
  z-index: 999;
  width: 120px;
  height: 100px;
  position: fixed;
  _position: absolute;
  bottom: 0;
  right: 0;
  font-size: .8em;
  opacity: .9;
  background-color: black;
  color: red;
  text-align: center;
  font-weight: bold;
}

#video:hover {
  opacity: 1;
}

#photos {
  position: fixed;
  _position: absolute;
  bottom:0px;
  left:0px;
  width: 120px;
  height: 100px;
  font-size: .8em;
  opacity: .9;
  background-color: black;
  color: red;
  text-align: center;
  font-weight: bold;
  z-index: 999;
}

#photos:hover {
  opacity: 1;
}


/*
##########################
Tableaux
##########################
*/

table {
  border: 0px none #000000;
}

td {
  border: 0;
  font-family: Verdana, Arial;
  font-size: 100%;
}



/*
##########################
Boites info
##########################
*/

#parc {
  margin: 0px auto 40px auto;
  width: 450px;
  border: 1 dashed #b0b3dc;
  background-color: #cdd6e8;
  font-family: verdana;
  font-size: 80%;
  padding: 10px 10px 10px 10px;
}

#trappeurs {
  margin: 0 auto;
  width: 400px;
  border: 0 none #000000;
  font-family: verdana;
  font-size: 100%;
  padding: 10px 0 10px 0;
  text-align: justify;
}


#menu {
  width: 280px;
  position: absolute;
  top: 80px;
  left: 0px;
}

#content {
  position:absolute;
  top: 80px;
  left: 280px;
}

.sidebox {
	margin: 15px auto auto 15px; /* center for now */
	width: 250px ; /* ems so it will grow */
	background: url(../images/box/bodybox.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	font-size:11px;
	font-family:Verdana,Arial;
	color:white;
	width: 250px;
	background: url(../images/box/topbox.gif) #ffffff no-repeat top right;
	margin: 0;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

.boxbody {
	font-size:10px;
	font-family:Verdana,Arial;
	color:black;
	width: 250px;
	text-align: left;
}