body{
	background-color: RGB(255,255,150);
	background-image:url(images/backgroundPizza.png);
	cursor: url(Images/Curseur32.png),auto;
}
div#header {
	height: 8%;
	width: 100%;
}
div#bandeau{
	height: 5%;
	width: 100%;
}
div#menu{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tdmenu{
	border: solid 1px black;
	border-radius: 10px;
	height: 100%;
	width: 8em;
	padding: 2px;
	text-align: center;
	background-color: red;
	font-size: 22px;
	font-family: Calibri;
}
.tdmenu:hover{
	border: solid 1px white;
	background-color: white;
}
div#main{
	position: relative;
	height: 84%;
	width: 100%;
}
div#footer{
	height: 2%;
	width: 100%;
}
div#shop,div#upgrade,div#trophe{
	height: auto;
	padding: 5%;
	width: 100%;
	background-color: RGB(255,255,150);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	border-radius: 10px;
}
div#shop { 
display: block; }
div#upgrade {	
display: none; }
div#trophe { 
display: none; }
div#left{
	position: absolute;
	left: 0px;
	height: 100%;
	width: 25%;
	text-align: center;
}
div#centre{
	position: absolute;
	left: 30%;
	height: 100%;
	width: 33%;
}
div#right{
	position: absolute;
	right: 0px;
	height: auto;
	width: 33%;
	background-color: RGB(255,255,150);
	border: solid 1px black;
	border-radius: 10px;
	margin-top: 5px;
}
div#pizza{
	width: 100%;
	height: 50%;
	margin-top: 5px;
	text-align: center;
	display: inline-block;
	border: solid 1px black;
	border-radius: 10px;
	background-color: RGB(255,255,150);
}
img#imgpizza{
	width: 40%;
	height: 60%;
}
img#imgpizza:hover{
	width: 45%;
	height: 65%;
}
div#stats{
	border: solid 1px black;
	border-radius: 10px;
	background-color: RGB(255,255,150);
	width: 100%;
	height: auto;
	margin-top: 5px;
}
div#item{
	position: relative;
	border: solid 1px black;
	border-radius: 10px;
	width: 100%;
	height: 8%;
	text-align: left;
	margin-top: 3px;
	background-color: white;
}
div#item:hover{
	background-color: RGB(192,192,192);
}
img#itemimage{
	width: 15%;
	height: 95%;
	margin-top: 1px;
}
div#itemimage{
	position: absolute;
	width: 100%;
	margin-left: 2%;
}
div#itemnom{
	position: absolute;
	margin-left: 20%;
	margin-top: 6px;
}
div#objet{
	width: 90%;
	height: 14%;
	margin-left: 5%;
}
.tabcenter{
   margin-left: auto;
   margin-right: auto;
}
.tableUpdate{
	margin: 2% 10% 2% 10%;
}
.tdimg{
	width: 60px;
	height: 60px;
	border: solid 1px black;
	border-radius: 10px;
}
.titre{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: Calibri;
}
#listats{
	font-family: Calibri;
}
/****************************
** Gestion du menu à onglets
****************************/
div#menuonglets{
	height: 4%;
}
#onglets{
    font : bold 14px Calibri, arial, serif;
    list-style-type : none;
    padding-bottom : 0px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
}
#onglets li{
    float : left;
    height : 90%; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
	width: 30%;
	text-align: center;
	background-color: RGB(192,192,192);
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    border : 1px solid black;
	border-radius: 5px 5px 0px 0px;
	display : block;
    color : #666;
    text-decoration : none;
}
#onglets li.active{
    border-bottom: 1px solid RGB(255,255,150);
    background-color: RGB(255,255,150);
}
#onglets li:hover{
    background-color: RGB(255,255,150);
	cursor: url(Images/Curseur32.png),auto;
}
/**************************
** Gestion des infobulles
**************************/
td.info{
	position: relative;
	z-index: 24;
	color: grey;
	text-decoration: none;
	background-color: white;
	border-radius: 10px;
} 
td.info:hover{
	z-index:25;
	background-color: white;
} 
td.info span.infobulle{
	display: none;
}
td.info:hover span.infobulle{
	display: block;
	position:absolute;
	left:100%;
	width: 200px;
	border:1px solid #000;
	background-color: grey;
	color: white;
	text-align: justify;
	font-weight:none;
	padding:5px;
}

