@charset "UTF-8";

/* From: YAHOO CSS RESET http://developer.yahoo.com/yui/reset/ */
body,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* END CSS RESET */

a, a:link { color: #873624; text-decoration: none; }
a:hover { color: #E8910F; text-decoration: underline }

body {
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0;
	background: #d7d7d7;
}

h1, h2, #menu {
	font-family: "Palatino", "Palatino Linotype", "URW Palladio", "Book Antiqua", Serif;
}

.wingdings { font-family: Wingdings; }

.overLightSrc { text-shadow: 0 -2px 2px black; }
.overLightSrc .applyLight { -moz-box-shadow: 0 -2px 2px black; -webkit-box-shadow: 0 -2px 2px black; box-shadow: 0 -2px 2px black; }
.atLightSrc { text-shadow: 0 0px 3px black; }
.belowLightSrc { text-shadow: 0 2px 2px black; }
.belowLightSrc .applyLight { -moz-box-shadow: 0 2px 2px black; -webkit-box-shadow: 0 2px 2px black; box-shadow: 0 2px 2px black; }

#wrapper {
	padding: 10px 0;
	min-width: 800px;
	max-width: 100%;
}

#wrapper2 {
	margin: 0 auto 0;
	padding: 8px;
	width: 800px;
	background: white;
	
	 -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
	 -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
	 box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
}

#header, #page {
	width: 750px;
	position: relative;
}

#header {
	background: url("images/leather.jpg") repeat;
	padding: 20px 25px 20px;
	color: #FFFEF2;
	text-align: center;
}

#header h1 { font-size: 3em; }

#header img.logo { width: 250px; }

#header #menu {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
}
#header #menu li {
	display: inline;
	padding: 0 10px;
}
#header #menu a:link, #header #menu a, #header #menu li { color: #FFFEF2; text-decoration: underline; }
#header #menu a:hover, #header #menu .current { color: #e1dca5; }

#page {
	margin-top: 0;
	padding: 30px 25px 15px;
	background: url("images/white-wallpaper.jpg") repeat;
}

h2 {
	color: #895d1d;
	font-size: 1.8em;
	margin-bottom: 0;
}

/* FORMULAIRE */
/* CSS layout from: http://jeffhowden.com/code/css/forms/ */

form fieldset {
	border-style: solid none none none;
	border-width: 2px;
	border-color: #d7d7d7;
	margin-top: 20px;
	padding-top: 0.85em;
}

form fieldset.submit {
	border-style: none;
	padding-top: 0.3em;
}

form legend {
	padding: 0 7px;
	font-size: 1.1em;
	color: #555;
}

form .row {
	clear: left;
	display: block;
	color: #555;
}

form label {
	display: block;
	float: left;
	width: 120px;
	text-align: left;
}

form label.labelCheckbox {
	display: inline;
	float: none;
	width: auto;
	text-align: inherit;
}

form div.field {
	display: inline-block;
}

form .field {
	width: 250px;
}

form .field.inputTextarea {
	width: 450px;
}

form select.field {
	width: 261px;
}

form fieldset.submit legend {
	display: none;
}

form fieldset.submit .field {
	text-align: center;
}