/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	margin: 15px 0px 15px 0px;
	font-size: 16px;
	/*color: #1F87C7;*/
	color:#5981AD;
}

h2 {
	background-image: url(../img/construct/icone.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 18px;
	font-size: 11px;
	color: #414747;
	font-weight:none;
}

h2 a {
	color: #bb7513;
}

h3 {
	margin: -5px 0px 3px 0px;
	padding: 0 20px 0 20px;
	font-size: 13px;
	color: #072F48;
}

h3 + p {
	margin: 0px 0px 25px 0px;
	padding: 0 20px 0 20px;
}

h4 {
	margin: 25px 0px 5px 0px;
	font-size: 12px;
	color: #a1401a;
	font-weight:bold;
}

h4 a:link, h4 a:visited{color:#a1401a;}

h4 a:hover{color:#000;}

h5 {
	font-size: 11px;
	font-weight:bold;
	padding:10px 0 -5px 0;
}

p {
	margin: 0px 0px 15px 0px;
}

em {
	font-size: 11px;
}

strong {
	font-size: 11px;
	font-weight: bold;
	color: #3b3022;
}

ul, ol {
	margin: 0px 0px 30px 20px;
}

li {
	margin: 12px;
	list-style-image:url(../img/construct/bullet.gif);
}

a:link, a:visited {
	text-decoration: none;
	color: #ED5E25;
}

a:hover {
	/*text-decoration: underline;*/
	color: #7b1919;
}

div.lirePlus {
	text-align: right;
}

a.plus {
	color: #995d22;
}

/* ----- GALERIE -------------------------------------------------------------------------------- */

#galerie {
	margin: 0;
}

#galerie img {
	margin: 18px;
	border: 1px solid #3b3022;
}

/* ----- 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;
}
