/* ----'

}-----------------------------------------------------------------
     styles propres à la boutique
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#bonsPlans {

	background-image:url(../elements/fonds/fond_bonsPlans.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	
width : 840px;
	height : 1121px;
}
#contenu{
	position : absolute;
	left:270px;
	top : 310px;
	color : #000;
	font-size : 14px;
	font-family : "Trebuchet MS";
	text-align : left;
	width : 450px;
}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:200px;
	top : 660px;
	width : 99px;
	height : 35px;
}
#contenu dt{
	font-weight : bold;
	margin :15px 0;
}


#contenu h2{
	font-size : 14px;
	margin-bottom : 20px;
}
#pagination {
	margin-top : 30px;
	text-align : center;
}
#pagination ul,#pagination li{
	display : inline;
	list-style-type : none;
}
#pagination ul li {
	margin : 0 3px;
}
#pagination ul li a {
	color : black;
	text-decoration : underline;
}
#pagination ul li a:hover {
	text-decoration : none;
}

/*emplacement de l'espace pub*/
#pub_haut{
	position : absolute;
	left:260px;
	top : 178px;
	width : 468px;
	height : 60px;
	background-color : white;
}