@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

body {
	line-height: 14px;
	font-family: "Trebuchet Ms";
	font-size: 13px;
	background-color: #0C0F0C;
}

.clear {
	height: 0px;
	display: block;
	clear: both;
}

h1, h2 {
	margin-bottom: 30px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	background-color: #FFF;
}

#header {
	padding: 20px 0 0 50px;
	font-family: Georgia;
	height: 45px;
}

#header h1 {
	font-size: 34px;
}

#main {
	position: realtive;
	width: 100%;
}

#menu {
	width: 130px;
	min-height: 300px;
	height: 100%;
	background-color: #C3DFC3;
	float: left;
}

#content {
	border: 0 none;
	display: block;
	margin-left: 150px;
	position: relative;
}

#contentField {
	border: 0 none;
}

/**
 * affichage des erreurs et validations
 */
#flashMessage {
	-moz-border-radius: 4px;
	font-size: 1.1em;
	margin: 0px auto 10px;
	border-style: solid;
	border-width: 2px;
	width: 90%;
	padding: 4px 4px 4px 30px;
	background-repeat: no-repeat;
	background-position: 8px 5px;
}

#flashMessage.error {
	background-image: url(false.png);
	background-color: #FFE3E3;
	border-color: #DD0000;
	color: #740033;
}

.error-message {
	color: #990000;
}

div.listing-oeuvre {
	clear: both;
	margin: 0 0 10px;
	min-height: 170px;
}

div.listing-oeuvre h3 {
	color: #603813;
	font-size: 14px;
	margin-left: 150px;
}

div.listing-oeuvre h3 a {
	color: #603813;
	text-decoration: none;
}

div.listing-oeuvre h3 a:hover {
	text-decoration: underline;
}

div.listing-oeuvre p {
	margin-left: 150px;
}

#photoList {
	width: 90%;
	margin: 20px auto 0;
}

div.oeuvreDescrLong p {
	margin-bottom: 10px;
}

/* contour image  */
.contour_image {
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #222;
	padding: 10px;
	overflow: visible;
	position: relative;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}

form div.champ {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin: 10px auto;
	text-align: center;
	width: 50%;
}

div.champ {
	clear: both;
	text-align: left;
	margin-bottom: 5px;
}

.champ label {
	display: block;
	width: 200px;
	float: left;
	padding: 3px 8px 3px 10px;
	text-align: right;
	font-size: 12px;
}

.champ-br label {
	float: none;
}

.champ label span {
	color: #999999;
	display: block;
	font-size: 0.9em;
}

input, select, textarea {
	font-size: 11px;
	padding: 2px 1px;
	text-align: left;
}

input.noborder {
	border: 0;
	padding: 0;
}

input.button1, input.button2 {
	color: #000;
}

form div.champ div.checkbox {
	margin-left: 220px;
	width: 300px;
}

form div.champ div.checkbox label {
	float: none;
	display: inline;
}

.champ-br .champ-input {
	width: 520px;
	margin-left: 0;
}

form div.champ table {
	clear: none;
}

#wrap-end {
	height: 0px;
	clear: both;
}

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto;
	background-color: #0C3F0C;
}
