/* CSS Document */
@import "../../../img/styles.css";

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
  background-color: black;
}
tr { vertical-align:top; }
h1 {
  margin-top: 16px;
  font-size: 20px;
  border-bottom: 3px ridge gray;
}
input {
  color:black;
}
#page {
  width:1000px;
  background:white url(p_fond.gif) top no-repeat;
}
#header {
  background:black url(fond_header.jpg) top center no-repeat;
  width: 1000px;
  height:180px;
}
#bdp {
  background:black url(bas_page.jpg) top center no-repeat;
  width: 1000px;
  height:8px;
}
#footer {
  background:black url(fond_footer.jpg) top center no-repeat;
  width: 1000px;
  height:60px;
  padding: 0px 120px;
}
#colg {
  background: url(fond_colg.gif) top left repeat-y;
  width: 300px;
}
#cold {
  background: url(fond_cold.gif) top right repeat-y;
  width: 768px;
  padding-right: 110px;
}
#MenuV {
  width:300px;
}
#MenuV td {
  background: black url(menuv_milieu.jpg) top right repeat-y;
}
#MenuV th {
  background: black url(menuv_bas.jpg) bottom right no-repeat;
  height:36px;
}
#MenuV a {
  display: block;
  text-decoration: none;
  margin: 8px 0px;
  font-weight: bold;
  font-size: larger;
  color: white;
}
#MenuV a:hover {
  color: gray;
}

#contenu {
  width:100%;
  background: url(fond_menu_d.gif) top left no-repeat;
  height: 56px;
}

#contenu table {
  border: 3px groove gray;
}
#contenu table th {
  background-color: black;
  font-weight: bold;
}

a#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100px;
	width: 100px;
	background: url(coin_ecran.gif) top right no-repeat !important;
	background: none;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}

#horspage {
  color: white;
}
#horspage a {
  color: white;
}
/*  ANCIENS */
#menuSysteme {
  width:800px;
  text-align:right;
  font-size: 10pt;
  color: white;
}
#menuSysteme a {
  text-decoration:none;
  font-weight:bold;
  color:white;
}
#menuSysteme th a {
  font-size: 20px;
}
#menuSysteme a:hover {
  color:white;
  background-color: red;
}

/* Galerie */
#imageDetails #caption, #imageDetails  #numberDisplay{
  color: black;
}
