/******************************

FEUILLE DE STYLE .CSS
Créé par : Christian Blais
En date du : 6 juillet 2007
Dernière modification : 6 juillet 2007

******************************/

body {
	margin: 0;
	background: #e0c279;
}

form {
	padding: 0;
	margin: 0;
}

ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

div#globalLayout {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

div#headerMenu {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #947e4d;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial;
}

div#headerMenu a {
	color: #947e4d;
	text-decoration: none;
}

div#headerMenu a:hover {
	color: #947e4d;
	text-decoration: underline;
}

div#headerMenu span.separator {
	margin-left: 30px;
	margin-right: 30px;
	color: #7b7b7b;
}

div#headerLogo {
	border-top: 1px solid #000000;
	width: 100%;
	height: 300px;
	background: #000000 URL(../img/logo.jpg);
}

div#mainContent {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	color: #7b7b7b;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
}

div#mainContent div.error {
	text-align: center;
	margin: 0px 20px 20px 20px;
	padding: 10px 0px 10px 0px;
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #dababa;
	font-weight: bold;
}

div#mainContent div.alert {
	text-align: center;
	margin: 0px 20px 20px 20px;
	padding: 10px 0px 10px 0px;
	color: #0000ff;
	border: 1px solid #0000ff;
	background: #cbcbeb;
	font-weight: bold;
}

div#mainContent div.mainColumn {
	margin: 0px 20px 0px 20px;
}

div#mainContent div#leftColumn {
	float: left;
	margin-left: 20px;
	width: 465px;
}

div#mainContent div#rightColumn {
	float: right;
	margin-right: 20px;
	width: 465px;
}

div#mainContent h3 {
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 1em;
	color: #947e4d;
	border-bottom: 1px solid #947e4d;
}

div#mainContent span.subtitle {
	color: #947e4d;
}

div#footerCopyright {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #947f50;
	color: #ffffff;
	text-align: center;
}

div.clearBoth {
	clear: both;
}

div.painting {
	text-align: center;
	float: left;
	padding: 20px 28px 10px 28px;
}

#lightbox {
	background-color:#eee;
	border: 2px solid #000;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption { float: left; margin: 0px 0px 5px 10px;}
#keyboardMsg { float: right; margin: 0px 10px 5px 0px;}
#closeButton { top: 5px; right: 5px; }

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

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

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