/* CSS Document */
/*TEXTE*/
.centre{
	width:648px;
	float:left;
	padding-left:10px;
}
.texte{
	float:left;
	width:255px;
	margin:19px 0px 20px 0px;;
	text-align:justify;
	line-height:14px;
}
.logopetit{
	float:left;
	width:128px;
	height:155px;
	/*194px;*/
	background-image:url(images/logo.gif);
	background-position:top;
}
/*BLOC CATALOGUE*/
.catalogue{
	float:left;
	width:658px;
	height:161px;
	/*position:relative;*/
	background-image:url(images/inspiration.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#ddc600;
}
.catalogue div{
	float:right;
}	
.catalogue div img{
	border:none;
}