@import url(fixed.css);

body {
  background-color: #000000;
  background-image: url(images/back_screen.jpg);
  text-align:center;
  
  
}

body.site {
  margin-left: 0px;
  background-color: #000000;
  background-image: url(images/back_screen.jpg);
  text-align:center;
  color:#FFFFFF;
  font-size:12px;
  font-family:Georgia, "Times New Roman", Times, serif;
  
  
}

#flash {
  width: 900px;
  height: 600px;
  margin-left: -450px; /* 0 - (width / 2) */
  margin-top: -300px; /* 0 - (height / 2) */
}

h3 {
	width : 98%;
	text-align : center;
	font-weight : bold;
	color : #ffffff;
	padding : 3px;
	border : 1px solid #ffffff;
	background-color: #000000;
	margin-top: 5px;
}
a {
	color: #006ab3;
	text-decoration:none;
}
a:hover {
	color: #006ab3;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #006ab3;
	text-decoration:none;
}

a.footer {
	color : #ffffff;
}

a.footer:hover {
	color : #006ab3;
	font-weight:normal;
}

.champ {
	color : #ffffff;
	border:1px solid #ffffff;
	width : 250px;
	background-color:#000000;
	padding:2px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.go {
	color : #ffffff;
	border:1px solid #ffffff;
	width : 50px;
	background-color:#006ab3;
	padding:1px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006ab3;
	font-size:14px;
	width:100%;
	text-align:right;
	text-transform:lowercase;
}
fieldset {
	margin-bottom:10px;
	padding : 5px;
	width: 500px;
}
legend {
	color:#ffffff;
	font-weight:bold
}

#prix {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color : #006ab3;
}

#nondispo {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #b30101;
}

#barre {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration : line-through;
	font-size : 18px;
	font-weight : bold;
	color : #ff0000;
}

a.next {
	border : 1px solid #006ab3;
	padding : 3px;
	background-color:#000000;
	width : 20px;
	margin-bottom : 5px;
	font-weight:bold;
}

a.next:hover {
	border : 1px dotted #ffffff;
	color : #ffffff;
	padding : 3px;
	background-color:#000000;
	width : 20px;
	font-weight:bold;
}

b.current {
	border : 1px solid #ffffff;
	padding : 3px;
	background-color:#000000;
	width : 20px;
	margin-bottom : 5px;
	font-weight:bold;
}
