body {
	background-image: url(img/fond.jpg);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

a {
	color: #a06594;
	text-decoration: none;
}
a:hover {
	color: #000;
}

p {
	color: #000;
	text-align: justify;
}
p img {
	margin-top: 5px;
	display: block;
}

li {
	color: #000;
}

.spacer {
	clear: both;
}

#main {
	margin-left: auto;
	margin-right: auto;
	padding-top: 264px;
	padding-left: 7px;
	padding-right: 7px;
	width: 890px; /* -14px (padding) */
	background-image: url(img/fond_main.png);
	background-repeat: repeat-y;
	background-color: #fff;
}

#banniere {
	position: absolute;
	top: 0;
	width: 890px;
	height: 263px;
	background-image: url(img/banniere.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #a06594;
}

#main_contenu {
	position: relative;
	padding-bottom: 61px;
}

#menu_principal h1 { /* pour l'accessibilite */
	display: none;
}
#menu_principal ul, #menu_secondaire ul {
	list-style-type: none;
}


#menu_principal a, #menu_secondaire a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}
#menu_principal a:hover, #menu_secondaire a:hover {
	text-decoration: none;
	position: relative;
	left: 5px;
}

#menu_principal {
	position: absolute;
	padding-top: 50px;
	color: #08365f;
}
#menu_principal ul {
	margin-top: 0;
	margin-left: 20px;
	padding:0;
}

#menu_secondaire {
	z-index: 1;
	position: absolute;
	right: -1px;
	top: 76px;
	width: 136px;
	padding-left: 13px;
	padding-right: 13px;
}
#menu_secondaire ul {
	margin: 0;
	padding: 10px 0 10px 20px;
}
#menu_pub {
	position: absolute;
	top: 330px;
	margin-left: 0px;
	border: 0;
}

#status {
	position: absolute;
	text-align: right;
	top: -58px;
	left: 0px;
	height: 18px;
	width: 850px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #a06594;
	background-color: #c19dba;
}
#status p {
	display: inline;
	font-family: Tahoma,Verdana, Arial, serif;
	font-size: 10px;
	color: #74516d;
}
#char_server {
	padding-left: 84px;
	padding-right: 84px;
}
.serveur_off {
	color: #08365f;
	font-weight: bold;
}
.serveur_on {
	color: #64455e;
	font-weight: bold;
}

#connection {
	position: absolute;
	right: 0;
	width: 160px;
	height: 142px;
	padding-top: 54px;
}
#connection h1 {
	display: none;
}
#connection p {
	color: #64455e;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	margin: 0;
	padding-left: 5px;
}
#connection label {
	display: list-item;
	list-style-type: square;
	margin: 6px 0 0 15px;
}
#connection .text {
	border: 1px solid #64455e;
	background-image: url(img/champs.png);
	background-repeat: repeat-x;
	color: #64455e;
}
#connection .button {
	margin-top: 10px;
	width: 144px;
	border: 1px solid #64455e;
	background-color: #c19dba;
	color: #64455e;
}

#contenu {
	margin-top: 58px;
	margin-left: 161px;
	min-height: 900px;
	width: 543px;
	padding-left: 15px;
	padding-right: 15px;
}

#section_1, #section_2 {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 533px;
	height: 60px;
}
#section_1 div, #section_2 div {
	position: relative;
	top: 15px;
	margin-left: 113px;
	height: 74px;
	width: 420px;
}
#section_1 div h1, #section_2 div h1 {
	position: relative;
	top: 1px;
	width: 410px;
	padding-left: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #64455e;
	text-decoration: underline;
}
#section_1, #section_2 {
	background-image: url(img/section.png);
	background-position: 60px 0;
	background-repeat: no-repeat;
}

#contenu {
	font: 12px Tahoma, serif;
}
#contenu h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #64455e;
	color: #64455e;
	font: 14px Tahoma, serif;
	font-weight: bold;
}
#contenu p {
	margin-top: 0;
}

#contenu .tab_titre {
	font-weight: bold !important;
	color: #000;
}

#contenu .char_num, #contenu .char_nom, #contenu .char_blvl, #contenu .char_jlvl, #contenu .char_guild, #contenu .char_party {
	float: left;
	text-align: center;
	font: 11px Tahoma, serif;
}
#contenu .char_num {
	width: 5%;
}
#contenu .char_nom {
	width: 30%;
}
#contenu .char_blvl {
	width: 5%;
}
#contenu .char_jlvl {
	width: 5%;
}
#contenu .char_guild {
	width: 23%;
}
#contenu .char_party {
	width: 30%;
}

#enregistrement input, #enregistrement select {
	border: 1px solid #74516d;
	background-color: #d7bbd1;
	color: #333;
}

.infos, .zone_texte {
	color: #333;
	border: 1px solid #74516d;
	background-color: #d7bbd1;
	text-align: justify;
	padding: 3px;
}
.infos a {
	color: #156aba;
}
.infos_panel {
	margin-top: 5px;
	text-align: right;
}
.infos_panel #btn_submit {
	font-family: sans-serif;
	color: #000;
	background-color: #ccc;
	padding-left: 15px;
	padding-right: 15px;
}
.zone_texte {
	width:535px;
}
textarea.zone_texte {
	height: 80px;
}
p.zone_texte {
	min-height: 80px;
}

#news .avatar {
	width:60px;
	height:60px;
	float:left;
	position: relative
	right: -10px;
}

#news .corps {
	float:left;
	width: 481px;
}

#news .corps p {
	margin-left: 25px;
}
#news .corps ul {
	margin-left: 0;
}

#news .lirecomm {
	clear:both;
	text-align: right;
	margin-right:40px;
}

#commentaires {
	padding-top: 30px;
	clear: both;
}

.commentaire {
	margin-bottom: 10px;
	border-bottom: 1px dotted #09365f;
}
.commentaire h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
}

#rechercher table label {
	color: #000;
}
