#contenu-tarifs {
	margin: 0 0 0 190px;
	padding: 0;
	position: relative;
	height: 820px;
}

#contenu-form {
	margin: 8px;
	padding: 0;
	position: relative;
	height: 500px;
	border: 1px solid #000;
}

#titranim {
	height: 140px;
	width: 330px;
	position: absolute;
	left: 50%;
	margin: -40px 0 15px -160px;
	padding: 0;
}

#centre {
	margin-top: 100px;
	position: absolute;
	width: 100%;
	height: 285px;
}

#tarifs, #colonne-gauche {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 48%;
}

#form {
	position: absolute;
	top: 0;
	left: 0;
	padding : 4px;
	width: 170px;
	margin: 80px 0 0 40px;
	font-weight: bold;
	border: solid 1px #903;
}

form {
	position: relative;
	margin-top: 110px;
	width: 100%;
	height: 360px;
	text-align: left;
	font-weight: bold;
}


#form a:hover {
	text-decoration: none;
	font-weight: bold;
}

#services, #colonne-droite {
	position: absolute;
	right: 0;
	top: 0;
	width: 49%;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: left;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
	margin-top: 14px;
	color: #903;
}

.sousdt {
	color: #000;
	margin-top: 6px;
}

.grosdt {
	font-size: 16px;
}

dd {
	color: #000;
	margin-left: 0;

}

a {
	color: #903;
	text-decoration: none;
}

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

input, textarea {
	border: 1px solid #903;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#submit {
	margin: 0 100px 0 0;
	padding: 2px;
	background-color: #903;
	color: #FFF;
	
}

