html,body,table#pagelayout {
	height:100%;
	width:100%;
	margin:auto;
	}

.etiquette    { font-size: smaller; font-weight: bold; font-family: arial;
                color: #000000; background: #99b3cc; cursor: pointer; }
.champ        { background: #eeeeee; border: solid 1px #ffffff; 
                border-top-color: #888888; border-left-color: #888888; }
.champ:hover,
.champ:focus  { border: 1px solid #6666ff; background: #ffffff; }
.bouton       { color: #000099; font-weight: bold; 
                background: #bbbbff; border: solid 2px #6666ff; 
                border-top-color: #ffffff; border-left-color: #ffffff; }
.bouton:hover { color: #6666ff; background: #ccccff; }

#loadingMessage {
    position: absolute;
    width:  200px;

    top: 35%;
    left: 35%;
    text-align: center;
    padding: 50px;
    border: 2px solid navy;
    background-color: #FF8080;
	color:#FFE21D;
	font: bold 20px verdana;
    z-index: 1;
	opacity: 0.7;

}




