* {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#bbbbff;
}
table, img, td {
	border-width: 0;
	border: none;
	border-collapse: collapse;
	padding:0px;
}
body {
	padding:0px;
	margin:16px 16px 16px 16px;
	background-image:url(img/head.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#1d1d44;
}
form {
	padding:0px;
	margin:0px;
}
div.cadre {
	position:relative;
	border:1px solid #eeeeff;
	background-color:#2e2e6b;
	background-image:url(img/titre.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:12px 0px 8px 0px;
	margin:0px 0px 24px 0px;
}
a {
	text-decoration:none;
	color:white;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
	color:#fec400;
	font-weight:normal;
}
div.title, div.title2 {
	position:absolute;
	top:-14px;
	left:8px;
	float:left;
	height:20px;
	padding:2px 8px 2px 8px;
	text-align:center;
	border-left:1px solid #eeeeff;
	border-right:1px solid #eeeeff;
	border-top:1px solid #eeeeff;
	background-color:#2e2e6b;
	background-image:url(img/titre2.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	color:#fec400;
}
div.title img, div.title2 img {
	width:16px;
	height:16px;
	margin-right:8px;
	vertical-align:middle;
}
div.title2 {
	color:#9bfe00;
}
input, select, textarea {
	border:1px solid #000040;
	border-right:1px solid #ddddff;
	border-bottom:1px solid #ddddff;
	background-color:#aaaaff;
	color:#000020;
}
option {
	color:#000020;
}
optgroup {
	color:#550000;
}
td.tright {
	text-align:right;
}
td.spaced {
	padding:1px 3px 1px 3px;
}
input.error, select.error, textarea.error {
	border:1px solid #000040;
	border-right:1px solid #ddddff;
	border-bottom:1px solid #ddddff;
	background-color:#ffaaaa;
	color:#ee0000;
}
fieldset {
	margin:16px 8px 24px 8px;
	padding:8px;
	border:1px solid #8080ff;
}
legend {
	padding:0px 5px;
	border-left:1px solid #8080ff;
	border-right:1px solid #8080ff;
	color:#fec400;
}
img {
	vertical-align:middle;
}
img.attr {
	width:20px;
	height:20px;
}
img.sk {
	width:40px;
	height:40px;
	margin:4px 8px 4px 0px;
}
div.sks {
	padding:4px 0px;
	border-bottom:1px solid #8080ff;
}
div.sks table {
	width:100%;
}
td.skti {
	font-weight:bold;
	color:white;
}
td.skty {
	color:#ff88aa;
	font-size:10px;
}
td.skloc, td.skloc * {
	font-size:10px;
}
td.skch {
	color:#808080;
	font-style:italic;
	font-size:10px;
	text-align:right;
}
td.skde {
	font-size:10px;
}
td.skimg {
	width:48px;
}
td.skse div {
	float:right;
	width:40px;
	text-align:right;
	color:white;
}
td.skse img {
	width:12px;
	height:12px;
	margin-left:2px;
}
span.skvar {
	color:#aaffaa;
	font-weight:bold;
	font-size:10px;
}

table.versions th, table.versions td {
	padding:8px;
	border:1px solid #5e5e9b;
	text-align:center;
	margin:8px;
}
table.versions td.chglog {
	text-align:left;
}
table.versions td.chglog * {
	font-size:10px;
}
table.versions td.chglog ul {
	margin:0px;
	padding:0px 0px 0px 20px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

div.par {
	margin:6px 8px 12px 8px;
	padding-left:20px;
}
div.par:first-letter {
	font-size:18px;
	font-weight:bold;
	float:left;
	vertical-align:top;
	padding:0px 1px 0px 0px;
}
div.subtitle {
	display:block;
	margin:6px 6px;
	padding:0px 0px 0px 20px;
	background-image: url('img/puce.gif');
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	color:#d3d3e2;	
}

div.news {
	background-image:url(img/news.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:4px 4px 4px 28px;	
	margin:4px 16px;
}
div.newstitle {
	height:20px;
}
span.newstitle {
	font-weight:bold;
	font-size:13px;
	float:left;
}
span.newsdate {
	float:right;
	font-size:11px;
	color:#9999DD;
}
div.newsbody {
	border:solid 1px #5e5e9b;	
	padding:4px;
	background-color:#3e3e7b;
}

#top {
	margin:0px 0px 8px 0px;
	height:80px;
}
#menu {
	width:200px;
	float:left;
}
#menu a, #menu a.special {
	display:block;
	padding:2px 0px 2px 20px;
	background-repeat:no-repeat;
	background-position:center left;
	background-image:url(img/p1.gif);
	margin:0px 8px;
}
#menu a:hover {
	background-image:url(img/p3.gif);
}
#menu a.special:hover {
	background-image:url(img/p4.gif);
	color:#9bfe00;
}
#main {
	margin:0px 0px 0px 216px;
	height:100%;
}
#bottom {
	margin:16px auto;
	text-align:center;
	font-size:10px;
	width:80%;
}
#bottom hr {
	width:80%;
}

