/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.body_content 
{
    position: relative;
	padding-bottom: 25px
}
html[xmlns] .body_content 
{
    min-height: 377px;
}
.body_content {
	width: 581px;
}
* html .body_content {
	width: 590px;
}
* html .footer div {
	width: 590px;
}
.zone0 {
	float: left;
	width: 176px;
	padding-top: 26px;
}
.zone1 {
	padding-bottom: 18px;
}
.zone2 {
	padding-bottom: 30px;
}
* html .zone4 {
	float: right;
	margin-right: 5px;
	margin-top: 26px;
	border: solid 1px #4A4A4A;
}
.zone4 {
	float: right;
	margin-right: 10px;
	margin-top: 26px;
	border: solid 1px #4A4A4A;
}
span.link_next {
	clear:both;
	width:130px;
	float: right;
	margin:5px 0 -20px 0;
	padding-left: 20px;	
	color: #003C8A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/zp/templates/Service_SAV/images/puce_linknext.gif);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 15px;	
}
span.link_next a {
	color: #003C8A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
}
span.link_next a:hover {
	text-decoration: underline;
}

/*****************FORMULAIRE**********************/
/**TABLE**/
table.formulaire {
	/*padding: 22px 11px 22px 15px;*/
	width: 385px;height: 364px;
	background: url(/zp/templates/Occasions/images/form.png) /*top left no-repeat*/;
}
/**TR**/
table.formulaire tr {
	height: 26px;
}
table.formulaire tr.valid_tr {
	height:112px;
}

/**TD**/
table.formulaire td {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: white;
}
td.col1_start {
	padding-left:15px;
	width: 129px;
	padding-top:24px
}
td.col2_start {
	padding-top:24px;
}
td.col1 {
	padding-left:15px;
	width: 129px;
}

table.formulaire td.valid_td {
	color: #004694; 
	font-size: 12px;
}

/**SELECT**/
table.formulaire select {
	width: 149px;
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
/**INPUT**/
table.formulaire input.km{
	width: 60px;
}
table.formulaire input.annee {
	width: 30px;
}
table.formulaire input.prix_min {
	width: 73px;
}
table.formulaire input.prix_max {
	width: 73px;
}
/**DIV**/
div.valid_img {
	float: left;
}
div.valid_img_detail {
	margin-left: 133px;
	margin-top: 26px;
}
div.valid_lbl_text {
	margin-top: 32px;
	margin-left: 171px;
}
div.valid_lbl_text a{
	text-decoration: none;
	color: #0E5992;
	cursor: pointer;
	cursor: hand;
}