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

h1 {
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 10px 20px;
	font-size: 14px;
	color: #55382b;
	background-image: url(../img/construct/bg_h1.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h2 {
	margin: 5px 10px 5px 10px;
	font-size: 11px;
	color: #a9582a;
}

h3 {
	margin: 15px 10px 5px 10px;
	font-size: 11px;
	color: #7f7967;
}

p {
	margin: 5px 10px 15px 10px;
}

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

li {
	margin: 5px;
}

a:link, a:visited {
	color: #55382b;
	text-decoration: none;
}

a:hover {
	color: #5c594c;
	text-decoration: underline;
}

h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 11px;
	color: #a9582a;
}

a.plus:link, a.plus:visited {
	color: #5c594c;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

a.plus:hover {
	color: #5c594c;
	text-decoration: underline;
}
/* ----- TARIFS -------------------------------------------------------------------------------- */
#tarif_table{
	border:1px solid #D4D2CA;
	font-size:10px;
	margin:0 0 0 20px;
}
#tarif_table td{
	border:1px solid #D4D2CA;
}
/* ----- FORM -------------------------------------------------------------------------------- */

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

fieldset legend {
	display: none;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	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 #595959;
	font-size: 11px;
}

input, select {
	width: 165px;
}

textarea {
	width: 350px;
}

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