#Fmk_Login_tn table {
	float:right;
}

td.titlecat {
	padding: 16px 16px 4px 16px;
	color:white;
	font-weight:bold;
}
td.titlecat div {
	color:white;
	padding-top: 4px;
	padding-left: 4px;
	border-top:1px solid #aaaaff;
	border-left:1px solid #aaaaff;
}
td.title {
	padding: 4px 8px 4px 40px;
	color:#ffddaa;
}
td.titlerank1 {
	padding: 0px 4px 0px 64px;
	font-size:11px;
}
td.titlerank2 {
	padding: 0px 8px 0px 4px;
	font-size:11px;
}
td span.titlenb {
	color:white;
	font-size:11px;
}


div.skillmap {
	top:0px;
	left:8px;
	position:absolute;
	width:475px;
	border:1px solid #ddddff;
	border-bottom:1px solid #000033;
	border-right:1px solid #000033;
	background-color:#3a3a5a;
	text-align:center;
	visibility:hidden;
	padding:8px;
}
td.map_hg { width:25px;  height:25px;  text-align:center; }
td.map_hm { width:400px; height:25px;  text-align:center; }
td.map_hd { width:25px;  height:25px;  text-align:center; }
td.map_mg { width:25px;  height:400px; text-align:center; }
td.map_mm { width:400px; height:400px; text-align:center; }
td.map_md { width:25px;  height:400px; text-align:center; }



input.radio {
	background-color:transparent;
	border:0px solid transparent;
}
form table tr td {
	padding:0px 4px 0px 4px;
}
form td.form {
	width:170px;
	padding:0px 4px 0px 4px;
	text-align:right;
}
form td.space {
	height:10px;
}
form span.nb {
	font-size:11px;
	color:#bb88bb;
	font-style:italic;
}

.viewcar table {
	width:500px;
}
.viewcar img.avatar {
	position:absolute;
}
.viewcar div.b {
	background-image:url(img/ihm/b.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:10px;
	margin-left:25px;
}
.viewcar * {
	color:#fefbec;
	text-align:left;
	font-size:11px;
}
.viewcar table table {
	width:100%;
}
.viewcar table table td {
	width:50%;
}
.viewcar .name {
	color:#46fa46;
	font-weight: bold;
	text-decoration:underline;
	font-size:14px;
}
.viewcar .guilde {
	color:#fcdd74;
	font-size:14px;
}
.viewcar .titles {
	padding-left:20px;
}
.viewcar .titles div {
	color:#32b432;
	font-size: 11px;
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: center left;
}
.viewcar .background {
	font-style:italic;
	padding-left:20px;
}
.viewcar .legend {
	font-size:11px;
	color:#808080;
}
.viewcar img.i22 {
	width:22px;
	height:22px;
	margin:0px 2px;
}
.viewcar .c1 {
	width:15px;
	height:70px;
	background-image:url(img/ihm/c1.gif);
	background-repeat: no-repeat;
}
.viewcar .c2 {
	height:70px;
	background-image:url(img/ihm/c2.gif);
	background-repeat: repeat-x;
}
.viewcar .c2 div {
	padding:4px 0px 0px 0px;
	height:18px;
}
.viewcar .c2 div.avatar {
	position:absolute;
	width:470px;
	height:120px;
	top:26px;
}
.viewcar .c3 {
	width:40px;
	height:70px;
	background-image:url(img/ihm/c3.gif);
	background-repeat: no-repeat;
}
.viewcar .c4 {
	width:15px;
	background-image:url(img/ihm/c4.gif);
	background-repeat: repeat-y;
}
.viewcar .c5 {
	width:40px;
	background-image:url(img/ihm/c5.gif);
	background-repeat: repeat-y;
}
.viewcar .c6 {
	width:15px;
	height:40px;
	background-image:url(img/ihm/c6.gif);
	background-repeat: no-repeat;
}
.viewcar .c7 {
	height:40px;
	background-image:url(img/ihm/c7.gif);
	background-repeat: repeat-x;
}
.viewcar .c8 {
	width:40px;
	height:40px;
	background-image:url(img/ihm/c8.gif);
	background-repeat: no-repeat;
}
.viewcar .c {
	background-color:#090603;
}


.bouton, .bouton2, .bouton3 {
	color:white;
	font-size:12px;
	text-align:center;
}
.bouton {
	background-image:url(img/bouton.gif);
}
.bouton2 {
	background-image:url(img/bouton2.gif);
}
.bouton3 {
	background-image:url(img/bouton3.gif);
}

#ad-horiz {
margin: 8px auto;
width: 470px;
}

