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

* {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}
body {
  background-color: white;
}
h1 {
  margin-top: 16px;
}
input {
  color:black;
}
#page {
  width:800px;
  background:black url(p_fond.gif) top no-repeat;
}
#page td {
	padding: 8px 10px 0px 28px;
}
#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;
}

#contenu {
  width:100%;
}
#colc {
  border: 2px solid white;
  padding:0px 8px;
  width: 675px;
}
#MenuV {
  height: 20px;
  padding-top: 120px;
  padding-bottom: 28px;
  margin: 0px 20px;
}
#MenuV li {
	padding: 0px;
	margin: 4px 0px 0px;
}
#MenuV li {
	list-style-image: none;
	list-style-type: none;
}
#MenuV a {
  text-decoration:none;
  font-weight:bold;
  margin: 0px 4px;
}
#MenuV a:hover {
  color:white;
  background-color:#333333;
}

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