@font-face {
	font-family: "Medieval";
	src: url("fonts/KINGC___.TTF");
}

@font-face {
	font-family: "Medieval2";
	src: url("fonts/beneg___.ttf");
}

@font-face {
	font-family: "Viking";
	src: url("fonts/VIKING-N.TTF");
}

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url('images/background.jpg');
}

img {
	border: none;
}

a {
	color: #766140;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

#body {
	width: 800px;
	margin: auto;
	margin-top: 5px;
}

#header {
	height: 50px;
	margin-bottom: 5px;
	/*background: url('images/header.png') no-repeat;*/
}

#menu_left {
	float: left;
	margin-right: 5px;
}

#menu_right {
	float: right;
	margin-left: 5px;
}

.menu {
	width: 120px;
	font-size: 12px;
}

.menu > .group {
	margin: 0px 5px 5px 0px;
}

.menu > .group > .top {
	width: 120px;
	height: 15px;
	background: url('images/gd_celticbar2.png') repeat-x;
}

.menu > .group > .top > img {
	margin-top: -15px;
	margin-left: 0px;
}

.menu > .group > .content {
	width: 110px;
	padding: 5px;
	background: url('images/background_content.png');
	border-top: none;
}

.menu > .group > .content .liens_boutons {
	margin-left: 10px;
}

.menu h1 {
	font-family: "Viking", Arial;
	font-size: 10px;
}

.menu ul {
	list-style: none;
}

.menu li:hover {
	background: url('images/background_content_highlight.png');
}

.menu a {
	display: block;
	width: 120px;
	color: #766140;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
}

#content {
	width: 670px;
	margin: 0px 0px 0px 125px;
}

.bloc_container {
	position: relative;
	overflow: auto;
}

.container {
	background: url('images/background_content.png');
	margin: 5px 0px 0px 0px;
}

.container_left {
	width: 333px;
	float: left;
	margin: 5px 5px 0px 0px;
}

.container_right {
	width: 332px;
	float: left;
	margin: 5px 0px 0px 0px;
}

#content .bar {
	/*width: 550px;*/
	width: 100%;
	height: 15px;
	background: url('images/gd_celticbar2.png') repeat-x;
}

#content .bar > img {
	margin-top: -9px;
	margin-left: 9px;
}

#content h1 {
	font-family: "Viking", Arial;
	font-size: 14px;
	text-align: center;
}

#content p {
	margin: 5px;
}

#content ul {
	margin-left: 20px;
	list-style: square;
	color: #88000;
}

#content li {
	color: #880000;
}

#content li span {
	color: #000000;
}

#content .content {
	padding: 5px;
}

#footer {
	width: 800px;
	margin: auto;
	margin-top: 5px;
	height: 50px;
	background: url('images/background_content.png');
	text-align: center;
}

/***********************************
  * Forms
  ***********************************/

input.formButton {
	width: 100px;
	height: 25px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	background: url('images/formButton.png') no-repeat;
	border: none;
	cursor: pointer;
}

#loginForm .label {
	text-align: center;
}

#loginForm .input {
	width: 100%;
	background: url('images/background.jpg');
	border: 1px solid #e8e2cf;
}

#content form label {
	display: block;
	width: 100px;
	float: left;
}

#content form .field {
	float: left;
	width: 150px;
	background: url('images/background.jpg');
	border: 1px solid #e8e2cf;
}

/********************************
  *
  ********************************/
.shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	background: url("images/shadow.png");
	top: 0px;
	left: 0px;
}

.dialog {
	width: 350px;
	height: 200px;
	position: absolute;
	left: 40%;
	top: 40%;
	background: url('images/background.jpg');
}

.dialog  >.bar {
	width: 100%;
	height: 20px;
	background: url('images/background_content.png');
}

.dialog > .bar > .title {
	width: 80%;
	text-align: center;
	display: inline;
}

.dialog > .bar > .actionBar {
	width: 20%;
	text-align: center;
	display: inline;
}

.dialog > .container {
	width: 100%;
	height: 180px;
}

/**********************************
 * Generics
 ***********************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

span.bonus {
	color: #0066FF;
	font-weight: bold;
}

span.malus {
	color: #FF4400;
	font-weight: bold;
}

span.ice {
	color: #009999;
	font-weight: bold;
}

span.fire {
	color: #CC2200;
	font-weight: bold;
}

span.novice {
	font-weight: bold;
}

span.expert {
	color: #226622;
	font-weight: bold;
}

span.master {
	color: #C49F27;
	font-weight: bold;
}

span.line {
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	background: url('images/line.png') no-repeat;
}

span.smallLine {
	display: block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	background: url('images/smallLine.png') no-repeat;
}

div.info {
	background: url('images/background.jpg');
}
