/* contient la rubrique catalogue, permet à l'image de dépasser */
#conteneur-catalogue {
    position:absolute;
	width:100%;
}
#catalogue-entete {
    width:654px;
    height:388px;
	background-image: url(../images/catalogue/deco-cartouche-1.gif);
	margin-top:10px;
}
#conteneur-menu {  /*  le conteneur du menu avec le cadre noir */
	float:left; /* IMPORTANT pour éviter le dépassement */
	background-color:#FFFFFF;
	width: 602px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#catalogue-menu { /* contient et centre le menu */
	width:597px;
	margin:auto;
}
#catalogue-petzouille-menu {
	float:left;
	width:39px;
	height:35px;
	background-image: url(../images/catalogue/petzouille.gif);
}
#catalogue-cadre-menu {
	float:left;
	width:147px;
	height:51px;
	background-image: url(../images/catalogue/fond-menu.gif);
	text-align:center;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 51px;
	word-spacing: 0.2em;
}
#catalogue-cadre-menu a:hover {
	float:left;
	width:147px;
	height:51px;
	background-image: url(../images/catalogue/fond-menu-ahover.gif);
	text-align:center;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
#catalogue-derniere-fournee {
    position:absolute;
	top:-150px;
	left:150px;
	/* margin-bottom:-135px; */
	width:284px;
	height:176px;
	background-image: url(../images/catalogue/derniere-fournee.gif);
	background-repeat: no-repeat;
}
#catalogue-specialites-du-chef {
	clear:both;
	margin:auto;
	margin-bottom:30px; 
	width:224px;
	height:143px;
	background-image: url(../images/catalogue/specialites-du-chef.gif);
	background-repeat: no-repeat;
}
#conteneur-bazar-catalogue {  /*  le conteneur avec le cadre noir */
	float:left; /* IMPORTANT pour éviter le dépassement */
	background-color:#FFFFFF;
	width: 602px;
	margin-bottom:10px;
	padding-top:175px; /* correspond à la marge pour l'image "dernière fournée" */
 /* padding-left: 10px;
	padding-right:10px; */
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#catalogue-cadre-dernier-bouquin {
	position:relative;
	float:left; /* IMPORTANT pour éviter le dépassement */
	width:auto;
	margin-bottom:30px;
	padding: 25px;
	padding-top:35px;
	background-color:#ECF1E4;
	background-image:url(../images/catalogue/fond-fenouilh.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ecf1e4;
}
#catalogue-cadre-bouquin {
	float:left; /* IMPORTANT pour éviter le dépassement */
	width:100%;
	background-color:#ffffff;
}


#actu-separation {
	float:left;
	width:100%;
	margin-top:1.2em;
	margin-bottom:1.2em;
}

#catalogue-centrage-bouquin {
    margin:auto;
	width:80%;
}

#catalogue-intro-logo{
    float:left;
	width:150px;
}

#catalogue-intro-texte{
    float:right;
	width:335px;
}

#catalogue-intro-texte h3 {
	font-size:0.7em;
	font-weight:100;
	color: #666666;
}

.catalogue-texte {
	margin-top:1em;
	display:block;
	font-size:0.8em;
	color:#333333;
	line-height:1.6em;
	background-color:#FFFFFF;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
}

.catalogue-texte a:hover {
	color: #b5794f;
}

#catalogue-intro-logo2{
    float:left;
	width:20%;
	margin-right:22px;
}
#catalogue-intro-texte2{
    float:right;
	width:70%;
}

#catalogue-intro-texte2 h3 {
	font-size:0.7em;
	font-weight:100;
	color: #666666;
}

.catalogue-texte2 {
    display:block;
    margin-top:1em;
    font-size:0.7em;
	color:#b5794f;
	line-height:1.6em;
}

