@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 : 25px;
	}
	.content #accueil .tier h5{
		font-size : 13px;
		padding-left : 20px;
		margin-bottom : 3px;
		background : url(../../images/room-hire/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/room-hire/fleche.gif) no-repeat center right;
		text-align : right;
		padding-right : 20px;
		color : #000;
		text-decoration : none;
	}
	.content #accueil .tier a.moin{
		margin-right : 30px;
	}
		.content #accueil .tier a.lireSuite:hover{
			color : #e18e00;
		}

		
/* 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;
	position : relative;
		left : -13px;
}
	.content #accueil .contact strong{
		font-size : 24px;
		margin-left : -2px;
		color : #e18e00;
	}
	.content #accueil .contact span{
		font-weight : bold;
		font-size : 14px;
	}