body {
    text-align: center;
    background-color: #990000; 
	background-image: url("../images/degradeNoir.png");
/*	background-image: url("../images/degradeBlanc.png"); */
    background-position:top;
	background-repeat:repeat-x;
}

p {
    margin-bottom: 0;
    margin-top: 3px;
}

a {
    font-family: Arial, serif;
    font-size: 80%;
    color: #FF0000;
    font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #FF0000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #000000;
}

.main {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:0;
    text-align: center;
    background-image:url("../images/content.png");
    background-repeat:repeat-y;
}

.header {
    width: 760px;
    height: 177px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url( "../images/header.png" );
}

.menu {
    width: 200px;
    margin: 0;
    float: left;
    font-family: Verdana, serif;
    font-size: 80%;
    text-align: left;
}

.menu dt {
    font-family: Verdana, serif;
    font-size: 90%;
    padding-left: 1em;
    font-weight: bold;
}

.menu dd {
    margin-left: 2em;
}

.content {
    margin-left:10px;
    margin-right:10px;
    width: 540px;
    float: right;
    text-align: left;
    font-family: Verdana, serif;
    font-size: 75%;
}

.content form div span {
    clear: both;
    float: left;
}

.content form div input {
    float: right;
    margin-right: 150px;
    width: 280px;
}

h1 {
    font-family: Verdana, serif;
    font-size: 150%;
}

.spacer{
    clear:both;
}

.footer {
    margin:0 auto;
    width: 760px;
    height: 57px;
    text-align: center;
    background-image: url( "../images/footer.png" );
    background-position:top;
    background-repeat:no-repeat;
}

#galleryAccesImg {
    background-image: url( "../images/bill-galerieweb/images/DSC_7237bis.jpg" );
    width: 400px;
    height: 398px;
}

/* form */
fieldset {
    margin-top: 10px;
    -moz-border-radius: 12px;
    border-radius: px;
}

legend {
    font-weight: bold;
}

label {
    width: 6em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

.submit input {
    margin-left: 6.5em;
}

.labelCheckbox {
    float: none;
    display: block;
    width: 100px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: left;
}

.labelCheckbox select {
    margin-left: 100px;
    margin-top: -1.5em;
}

.labelCheckboxVS {
    float: none;
    display: block;
    width: 300px;
    padding: 0;
    margin-left: 10px;
    text-align: left;
}

.labelCheckboxVS select {
    margin-top: -1.5em;
}

#mySlideshow
{
    float:right;
    margin-right:30px;
    margin-top:30px;
    width: 200px;
	height: 120px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 60%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.formButtons {
    float:left;
    margin-right:10px;
    width:90px;
    display:block;
}

