@CHARSET "ISO-8859-1";

.content #accueil .tier{
	float : left;
	width : 240px;
	padding : 20px 25px;
}
	.content #accueil .tier h3{
		font-size : 18px;
		font-weight : normal;
		margin-bottom : 35px;
	}
	.content #accueil .tier h5{
		font-size : 13px;
		padding-left : 20px;
		margin-bottom : 3px;
		background : url(../../images/mystery-shopping/fleche.gif) no-repeat center left;
	}
	.content #accueil .tier p{
		text-align : justify;
		margin-bottom : 15px;
		color : #7d7d7d;
	}
		.content #accueil .tier p strong{
			font-weight : bold;
			color : #606060;
		}
	.content #accueil .tier a.lireSuite{
		display : block;
		background : url(../../images/mystery-shopping/fleche.gif) no-repeat center right;
		text-align : right;
		padding-right : 20px;
		color : #000;
		text-decoration : none;
	}
		.content #accueil .tier a.lireSuite:hover{
			color : #672181;
		}
	.content #accueil .tier ul{
		width : 227px;
		margin-left : 7px;
		list-style-type : none;
	}
		.content #accueil .tier ul li{
			background : #ececec;
			padding : 5px 5px 5px 35px;
			margin : 3px 0px;
			color : #000;
			font-size : 12px;
		}
		
/* CONTACT */
.content #accueil .contact{
	display : block;
	clear : both;
	color : #7f7f7f;
	text-decoration : none;
	font-size : 12px;
	background : url(../../images/contact.jpg) no-repeat top left #fff;
	padding-left : 95px;
	width : 149px;
	padding-top : 13px;
	height : 110px;
	margin-top : 25px;
}
	.content #accueil .contact strong{
		font-size : 24px;
		margin-left : -2px;
		color : #672181;
	}
	.content #accueil .contact span{
		font-weight : bold;
		font-size : 14px;
	}
