
#bloc_accueil {
	background-color: #CFCFCF;
	background-image: none;
	width: 319px;
	padding: 0 7px 10px;
}

/*#bloc_accueil, #bloc_occasionsmois, #bloc_budget, 
#bloc_presentation , #bloc_marquemod { float: left; }*/
.bloc { float: left; }

#super_bloc_avantages_budget {
	float: left;
	width: 260px; /* 253px + margin 7px */
} 

#bloc_presentation { width: 430px; }
#bloc_marquemod { margin-top: 13px; }
	#vignette-tab { margin-top: 1em; }
#bloc_budget { width: 253px; /*width: 170px;*/ }
	.budget_mod { margin: 0px 5px; }
#bloc_occasionsmois { width: 430px; }
#bloc_avantages { width: 253px; /*color: #004D9F;*/ }

#bloc_identification { width: 170px; }
	#bloc_identification label, #bloc_identification input {font-size: 80%;}
	#bloc_identification form div {
		padding: 0 10px;
	}

/* Tableaux de budget et recherche par marques */
.budget_mod, .moteur-rech-marques {width: 100%; line-height: 1.4em;}


/**************************** MARQUE / MODELES ****************************/
#vignette-tab td {
	width: 50%;
	vertical-align: top;
}	
.vignette-description {
	/*background-color: #DDD;*/
	border: 1px solid #BBB;
	margin: 1px;
}
a.titre_vignette {
	display: block;
	background-color: #004D9F;
	color: #DEF;
	text-transform: capitalize;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
a.titre_vignette:hover {
	color: #FFF;
}
.vignette-description p{
	background-color: #DDD;
	font-size: 11px;
}
