body {
	margin: 0;
	padding: 0;
	font: 10pt Verdana;
	background: #FFF;
	color: #000;
}
td {
	font: 10pt Verdana;
}
hr {
	border: solid 1px #000;
}

/*** Formulaire ***/
.titre {
	margin: 10px 10px 2px;
	background-color: #F90;
	background-image: url('images/title_bar_bg.png');
	height: 26px;
	text-align: center;
	font: 16px Arial;
	color: #FFF;
	font-weight: bold;
}
.center {
	width: 800px;
	margin: auto;
}
h2 {
	margin-top: 24px;
	text-align: center;
	font-size: 16px;
}
fieldset {
	border: solid 1px #CCC;
	padding: 0 10px 10px 10px;
	background-color: #EEE;
	margin-bottom: 10px;
}
legend {
	color: maroon;
	font-size: 11pt;
	font-weight: bold;
}
.label {
	float: left;
	width: 370px;
	text-align: right;
	margin-right: 4px;
}
input.right {
	width: 30px;
	text-align: right;
}
input.text {
	width: 270px;
}
#prospect_coords {
	display: none;
}
.button {
	font-weight: bold;
	font-size: 14px;
}

/*** Devis ***/
a {
	color: #06C;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: none;
}
#devis {
	width: 725px;
	margin: auto;
}
h1 {
	margin: 0 5px;
	padding: 0;
	color: #F60;
	font: 14pt Georgia;
}
#title_date,#title_vendeur {
	float: left;
	margin-left: 20px;
	padding-left: 5px;
	width: 110px;
}
#date,#vendeur {
	float: left;
	padding-left: 5px;
}
#prospect_address {
	clear: left;
	height: 110px;
	padding-left: 50%;
}
.liste {
	border: 0;
	padding: 0;
	width: 100%;
}
td.liste {
	font-weight: bold;
}
.little {
	font: 8pt Georgia;
}
.orange {
	color: #FF6600;
	font-weight: bold;
}
.bg_gray {
	background-color: #E6E6E6;
	background-image: url('http://www.mediapole.org/extra/images/bg_gray.gif');
	font-weight: bold;
}
.center_gray {
	background-color: #E6E6E6;
	background-image: url('http://www.mediapole.org/extra/images/bg_gray.gif');
	font: 12pt Georgia;
	font-weight: bold;
	text-align: center;
}
.center_yellow {
	background-color: #FFC;
	background-image: url('http://www.mediapole.org/extra/images/bg_yellow.gif');
	font: 12pt Georgia;
	font-weight: bold;
	text-align: center;
}
.bg_blue {
	background: #06C;
	background-image: url('http://www.mediapole.org/extra/images/bg_blue.gif');
	color: #FFFFFE;
	font-weight: bold;
}
.sub_title1 {
	text-align: center;
	background-color: #06C;
	background-image: url('http://www.mediapole.org/extra/images/bg_blue.gif');
	color: #FFFFFE;
	font-size: 7pt;
	font-weight: bold;
}
.sub_title2 {
	text-align: center;
	background-color: #06C;
	background-image: url('http://www.mediapole.org/extra/images/bg_blue.gif');
	color: #FFFFFE;
	font-size: 7pt;
	font-weight: bold;
}
.sub_title3 {
	text-align: right;
	background-color: #06C;
	background-image: url('http://www.mediapole.org/extra/images/bg_blue.gif');
	color: #FFFFFE;
	font-weight: bold;
}
.asterisk {
	font: 7.5pt Georgia;
	color: #000;
}
#message_perso {
	width: 725px;
	height: 515px;
	border: solid 1px rgb(255, 153, 0);
	font: 10pt Verdana;
	overflow: auto;
}
.image {
	background-color: #FFF;
	text-align: center;
}
.page {
	/*position: relative;
	height: 1200px;*/
}
.footer {
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 8pt;
	font-style: italic;
}

/*** Tarifs ***/
.tarifs {
	margin: 0 auto;
	width: 670px;
	background-color: #FFF;
	border: solid 2px #444;
	padding: 0 0 7px;
}
.tarifs h1 {
	margin: 30px 5px 0;
	padding: 0;
	color: #F60;
	font: 14pt Georgia;
	font-weight: bold;
}
.tarifs h1 a {
	color: #F60;
	font: 14pt Georgia;
	text-decoration: none;
}
.tarifs h1 a:hover {
	text-decoration: underline;
}
.tarifs h2 {
	text-align: left;
	text-decoration: underline;
	font: 15pt Georgia;
	font-weight: bold;
	padding: 0 7px;
	color: #444;
}
.tarifs h3 {
	color: #595959;
	font: 9pt Georgia;
	font-weight: bold;
	padding: 0 7px;
}
.tarifs td {
	height: 30px;
	color: #595959;
	font: 9pt Georgia;
	font-weight: bold;
}
.tarifs td.image {
	width: 160px;
}
.tarifs .bg_white {
	background-color: #FFF;
}
.tarifs .comment {
	width: 440px;
	padding: 1px 0 1px 7px;
}
.tarifs .comment_only {
	width: 810px;
	padding: 1px 0 1px 7px;
	color: #444;
}
.tarifs .comment_only_remise {
	width: 778px;
	padding: 1px 0 1px 7px;
}
.tarifs .black {
	color: #000;
}
.tarifs .price {
	width: 70px;
	background-color: #FFF;
	text-align: center;
	white-space: nowrap;
}
.tarifs hr {
	border: solid 1px #444;
}
/* div { border: dashed 1px maroon; } */