@charset "utf-8";
    body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #a19156;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
    #conteneur {
	width: 600px;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #a19a80;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #7A662B;
	border-bottom-color: #7A662B;
	border-left-color: #7A662B;
    }
    #header {
	background: #DDDDDD;
	padding: 0;
    }
    #contenu {
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 160px;
    }
    #footer {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7A662B;
	margin: 0px;
    }
p {
	margin-left: 50px;
}

h1 {
	font-size: 24px;
	color: #7A662B;
}
h2 {
	color: #7A662B;
	font-size: 18px;
}
#conteneur #contenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}

#conteneur #footer a {
	color: #000000;
	text-decoration: none;
}
#conteneur #footer a:visited {
	color: #000000;
	text-decoration: none;
}
.bordure {
	border: 5px solid #7A662B;

}
.bordurefine {
	border: 2px solid #7A662B;
}
h3 {
	color: #7A662B;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A662B;
}




#lightbox{
	background-color:#a19156;
	padding: 10px;
	border: 2px solid #7A662B;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{
	float: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

