/*  CCBot/1.0 (+http://www.commoncrawl.org/bot.html) */

/*—————————————————————————————————————————————————————————————————————————————	donnees vehicules	*/

	.txt{
		width:120px;
		text-align:right;
		margin-right:10px;
		}

	#marque, #modele, #type, #monte{
		height:22px;
		font: normal 12px/15px Verdana;
		background-color: #eef0ff;
		border: 1px inset #fff;
		padding-left:6px;
		position:relative;
		top:2px;
		}

	#marque, #modele, #type{
		width:250px;
		margin:5px 10px 0px 0px;
		}

	#monte{
		width:100px;
		margin:5px 10px 0px 0px;
		}

