body{
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: small;
	font-family: Arial,Sans-Serif;
}

img{
	border: 0;
}

table {
	border-width:0px;
	border-collapse: collapse;
}

.title {
	font-weight: bold;
	font-size: large;
}

.subtitle {
	font-weight: bold;
	font-size: small;
}

.text_normal {
	font-size: small;	
	text-decoration: none;
}
.text_rouge {
	font-size: small;
	color: #b90000;
	text-decoration: none;
}

.text_rougebold {
	font-size: medium;
	font-weight: bold;
	color: #b90000;
	text-decoration: none;
}

.text_error {
	font-size: small;
	font-weight: bold;	
	color: #b90000;
	text-decoration: none;
}
.maintab {
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #B90000;
	border-style: solid;
	border-width: 5px;
	width: 99%;
	//max-width:240px;
	//min-width:176px;
}
.topheader {
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	background-image: url("../images/topheaderbck.png");
	background-repeat: repeat-x;
	width: 100%;
}

.levelbar {
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #B90000;
	border-style: solid;
	border-width: 1px;
	background-image: url("../images/bargraph.png");
	background-repeat: repeat-x;
	font-size: 0px;
}

.histo_win {
	border-color: #B90000;
	border-style: solid;
	border-width: 1px;
	background-color: #fff9d2;
	
}

.histo_loose {
	border-color: #B90000;
	border-style: solid;
	border-width: 1px;
	background-color: #ffccbb;
}

.histo_level {
	border-color: #B90000;
	border-style: solid;
	border-width: 1px;
	background-color: #fff9d2;
}

.searchbutton {
	cursor: pointer;
	width: 22px;  
	height: 22px;
	border: none;  
	background: url("../images/search.png") no-repeat left top;  
}  

.loginbutton {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
}

.okbutton {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
}

.signupbutton {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
}

.profilbutton {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
	background: url("../images/profil.png") no-repeat left top; 
}

.top10button {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
	background: url("../images/button_top10.png") no-repeat left top; 
}

.helpbutton {
	cursor: pointer;
	width: 24px;  
	height: 21px;
	border: none;  
	background: url("../images/button_aide.png") no-repeat left top; 
}
.poulaillerbutton {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
	background: url("../images/button_poulailler.png") no-repeat left top; 
}

.sefighterbutton {
	cursor: pointer;
	width: 118px;  
	height: 37px;
	border: none;  
	background: url("../images/sefighter.png") no-repeat left top; 
}

.fightbutton {
	cursor: pointer;
	width: 60px;  
	height: 21px;
	border: none;  
	background: url("../images/mini_fight.png") no-repeat left top; 
}

.cancelbutton {
	cursor: pointer;
	width: 94px;  
	height: 21px;
	border: none;  
	background: url("../images/button_annuler.png") no-repeat left top; 
}