html {
 background-color: #000;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 margin:15px 15px 15px 30px;
 color:#000;
 margin: 0px;
 padding: 0px;
}
p {color: #fff;
 font-weight: bold;}
a:link{
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
a:hover, a:active, a:focus {
 color: #B6934A; 
 text-decoration: none;
 font-weight: bold;
}

/*h1{
  font:bold 18px Georgia, garamond, times, serif;
  margin:0;
  padding:2px 0 2px 10px;
  background:#036;
  color:#fff;
}*/

h2{
  font-size:12px;
  border-top:1px solid #000;
  border-bottom:1px solid #ddd;
  background:#666;
  margin:0px;
  padding:5px;
  color:#fff;
  font-weight: normal;
}

h2 a, h2 a:hover, h2 a:active, h2 a:visited, h2 a:link{
  color:#fff;
}

a#btn_suivant, a#btn_precedent {
  padding:5px;
  border-bottom:3px solid #B6934A;
  text-decoration:none;
  margin: 0px 10px 20px 10px;
  font-weight: bold;
  font-size: 11px;
}

a#btn_precedent {
  float:left;
  margin: 0px 0px 20px 10px;
}

a#btn_suivant {
  float:right;
  margin: 0px 10px 20px 0px;
}

a#btn_precedent:hover, a#btn_suivant:hover {
  background:#B6934A;
  color:#000;
}

img.prechargement {
  visibility: hidden;
  position:absolute;
  top:0;
  left:0;
  width: 1px;
  height: 1px;
}

div#photo {
  text-align:center;
}
div#photo img{
  padding:10px;
  background-color: #FFF;
}

div#gallerie div{
  float: left;
  height: 90px;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

div#gallerie img{
  padding: 2px;
  background-color: #fff;
  border: 1px solid #FFF;
  padding: 4px;
}

div#gallerie a:visited img {
  background-color:#FFF;
  border: 1px solid #FFF;  
}
div#gallerie a:hover img,
div#gallerie a:focus img {
  background-color: #B6934A;
  border: 1px solid #B6934A; 
}
div#gallerie a:hover,
div#gallerie a:focus {
  color:#B6934A;
}


div#pagination{
  clear: both;
  text-align: center;
  margin: 15px 0px 40px 0px;
}


div#logos{
  clear: both;
  margin: 30px 0px 0px 0px;
  background: #FFF;
  color:#fff;
  font-size:9px;
  text-align:center;
  padding:3px 0;
  margin: 0px;
}
div#pied{
  clear: both;
  margin: 0px 0px 0px 0px;
  background: #000;
  border:10px solid #FFF;
  color:#fff;
  font-size:9px;
  text-align:center;
  padding:3px 0;
}
div#pied a:link, div#pied a:active, div#pied a:visited {color:#fff;}
div#pied a:hover { text-decoration: none;}




/*********************************** LOOK Menagerie ****************************/

.petitviolet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E5CE9C;
}
a.lienviolet, a.lienviolet:link, a.lienviolet:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #E5CE9C;
	text-decoration: underline;
}
a.lienviolet:hover { color: #B6934A; text-decoration: none; }
a.lienviolet:active { color: #E5CE9C; }

table td.menuGalerie {
 width: 200px;
 margin: 40px 0px 0px 0px;
 padding: 40px 0px 0px 0px;
 vertical-align: top;
}
table td.photos {
 margin: 40px 0px 0px 20px;
 padding: 40px 0px 0px 20px;
 vertical-align: top;
 font-size: 12px;
 color: #E5CE9C;
 font-weight: bold;
}
