/* CSS Document */
#tout
  {
    position: absolute;

    width: 733px;        /* selon la largeur voulue */
    margin-left: -366px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 523px;        /* selon la largeur voulue */
    margin-top: -271px; /* moitie de width */
    top: 50%;           /* constant, toujours 50% */
  }
#image_gauche {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	width: 363px;
	heigth: 523px;
	border: 0px;
}

#btn_rouge {
	position: absolute;
	left: 363px;
	top: 32px;
	z-index:1;
	width: 68px;
	heigth: 68px;
	border: 0px;
}

#btn_rose {
	position: absolute;
	left: 431px;
	top: 32px;
	z-index:1;
	width: 52px;
	heigth: 68px;
	border: 0px;
}

#btn_blanc {
	position: absolute;
	left: 483px;
	top: 32px;
	z-index:1;
	width: 85px;
	heigth: 68px;
	border: 0px;
}

#btn_moelleux {
	position: absolute;
	left: 568px;
	top: 32px;
	z-index:1;
	width: 37px;
	heigth: 68px;
	border: 0px;
}

#btn_buzet {
	position: absolute;
	left: 652px;
	top: 32px;
	z-index:1;
	width: 81px;
	heigth: 68px;
	border: 0px;
}

#titre_pigmentum {
	position: absolute;
	left: 363px;
	top: 1px;
	z-index:1;
	width: 370px;
	heigth: 68px;
	border: 0px;
	height: 33px;
}

#btn_concept {
	position: absolute;
	left: 260px;
	top: 2px;
	z-index:1;
	width: 103px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

#btn_technique {
	position: absolute;
	left: 260px;
	top: 23px;
	z-index:1;
	width: 103px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

#btn_degustation {
	position: absolute;
	left: 260px;
	top: 43px;
	z-index:1;
	width: 103px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

#btn_contact {
	position: absolute;
	left: 260px;
	top: 63px;
	z-index:1;
	width: 103px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

#bas {
	position: absolute;
	left: 5px;
	top: 527px;
	z-index:1;
	width: 728px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

#anglais {
	position: absolute;
	left: 4px;
	top: 549px;
	z-index:1;
	width: 120px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

#anime {
	position: absolute;
	left: 639px;
	top: 550px;
	z-index:1;
	width: 95px;
	heigth: 20px;
	border: 0px;
	height: 18;
}

