#flash_home {
	clear: both;
	width: 950px;
	height: 160px;
	background: #cc1354;
	display: block;
	margin-bottom: 20px;
}

ul#realisations {
	border-bottom: 1px solid #fcdbe6;
	margin-bottom: 10px;
}

	ul#realisations li {
		clear: both;
		margin-bottom: 15px;
	}

	ul#realisations li img {
		float: left;
		width: 110px;
		height: 70px;
		display: block;
		float: left;
		margin-right: 20px;
        border: 0px;
	}
	
	ul#realisations li h3 {
		margin-bottom: 5px;
		padding: 0px;
	}
	ul#realisations li p {
		margin: 0px;
		padding: 0px;
		margin-bottom: 3px;
	}	
    
    ul#realisations li p a {
        background: url('/images/layout/fleche2.gif') no-repeat;
        padding-left: 14px;
        padding-top: 3px;
		color: #f96d9e;	        
        font-size: 11px;
    }	    
	