/* CSS Document */

div#conteneurRealisations{
	position:relative;
	float:left;
	margin-bottom:15px;
}

	a.service{
		border:solid 1px #BFBEBE;
		padding:10px;
		vertical-align:middle;
		display:block;
		margin-bottom:15px;
		color:#FFF;
		text-decoration:none;
		width:620px;
	}
	
		a.service:link, a.service:visited{
			background-color:#4d4b4b;
		}
		
		a.service:hover{
			background-color:#6F6F6F;
		}
		
		a.service:active{
			background-color:#343434;
		}
	
		a.service img{
			margin-right:10px;
			vertical-align:middle;
		}
		
	ol#listeServices{
		list-style:none;
	}
	
div#conteneurServices{
	position:relative;
	float:left;
	margin-bottom:15px;
}

	div#conteneurServices p img{
		float:left;
		margin:0 10px 10px 0;
	}