body {
	background: #f9eeda url(/img/cocktails/cocktailsBg.jpg) center center no-repeat;
}

#cocktailsTop {
	width: 868px;
	height: 235px;
	margin-top: 8px;
	padding: 7px;
	background: url(/img/cocktails/cocktailsCenterBorder.png);
}
#cocktailsTopBg {
	width: 868px;
	height: 235px;
	background: url(/img/cocktails/cocktailsCenterBg.jpg);
	position: relative;
}
#martiniLink {
	position: absolute;
	top: 127px;
	left: 104px;
}
#navanBottle {
	position: absolute;
	bottom: 0;
	left: 375px;
}
#sodaLink {
	position: absolute;
	top: 124px;
	left: 659px;
}
/*ligne de liens sous la frise haute*/
#linksLine {
	width: 880px;
	height: 24px;
	padding: 8px 0 4px 0;
}
#seasons {
	float: left;
}
#rightLinks {
	float: right;
}
#recipeLink {
	margin-right: 4px;
}
/*carrousel*/
#placeCarrou {
	padding-left: 70px;
	height: 160px;
	position: relative;
	z-index: 20;
}
#carrouLeft, #carrouRight {
	float: left;
	width: 43px;
	height: 43px;
	padding-top: 37px;
	margin-right: 2px;
}

#cocktailsCarrousel {
	float: left;
	width: 648px;
	margin-right: 2px;
	height: 152px;
	overflow: hidden;
	position: relative;
}
#carrouContent {
	height: 152px;
}
.unCocktail {
	width: 103px;
	height: 152px;
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 10px;
}
.unCocktail a {
	color: #000;
}
.carrouImg {
	width: 83px;
	height: 100px;
	padding: 10px;
	background: url(/img/cocktails/cocktailImgBg.png);
}
.carrouImg a {
	position: relative;
}
.carrouImg img {
	display: block;
	width: 83px;
	height: 100px;
}
.unCocktail p {
	margin: 2px auto 0 auto;
	font-weight: bold;
}
.unCocktail p a {
	padding-left: 8px;
	background: url(/img/cocktails/cocktailsArrow.gif) left 3px no-repeat;
}

/*popins*/
#vPopmask {
	background-color: #000;
	cursor: pointer;
}
/*le div dans lequel on met l'anim, couleur de fond importante si on mets l'anim en fond transparent*/
#vPopin {
	background-color: #fbf0da;
	padding: 0;
}
/*le lien de fermeture de l'anim*/
#vPopclose {
	background: url(/img/popClose.gif) right center no-repeat;
}
.cocktailRecipe {
	width: 574px;
	height: 405px;
	padding: 5px 52px 0 20px;
	overflow: hidden;
}
.utilLinks {
	height: 8px;
	padding: 0 0 8px 0;
	text-align: right;
	width: 574px;
}
.utilLinks ul {
	margin: 0;
	display: inline;
	height: 8px;
}
.utilLinks ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
}
.cocktailImg {
	margin-right: 20px;
	float: left;
}
.cocktailImg img {
	border: 4px solid white;
	display: block;
}
.cocktailDetails {
	float: left;
	width: 282px;
	text-align: left;
}
.cocktailName {
	font-size: 16px;
	margin: 0;
	height: 24px;
}
.cocktailHow {
	background: url(/img/cocktails/popinSepar.gif) left top repeat-x;
	padding: 12px 0 10px 0;
	font-size: 11px;
}
.cocktailHow p.howTitle {
	font-size: 12px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}
.cocktailHow p.how {
	margin: 0;
}