#goodie{}

#listeGoodie span { display: block; }
#listeGoodie li { overflow: hidden; width: 227px; height: 233px; float: left; margin-bottom: 10px; border: 1px solid #EBEBEB; }
#listeGoodie .margeGoodie { margin-left: 10px; }
	#listeGoodie .elementGoodie { overflow: hidden; width: 227px; height: 233px; }
		#listeGoodie .imgGoodie { overflow: hidden; width: 227px; height: 148px; }
				#listeGoodie .imgGoodie img{ position: relative; display: block; margin-left: auto; margin-right: auto; margin-top: 15px; }
				
		#listeGoodie .texteGoodie { overflow: hidden; width: 227px; height: 85px; background-color: #EBEBEB; }
			#listeGoodie .texteGoodie .titreGoodie { 
				overflow: hidden; 
				width: 207px; 
				height: 17px;  
				margin-left: 10px; 
				margin-top: 10px; 
				color: #001D68; 
			} 
			
			#listeGoodie .texteGoodie .descGoodie { 
				overflow: hidden; 
				width: 207px; 
				height: 33px;  
				margin-left: 10px; 
				text-align: justify; 
			}
			
			#listeGoodie .texteGoodie .clicGoodie {
				width: 100px; 
				height: 25px; 
				background-repeat: no-repeat;
				background-image: url('../../img/INTERNET/MDP/HOME/b_cliquezici.gif');	
				margin-left: 117px; 
				text-indent: -5000px;
			}

#goodie form { position: relative;  top: 12px; height: 35px; } 
	