@charset "utf-8";
/******* div #fiche ******/
#fiche{
	width: 725px;
	float: left;
	margin: 18px 0px 14px 15px;
	position: relative;
}

#fiche h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 7px;
}

#principal{
	background-color: #ffed63;
	width: 725px;
	margin-top: 5px;
}

#principal td{
	vertical-align: top;
}

#principal #photos{
	width: 335px;
	padding-bottom: 8px;
}

#principal #photos #apercu{
	text-align: center;
	margin: 8px 18px 0px;
}

#principal #photos #minis{
	margin: 6px 0px 0px 18px;
}

#principal #photos #minis td{
	width: 100px;
}

#principal #infos{
	padding-bottom: 8px;
	padding-right: 6px;
}

#principal #infos #tarif{
	font-size: 24px;
	text-align: right;
	margin-top: 8px;
}

#principal #infos table th{
	padding: 0px 5px 3px 0px;
	text-align: left;
	font-weight: bold;
}

#principal #infos table td{
	padding: 0px 0px 3px 0px;
}

.zone_fiche{
	border: 1px solid #dea303;
	margin: 10px 0px 0px;
}

.zone_fiche h2{
	background-image: url(../images/automobiles/bgtitrefiche.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #dea303;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	padding-left: 37px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	position: relative;
}

.zone_fiche h2 img{
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 4px;
}

.zone_fiche p{
	margin: 5px;
}

#vendeur td{
	vertical-align: top;
}

#coordonnees{
	width: 350px;
}

#coordonnees #tel{
	font-size: 24px;
	font-weight: bold;
}

#formulaire form{
	margin: 5px;
	padding: 0px;
	width: 360px;
}

#formulaire fieldset{
	border: 1px solid #FF9900;
	margin: 0px;
	padding: 0px;
}

#formulaire legend{
	font-weight: bold;
	color: #FF9900;
}

#formulaire label{
	float: left;
	width: 100px;
	font-weight: bold;
}

#formulaire fieldset input, textarea{
	width: 230px;
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#boutons{
	list-style-type: none;
	margin: 7px 0px 0px;
	padding: 0px;
	height: 20px;
}

#boutons li{
	float: left;
	margin-right: 5px;
	position: relative;
	border: 1px solid #000000;
}

#boutons li img{
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
}

#boutons li a{
	color: #000000;
	display: block;
	padding-left: 22px;
	padding-right: 4px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(../images/automobiles/bgbtn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#boutons li a:hover{
	color: #000000;
	background-image: url(../images/automobiles/bgbtn-over.jpg);
}

/*********** div #autres ***********/
#autres{
	margin: 18px 0px 14px 755px;
	width: 200px;
	border: 1px solid #bdc7b6;
}

#autres h2{
	background-image: url(../images/automobiles/bgavoir.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #bdc7b6;
	padding-left: 6px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#autres div{
	margin: 0px 4px;
	border-bottom: 1px solid #CCCCCC;
}

#autres .titre_voir{
	padding: 3px 0px;
}

#autres .mini_voir{
	text-align: center;
}

#autres .prix_voir{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
}

/********* div #erreurs *********/
#erreurs{
	margin: 0px 0px 12px;
	color: #CC0000;
	padding: 4px;
}

#erreurs p{
	padding-bottom: 0.2em;
}

#erreurs ul{
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
