/**
 * module.css 05/02/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.boite_zoom
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 20/02/2004
*/

#boite_zoom-home img {
	display:block;
	float:left;
	width:100px;
	margin-right:8px;
	border:3px solid #cfd2af;
	border-top:2px solid #cfd2af;
}

#boite_zoom-home h5 {
	float:left;
	width:166px;
	color:#363636;
	font-weight:bold;
}

#boite_zoom-home p {
	clear:both;
	margin-bottom:8px;
}
#boite_zoom-home div {
	clear:both;
	font-weight:bold;
	margin-bottom:8px;
}	

