/* la liste des voitures l ensemble*/
.popup1 {
			width:100%;
			
			margin:0 -10px;
			padding:0 10px;
			
			border:0;
			
			float:left;
			
			background-color:#FFFFFF;
			
			
			
		}

.popup1  a {
	z-index:10000; 	position:relative;  
	}

		
.poptitre {
	
	color: #646464;
	font-size:1.2em;
	line-height: 1.2em;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 2px solid #dedede;
	
	/*font-size: 14px; 
			 font-weight:bold; 
			 color:white;
			 background-color:#7F7F7F;
			 margin:0 -10px;
			  padding:0 10px;
			 border:0;
 			 width:100%;*/
	
		}
		
		
		
		
		
.poptext img
		 {
			width: 180px;
			height:135px;
			text-decoration:none;
			
			
			
			
		}
		
.poptext {
	width: 100%;
	text-decoration:none;
       font-size:0.9em;
	line-height: 1.2em;

			
			
		}
		
/* la liste des voitures */
.poptext {
		    display: block;
			border: 0;
			margin: 3px;
			
		} 
		
		/* les images 
		.poptext img.popimg {
			position:absolute;
			left:-9999px;
			width: auto;
			height: auto;
			/* --- Fin
			border: 1px solid black;
			
			float:right;
			top: 6em;
			
		}*/
		
		
.poptext img.popimg {
		position:absolute;
		left:-9999px;
		
		}
		
		
		/* images au passage de la souris */
		.poptext:hover img.popimg {
			position:absolute; 
			left:500px; 
			 border: 1px #B4B4B4 solid;

		margin:0; padding:2px; 
		
		
		
		
		}
		
	
		
