@charset "utf-8";

/*************** Div de structure *****************/
#contentAccueil{
	background: url(../img/accueil/background.jpg) 17px 10px no-repeat;
	height: 669px;
}

#presentation{
	margin: 0px 24px 0px 118px;
	padding-top: 18px;
}

#coupsCoeur{
	margin: 33px;
	clear: right;
}

/************* Div #presentation *************/
#presentation img{
	float: right;
	border: 2px solid #FFFFFF;
}

#presentation p{
	margin-bottom: 0.8em;
	text-indent: 30px;
	font-size: 18px;
	margin-right: 332px;
	font-weight: normal;
}

/**************** div #coupsCoeur **************/
#coupsCoeur{
	margin-left: 242px;
}

#coupsCoeur div{
	float: left;
	border: 2px solid #dedede;
	height: 210px;
	width: 210px;
	margin-left: 15px;
	background-color: #000000;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#coupsCoeur div span{
	position: absolute;
	z-index: 1;
	width: 210px;
	top: 210px;
	left: 0px;
	text-align: center;
	padding: 2px;
	background: url(../img/accueil/bg-coup-coeur.png) left top repeat;
	color: #000000;
	font-size: 14px;
	overflow: hidden;
}
