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

* {
	font-family: "Times New Roman", Times, serif;
}
body {
  background-color: #660099;
}
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_body.jpg) center repeat-y;
}
#header {
  background:black url(p_head.jpg) top center no-repeat;
  width: 1000px;
  height:240px;
}
#body {
  background:transparent url(p_hautbody.jpg) top center no-repeat;
  width: 1000px;
  height:8px;
  padding: 8px 0px;
}
#footer {
  background:black url(p_foot.jpg) bottom center no-repeat;
  width: 1000px;
  height:88px;
  padding: 0px 32px;
}
#colg {
  background: transparent;
  width: 180px;
}
#cold {
  background: transparent;
  width: 160px;
  background-color:#FF99FF;
}
#MenuV {
  text-align:left;
  width: 152px;
}
#MenuV a {
  display: block;
  text-decoration: none;
  margin: 0px;
  font-size: normal;
  color: black;
  font-weight:bold;
}
#MenuV a:hover {
  color: fuchsia;
  background-color:#E6EDF5;
}
#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;
}


/* Table des tarifs */
table.tarif {
  margin:8px;
  background-color: #FFCCFF;
  width: 80%;
}
table.tarif td {
  padding: 4px;
  font-size:100%;
}
table.tarif td.prix{
  text-align:right;
  font-weight:bold;
  white-space: nowrap;
}
table.tarif td.duree{
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}
