
/* --------------------------------------------------------------------------------------------- Bloc Actus */

	#bloc-actus {
		width:600px;
		height:420px;
		background:white;
		position:relative;
		float:left;
	}
	
	#bloc-actus h2 img{
		margin:5px 0 20px 20px;
	}
	
	#bloc-actus a{
		font-size:0.6em;
		color:#44aeff;
		text-decoration:underline;
	}
	
	#bloc-actus .article {
		clear:both;
		float:left;
		margin-bottom:20px;
		height:135px;
		overflow:hidden;
		width:100%;
	}
	
	#bloc-actus .article img {
		float:left;
		margin-left:10px;
	}
	
	#bloc-actus .article .contenu-article {
		margin-left:190px;
		padding-right:15px;
	}
	
	#bloc-actus .article .contenu-article h3 , #bloc-actus .article .contenu-article h3 a{
		color:#ff9544;
		font-weight:normal;
		margin-bottom:5px;
		text-decoration:none;
		font-size:1.1em;
	}
	
	#bloc-actus .article .contenu-article h3 a:hover{
		text-decoration:underline;
	}
	
	#bloc-actus .article .contenu-article p{
		font-size:0.8em;
		color:#646464;
	}
	
	#bloc-actus .article .contenu-article p a{
		font-size:0.8em;
	}
	
	#bloc-actus .article .contenu-article p.intro{
		border-left:5px solid black;
		padding-left:8px;
		margin-bottom:10px;
		color:black;
	}
	
	#bloc-actus a.view-all {
		bottom:10px;
		left:420px;
		display:block;
		position:relative;
		float:left;
		
	}
	
	#bloc-actus #lien-coin {
		position:absolute;
		right:0;
		bottom:0;
	}
	
/* --------------------------------------------------------------------------------------------- Bloc Services */

	#bloc-services {
		width:358px;
		height:420px;
		float:left;
		margin-left:6px;
		overflow:hidden;
	}
	
	#bloc-services h2{
		margin-bottom:2px;
		margin-left:4px;
		letter-spacing:-0.03em;
	}
	
	#bloc-services #liste-services {
		width:100%;
		float:left;
	}
	
	#bloc-services #liste-services .lien-service {
		width:176px;
		height:97px;
		float:left;
		margin:0 0 3px 3px;
	}
	
	* html #bloc-services #liste-services .lien-service {
		margin:0 2px 0 0;
	