.biberon {
	width: 140px;
	height: 20px;
	background-image: url('../images/biberon.png');
}
.biberon:hover {
	width: 140px;
	height: 20px;
	background-image: url('../images/biberonhover.png');
}
.contientmenu{
	position: relative;
    width: 150px;
    top: 10px;
    left : 0px;
    background-color: #FF0; /*jaune*/
}
.menuentete {
	/*position: relative;*/
	width: 150px;
	height: 25px;
	background-image: url('../images/menu.jpg');
	text-align: center;
	font-family: Kristen ITC;
	FONT-WEIGHT: bold;
	font-size: 12pt;
	color: #FF0;
}
.menuetexte {
	position: relative;
    padding: 2px;
    width: 144px;
    top: 0px;
    left : 1px;
	text-align: left;
  	background-color: #030; /*vert*/
}
.menuligne {
    width: 150px;
	height: 1px;
	background-color: #FF0; /*jaune*/
	font-size: 1pt;
}
.contientcorps{
	position: relative;
    width: 580px;
    top: 10px;
    left : 10px;
    background-color: #FF0; /*jaune*/
}
.corpsentete {
	/*position: relative;*/
	width: 580px;
	height: 25px;
	background-image: url('../images/hautcorps.jpg');
	text-align: center;
	font-family: Kristen ITC;
	FONT-WEIGHT: bold;
	font-size: 12pt;
    color:#FF0;
}
.corpstexte {
	position: relative;
    width: 574px;
    padding: 2px;
    top: 0px;
    left : 1px;
	font-family: Comic Sans MS;
    background-color: #030; /*vert*/
}
.corpstexteh {
	position: relative;
    width: 574px;
	background-image: url('../images/pre.jpg');
	text-indent: 29pt;
    padding: 2px;
    top: 0px;
    left : 1px;
	font-family: Comic Sans MS;
    background-color: #030; /*vert*/
    color:#000;
}
.corpsligne {
    width: 580px;
	height: 1px;
	background-color: #FF0; /*jaune*/
  	font-size: 1px;
}
.corpsbas {
    width: 580px;
	height: 10px;
	background: transparent;

}