/* FOR THE SUBMENU */


.networkContainerShadow{

	float: left;
	background: url(../images/main_22.jpg) repeat-x bottom;
	width:940px;
	height: 55px;
	margin-top:20px;
	

}

.networkSMenuImage{

	float:left;
	width:142px;
	height:50px;
	margin-left:12px;
	cursor: pointer;	
	background: url(../images/network/networkSMenuImage.png)  bottom;
	
	

}
.networkSmenuItem{

	float:left;
		color:#5c90c2;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 12px;
	text-align: center;
	width:142px;

}

.networkSmenuText{

	float:left;
	width:230px;
	color:#5c90c2;
	font-size: 9px;
	

}


/*   Button */

.buttonMini{ /* Car type, fuel,... */

	float:left;
	background:url(../images/rangeSmallButtonOut.jpg) no-repeat;
	cursor: pointer;
	width:87px;
	height: 16px;
	text-align: center;
	color: #636363;
	font-family: Arial;
	font-size: 0.7 em;
	padding-top: 2px;
	margin:3px;

}

.buttonBig{ /* Price */

	float:left;
	background:url(../images/rangeBigButtonOut.jpg) no-repeat;
	cursor: pointer;
	width:133px;
	height: 16px;
	text-align: center;
	color: #636363;
	font-family: Arial;
	font-size: 0.7 em;
	padding-top: 2px;
	margin-left:16px;

}


/*   Range Car Matrix */


.rangeCarContainer{

	width:146px;
	height: 90px;
	float: left;
	padding:12px 3px 4px 4px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;

}

.rangeCarText{
	margin-top: 4px;
	float:left;
	width:146px;
	height:17px;
	text-align: center;
	background: url(../images/martix_25.jpg) no-repeat center;
	color: #FFFFFF;
	display: inline;
	font-family: Arial;
	font-size: 14px;
	}

.rangeCarTitleContainer{

	float:left;
	width:930px;
	margin-top:16px;
	display: inline;

	

}
.rangeCarTitle{

	float:left;
	width:153px;
	height: 28px;                                        
	text-align: center;
/*	background: url(../images/martix_21.jpg) no-repeat top;*/
	background: url(../images/martix_21big.jpg) no-repeat top;
	padding-top:6px;
	

}

.rangeCarTitleMini{

	float:left;
	width:84px;
	height: 28px;                                        
	text-align: center;
	background: url(../images/martix_21.jpg) no-repeat top;
	padding-top:6px;
	margin-right:35px;
	

}

/*****TIPS*************/
  
/* Modif. Ewapps : pour .tipz --> text-decoration:none ajouté pour éviter sous-ligné bleu sous les noms de modèles (page Range.aspx) */  
.tipz           {  width:274px;height:150px;text-decoration : none;}  
.tip            { width:274px;background:url(../images/infoBulle.png);height:150px; }  
.tip-top        {   }  
.tip-title      { width:140px;color:#FFFFFF; font-weight:bold; padding:26px 0px 0px 13px;float:left;height: 120px;}  
.tip-text       {float:left;text-align:center;font-size:9px;color:#FFFFFF; padding:26px 0px 0px 0px;width:100px;font-size: 12px;height: 120px;}  
.tip-bottom     {  }  
  
  
   






