/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	background-image: url(../img/construct/icone.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 16px;
	color: #58202E;
}

h2 {
	margin: 5px 0px 5px 0px;
	font-size: 13px;
	color: #985C22;
}

h2 a {
	color: #995d22;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}

p {
	margin: 0px 0px 15px 0px;
}

ul, ol {
	margin: 0px 0px 20px 20px;
}

li {
	margin: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #995d22;
}

a:hover {
	/*text-decoration: underline;*/
	color: #613a15;
}

div.lirePlus {
	text-align: right;
}

a.plus {
	color: #995d22;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 400px;
	margin: 0px auto 10px auto;
	border: 0px;
	text-align: left;
}

fieldset legend {
	display: none;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 130px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #cbbb9d;
	font-size: 11px;
}

input {
	width: 215px;
}

select {
	width: 217px;
}

textarea {
	width: 350px;
}

.error {
	color: #995d22;
	font-weight: bold;
}