body
{
	background: #6699CC;
}
a, a img
{
	border:0px;
	outline:0px;
}

#wrapper 
{
	width:800px;
	margin:auto;
	background: #6699CC;
}
#wrapper #header
{
	width:800px;
	height:179px;
	background-image:url(/styles/images/header.png);
}
#wrapper #bottom
{
	width:800px;
	height:35px;
	background-image:url(/styles/images/bottom.png);
}

#middle #ombreGauche
{
	background-image:url(/styles/images/ombreGauche.png);
	margin-left:18px;
	width:764px;
}
#middle #ombreDroite
{
	background-image:url(/styles/images/ombreDroite.png);
	background-repeat:repeat-y;
	background-position:right;
}
#middle #centre
{
	background-image:url(/styles/images/body.png);
	background-repeat:repeat-x;
	margin-left:4px;
	margin-right:5px;
	background-color:#f7fafc;
}

#middle #menu
{
	background-image:url(/styles/images/menu.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:22%;
	float:left;
}
#middle #menu p
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin-left:10px;
}

#middle #menu a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color:#000;
}

#middle #menu a:hover
{
	color:#F00;
}

#middle #contenu
{
	float:left;
	width:77%;
}
.clear
{
	clear:both;
}

.red{color:#FF0000;}
.green{color:#008000;}
.blue{color:#0000FF;}
.center{text-align:center;}
.colorM{color:blue;}
.colorF{color:#FF0099;}

table#guild tbody tr td,
table#who tbody tr td
{
	font-size: 11px;
	font-family: Arial;
}

table#guild thead tr th,
table#who thead tr th,
table#who thead tr th a
{
	text-decoration:underline;
	font-weight:bold;
	font-size: 11px;
	font-family: Arial;
	color:#000;
}

h1
{
	font-size: 22px;
	font-family: Arial;
}