/* CSS Document */
#cadrebook {
	/*layout*/	
	width: 955px;
	height: 580px;
	margin-left: -475px;
	margin-top: -290px;
	position: absolute;
	left: 50%;
	top: 50%;
	/*style*/
	border: 1px solid #000000;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color:#000000;
}

#book {
	position:absolute;
	top:190px;
	left:55px;
	background-image:url(collections.png);
	background-repeat:no-repeat;
	width:379px;
	height:50px;
}

#boutons {
	position:absolute;
	top:90px;
	left:55px;
	width:269px;
	height:60px;
}

#image {
	position:absolute;
	top:75px;
	left:537px;
	width:400px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

#image2 {
	position:absolute;
	top:60px;
	left:537px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

#vignettes {
	position:absolute;
	top:280px;
	left:345px;
	width:165px;
	height:267px;
}

#vignettes ul {
	padding:0;
	margin:0;
}

#vignettes li {
	display:inline;
}

#vignettes a {
	float:left;
	height:45px;
	width:45px;
	margin-left:10px;
	margin-bottom:10px;
}

/*-- LES BOUTONS --*/
#btn-gastronomie {
background-image:url(btnbook/btn_01-over.png);
width:450px;
height:25px;
margin-top:3px;
}

a.gastronomie {
display: block;
background-image:url(btnbook/btn_01.png);
background-repeat:no-repeat;
width:450px;
height:25px;
margin-top:3px;
}

a.gastronomie:hover {
background-image:url(btnbook/btn_01-over.png);
}

#gastronomie {
position:absolute;
top:257px;
left:55px;
background-image:url(gastronomie.png);
background-repeat:no-repeat;
width:450px;
height:30px;
}

#btn-collection_food_photo {
background-image:url(btnbook/btn-collection_food_photo.png);
background-repeat:no-repeat;
width:380px;
height:25px;
margin-top:3px;
}

a.collection_food_photo {
display: block;
background-image:url(btnbook/btn-collection_food_photo2.png);
background-repeat:no-repeat;
width:380px;
height:25px;
margin-top:3px;
}

a.collection_food_photo:hover {
background-image:url(btnbook/btn-collection_food_photo.png);
}

#collection_food_photo {
position:absolute;
top:260px;
left:55px;
background-image:url(foodphoto.png);
background-repeat:no-repeat;
width:467px;
height:30px;
}

#packaging {
position:absolute;
top:257px;
left:55px;
background-image:url(packaging.gif);
width:337px;
height:18px;
}

/*-- LE TEXTE --*/
#texte {
position:absolute;
top:290px;
left:55px;
width:265px;
text-align:justify;
}

#texte li {
list-style-type:square;
list-style-position:outside;
}


img.ligne_blanche {
	position:absolute;
	left:0px;
	top:235px;
}

#boutons_accueil {
	position:absolute;
	top:100px;
	left:255px;
}




