/* Début de la feuille de style CSS - */

/* Saisir #IE avant le nom de la class ou de l'id pour que la mise en forme ne s'applique qu'à Internet Explorer.
Exemple : 
#IE #img {
	border: 10px;
}
Signifie que si l'utilisateur utilise Internet Explorer, les images auront une bordure de 10 pixels. */

/* --------------------------------------------------------- */
/* --------------------- CORPS DE PAGE --------------------- */
/* --------------------------------------------------------- */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 6, 2011 */
@font-face {
    font-family: 'Monotype Corsiva';
    src: url('fonts/mtcorsva-webfont.eot?') format('eot'),
         url('fonts/mtcorsva-webfont.woff') format('woff'),
         url('fonts/mtcorsva-webfont.ttf') format('truetype'),
         url('fonts/mtcorsva-webfont.svg#webfontDr6CgfXq') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #d9f3f4 url("img/design/degradeFond.jpg") repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
input {
	background: #D9EDEF url(img/design/input.jpg) repeat-x;
	border: 1px solid #8B8B8B;
}
input[type="submit"],input[type="button"] {
	background: #eeeeee;
	border: 1px solid #7f7f7f;
	color: #5a5a5a;
	font-family: Verdana;
	font-variant: small-caps;
	cursor: pointer;
}
input[type="submit"]:hover,input[type="button"]:hover {
	background: #dadada;
	border: 1px solid #7f7f7f;
	color: #5a5a5a;
	font-family: Verdana;
	font-variant: small-caps;
	cursor: pointer;
}
input:focus {
	outline: none;
}
	
/* Contient toute la page */
#container  {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}

/* Indique un chargement de page */
#loading {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
	background: #000000;
	color: #ffffff;
	opacity : 0.7; 
    -moz-opacity : 0.7; 
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */ 
    filter : alpha(opacity=70); /* IE < 8 */
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

/* --------------------------------------------------------- */
/* --------------------- HAUT DE PAGE ---------------------- */
/* --------------------------------------------------------- */
#headerAccueil a { /* Bannière affichée sur la page d'accueil */
	display: block;
	background: url("img/design/header.png") no-repeat;
	width: 1000px;
	height: 150px;
}
#headerJeu { /* Bannière affichée sur le jeu une fois connecté */
	position: relative; /* position relative pour le div "report_bug" */
	background: #FFF url("img/design/header2.png") no-repeat;
	width: 1000px;
	height: 100px;
}
#headerJeu.low { /* Bannière affichée sur le jeu une fois connecté */
	background: none;
	height: 20px;
}

/* Menu haut horizontal (uniquement si connecté) */
#menuTop {
	position: absolute;
	left: 302px;
	top: 90px;
}
#menuTop.low {
	top: 10px;
}
#menuTop img {
	margin-right: 5px;
}
#message {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 20px;
	left: 350px;
	width: 550px;
	height: 50px;
	color: #005455;
	font-size: 12px;
}

/* --------------------------------------------------------- */
/* ------------------ BARRE DE CONNEXION ------------------- */
/* --------------------------------------------------------- */

/* Menu haut horizontal pour connexion (uniquement si déconnecté) */
#menuConnect  {
	background: url("img/design/menuTop.png") no-repeat;
	width: 968px;
	height: 48px;
	padding: 5px 0 0 15px;
	margin: 0 0 0 16px;
}
#menuConnect ul {
	padding: 0;
	margin: 0;
}
#menuConnect li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menuConnect img {
	margin: 0;
	padding: 0 2px 0 2px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

#menuConnect label {
	font-size: 18px;
	font-weight: bold;
	font-family: "Trajan Pro", verdana;
	font-variant: small-caps;
	color: #518a93;
}
#menuConnect a {
	font-size: 16px;
	font-family: "Trajan Pro", verdana;
	font-variant: small-caps;
	color: #518a93;
	text-decoration: underline;
}
#menuConnect a:hover {
	font-size: 16px;
	font-family: "Trajan Pro", verdana;
	font-variant: small-caps;
	color: #65aab7;
	text-decoration: underline;
}
#menuConnect input {
	background: url("img/design/inInput.png") repeat-x;
	vertical-align: middle;
	border: 1px solid #42858d;
	color: #518a93;
	font-weight: bold;
	width: 140px;
}
#menuConnect input[type="submit"] {
	background: url("img/design/connectOff.png") no-repeat;
	width: 152px;
	height: 32px;
	border: none;
}
#menuConnect input[type="submit"]:hover {
	background: url("img/design/connectOn.png") no-repeat;
	cursor: pointer;
}

/* --------------------------------------------------------- */
/* ------------------- BLOC SCREENSHOTS -------------------- */
/* --------------------------------------------------------- */
#blocScreen {
	position: relative;
	background: url("img/winScreenshots2.png") no-repeat;
	width: 472px;
	height: 300px;
	margin: 3px 0 0 16px;
	padding: 0;
	text-align: center;
	color: #a5a5a5;
}
#blocScreen .cache {
	width: 320px;
	height: 240px;
	margin: 0 0 0 76px;
	padding: 23px 0 4px 0;
	overflow: hidden;
}
#blocScreen .slider {
	position: relative;
	left: 0;
	width: 1280px;
	height: 240px;
	text-align: left;
	margin: 0;
}
#blocScreen img {
	width: 120px;
	height: 90px;
	cursor: pointer;
}
#blocScreen a {
	font-size: 12px;
	font-family: Verdana;
	color: #a5a5a5;
}
#blocScreen a:hover {
	color: #595959;
	text-decoration: underline;
}
#blocScreen ul {
	margin: 0;
	padding: 60px 0 0 0;
}
#blocScreen li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	font-size: 12px;
	font-family: Verdana;
	color: #a5a5a5;
}
.apercu {
	margin: 6px 0;
	width: 100%;
	height: 100%;
	border: 1px solid #464646;
}
#blocScreen img {
	width: 120px;
	border: 1px solid #7f7f7f;
}

#blocScreen img:hover {
	border: 1px solid #207cca;
}

	/* Bouton précédent du bloc screenshot */
	/* Desactivé car le nouveau système de de screenshot ne l'emploie pas
	#blocScreen .prec {
		position: absolute;
		top: 86px;
		left: 20px;
		background: url("img/prec.png") no-repeat;
		width: 48px;
		height: 115px;
		cursor: pointer;
	}
	#blocScreen .prec:hover {
		position: absolute;
		top: 86px;
		left: 14px;
		background: url("img/prec.png") no-repeat;
		width: 48px;
		height: 115px;
		cursor: pointer;
	}
	*/

	/* Bouton suivant du bloc screenshot */
	/* Desactivé car le nouveau système de de screenshot ne l'emploie pas
	#blocScreen .suiv {
		position: absolute;
		top: 86px;
		left: 403px;
		background: url("img/suiv.png") no-repeat;
		width: 48px;
		height: 115px;
		cursor: pointer;
	}
	#blocScreen .suiv:hover {
		position: absolute;
		top: 86px;
		left: 409px;
		background: url("img/suiv.png") no-repeat;
		width: 48px;
		height: 115px;
		cursor: pointer;
	}
	*/
	
/* ----------------------- */
/* --- Bloc Newsletter --- */
/* ----------------------- */
#blocNl {
	position: relative;
	width: 460px;
	min-height: 240px;
	margin: 3px 0 0 16px;
	padding: 0 10px 0 0;
	text-align: center;
	color: #787878;
	font-size: 14px;
	
	background: #ffffff;
	border: 3px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,.5), inset 0px 0px 7px 0px rgba(0,0,0,.5), inset 0px 0px 150px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,.5), inset 0px 0px 7px 0px rgba(0,0,0,.5), inset 0px 0px 150px 0px rgba(0,0,0,.2);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,.5), inset 0px 0px 7px 0px rgba(0,0,0,.5), inset 0px 0px 150px 0px rgba(0,0,0,.2);
}
#blocNl .err, #desinscrireNl .err {
	color: red;
}
#blocNl .validation, #desinscrireNl .validation {
	color: green;
}
#blocNl h1.nl {
	font-family: Cambria, Verdana;
	font-variant: small-caps;
	color: #207cca;
	font-size: 26px;
}
#blocNl img {
	float: left;
	margin: 0 0 0 16px;
}

#desinscrireNl {
	padding: 10px;
	font-size: 14px;
}
#desinscrireNl label {
	color: #207cca;
	padding-left: 10px;
	font-size: 14px;
}

/* --------------------------------------------------------- */
/* ------------------- BLOC INSCRIPTION -------------------- */
/* --------------------------------------------------------- */
#fond_inscription {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 3;
	left: 0;
	top: 0;
	-moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75; 
}
#body_inscription {
	display: none;
	position: fixed;
	width: 800px;
	top: 0;
	left: 20%;
	z-index: 4;
}
#blocInscr  {
	position: relative;
	background: url("img/design/fenetreInscription.png") no-repeat;
	position: fixed;
	top: 20px;
	width: 800px;
	height: 600px;
}
#blocInscr #contenu {
	margin-top: 240px;
	margin-left: 140px;
	width: 520px;
}
#blocInscr h1.fermee {
	padding-top: 50px;
	font-size: 20px;
	text-align: center;
	font-variant: small-caps;
	
	color: #188dde;
	text-shadow: 0 1px 1px #ffffff;
}
#blocInscr p.fermee {
	padding: 10px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	color: #188dde;
}
#blocInscr form {
	color: #4890c6;
	/*margin-left: 100px;*/
}
#blocInscr label a {
	text-decoration: underline;
}
#blocInscr input[type="text"], #blocInscr input[type="password"] {
	background: rgb(217,217,217); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(226,226,226,1) 50%, rgba(214,214,214,1) 51%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,1)), color-stop(50%,rgba(226,226,226,1)), color-stop(51%,rgba(214,214,214,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(226,226,226,1) 50%,rgba(214,214,214,1) 51%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(226,226,226,1) 50%,rgba(214,214,214,1) 51%,rgba(228,228,228,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(226,226,226,1) 50%,rgba(214,214,214,1) 51%,rgba(228,228,228,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(217,217,217,1) 0%,rgba(226,226,226,1) 50%,rgba(214,214,214,1) 51%,rgba(228,228,228,1) 100%); /* W3C */
	
	border: 1px solid #bebebe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	padding: 2px 4px;
	margin: 4px 0;
	color: #696969;
}
#blocInscr input[type="submit"] {
	background: rgb(125,176,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,176,229,1) 0%, rgba(65,121,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,176,229,1)), color-stop(100%,rgba(65,121,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,176,229,1) 0%,rgba(65,121,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,176,229,1) 0%,rgba(65,121,179,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(125,176,229,1) 0%,rgba(65,121,179,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db0e5', endColorstr='#4179b3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(125,176,229,1) 0%,rgba(65,121,179,1) 100%); /* W3C */
	
	border: 1px solid #3c6fa5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	padding: 3px;
	font-weight: bold;
	color: #9ec7ea;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}
#blocInscr input[type="submit"]:hover {
	color: #ccdcea;
	-webkit-box-shadow: inset 0px 1px 2px #ccdcea;
	-moz-box-shadow: inset 0px 1px 2px #ccdcea;
	box-shadow: inset 0px 1px 2px #ccdcea; 
}
/*#blocInscr input[type="submit"]  {
	background: url("img/design/jouerOff.png") no-repeat;
	cursor: pointer;
	position: relative;
	top: 194px;
	left: 140px;
	width: 208px;
	height: 58px;
	border: none;
}
#blocInscr input[type="submit"]:hover {
	background: url("img/design/jouerOn.png") no-repeat;
	cursor: pointer;
	position: relative;
	top: 194px;
	left: 140px;
	width: 208px;
	height: 58px;
	border: none;
}*/
#blocInscr #fleche {
	position: absolute;
	bottom: 60px;
	width: 520px;
	clear: left;
}
#blocInscr #fleche.continuer {
	text-align: right;
}
#blocInscr #fleche.retour {
	text-align: left;
}
#blocInscr #fleche button {
	width: 105px;
	height: 58px;
	border: none;
	cursor: pointer;
}
#blocInscr #fleche input[type="submit"] {
	padding: 5px;
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#blocInscr button.continuer {
	background: url("img/design/flecheContinuer.png") top right no-repeat;
}
#blocInscr button.continuer:hover {
	background: url("img/design/flecheContinuer.png") bottom right no-repeat;
}
#blocInscr button.retour {
	background: url("img/design/flecheContinuer.png") top left no-repeat;
}
#blocInscr button.retour:hover {
	background: url("img/design/flecheContinuer.png") bottom left no-repeat;
}
#blocInscr #gender {
	text-align: center;
	position: relative;
}
#blocInscr #gender .error {
	position: absolute;
	top: 16px;
	left: 330px;
}
#blocInscr #gender ul {
	padding: 0;
	margin: auto;
}
#blocInscr #gender ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#blocInscr #gender ul li.male {
	background: url("img/design/gender.png") top left no-repeat;
}
#blocInscr #gender ul li.male:hover, #blocInscr #gender ul li.male.selectedGender {
	background: url("img/design/gender.png") bottom left no-repeat;
}
#blocInscr #gender ul li.female {
	background: url("img/design/gender.png") top right no-repeat;
}
#blocInscr #gender ul li.female:hover, #blocInscr #gender ul li.female.selectedGender {
	background: url("img/design/gender.png") bottom right no-repeat;
}
#blocInscr img.captcha {
	border: none;
	display: inline-block;
	vertical-align: middle;
}
#blocInscr #bulle {
	display: none;
	position: fixed;
	padding: 5px;
	font-size: 10px;
	width: 250px;
	text-align: center;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* W3C */
	
	color: #7f7f7f;
}
#blocInscr #bulle.red {
	background: #ef5f5f; /* Old browsers */
	background: -moz-linear-gradient(top, #ef5f5f 0%, #c42929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef5f5f), color-stop(100%,#c42929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef5f5f 0%,#c42929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef5f5f 0%,#c42929 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ef5f5f 0%,#c42929 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5f5f', endColorstr='#c42929',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ef5f5f 0%,#c42929 100%); /* W3C */
	
	color: #ffffff;
}
#blocInscr #bulle.green {
	background: #64c950; /* Old browsers */
	background: -moz-linear-gradient(top, #64c950 0%, #30a021 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c950), color-stop(100%,#30a021)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64c950 0%,#30a021 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64c950 0%,#30a021 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #64c950 0%,#30a021 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c950', endColorstr='#30a021',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #64c950 0%,#30a021 100%); /* W3C */
	
	color: #ffffff;
}
#blocInscr #bulle.yellow {
	background: #edde5e; /* Old browsers */
	background: -moz-linear-gradient(top, #edde5e 1%, #bfc128 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#edde5e), color-stop(100%,#bfc128)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edde5e 1%,#bfc128 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edde5e 1%,#bfc128 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #edde5e 1%,#bfc128 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edde5e', endColorstr='#bfc128',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #edde5e 1%,#bfc128 100%); /* W3C */
	
	color: #7B7C1A;
}

/*#blocInscr #gender button {
	width: 50px;
	height: 50px;
	border: none;
	cursor: pointer;
	
	margin: 0 5px;
}
#blocInscr button.male {
	background: url("img/design/gender.png") top left no-repeat;
}
#blocInscr button.male:hover, #blocInscr button.male.selected {
	background: url("img/design/gender.png") bottom left no-repeat;
}
#blocInscr button.female {
	background: url("img/design/gender.png") top right no-repeat;
}
#blocInscr button.female:hover, #blocInscr button.female.selected {
	background: url("img/design/gender.png") bottom right no-repeat;
}*/
#blocInscr #classe {
	margin-top: 10px;
	position: relative;
}
#blocInscr #classe .error {
	position: absolute;
	top: 46px;
}
#blocInscr #listeClasses {
	width: 260px;
	text-align: center;
	float: left;
}
#blocInscr #listeClasses ul {
	padding: 0;
	margin: auto;
}
#blocInscr #listeClasses ul li {
	list-style: none;
	display: inline-block;
	padding: 2px;
	margin: 1px 10px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
#blocInscr #listeClasses ul li:hover {
	cursor: pointer;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ececec 0%,#d8d8d8 100%); /* W3C */
	
	-webkit-box-shadow: 0px 0px 1px 1px #bfbfbf;
	-moz-box-shadow: 0px 0px 1px 1px #bfbfbf;
	box-shadow: 0px 0px 1px 1px #bfbfbf;
}
#blocInscr #listeClasses ul li.selected {
	-webkit-box-shadow: 0px 0px 1px 1px #49b3ff, inset 0px 0px 10px 3px #6ac0fd;
	-moz-box-shadow: 0px 0px 1px 1px #49b3ff, inset 0px 0px 10px 3px #6ac0fd;
	box-shadow: 0px 0px 1px 1px #49b3ff, inset 0px 0px 10px 3px #6ac0fd;
}
#blocInscr #descClasse {
	display: block;
	height: 150px;
	/*overflow: auto;*/
	overflow: hidden;
	
	width: 240px;
	margin-left: 260px;
	padding: 10px;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 12px;
	
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,.3);
	box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,.3);
}
#blocInscr #descClasse h1 {
	font-size: 18px;
	font-family: Cambria, Verdana;
	margin: 0;
	padding: 0 0 0 20px;
}

#blocInscr #descClasse #contenuDescription {
	display: none;
}

#inscriptions_fermees {
	position: fixed;
	top: 45%;
	width: 480px;
	
	padding: 10px;
	margin: 0;
	z-index: 3;
	
	color: #8a0000;
	font-family: verdana;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(206,206,206,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(232,232,232,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
	
	-webkit-box-shadow: 0px 0px 5px #7f7f7f;
	-moz-box-shadow: 0px 0px 5px #7f7f7f;
	box-shadow: 0px 0px 5px #7f7f7f; 
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}

/* --------------------------------------------------------- */
/* --------------------- BLOC SURPRISE --------------------- */
/* --------------------------------------------------------- */
#blocInscr2  {
	background: url("img/design/cadeauInscription.png") no-repeat;
	position: absolute;
	top: 208px; /* 205px + 3px */
	left: 488px;
	width: 488px;
	height: 228px;
	margin: 3px 0 0 8px;
	padding: 0;
}
#blocInscr2 p {
	color: #5f5b3d;
	font-family: Verdana;
	font-size: 12px;
	padding: 155px 24px 30px 322px;
	text-align: center;
}

/* --------------------------------------------------------- */
/* ---------------------- MENU GAUCHE ---------------------- */
/* ---------------------(si déconnecté)--------------------- */
#menuLeft {
	float: left;
	width: 188px;
	margin: 6px 0 0 16px;
	padding: 0 0 16px 0px;
	background: url("img/design/menuLeftFoot.png") no-repeat bottom;
}
#menuLeftTop {
	background: url("img/design/menuLeftTop.png") no-repeat;
	width: 188px;
	height: 86px;
	margin: 0;
	padding: 0;
}
#menuLeftIn {
	background: url("img/design/menuLeftIn.png") repeat-y;
	width: 188px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #797979;
	line-height: 24px;
	font-size: 16px;
}
#menuLeftIn ul {
	margin: 0;
	padding: 0;
}
#menuLeftIn li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menuLeftIn a {
	text-align: center;
	text-decoration: none;
	color: #797979;
}
#menuLeftIn a:hover {
	display: block;
	margin: 0;
	padding: 0;
	background: url("img/design/menuLeftInHover.png") repeat-y;
	color: #ffffff;
}
#menuLeftIn .inscription {
	color: #c40001;
}

/* --------------------------------------------------------- */
/* ---------------------- MENU GAUCHE ---------------------- */
/* ----------------------(si connecté)---------------------- */
#menuLeftConnect {
	float: left;
	width: 188px;
	margin: 6px 0 0 16px;
	padding: 0;
}
#menuLeftConnectIn {
	background: url("img/design/menuLeftIn.png") repeat-y;
	width: 188px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #797979;
	font-weight: 600;
}
#menuLeftConnectIn table {
	font-weight: 600;
	margin: 0 0 0 18px;
}
#menuLeftConnectIn ul {
	margin: 0;
	padding: 0;
}
#menuLeftConnectIn li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menuLeftConnectIn a {
	display: block;
	text-decoration: none;
	color: #797979;
	margin: 0;
	padding: 0 0 0 22px;
	width: 158px;
}
#menuLeftConnectIn a:hover {
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 22px;
	background: url("img/design/menuLeftInHover.png") repeat-y;
	width: 158px;
}
#menuLeftConnectIn ul img {
	vertical-align: middle;
	margin: 1px;
}
#paypal {
text-align: center;
width: 173px;
height: 40px;
margin-left: 11px;
margin-top: 10px;
	}
.containerBarre {
	width: 100px;
	border: 1px solid #000000;
	background: #ffffff url("img/barreVide.jpg") 50% 50% repeat-x;
	color: #222222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 8px;
	font-family: Verdana;
}
.barre {
	max-width: 100px;
	margin: -1px;
	height: 8px;
	border: 1px solid #000000;
	background: #cccccc 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pointplacer {
	padding: 0 0 0 5px;
	font-size: 10px;
}
.pointsBarre {
	position: absolute;
	font-size: 10px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	cursor: default;
}

/* ------ PARTIE JOUEUR ------ */
	#menuLeftConnect1 {
		width: 188px;
		margin: 0;
		padding: 0 0 16px 0px;
		background: url("img/design/menuLeftFoot.png") no-repeat bottom;
	}
	#menuLeftPersoTop {
		background: url("img/design/menuLeftTopJ.png") no-repeat;
		width: 188px;
		height: 86px;
		margin: 0;
		padding: 0;
	}
	#menuLeftPerso {
		background: url("img/design/avatarMenu.png") no-repeat center;
		height: 140px;
	}
	#menuLeftPerso img {
		width: 82px;
		height: 82px;
		margin-left: 54px;
		margin-top: 17px;
	}
	#menuLeftPerso h2 {
		width: 173px;
		font-size: 12px;
		text-align: center;
		color: #005455;
		margin: 4px 0 0 8px;
		padding: 0;
	}
	
	/* Avatar V. 2 */
	#cadreAvatar {
		z-index: 6;
		position: relative;
		top: 10px;
		/*background: url("img/avatar/3.gif") center no-repeat;*/
		background: black;
		width: 78px;
		height: 78px;
		
		border: 2px solid white;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.75);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.75);
		
		margin: 0 0 20px 54px;
	}

	#refletAvatar {
		z-index: 5;
		position: absolute;
		width: 53px;
		height: 25px;
		top: 5px;
		left: 12px;
		background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C */
		
		
		-moz-border-radius: 45px / 25px;
		-webkit-border-radius: 45px / 25px;
		-khtml-border-radius: 45px / 25px;
		border-radius: 45px / 25px;
	}

	#interieurAvatar {
		z-index: 4;
		position: absolute;
		top: -2px;
		left: -2px;
		background: url("img/avatar/0.gif") center no-repeat;
		width: 78px;
		height: 78px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.75);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.75);
		
		border: 2px solid white;
	}

	#pseudoAvatar {
		z-index: 7;
		position: absolute;
		top: -10px;
		background: rgba(0,0,0,0.75);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 3px;
		
		font-size: 10px;
		color: white;
		font-weight: normal;
	}

	#niveauAvatar {
		z-index: 7;
		position: absolute;
		bottom: -10px;
		background: rgba(0,0,0,0.75);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 3px;
		
		font-size: 10px;
		color: white;
		font-weight: normal;
	}

	/* ------ PARTIE ADMIN ------ */
	#menuLeftAdminTop {
		background: url("img/design/menuLeftTopA.png") no-repeat;
		width: 188px;
		height: 86px;
		margin: 0;
		padding: 0;
	}

/* --------------------------------------------------------- */
/* ----------------- PAGE - STYLE GENERAL------------------- */
/* --------------------------------------------------------- */
#page {
	margin: 6px 0 0 216px; /* 16+188+12 */
	padding: 0px 0px 29px 0px;
	width: 768px;
	background: url("img/design/bodyFoot.png") no-repeat bottom;
}

	/* Page : en-tête */
	#pageBodyTop {
		background: url("img/design/pageBodyTop.png") no-repeat;
		width: 768px;
		height: 84px;
		margin: 0;
		padding: 0;
	}
	#pageBodyTop h1 {
		font-family: "Trajan Pro", Verdana;
		font-size: 20px;
		color: gray;
		font-variant: small-caps;
		padding: 25px 0 0 0;
		margin: 0;
		text-align: center;
		text-shadow: 1px 1px 2px #444444;
	}
	#pageBodyTop .map {
		position: relative;
		top: 40px;
		padding: 17px 0;
	}

	/* Menu à onglets horizontale dans une page */
	#menuPage{
		position: absolute;
		left: 270px;
		top: 158px;
		width: 658px;
	}
	#menuPage.menuStats{
		position: absolute;
		left: 390px;
		top: 158px;
		width: 658px;
	}
	#menuPage.low {
		top: 78px;
	}
	#menuPage ul.onglets4 {
		margin: auto;
		padding: 0;
		width: 518px;
	}
	#menuPage ul.onglets5 {
		margin: auto;
		padding: 0;
		width: 648px;
	}
	#menuPage li {
		float: left;
		margin: 0;
		padding: 0 5px 0 5px;
		list-style-type: none;
	}
	#menuPage a {
		display: block;
		text-decoration: none;
		height: 38px; /* 42 - 4 (dus au padding-top) */
		width: 119px;
		background: url("img/design/ongletOff.png") no-repeat;
		color: #797979;
		margin: 0;
		padding: 4px 0 5px 0;
		text-align: center;
		font-family: "Trajan Pro", Verdana;
		font-variant: small-caps;
		font-weight: bold;
	}
	#menuPage a:hover, #menuPage a.hover {
		display: block;
		text-decoration: none;
		height: 38px; /* 56 (bannière) - 18 (padding-top de cette classe) */
		width: 119px;
		color: #54A1B2;
		margin: 0;
		padding: 18px 0 5px 0;
		background: url("img/design/ongletOn.png") no-repeat;
	}

	/* Page : corps de la page */
	#pageBody {
		background: url("img/design/bodyIn.png") repeat-y;
		width: 768px;
		margin: 0;
		padding: 0;
	}
	#pageBody h1 {
		font-family: Verdana;
		font-size: 18px;
		font-variant: small-caps;
		padding: 5px 0 15px 0;
		margin: 0;
		color: #535554;
		text-align: center;
		background: transparent url("img/design/img_h1.png") center bottom no-repeat;
		text-shadow: 1px 1px 2px #444444;
	}
	#pageBody h1.detailsItems {
		background: none;
	}
	#pageBody h2 {	
		font-family: Verdana;
		font-size: 16px;
		font-variant: small-caps;
		padding: 0;	
		margin: 10px 10px 0px 10px;	
		color: #6699cc;
		text-shadow: 1px 1px 2px #444444;
	}
	#pageBody p {
		font-size: 12px;
		margin: 0;
		padding: 5px 10px 5px 10px;
		color: gray;
	}

	#pageBody .ferme {
		font-family: Verdana;
		font-size: 20px;
		font-variant: small-caps;
		font-weight: bold;
		padding: 5px 0 5px 0;
		margin: 0 auto;
		color: #be0000;
		text-align: center;
		background: none;
		width: 740px;
	}

/* --------------------------------------------------------- */
/* ----------------------- PAGE NEWS ----------------------- */
/* --------------------------------------------------------- */
#presentation p {
	text-indent: 40px;
	margin: 0;
	padding: 0 14px 20px 14px;
	font-size: 14px;
	color: #797979;
}
#presentation p img {
	float: left;
}
#presentation div#histoire{
	background: -moz-linear-gradient(90deg, #A1C87C, #55A11E);
	background: -webkit-linear-gradient(90deg, #A1C87C, #55A11E);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.33);
	
	width: 230px;
	font-size: 14px;	
	
	margin: -45px 0 0 420px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
#presentation div#histoire a{
	color: #FFFFFF;
}
#presentation div#histoire a:hover{
	color: #C2DCAB;
}
#histoire_inscrire{
	background: -moz-linear-gradient(90deg, #FF7979, #BF0000);
	background: -webkit-linear-gradient(90deg, #FF7979, #BF0000);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.33);
	
	width: 220px;
	font-size: 14px;	
	
	margin: 0 auto;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
#histoire_inscrire a{
	color: #FFFFFF;
}
#histoire_inscrire a:hover{
	color: #FF7979;
}
#presentation img {
	float: right;
	margin: -20px 20px 0 0;
}
#pageBody .news {
	width: 748px;
	margin-left: 4px;
	padding: 5px;
	background-color: #e8f4f4;
	border: 1px solid #aabdc1;
	font-size: 14px;
	color: #797979;
}
#pageBody .news_2 {
	width: 760px;
	margin: 0 auto;
	padding: 0 auto;
	background-color: none;
	border: none;
	font-size: 14px;
	color: #797979;
}
#pageBody .news_2 .btn-slide {
	background: url('img/design/top_news.png') no-repeat;
	width: 760px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
#pageBody .news_2 .btn-slide h2 {
	color: #363636;
	text-shadow: 0px 1px 1px #FFFFFF;
	font-size: 18px;
	padding-top: 7px;
}
#pageBody .news_2 .btn-slide h3 {
	color: #7f7f7f;
	text-shadow: 0px 1px 1px #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin-top: -3px;
}
#pageBody .news_2 .content {
	width: 737px;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
	border: none;
	font-size: 12px;
	color: #797979;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.33), inset 0px 0px 33px rgba(0,0,0,.10);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.33), inset 0px 0px 33px rgba(0,0,0,.10);
	z-index: 1;
}
#pageBody .news h2 {
	font-family: Verdana;
	font-size: 18px;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
	color: #535554;
}
#pageBody .news h3 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #73787b;
}
#pageBody .btn-slide {
	cursor: pointer;
}
#pageBody .btn-slide img.selectionneur {
	float: right;
	cursor: pointer;
	width: 20px;
	padding: 0;
	margin: 20px 10px 0 0;
}
#pageBody .content {
	min-height: 160px;
}
#pageBody .content p {
	text-indent: 40px;
	margin: 0;
	padding: 10px 10px 10px 165px;
}
#pageBody .content img.newsImg {
	float: left;
}

/* L'image de la news */
#imgNews {
	width: 140px;
	height: 140px;
	border: 2px solid #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.75), inset 0 0 10px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75), inset 0 0 10px rgba(0,0,0,0.50);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 5px;
	cursor: pointer;
}
img.zoomNews {
	display: none;
	position: fixed;
	z-index: 3;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.50);
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
/* --------------------------------------------------------- */
/* ------------------------ PAGE MAP ----------------------- */
/* --------------------------------------------------------- */
#pageMapImg {
	margin: 0;
	position: relative;
	overflow: hidden;
}
#pageMapImg .grille_map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("img/design/grille.png") no-repeat;
	width: 704px;
	height: 544px;
	margin: 0;
}
#blocMapImg {
	background: #fff no-repeat;
	position: relative;
	border: none;
	margin: 0 auto;
	max-width: 704px;
	max-height: 544px;
	overflow: hidden;
}

#blocMapImg .map_element {
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 2;
	border: none;
}

#blocMapImg .personnage {
	position: absolute;
	cursor: pointer;
}
	/* Menu Contextuel */
		.contextMenu_ {
			position: absolute;
			width: 120px;
			z-index: 99999;
			border: solid 1px #77a5d1;
			background: #ffffff;
			-moz-opacity: 0.85; /* Mozilla Firefox */
			filter: alpha(opacity=85);/* Internet Explorer */
			opacity: 0.85; /* Safari, Opera et autres (s'ils gèrent) */
			padding: 0;
			margin: 4px 0 0 -330px;
			display: none;
			font-style: Verdana, Tahoma, Arial;
			font-size: 12px;
		}
		.contextMenu_ li {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.contextMenu_ a {
			display: block;
			height: 20px;
			line-height: 20px;
			color: #77a5d1;
			text-decoration: none;
			background-position: 6px center;
			background-repeat: no-repeat;
			outline: none;
			padding: 1px 5px;
			padding-left: 28px;
		}
		.contextMenu_ li.hover a {
			color: #ffffff;
			background-color: #33b5ff;
		}
		.contextMenu_ li.disabled a {
			color: #aaaaaa;
			cursor: default;
		}
		.contextMenu_ li.hover.disabled a {
			background-color: transparent;
		}
		.contextMenu_ li.separator {
			border-top: solid 1px #77a5d1;
		}
		.contextMenu_ li.ranger a {
			background-image: url(img/design/ranger.png);
		}
		.contextMenu_ li.raccourcis a {
			background-image: url(img/design/raccourcis.png);
		}

		/* Raccourci des potions */
		#shortcuts {
			position: relative;
			left: 202px;
			width: 290px;
			margin: 5px auto;
			padding: 5px;
			background: #afcdd3;
			border: 1px solid #5c8087;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			text-align: center;
			z-index: 4;
		}
		#shortcuts ul {
			padding: 0;
			margin: 0;
		}
		#shortcuts li {
			position: relative;
			display: inline-block;
			list-style: none;
			width: 50px;
			height: 50px;
		}
		#shortcuts h1 {
			text-shadow: 1px 1px 2px #444444;
			font-family: Verdana;
			font-size: 16px;
			font-variant: small-caps;
			font-weight: bold;
			color: #ffffff;
			background: none;
			margin: 0;
			padding: 0 0 5px 0;
		}
		#shortcuts ul li .qte_obj_sac {
			position: absolute;
			top: 35px;
			left: 35px;
			
			width: 12px;
			height: 12px;
			padding: 2px 0 0 2px;
			font-family: Verdana;
			font-size: 10px;
			text-align: center;
			color: #FFFFFF;
			font-weight: bold;	
			
			border-top: 1px solid black;
			border-left: 1px solid black;
			background: #afcdd3;
			-moz-border-radius: 10px 0 0 0;
			-webkit-border-radius: 10px 0 0 0;
			border-radius: 10px 0 0 0;
			text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1);
		}
		
		img.imgShortcuts {
			cursor: pointer;
		}

			/* Monstres */
			#monstre {
				font-size: 12px;
				margin: 0;
				padding: 0;
				min-height: 130px;
			}
			#monstre ul {
				padding: 0;
				margin: 0;
			}
			#monstre li {
				display: inline;
				list-style: none;
			}

			/* Combat */
			#combats {
				display: none;
				position: absolute;
				left: 247px;
				top: 98px;
				width: 402px;
				height: 151px;
				margin: 5px auto;
				padding: 4px;
				background: url("img/design/windowFights.png") no-repeat;
				z-index: 100;
			}
			#combats h1 {
				position: relative;
				top: -15px;
				background: none;
				font-size: 18px;
				font-family: "Trajan Pro", Verdana;
				font-variant: small-caps;
				text-shadow: 1px 1px 2px #444444;
				text-align: center;
			}
			#combats h1 a {
				color: #484848;
			}
			#combats h1 a:hover {
				color: #484848;
			}
			#combats .sendMessage_fight {
				background: none;
				clear: both;
				position: absolute;
				top: 1px;
				left: 1px;
			}
			#fiche {
				float: left;
				width: 150px;
			}
			#combats .avatar_fight {
				clear: both;
				position: absolute;
				top: 22px;
				left: 3px;
			}
			#combats .details_fight {
				text-align: center;
				background: none;
				width: 80px;
				padding: 2px;
				position: absolute;
				top: 103px;
				left: 0px;
			}
			div.barreVie {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 8px;
				background-image: url("img/barreVieJoueur.jpg");
			}
			#barreVie {
				position: absolute;
				top: 22px;
				left: 84px;
				width: 8px;
				height: 126px;
				border: none;
			}
			#msg_combat {
				width: 220px;
				margin: 0 0 0 170px;
				padding: 0;
			}
			#msg_combat p {
				color: #565656;
				font-size: 12px;
				font-family: Verdana;
				margin: 2px;
				padding: 0;
			}
			#skills {
				width: 280px;
				margin: -24px 0 0 105px;
				text-align: left;
			}
			#skills ul {
				padding: 0;
				margin: 0;
			}
			#skills li {
				width: 50px;
				height: 50px;
				display: inline-block;
				list-style: none;
				margin: 0;
				padding: 0;
			}
	
	/* Menu en faisant clic droit sur un joueur au CaC sur la carte */
	#menuInteraction {
		position: absolute;
		width: 84px;
		height: 25px;
		z-index: 4;
		padding: 5px;
		color: #7f7f7f;
		
		-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
		background: #ffffff;
		background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
		background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		
		-moz-opacity: 0.70;
		filter: alpha(opacity=70);
		opacity: 0.70; 
	}
	#menuInteraction img {
		cursor: pointer;
	}

/* infobulle qui indique que le pnj est trop loin du joueur */
#tropLoin {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	background-color: #fff;
	color: #373737;
	/*border: 1px solid #7f7f7f;*/
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	z-index: 99;
	margin: 4px;
	padding: 4px;
	font-size: 12px;
	opacity: 0.8;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,1);
}

/* --------------------------------------------------------- */
/* -------------------- PROFIL > Détail -------------------- */
/* --------------------------------------------------------- */
.separateProfil { /* séparateur horizontal */
	background: url("img/design/profilMiddle.png") no-repeat;
	height: 40px;
	width: 570px;
	margin: 0 auto;
}
.banqueProfil {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	color: #924100;
}
/* Profil : partie de l'avatar */
	#profilAvatar {
		float: left;
		background: url("img/design/profilBackAvatar.png") no-repeat;
		width: 170px;
		height: 190px;
		margin: 0 0 0 120px;
		padding: 0;
	}
	#profilAvatar img {
		margin: 35px 0 0 45px;
		padding: 0;
		height: 80px;
		width: 80px;
	}
	#profilAvatar h2 {
		position: relative;
		top: 18px;
		text-align: center;
		text-decoration: none;
		font-style: normal;
		color: #498E91;
		margin: 0;
		padding: 10px 0;
	}
	#profilAvatar h2 .pseudo {
		font-size: 20px;
		font-family: "Monotype Corsiva", Verdana, Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-variant: normal;
	}
	#profilAvatar h2 .niveau {
		font-size: 12px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-weight: bold;
	}
/* Profil : partie informations */
	#profilInfo {
		margin: 0 0 0 355px;
		padding: 20px 0 0 0;
		min-height: 170px; /* 180 - 20 = 170 */
	}
	#profilInfo h3 {
		display: inline;
		line-height: 30px;
		font-size: 16px;
		font-variant: small-caps;
		text-decoration: none;
		font-weight: bold;
		font-style: normal;
		color: #498E91;
		font-family: "Trajan pro", Verdana;
	}
	#profilInfo img{
		vertical-align: middle;
		padding-bottom: 3px;
	}
	.infos, .infos_sexe {
		font-size: 14px;
		font-weight: bold;
		color: #565656;
	}
	.infos img {
		max-height: 30px;
		max-width: 30px;
	}
	.infos_sexe img {
		height: 22px;
		width: 22px;
	}
/* Profil : partie caractéristiques */
	#pageProfil h2 {
		font-family: "Trajan pro",verdana;
		font-size: 20px;
		color: #498e91;
		font-variant: small-caps;
		padding: 0 auto;
		margin: 0 auto;
		text-align: center;
	}
	#caracteristiques table {
		width: 100%;
	}
	#caracteristiques td {
		text-align: center;
		font-variant: small-caps;
		height: 30px;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
	}
	#caracteristiques td input[type="image"] {
		vertical-align: middle;
		background-image: none;
		background-color: #ffffff;
		width: 25px;
		height: 25px;
		border: 0px;
	}
	.Color_constitution {
		color: #B70038;
	}
	.Color_sagesse {
		color: #338ABB;
	}
	.Color_adresse {
		color: #3D8100;
	}
	.Color_force {
		color: #7C3500;
	}
	.Color_intelligence {
		color: #73219D;
	}
	.Color_vivacite {
		color: #DB9000;
	}
/* Profil : partie logs (victimes, tués etc.) */  
	#logs table {
		width: 100%;
		border-collapse: collapse;
		font-size: 14px;
		margin: 0;
		padding: 0;
		color: grey;
	}
	#logs img {
		vertical-align: middle;
		margin: 2px 5px 2px 5px;
	}
	.logsTD {
		margin: 0px;
		padding: 0 55px 10px 35px;
		width: 150px;
	}
	.titre h2 {
		text-align: center;
		color: #7f7f7f;
	}
	.valeurlogs {
		text-align: right;
		padding-left: 20px;
	}
	
	.ligneLog {
		position: relative;
		z-index: 2;
		height: 20px;
		margin: 12px 0;
		padding: 2px 5px;
		
		background: #b5b5b5;
		background: -moz-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
		background: -webkit-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.33), inset 0px 10px 2px rgba(255,255,255,.20);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.33), inset 0px 10px 2px rgba(255,255,255,.20);
		
		text-align: right;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 0 1px 1px rgba(0,0,0,0.50);
	}
	.backImgLog {
		position: absolute;
		top: -9px;
		left: -5px;
		z-index: 3;
		width: 42px;
		height: 42px;
		
		background: #b5b5b5;
		background: -moz-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
		background: -webkit-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.33), inset 0px 10px 2px rgba(255,255,255,.20);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.33), inset 0px 10px 2px rgba(255,255,255,.20);
	}
	.backImgLog img {
		padding-top: 4px;
	}
/* Profil : partie banque */
	#banque table {
		border-collapse: collapse;
		font-size: 14px;
		margin: 0;
		padding: 0;
		color: grey;
	}
	.vide {
		color: #B70038;
	}
/* Profil : partie localisation */
	#pageLocate {
		width: 640px;
		margin: 0;
		padding: 0 0 16px 0;
		background: transparent url(img/design/locateFoot.png) no-repeat bottom;
	}
	#pageLocateTop {
		width: 640px;
		height: 15px;
		margin: 0;
		padding: 7px 0;
		background: transparent url(img/design/locateTop.png) no-repeat top;
		color: #FFFFFF;
		text-align: center;
		font-size: 14px;
		font-family: verdana;
		font-variant: small-caps;
		font-weight: bold;
	}
	#pageLocateBody {
		margin: 0;
		padding: 5px 30px 5px 30px;
		background: transparent url(img/design/locateIn.png) repeat-y;
		font-size: 12px;
	}
	#pageLocateBody h3.locate {
		font-family: "Trajan pro";
		font-size: 16px;
		color: #498e91;
		font-variant: small-caps;
		padding: 0;
		margin: 0;
	}
	#pageLocateBody p.locate {
		font-family: verdana;
		font-style: italic;
		font-size: 12px;
		color: #498e91;
		padding: 0;
		margin: 0;
	}

/* ----------------------------------------------------- */
/* ----------------- PROFIL > Classes ------------------ */
/* ----------------------------------------------------- */
	#bodyClasses {
		width: 740px;
		background: #ffffff;
		margin: 0 auto;
		padding: 10px;
		z-index: 2;
	}
	#bodyClasses #header {
		position: relative;
		top: -17px;
		width: 400px;
		height: 182px;
		margin: 0 auto;
		padding: 0 auto;
		background: url('img/design/enteteClassesBlue.png') no-repeat;
	}
	#bodyClasses #header .icone {
		position: absolute;
		top: 56px;
		left: 140px;
	}
	#bodyClasses #header .nomClasse {
		position: absolute;
		top: 22px;
		text-align: center;
		color: #ffffff;
		font-variant: small-caps;
		font-weight: bold;
		text-shadow: 0 0 3px #000000;
		font-size: 12px;
		cursor: default;
	}
	#bodyClasses #header .left {
		display: block;
		width: 180px;
		height: 150px;
		position: absolute;
		top: 17px;
		left: -170px;
	}
	#bodyClasses #header .right {
		display: block;
		width: 180px;
		height: 150px;
		position: absolute;
		top: 17px;
		left: 370px;
	}
	#bodyClasses .cadre {
		display: none;
		width: 720px;
		margin: 0 auto;
		margin-top: 10px;
		padding: 10px;
		color: #6686a1;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		font-size: 12px;
		border: 1px solid #a4c8d2;
		
		background: #e4eff4; /* Old browsers */
		background: -moz-linear-gradient(top, #e4eff4 0%, #c8d8de 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4eff4), color-stop(100%,#c8d8de)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e4eff4 0%,#c8d8de 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e4eff4 0%,#c8d8de 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #e4eff4 0%,#c8d8de 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4EFF4', endColorstr='#C8D8DE',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #e4eff4 0%,#c8d8de 100%); /* W3C */
		
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	#bodyClasses .cadre .title {
		position: relative;
		top: -5px;
		font-variant: small-caps;
		font-size: 18px;
		font-weight: bold;
		color: #508498;
		text-shadow: 0 2px 0 #ffffff;
	}
	#bodyClasses .cadre p {
		margin: 0;
		padding: 0;
		color: #6686a1;
		font-size: 12px;
		text-shadow: 0 1px 0 #ffffff;
	}

	#headerClasses {
		background: url("img/design/header_classes.jpg") top left no-repeat;
		height: 90px;
		width: 760px;
		margin: 0 auto;
		padding: 0 auto;
		position: relative;
		display: none;
	}

	#headerClasses img {
		position: absolute;
		left: 325px; /* 760/2 - 110/2 = 380 - 55 = 325 */
		top: -10px;
		height: 110px;
		width: 110px;
	}
	div.blocClasses {
		width: 760px;
		background: #ffffff;
		border: none;
		padding: 0;
		margin: 0 auto;
		color: #7f7f7f;
		font-size: 12px;
		font-family: Verdana;
		display: none;
	}
	div.blocClasses strong{
		font-variant: small-caps;
		font-size: 16px;
	}
	input[type="submit"].submitUpClasse {
		background: #bfd255; /* Old browsers */
		background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px; 
		border: 1px solid #5C8E00;
		-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.25);
		box-shadow: 0px 3px 2px rgba(0,0,0,.25); 
		
		color: #4A7500;
		text-shadow: 0 0 1px #BEF265, 0 0 1px #BEF265, 0 0 1px #BEF265;
		font-weight: bold;
		margin: 10px 0;
	}
	input[type="submit"].submitUpClasse:hover {
		background: #d1ea60; /* Old browsers */
		background: -moz-linear-gradient(top, #d1ea60 0%, #a6d831 50%, #84cc00 51%, #b0e534 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1ea60), color-stop(50%,#a6d831), color-stop(51%,#84cc00), color-stop(100%,#b0e534)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d1ea60 0%,#a6d831 50%,#84cc00 51%,#b0e534 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d1ea60 0%,#a6d831 50%,#84cc00 51%,#b0e534 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #d1ea60 0%,#a6d831 50%,#84cc00 51%,#b0e534 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ea60', endColorstr='#b0e534',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d1ea60 0%,#a6d831 50%,#84cc00 51%,#b0e534 100%); /* W3C */
		
		color: #6DA000;
	}

/* --------------------------------------------------------- */
/* ----------------- PROFIL > Compétences ------------------ */
/* --------------------------------------------------------- */
#pageSkills {
	width: 380px;
	color: #464646;
}
#pageSkills ul {
	margin: 5px;
	padding: 0;
}
#pageSkills li {
	list-style-type: none;
	display: inline;
	float: left;
}
#listSkill {
	position: relative;
	margin: 0 5px;
	width: 80px;
	height: 90px;
}
#listSkill img {
	position: absolute;
	top: 9px;
	left: 9px;
}
#listSkill .level {
	position: absolute;
	top: 59px;
	left: 15px;
	font-family: Verdana;
	font-size: 10px;
}
#listSkill .i_element {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 59px;
	left: 50px;
}
#clearFlux {
	clear: both;
}

/* 
 * les "médaillons" qui entourent l'image d'une compétence
 */
.c_int {
	position: relative;
	top: 2px;
	left: 2px;
	
	width: 48px;
	height: 48px;
	
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.75);
}
.c_mid {
	position: relative;
	top: 2px;
	left: 2px;
	
	width: 52px;
	height: 52px;
	background: #7f7f7f;
	
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.75);
	
	background: #7e6b00; /* Old browsers */
	background: -moz-linear-gradient(top, #7e6b00 0%, #eed632 25%, #fff29a 50%, #eed632 75%, #7e6b00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e6b00), color-stop(25%,#eed632), color-stop(50%,#fff29a), color-stop(75%,#eed632), color-stop(100%,#7e6b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7E6B00', endColorstr='#7E6B00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* W3C */
}
.c_ext {
	position: relative;
	width: 56px;
	height: 56px;
	
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.5), 0 0 1px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.5), 0 0 1px rgba(0,0,0,.75);
	
	background: #18191a; /* Old browsers */
	background: -moz-linear-gradient(top, #18191a 0%, #6e7479 25%, #cad5df 50%, #6e7479 75%, #18191a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18191a), color-stop(25%,#6e7479), color-stop(50%,#cad5df), color-stop(75%,#6e7479), color-stop(100%,#18191a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #18191a 0%,#6e7479 25%,#cad5df 50%,#6e7479 75%,#18191a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #18191a 0%,#6e7479 25%,#cad5df 50%,#6e7479 75%,#18191a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #18191a 0%,#6e7479 25%,#cad5df 50%,#6e7479 75%,#18191a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18191A', endColorstr='#18191A',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #18191a 0%,#6e7479 25%,#cad5df 50%,#6e7479 75%,#18191a 100%); /* W3C */
	
	margin: 5px 10px;
}
.c_lvl {
	/*position: absolute;
	bottom: 2px;
	right: 2px;*/
	position: relative;
	top: 1px;
	left: 1px;
	width: 14px;
	height: 14px;
	
	background: #615230;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.75);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.75);
	
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #c5ab0f;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	
	z-index: 3;
}
.c_lvl_ext {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	cursor: default;
	
	background: #7e6b00; /* Old browsers */
	background: -moz-linear-gradient(top, #7e6b00 0%, #eed632 25%, #fff29a 50%, #eed632 75%, #7e6b00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e6b00), color-stop(25%,#eed632), color-stop(50%,#fff29a), color-stop(75%,#eed632), color-stop(100%,#7e6b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7E6B00', endColorstr='#7E6B00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7e6b00 0%,#eed632 25%,#fff29a 50%,#eed632 75%,#7e6b00 100%); /* W3C */
	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,1);
	z-index: 2;
}

/* --------------------------------------------------------- */
/* -------------- PROFIL > Détails pour tous --------------- */
/* --------------------------------------------------------- */
#detailsProfil h3 {
	display: inline;
	line-height: 30px;
	font-size: 16px;
	font-variant: small-caps;
	text-decoration: none;	
	font-weight: bold;	
	font-style: normal;
	color: #498E91;
	font-family: "Trajan pro", Verdana;
}
#detailsProfil .description {
	width: 94%;
	border: 1px dashed #7f7f7f;
	background-color: #eeeeee;
	padding: 5px;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
#detailsProfil img {
	vertical-align: middle;
}
.fanionDesc {
	margin: 2px 10px 2px 2px;
}

/* Détails des équipements (visible dans le sac et dans le détail du profil */
	#equipement {
		margin: 0 auto;
		background: transparent url(img/design/sacPerso.jpg) no-repeat center;
		width: 300px;
		height: 340px;
	}
	#equipement ul {
		padding: 9px 10px 10px 11px;
		margin: 0;
		list-style: none;
		width: 340px;
		height: 340px;
	}
	#equipement li {
		display: block;
		float: left;
		padding: 0;
		margin: 0px 25px 40px 0;
		width: 50px;
		height: 50px;
	}
   .enteteDetails {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    #recherchePseudo form {
        font-size: 12px;
        color: #7f7f7f;
    }
    #recherchePseudo ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }
    #recherchePseudo li {
        display: inline-block;
        padding: 2px;
        margin: 2px;
        background: #7f7f7f;
        color: #ffffff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
    }
    #recherchePseudo li:hover {
        background: #8f8f8f;
    }
    #recherchePseudo li.noResult {
        background: #ff0000;
        cursor: default;
    }

/* --------------------------------------------------------- */
/* ------------------------ OPTIONS ------------------------ */
/* --------------------------------------------------------- */
#entete_compte {
	position: relative;
	background: url("img/design/enteteCompte.jpg") no-repeat;
	width: 760px;
	height: 47px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
#entete_compte .go_haut{
	background-image: none;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: 742px;
	cursor: pointer;
}
#entete_compte h3 {
	background-image: none;
	font-size: 16px;
	padding: 8px 0 0 0;
	margin: 0 0 -3px 0;
	color: #00a2b5;
	text-shadow: 1px 0px 2px #2DA4A2;
}
#entete_compte p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #7f7f7f;
	font-style: italic;
}
#paragraphe_compte {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#input_compte[type=text],#input_compte[type=password] {
	background: url("img/design/inputCompte.jpg") repeat-x;
	border: 1px solid #a9a9a9;
	height: 14px;
	text-align: left;
	font-family: Verdana;
	color: #606060;
	padding-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 2px 0;
}
#input_compte[type=submit] {
	background: url("img/design/submitCompteOff.jpg") repeat-x;
	border: 1px solid #516e6f;
	height: 20px;
	text-align: center;
	font-family: Verdana;
	color: #3e5556;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
}
#input_compte[type=submit]:hover {
	background: url("img/design/submitCompteOn.jpg") repeat-x;
	border: 1px solid #739fa0;
	color: #739fa0;
}
#textarea_compte {
	background: #eeeeee;
	border: 1px solid #a9a9a9;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	color: #606060;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
}
#compte hr {
	width: 760px;
}
#compte td {
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: gray;
}
#compte textarea {
	border: 1px solid #7f7f7f;
	background-color: #eeeeee;
	font-size: 10px;
	font-family: Verdana;
	color: #7f7f7f;
}
#compte input[type="file"] {
	background-color: #eeeeee;
	border: 1px solid #7f7f7f; /* Pour IE et ceux qui le gèrent */
}
div#error { /* Texte d'erreur */
	color: #D70000;
	font-size: 10px;
	font-family: Verdana;
	width: 160px;
}
img.alignMiddle {
	vertical-align: middle;
}
.red {
	color: #D70000;
}
input.error {
	border: 1px solid #ff0000;
}
.compte_description { /* Description des fonctionnalités de la page des options */
	font-style: italic;
}

/* 
 * fenêtre qui s'affiche pour indiquer s'il y a eu une erreur ou non lors d'une
 * modification dans la page compte
 */
#message_compte {
	display: none;
	position: fixed;
	top: 0;
	
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* W3C */
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 1000;
}
/* 
 * la petite flèche qui sert à fermer la fenêtre message_compte
 */
#message_compte .fermer {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/* --------------------------------------------------------- */
/* ------------------------ PAGE SAC ----------------------- */
/* --------------------------------------------------------- */
.emplacements_sac {
	width: 490px;
	background-color: #e0e0e0;
	border: 1px solid #b5b5b5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	color: #696969;
}
.nbr_emplacements_occupes { /* Affichage du nombre d'emplacements occupés */
	border: 0;
	background: none;
	width: 12px;
	text-align: right;
}
.commentary_bag {
	width: 390px;
	background-color: #e0e0e0;
	border: 1px solid #b5b5b5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 4px 4px 4px 24px;
	padding: 4px;
	font-size: 12px;
	color: #696969;
	text-align: center;
	margin: 0 auto;
}
#sac {
	width: 478px;
}
#sac ul {
	padding: 5px;
	margin: 0;
	vertical-align: middle;
}
#sac li  {
	float: left;
	margin: 5px;
	display: inline;
	list-style-type: none;
}
#sac2 ul {
	padding: 5px;
	margin: 0;
	vertical-align: middle;
}
#sac2 li  {
	float: left;
	margin: 5px 16px 0 16px;
	display: inline;
	list-style-type: none;
}
/* Taille des cadres d'aide */
	.info_aide_potion{
		width: 472px;
	}
	.info_aide_equipement {
		width: 472px;
	}
	.info_aide_objet {
		width: 768px;
	}
/* Affichage des items dans le sac */
/*
	#listObj {
	margin: 0 0 0 5px;
	width: 80px;
	height: 90px;
	}
	#listObj img {
		top: 9px;
		left: 9px;
	}
	#listObj .quantite {
		top: 59px;
		left: 22px;
		font-family: Verdana;
		font-size: 10px;
	}
	#listObj .delete {
		width: 20px;
		height: 20px;
		top: -2px;
		left: 52px;
		cursor: pointer;
	}
*/
	#equipement_sac{
		position: fixed;
		top: 219px; /* hauteur à partir de laquelle débute le calque du perso_sac */
		width: 258px;
		padding: 0;
		margin: 0;
		text-align: center;
		left: 50%; 
		margin-left: 175px;
	}
	#potion_sac{
		position: fixed;
		top: 258px; /* hauteur à partir de laquelle débute le calque du perso_sac */
		width: 286px;
		padding: 0;
		margin: 0;
		text-align: center;
		left: 50%; 
		margin-left: 186px;
	}
/* Cadre raccourci des potions dans le cas */
	#cadrepotion{
		margin: 0 auto;
		padding: 2px;
		height: 75px;
		
		background: #cacaca;
		background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
		background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
		
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.75);
		
		/*border: 1px solid #a5a5a5;*/
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		
		color: #444444;
		text-align: center;
		z-index: 100;
	}
	#cadrepotion ul {
		padding: 0;
		margin: 0;
	}
	#cadrepotion li {
		display: inline;
		list-style: none;
		margin: 3px;
		padding: 0;
		cursor: e-resize;
	}
	#cadrepotion h1 {
		text-shadow: 0 1px 2px rgba(0,0,0,0.42);
		font-family: Verdana;
		font-size: 16px;
		font-variant: small-caps;
		font-weight: bold;
		color: #4a4a4a;
		background: none;
		margin: 0;
		padding: 0;
	}
/* Liste des potions dans le sac */
	li#fiche_obj_sac_js {
		position: relative;
	}
	.nom_obj_sac { /* balise h4 dans la page sac */
		background: #587A7A;
		min-height: 18px;
		width: 200px;
		color: #ffffff;
		border: none;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-radius: 0px 10px 0px 0px;
		border-radius: 0px 10px 0px 0px;
		/* ombre */
		-webkit-box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.25);
		box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.25);
		font-size: 14px;
		font-variant: small-caps;
		font-family: verdana;
		text-align: center;
		margin: 10px 0 0 10px;
		padding: 0 5px 2px 3px;
	}
	.img_obj_sac {
		float:left;
	
		height: 56px;
		width: 57px;
		
		background: #587A7A;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: none;
		
		margin: 0 3px 0 0;
		padding: 7px 0 0 7px;
	}
	.fiche_obj_sac {
		width: 200px;
		background: #d7e2e2 /*url("img/design/img_h1.png") center bottom no-repeat*/;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		border: 1px solid #a5b7b8;
		-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
		box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
		margin: 0 0 0 10px;
		padding: 0 3px 3px 3px;
		line-height: 12px;
		font-size: 10px;
	}
	.desc_obj_sac {
		margin: 0;
		padding: 0 3px 0 3px;
		border-bottom: 0px solid #a5b7b8;
		color: #5F5F5F;
		font-style: italic;
		text-align: justify;
	}
	.detail_obj_sac {
		clear: left;
	}
	.delete_obj_sac {
		height: 20px;
		width: 20px;
		background: url("img/design/trashObj.png") no-repeat;
		display: block;
		margin: -20px 0 0 180px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.drop_obj_sac {
		height: 20px;
		width: 20px;
		background: url("img/design/dropObj.png") no-repeat;
		display: block;
		margin: -20px 0 0 155px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.qte_obj_sac {
		position: relative;
		top: -17px;
		left: 37px;	
		width: 20px;
		height: 16px;
		padding: 3px 0 0 0;
		font-family: Verdana;
		font-size: 10px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;	
		
		background: #587A7A;
	
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0);
		-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);

		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
	
	#poids_sac {
		position: absolute;
		top: 115px;
		right: 20px;
		padding: 15px 10px;
		font-size: 12px;
		-moz-border-radius: 10px 0 0 10px;
		-webkit-border-radius: 10px 0 0 10px;
		border-radius: 10px 0 0 10px;
		background: rgba(0,0,0,0.3);
		color: #ffffff;
	}
	
	/*
#racourcisPotions {
	background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
	background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #AAAAAA;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
	
	padding: 4px;
	margin: 0;
	display: block;
	height: 56px;
	
	position: fixed;
	top: 282px;
	text-align: center;
	left: 50%; 
	margin-left: 150px;
}
#racourcisPotions ul {
	margin: 0;
	padding: 0;
}
#racourcisPotions li {
	display: inline-block;
	list-style-type: none;
	padding: 4px;
	margin: 0;
}
#racourcisPotions li img {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.33);
}
*/
/* Popup SAC */
#fond_sac {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 20;
	left: 0;
	top: 0;
	-moz-opacity: 0.50;
    filter: alpha(opacity=50);
    opacity: 0.50; 
}
#fenetre_sac {
	position: absolute;
	top: 20%;
	left: 30%;
	display: none;
	width: 250px;
	z-index: 101;
	margin: 0 auto;
	padding: 5px;
	font-size: 12px;
	color: #7f7f7f;
	background: #e5e5e5;
	border: 1px solid #a7a7a7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#fenetre_sac p {
	padding: 0;
	margin: 0;
	margin-top: 8px;
}
#fenetre_sac .title {
	background: #a7a7a7;
	height: 16px;
	color: white;
	margin: -5px;
	padding: 2px;
	text-align: center;
	font-size: 14px;
	font-variant: small-caps;
}
div.close_sac {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 17px;
	height: 17px;
	background: url("img/design/close.png") no-repeat;
	cursor: pointer;
}
span.lvl_icone {
	position: absolute;
	top: 26px;
	font-size: 10px;
	color: #ffffff;
	text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
	z-index: 2;
	cursor: pointer;
}
	
/* --------------------------------------------------------- */
/* ------------------------ JOURNAL ------------------------ */
/* --------------------------------------------------------- */
#journal {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
#journal h1 {
	text-align: center;
	font-size: 20px;
	font-family: trojan pro;
	color: #007778;
	font-weight: normal;
	padding: 0;
		margin: 0 0 15px 0;
}
#journal h2 {
	text-align: left;
	font-size: 16px;
	font-family: trojan pro;
	color: gray;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
}

/* Fournal : onglet activités */
	#notif {
		display: none;
		position: absolute;
		top: 42px;
		left: 408px;
		width: 20px;
		height: 20px;
		background: url("img/design/fondNotif.png") no-repeat;
		color: #ffffff;
		text-align: center;
		padding-top: 4px;
		font-size: 11px;
		cursor: default;
	}
	.paginationActivites {
		margin: 0 auto;
		padding: 0 auto;
		text-align: center;
		color: #7f7f7f;
		font-size: 14px;
	}
	.listIconesActivites {
		margin: 0;
		margin-top: 10px;
		padding: 0;
		text-align: center;
	}
	.iconeActivites {
		margin: 2px;
		cursor: pointer;
		width: 25px;
		height: 25px;
		opacity: 0.5;
	}
	ul.listIconesActivites img.selected {
		opacity: 1;
	}
	div.no_activity {
		width: 760px;
		margin: 0 auto;
		text-align: center;
		color: #565656;
		font-family: verdana;
		font-size: 12px;
	}
	.blocActivites { /* Activité pour les quêtes, onglet journal */
		width: 756px; 
		padding: 2px; 
		margin: 0 0 0 4px; 
		background: #e2eff0; 
		border-bottom: 1px solid #a7b7b8; 
	}
	.blocActivitesgoodCon {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #D1E0B4;
		color: #52840F;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitessoin {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #E3ECD2;
		color: #66A43E;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitesbadCon {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #FFAA95;
		color: #DF2D00;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActiviteslevelup {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #8cb3d9;
		color: #4b6891;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitesattaque {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #d9bc9c;
		color: #915e27;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitesmort {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #C9C9C9;
		color: #565656;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitesbenediction {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #ABCAE9;
		color: #3A7AA5;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitesmalediction {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #cbb5d5;
		color: #7a518c;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.blocActivitespoison {
		width: 754px;
		padding: 3px;
		margin: 1px 0 0 4px;
		background: #EBE8A9;
		color: #B5AE2B;
		font-family: verdana;
		font-size: 12px;
		cursor: pointer;
	}
	.titreActivites {
		margin: 4px 0 0 0;
		cursor: pointer;
		font-weight: bold;
		height: 20px;
	}
	.titreActivites img{
		margin: -4px 0 0 0;
	}
	.contenuActivites {
		padding: 0 0 5px 32px;
	}

/* Les numéros de pages dans l'onglet des activités */
div.pageManuel {
	background: #d6d6d6; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
	background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #737373;
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
	
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 5px;
	margin-top: 10px;
}
div.pageManuel:hover {
	background: #9f9f9f; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #909090, #b6b6b6);
	background: -webkit-linear-gradient(90deg, #909090, #b6b6b6);
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #ffffff;
	text-shadow: 0px -1px 1px rgba(0,0,0,.33);
}
div.pageManuel_selected {
	background: #9f9f9f; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #909090, #b6b6b6);
	background: -webkit-linear-gradient(90deg, #909090, #b6b6b6);
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #ffffff;
	text-shadow: 0px -1px 1px rgba(0,0,0,.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #737373;
	font-weight: bold;
	
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 5px;
	margin-top: 10px;
}
	
/* --------------------------------------------------------- */
/* ---------------------- PAGE GUILDE ---------------------- */
/* --------------------------------------------------------- */
#no_guilde {
	background: -moz-linear-gradient(90deg, #a7a7a7, #dfdfdf);
	background: -webkit-linear-gradient(90deg, #a7a7a7, #dfdfdf);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.33);
	
	width: 260px;
	
	margin: 0 auto;
	padding: 10px;
	
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
	text-align: center;
}
#blocguilde table {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
#blocguilde tr.entete td {
	background: none;
	color: #565656;
	font-weight: bold;
	font-size: 14px;
}
#blocguilde td.fanion {
	padding: 5px;
}
#blocguilde td {
	color: #7f7f7f;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	font-size: 12px;
}
#blocguilde .description {
	width: 740px;
	border: 1px dashed #7f7f7f;
	background-color: #eeeeee;
	padding: 5px;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
#blocguilde form {
	width: 740px;
	padding: 5px 0;
	margin: 0 auto;
}
#blocguilde input[type=submit] {
	margin: 5px 0;
}
.input_delete {
	width: 20px;
}
.input_delete_member {
	position: absolute;
	right: 0px;
	width: 20px;
}
.input_valide {
	width: 20px;
}
#blocguilde textarea {
	width: 730px;
	padding: 5px;
	margin: 0;
	border: 1px dashed #7f7f7f;
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.modif_description {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* Guilde : partie diplomatie */
	#blocdiplomatie table {
		width: 760px;
		margin: 0 auto;
		padding: 0;
		border-collapse: collapse;
	}
	#blocdiplomatie tr.entete td {
		background: #e9e9e9;
		font-variant: small-caps;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
	}
	#blocdiplomatie td {
		background-color: #f3f3f3;
		color: #7f7f7f;
		border-bottom: 1px solid #d7d7d7;
		text-align: center;
		font-size: 12px;
	}
	#blocAlliances {
		background: url("img/design/barreAlliances.png") no-repeat;
		height: 47px;
		width: 760px;
		margin: 0 auto;
	}
	#blocGuerres {
		background: url("img/design/barreGuerres.png") no-repeat;
		height: 47px;
		width: 760px;
		margin: 0 auto;
	}
	.ajoutguilde {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background: #e9e9e9;
		border-bottom: 1px solid #d7d7d7;
		width: 760px;
		color: #000;
	}
/* Guilde : Partie messagerie */
#bloc_sujet_guilde {
	background: url("img/design/commIn.jpg") repeat-y;
	width: 760px;
	background-color: #ededed;
	border: none;
	color: #7f7f7f;
	margin: 0 auto;
	padding: 0 auto;
}
#bloc_sujet_guilde_foot {
	width: 760px;
	height: 16px;
	margin: 0 auto;
	padding: 0 auto;
	background: url("img/design/commFoot.jpg") no-repeat;
}
#bloc_sujet_guilde h1 {
	background-color: #bdbdbd;
	background: url("img/design/commH1.jpg") no-repeat;
	font-size: 16px;
	font-variant: normal;
	padding: 8px 0 0 0;
	margin: 0;
	text-shadow: none;
	height: 36px;
	color: #47748d;
	text-shadow: 1px 1px 1px #ffffff;
}
#portait_comm {
	background: url("img/design/commCadre.jpg") no-repeat;
	width: 86px;
	height: 120px;
	padding: 3px 0 0 3px;
	margin: -8px 0 5px 15px;
}
#portait_comm img{
	width: 80px;
	height: 80px;
}
.time_comm {
	position: relative;
	top: 5px;
	height: 30px;
	width: 80px;
	text-align: center;
	font-size: 11px;
	text-shadow: 1px 1px 1px #ffffff;
}
.content_comm{
	position: relative;
	width: 618px;
	min-height: 100px;
	padding: 0px;
	margin: -108px 0px 0 115px;
	padding: 0;
	border: 1px solid #a9a9a9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}
.content_comm img{
	max-width: 610px;
	max-height: 610px;
}
.commentary_guilde{
	margin: 10px 0 10px 0;
}
.author_comm {
	position: absolute;
	padding: 0px;
	margin: -128px 0 0px 120px;	
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}
.author_comm2 {
	position: absolute;
	padding: 0px;
	margin: -24px 0 0 1px;	
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}
#bloc_sujet_guilde h2 {
	background: url("img/design/commH2.jpg") no-repeat;
	background-color: #bdbdbd;
	height: 24px; /* 34 - 10 */
	color: #47748d;
	padding: 10px 0 0 0;
	margin: 0px 0 5px 0; 
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
}
#bloc_sujet_guilde p {
	padding: 3px;
	margin: 0px;
}
#bloc_sujet_guilde fieldset {
	background-color: #fbfbfb;
}
#bloc_sujet_guilde legend {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
}
.deplier_comm {
	position: absolute;
	right: 34px;
	font-weight: normal;
}
.bloc_add_comm_guilde {
	margin: 0;
	padding: 0;
}
.guilde_mess_del {
	position: absolute;
	right: 24px;
	color: #b90000;
	cursor: pointer;
}
.guilde_mess_del_com {
	position: absolute;
	right: 2px;
	top: -23px;
	color: #b90000;
	cursor: pointer;
}
/* Guilde : Partie gestion */
#tab_gestion_guilde {
	width: 760px;
	margin: 0px auto;
	padding: 0px auto;
	border-collapse: none;
	background-color: #ffffff;
	text-align: center;
}

#tab_gestion_guilde td {
	padding: 2px;
	background-color: #e9e9e9;
	color: #7f7f7f;
	font-size: 12px;
	font-family: verdana;
	width: 91px;
}

#tab_gestion_guilde tr.entete td {
	background-color: #c0cad4;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: #47748D;
}
/* Fin de la gestion de guilde */
	
/* --------------------------------------------------------- */
/* ----------------------- MESSAGERIE ---------------------- */
/* --------------------------------------------------------- */
.newMess a{
	display: block;
	position: relative;
	top:-20px;
	width: 225px;
	margin: 0 auto;
}
.topMessagerie {
	background: transparent url("img/design/messageTop.png") no-repeat;
	width: 758px;
	height: 53px;
	margin: 0 0 0 5px;
	padding: 0;
}
#messagerieContainer {
	width: 713px;
	margin: 0 0 0 6px;
	padding: 2px 25px 2px 18px;
	background: transparent url("img/design/messageIn.png") repeat-y;
}
#messagerieContainer h2 {
	text-align: center;
	background: none;
	font-size: 18px;
	font-family: "Trajan pro", Verdana;
	font-variant: small-caps;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.separateurMess {
	margin: auto;
	padding: 0;
	width: 372px;
	height: 1px;
	background: transparent url("img/design/lineBetweenMessages.png") no-repeat;
}
.compteurMess {
	margin: auto;
	padding: 0;
	text-align: center;
}
.blocreplymessage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* Tableau de la messagerie */
	#messagerieContainer th {
		font-weight: bold;
	}
	.tabSujetMess {
		width: 45%;
	}
	.footMessagerie {
		background: transparent url("img/design/footMessage.png") no-repeat;
		width: 758px;
		height: 53px;
		margin: 0 0 0 5px;
		padding: 0;
	}
	.topFootMessagerie {
		width: 758px;
		height: 53px;
		margin: 0 0 0 5px;
	}
	#signature_mes {
		width: 719px;
		margin: 0 auto;
		font-family: verdana;
		font-size: 12px;
		color: grey;
	}
	#messagerieContainer table {
		border-collapse: collapse;
		border: solid #FFFFFF 1px;
		text-align: center;
		vertical-align: middle;
		font-family: verdana;
		font-size: 12px;
		width: 100%;
		margin: 0;
	}
	#messagerieContainer textarea {
		background-color: #F2F2F2;
		border: solid #8B8B8B 1px;
		font-family: Verdana,arial,times new roman;
		font-size: 14px;
		min-height: 250px;
	}
	#messagerieContainer td.contenuMessage {
		padding: 20px;
		background-color: #F2F2F2;
		border: solid #8B8B8B 1px;
		font-family: verdana,arial,times new roman;
		font-size: 12px;
		text-align: left;
	}
	/* Partie permettant d'avoir les images "parchemin" alignées verticalement */
		ul.titreMess {
			margin: 0;
			padding: 0;
		}
		.titreMess li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		ul.titreMess img {
			vertical-align: middle;
		}
/* Signalement */
.signaler {
	text-align:center;
}

/* --------------------------------------------------------- */
/* ---------------------- PAGE DROITS ---------------------- */
/* --------------------------------------------------------- */
.pseudo_admin_droit {
	font-size: 18px;
	font-family: "Trajan Pro", Verdana;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #444444;
}
table.equipe {
	width: 95%;
	margin: auto;
	border-collapse: collapse;
}
.equipe caption {
	text-shadow: 1px 1px 2px #AA0000;
	font-size: 20px;
	font-variant: small-caps;
	padding: 0;	
	margin: 10px 10px 5px 10px;	
	color: #BB0000;
}
.equipe td {
	width: 20%;
	font-family: Verdana;
	text-align: center;
	padding: 3px;
}
.enCache {
	display: none;
}
ul.equipe {
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}
ul.equipe #bulle {
	display: none;
	position: fixed;
	padding: 5px;
	font-size: 10px;
	max-width: 220px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,0.85);
	color: #ffffff;
}
ul.equipe li {
	display: inline-block;
	width: 230px;
	background: #7f7f7f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
	margin: 10px 5px;
	text-align: center;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
}
ul.equipe li span.description {
	display: block;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
/* catégories */
ul.equipe li.animateurs {
	background: #993366;
}
ul.equipe li.animateurs a {
	color: #d4a1bb;
}

ul.equipe li.joueurs {
	background: #008000;
}
ul.equipe li.joueurs a {
	color: #8aca8a;
}

ul.equipe li.pnjs {
	background: #33cccc;
}
ul.equipe li.pnjs a {
	color: #b1dcdc;
}

ul.equipe li.testeurs {
	background: #808080;
}
ul.equipe li.testeurs a {
	color: #cdcdcd;
}

ul.equipe li.administrateurs {
	background: #b90000;
}
ul.equipe li.administrateurs a {
	color: #daa4a4;
}

ul.equipe li.rolistes {
	background: #d384ab;
}
ul.equipe li.rolistes a {
	color: #edc5d9;
}

ul.equipe li.operateurs {
	background: #993300;
}
ul.equipe li.operateurs a {
	color: #cfa895;
}

ul.equipe li.moderateurs {
	background: #8080ff;
}
ul.equipe li.moderateurs a {
	color: #cfcfff;
}

ul.equipe li.graphistes {
	background: #ff9900;
}
ul.equipe li.graphistes a {
	color: #ffe3b8;
}
/* fin catégories */
ul.equipe li a {
	display: block;
	padding: 20px 10px;
	color: #ffffff;
}
ul.equipe li a:hover {
	color: #ffffff;
}
#listeMembresEquipe {
	margin: 0 auto;
	padding: 5px;
	width: 740px;
}
#listeMembresEquipe ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#listeMembresEquipe li {
	display: block;
	float: left;
	width: 348px;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #eaeaea;
	border: 1px dashed #cacaca;
	color: #606060;
}
#listeMembresEquipe li h1 {
	position: relative;
	top: -5px;
	left: -5px;
	width: 358px;
	background-image: none;
	font-size: 18px;
	padding: 2px 0;
	margin: 0;
	color: #ffffff;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #939393; /* Old browsers */
	background: -moz-linear-gradient(top, #939393 0%, #757575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#757575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #939393 0%,#757575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #939393 0%,#757575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #939393 0%,#757575 100%); /* IE10+ */
	background: linear-gradient(top, #939393 0%,#757575 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
}
#listeMembresEquipe li img {
	margin-right: 5px;
	float: left;
	width: 80px;
	height: 80px;
}
.MessLinkTab {
	vertical-align: middle;
}

/* --------------------------------------------------------- */
/* ------------------------ FOOTER ------------------------- */
/* --------------------------------------------------------- */
#footer {
	clear: both;
	background: url("img/design/menuTop.png") no-repeat;
	width: 968px;
	height: 48px;
	padding: 0;
	margin: 8px 16px 10px 16px;
}
#footer table {
	margin: auto;
	width: 960px;
	border: 0px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
#footer img {
	padding: 3px 0 0 0;
}
#footer .logo {
	padding: 0;
	margin: 0 1px 0 1px;
	vertical-align: middle;
}
#footer p {
	font-size: 12px;
	font-family: Verdana;
	color: #518a93;
	margin: 0;
	padding: 0;
}
#footer .copyright {
	font-size: 14px;
}
#footer a.ver, a.ver:hover, a.ver:visited {
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana;
}
#footer a {
	color: #518a93;
	text-decoration: underline;
}
#footer a:hover {
	color: #65aab7;
	text-decoration: underline;
}



/* --------------------------------------------------------- */
/* ------------------------- LIENS ------------------------- */
/* --------------------------------------------------------- */
a, a:visited {
	color: #005455;
	text-decoration: none;
}
a:hover {
	color: #248D8E;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* --------------------- INFOBULLES --------------------- */
/* --------------------------------------------------------- */
#infobulle {
	position: relative;
	width: 150px;
	font-size: 10px;
	color: #29515f;
	margin: 0;
	padding: 6px;
	text-align: center;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #ffffff;
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-opacity: 0.80;
    filter: alpha(opacity=80);
    opacity: 0.80; 
}
#infobulle  h1 {
	position: relative;
	top: -6px;
	left: -6px;
	width: 162px; /* 150 + 12 pour le padding */
	background-color: #59799f;
	color: #ffffff;
	font-size: 12px;
	padding: 0 0 1px 0;
	margin: 0;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#infobulle  h1.joueur {
	/* position: relative;
	top: -6px;
	left: -6px;
	width: 13em;
	background-color: #6699cc;
	color: #ffffff;
	font-size: 12px;
	padding: 1px 0 1px 0;
	margin: 0; */
}
#infobulle  h1.admin {
	/* position: relative;
	top: -6px;
	left: -6px;
	width: 13em; */
	background-color: #ca0000;
	/* color: #ffffff;
	font-size: 12px;
	padding: 1px 0 1px 0;
	margin: 0; */
}
#infobulle h1.admin:before {
	content: "[Admin] ";
}
#infobulle  h1.animateur {
	/* position: relative;
	top: -6px;
	left: -6px;
	width: 13em; */
	background-color: #469e32;
	/* color: #ffffff;
	font-size: 12px;
	padding: 1px 0 1px 0;
	margin: 0; */
}
#infobulle h1.animateur:before {
	content: "[Animateur] ";
}
.img_online_infobulle {
	float: left;
	vertical-align: middle;
	max-width: 13px;
	margin: 0;
	padding: 2px;
	background: white;
}
#guilde_infobulle {
	width: 100%;
	border: none;
	margin: 2px 0;
	background-color: none;
	color: #000000;
	font-size: 11px;
	text-align: left;
}
#guilde_infobulle img {
	width: 18px;
	vertical-align: middle;
	margin: 0;
}
.bubulle {
	min-width: 12em;
	border: 1px solid #6699cc;
	background-color: #ffffff;
	color: #6699cc;
	font-size: 12px;
	-moz-opacity: 0.80; /*Firefox*/
    filter: alpha(opacity=80);/*Internet Explorer*/
    opacity: 0.80; /*Safari, Opera   et autres (s'ils gèrent)*/
	padding: 10px;
	text-align: center;
}
	/* Info Bulle  : texte */
	a.bubulle {
		z-index: 24;
		text-decoration: none;
		position: relative;
	}
	a.bubulle:hover {
		z-index: 25;
	}
	a.bubulle span {
		display: none;
	}
	a.bubulle:hover span { 
		display: block; 
		position: absolute;
		height: 25px;
		left: 0;
		bottom: -35px;
		min-width: 15em;
		border: 1px solid #6699cc;
		background-color: #ffffff;
		color: #6699cc;
		font-size: 12px;
		text-align: center;
		padding: 1px;
		-moz-opacity:0.80; /*Firefox*/
		filter: alpha(opacity=80);/*Internet Explorer*/
		opacity: 0.80; /*Safari, Opera   et autres (s'ils gèrent)*/
	}

/* Infobulle des Compétences */
#bulleTop {
	width: 414px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: transparent url(img/design/bulleTop.png) no-repeat top;
	text-align: center;
	font-size: 14px;
	font-family: verdana;
	font-variant: small-caps;
	font-weight: bold;
}
#bulleTop h1 {
	position: relative;
	top: 6px;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 14px;
	font-family: Verdana;
	font-variant: small-caps;
	color: #008999;
	text-align: center;
}
#bulleIn {
	position: relative;
	width: 414px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url(img/design/bulleIn.png) repeat-y;
}
#bulleIn p {
	margin: 0;
	padding: 0 0 0 16px;
	color: #464646;
	font-size: 12px;
	font-family: Verdana;
}
#bulleIn .descSkill {
	margin: 0 16px;
	font-style: italic;
	text-indent: 30px;
	font-size: 12px;
	font-family: Verdana;
	color: #464646;
}
#bulleIn .ok {
	color: #068800;
}
#bulleIn .pas_ok {
	color: #b90000;
}
#bulleIn img {
	vertical-align: middle;
}
#bulleFoot {
	width: 414px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: transparent url(img/design/bulleFoot.png) no-repeat bottom;
}

/* --------------------------------------------------------- */
/* ------------------------- POP-UP ------------------------ */
/* --------------------------------------------------------- */
#fond {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 20;
	left: 0;
	top: 0;
	-moz-opacity: 0.65;
    filter: alpha(opacity=65);
    opacity: 0.65; 
}
#fenetre {
	position: absolute;
	display: none;
	width: 758px;
	left: 25%;
	top: 20%;
	padding: 0;
	z-index: 101;
}
#fenetre p {
	margin: 0;
	padding: 0;
}
#fenetre .closePop {
	position: absolute;
	top: 6px;
	left: 3px;
	cursor: pointer;
}
#fenetre .h1_inPop {
	position: relative;
	top: -21px;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	color: #3f3f3f;
	padding: 0;
	margin: 0;
	text-align: center;
}
#fenetre .nomQuete {
	position: relative;
	top: -21px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #6d6d6d;
	padding: 0;
	margin: 0;
	text-align: center;
}
/* Debut du style des popup classiques */
#popContainer {
	width: 758px;
	margin: 0;
	padding: 0;
	padding-bottom: 17px;
	background: transparent url(img/design/popFoot2.png) no-repeat bottom left;
}
#topPop {
	background: url("img/design/popTop2.png") no-repeat;
	width: 758px;
	height: 75px;
	margin: 0;
	padding: 0;
}
#topPop h1 {
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 14px;
	color: #6d6d6d;
	padding: 54px 0 0 0;
	margin: 0;
	text-align: center;
}
#pop {
	margin: 0;
	padding: 0 20px;
	background: transparent url(img/design/popIn2.png) repeat-y;
	color: grey;
	font-size: 12px;
}
#close {
	position: absolute;
	padding: 0;
	margin: 0;
	right: 40px;
	top: 20px;
}
#pop h1 {
	text-align: center;
	font-size: 20px;
	font-family: "trajan pro";
	color: #007778;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
}
#pop h2 {
	text-align: left;
	font-size: 16px;
	font-family: verdana;
	font-variant: small-caps;
	color: #7f7f7f;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
}
/* Fin du style des popup classiques */
/* Début du style des popup Enfers */
#topPopEnfers {
	background: url("img/design/popTopEnfers.png") no-repeat top center;
	width: 770px;
	height: 94px;
	margin: 0;
	padding: 0;
}
#popContainerEnfers {
	width: 770px;
	margin: 0;
	padding: 0;
	padding-bottom: 119px;
	background: transparent url(img/design/popFootEnfers.png) no-repeat bottom center;
}
#popEnfers {
	margin: 0;
	padding: 0 75px;
	background: transparent url(img/design/popInEnfers.png) repeat-y center;
	font-size: 12px;
	color: #282828;
}
#popEnfers .h1_inPop {
	position: relative;
	top: 0px;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
	color: #282828;
	text-shadow: 1px 1px 2px #000000;
	padding: 0;
	margin: 0;
	text-align: center;
}
/* Fin du style des popup Enfers */
/* Début du style des popup Connectes */
#popContainerConnectes {
	position: fixed;
	left: 4px;
	bottom: 5px;
	width: 200px;
	margin: 0;
	padding: 0;
	padding-bottom: 17px;
	background: transparent url(img/design/popFoot2.png) no-repeat bottom left;
}
#topPopConnectes {
	background: url("img/design/popTop2.png") no-repeat;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
}
#topPopConnectes h1 {
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 14px;
	color: #6d6d6d;
	padding: 22px 0 0 0;
	margin: 0;
	text-align: center;
}
#popConnectes {
	height: 200px;
	margin: 0;
	padding: 0 10px 0 0;
	background: transparent url(img/design/popIn2.png) repeat-y;
	color: grey;
	font-size: 12px;
}
#closeConnectes {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 158px;
	top: 20px;
}
#popConnectes h1 {
	text-align: center;
	font-size: 20px;
	font-family: "trajan pro";
	color: #007778;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
}
#popConnectes h2 {
	text-align: left;
	font-size: 16px;
	font-family: verdana;
	font-variant: small-caps;
	color: #7f7f7f;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
}
.listeConnectes { /* Permet l'affichage de la scrollbar */
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
}
#popConnectes table{
	margin: 0 0 0 25px;
	padding: 0;
}
#popConnectes a{
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #797979;
	width: 135px;
	height: 20px;
	text-align: center;
	background: rgb(167,199,220); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(167,199,220,1) 0%, rgba(133,178,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,199,220,1)), color-stop(100%,rgba(133,178,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* W3C */
}
#popConnectes a:hover {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 135px;
	height: 20px;
	background-color: #EFEFEF;
}
/* Fin du style des popup Connectes */

/* --------------------------------------------------------- */
/* ------------------------- QUETES ------------------------ */
/* --------------------------------------------------------- */

/* Bloc des objectifs d'une étape de quête */
#objectifsTop {
	width: 708px;
	height: 40px;
	background: url("img/design/objectifsTop.png") no-repeat;
	margin: 0 auto;
	padding: 0;
}
#objectifsIn {
	width: 708px;
	background: url("img/design/objectifsIn.png") repeat-y;
	margin: 0 auto;
	padding: 0;
	color: #78765d;
}
#objectifsIn p {
	padding: 5px 15px;
	margin: 0;
}
#objectifsFoot {
	width: 708px;
	height: 11px;
	background: url("img/design/objectifsFoot.png") no-repeat;
	margin: 0 auto;
	padding: 0;
}
/* Bloc du texte de l'étape d'une quête */
#textQuestTop {
	width: 708px;
	height: 19px;
	background: url("img/design/textQuestTop.png") no-repeat;
	margin: 0 auto;
	padding: 0;
}
#textQuestIn {
	width: 708px;
	background: url("img/design/textQuestIn.png") repeat-y;
	margin: 0 auto;
	padding: 0;
	color: #6f777a;
}
#textQuestIn p {
	padding: 5px 15px;
	margin: 0;
}
#textQuestFoot {
	width: 708px;
	height: 19px;
	background: url("img/design/textQuestFoot.png") no-repeat;
	margin: 0 auto;
	padding: 0;
}
.messagequete { /* permet de center les textes des bloc "finir" et "accepter" de la page de quête */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.pasquete {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#liensQuete {
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 auto;
	text-align: center;
}
#accepterQuete {
	background: url("img/design/inputAccepterQueteOff.jpg") top left repeat-x;
	border: 1px solid #3f8030;
	height: 20px;
	text-align: center;
	font-family: Verdana;
	color: #316425;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#accepterQuete:hover {
	cursor: pointer;
	background: url("img/design/inputAccepterQueteOn.jpg") top left repeat-x;
}
#refuserQuete {
	background: url("img/design/inputRefuserQueteOff.jpg") top left repeat-x;
	border: 1px solid #a05932;
	height: 20px;
	text-align: center;
	font-family: Verdana;
	color: #7e4627;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#refuserQuete:hover {
	cursor: pointer;
	background: url("img/design/inputRefuserQueteOn.jpg") top left repeat-x;
}

/* PNJ des Enfers */
input[type="submit"].revivreEnfer {
	background: url("img/design/revivreEnfer.png") no-repeat;
	width: 208px;
	height: 160px;
	border: none;
}
.pnjenfer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------- */
/* ---------------------- PNJ VENDEURS --------------------- */
/* --------------------------------------------------------- */

input[type="submit"].input_pnj, button.input_pnj {
	background: #d6d6d6; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
	background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #737373;
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
}
input[type="submit"].input_pnj:hover, button.input_pnj:hover, button.selected {
	background: #9f9f9f; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #909090, #b6b6b6);
	background: -webkit-linear-gradient(90deg, #909090, #b6b6b6);
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #ffffff;
	text-shadow: 0px -1px 1px rgba(0,0,0,.33);
	cursor: pointer;
}
input[type="text"].input_pnj, input[type="file"].input_pnj {
	background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
	background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
	border: 1px solid #737373;
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #444444;
}
input[type="text"].input_pnj:focus, input[type="file"].input_pnj:focus {
	background: -moz-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
	background: -webkit-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #ffffff;
}
/* --------------------------- */
/* --- FENETRE PNJ VENDEUR --- */
/* --------------------------- */
#sac_vente {
	position: fixed;
	top: 25px;
	left: 0;
	width: 222px;
	padding: 0;
	margin: 0;
	
	background: #d8e4ec;
	background: -moz-linear-gradient(-90deg, #aab5bc, #d8e4ec);
	background: -webkit-linear-gradient(-90deg, #aab5bc, #d8e4ec);
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#sac_vente h1.sac_vente {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 24px;
	font-family: "Monotype Corsiva", verdana;
	
	background: #88b2cd;
	background: -moz-linear-gradient(-90deg, #467898, #88b2cd);
	background: -webkit-linear-gradient(-90deg, #467898, #88b2cd);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33), inset 0px 10px 2px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33), inset 0px 5px 2px rgba(255,255,255,.25);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#sac_vente ul {
	list-style-type : none;
	margin: 0;
	padding: 0 5px 5px 5px;
	width: 215px;
}
#sac_vente li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: 2px;
	
	position: relative;
	
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
#sac_vente li img {
	cursor: url("img/design/daryon.cur"), default;
}
#sac_vente li span.qte {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 10px;
	color: #ffffff;
	text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}
#menu_venteSac {
	position: fixed;
	width: 110px;
	z-index: 9999;
	padding: 5px;
	color: #7f7f7f;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #ffffff;
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0.90;
    filter: alpha(opacity=90);
    opacity: 0.90;
}
#fermer_menuVente {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
#tabs ul {
	list-style: none;
	width: 700px;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
}
#tabs ul li {
	float: left;
	padding: 5px;
	border: 1px solid #b1b1b1;
	height: 19px; /* 30px - 10px (padding) - 1px (border-bottom) = 19px */
	cursor: pointer;
	width: 127px;
	
	background: #e6e6e6;
	background: -moz-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
	-moz-box-shadow: inset 0px 5px 2px rgba(255,255,255,.50);
	-webkit-box-shadow: inset 0px 5px 2px rgba(255,255,255,.50);
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	color: #666666;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	text-align: center;
}
#tabs ul li.ouvert {
	border-bottom: 1px solid #e6e6e6;
	background: #e6e6e6;
	background: -moz-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
}
#tabs ul li:hover {
	border-bottom: 1px solid #e6e6e6;
	background: #e6e6e6;
	background: -moz-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
}
#content {
	border: 1px solid #b1b1b1;
	background: #e6e6e6;
	padding: 10px 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content .info_vente {
	/*display: none;*/
	width: 90%;
	height: 14px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.33);
}
#content ul#list_vente {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 716px;
}
#content li {
	display: block;
	padding: 0;
	width: 100%;
	margin: 10px 0;
	
	background: #ffffff;
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}
#content li .title {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}
#content li table {
	width: 100%;
}
#content li td {
	-moz-box-shadow: 1px 0 1px #ffffff;
	-webkit-box-shadow: 1px 0 1px #ffffff;
}
#content li td.part1_vente {
	width: 100px;
	text-align: center;
	padding: 5px;
	
	border-right: 1px solid #afafaf;
}
#content li td.part1_vente img {
	width: 50px;
	height: 50px;
}
#content li td.part2_vente {
	width: 250px;
	text-align: left;
	padding: 5px;
		
	border-right: 1px solid #afafaf;
}
#content li td.part3_vente {
	width: 156px;
	text-align: left;
	padding: 5px;
	
	border-right: 1px solid #afafaf;
}
#content li td.part4_vente {
	width: 110px;
	text-align: left;
	padding: 5px;
}
#content li td.bandeauAchat {
	border-top: 1px solid #afafaf;
	padding: 5px;
	
	background: #b5b5b5;
	background: -moz-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
	background: -webkit-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
}
#content li td.bandeauAchat .title {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	color: #ffffff;
}
#content li td.bandeauAchat .formulaire {
	float: right;
}

#content li span.infoVendeur {
	color: #9B0002;
	text-shadow: -1px 0 0 white;
}

/* PNJ guilde */
#lettreMotivation {
	width: 99%;
	margin: 0 auto;
	
	background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
	background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
	border: 1px solid #737373;
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #444444;
}

#lettreMotivation:focus {
	background: -moz-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
	background: -webkit-linear-gradient(-90deg, #a1a1a1, #b5b5b5);
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #ffffff;
}

/* PNJ banque */
#formBanque {
	width: 690px;
	margin: 10px auto;
	padding: 10px;
	color: #94917a;
	background: #d9d4b6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#formBanque .titre {
	color: #837c54;
	font-weight: bold;
}

#formBanque input[type="text"] {
	border: none;
	padding: 2px 2px 2px 4px;
	color: #6b6753;
	background: #c8c3a6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8c3a6 0%, #aeaa8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c3a6), color-stop(100%,#aeaa8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c8c3a6 0%,#aeaa8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c8c3a6 0%,#aeaa8f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c8c3a6 0%,#aeaa8f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c3a6', endColorstr='#aeaa8f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c8c3a6 0%,#aeaa8f 100%); /* W3C */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 1px 1px 1px #ffffff;
	-webkit-box-shadow: inset 1px 1px 1px #938f79;
}
#formBanque input[type="submit"],button {
	border: 1px solid #a09b7b;
	padding: 4px;
	color: #6b6753;
	cursor: pointer;
	background: #aeaa8f; /* Old browsers */
	background: -moz-linear-gradient(top, #aeaa8f 0%, #c8c3a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaa8f), color-stop(100%,#c8c3a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aeaa8f 0%,#c8c3a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aeaa8f 0%,#c8c3a6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #aeaa8f 0%,#c8c3a6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaa8f', endColorstr='#c8c3a6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #aeaa8f 0%,#c8c3a6 100%); /* W3C */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 1px 1px #a09b7b, inset 0px 1px 1px rgba(255,255,255,.50);
	-webkit-box-shadow: 0 1px 1px #a09b7b, inset 0px 1px 1px rgba(255,255,255,.50);
}
#formBanque input[type="submit"]:hover,button:hover {
	-moz-box-shadow: 0 1px 1px #a09b7b, inset 0px 0px 5px 2px #e9e3c3;
	-webkit-box-shadow: 0 1px 1px #a09b7b, inset 0px 0px 5px 2px #e9e3c3;
}

#coffreFort {
	position: relative;
	/*margin: 0 auto;*/
	/*width: 546px;*/
	width: 716px;
	height: 252px;
	background: url("img/coffreFerme.png") left no-repeat;
}

#coffreFort.ouvert {
	background: url("img/coffreOuvert.png") left no-repeat;
}

#coffreFort #interieurGauche {
	display: none;
	
	position: absolute;
	left: 55px;
	top: 65px;
	width: 135px;
	color: #7a7438;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#coffreFort #interieurDroite {
	display: none;
	
	position: absolute;
	overflow: hidden;
	right: 180px;
	top: 15px;
	width: 230px;
	height: 220px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#coffreFort #interieurDroite ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 3px;
	letter-spacing: -4px; /* Supprime l'espacement entre chaque <LI> */
}

#coffreFort #interieurDroite li {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 41px;
	height: 41px;
	background: url("img/coffreEmplacement.png") center no-repeat;
}

#coffreFort #interieurDroite li .item {
	position: relative;
	top: 4px;
	left: 4px;
	width: 33px;
	height: 33px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#coffreFort #interieurDroite li .item:hover {
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
}

#coffreFort .qte {
	position: absolute;
	bottom: 2px;
	right: 5px;
	text-shadow: 0px 0px 4px #000000, 0px 0px 3px #000000, 0px 0px 4px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0), dropshadow(color=#000000, offx=0, offy=0);
	color: white;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
}

#coffreFort #interieurDroite #barre {
	position: absolute;
	top: 12px;
	right: 4px;
	width: 12px;
	height: 200px;
	background: rgba(0,0,0,.3);
	
	-webkit-box-shadow: 0px 1px 0px 0px #8d8d8d, inset 0px 0px 4px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 1px 0px 0px #8d8d8d, inset 0px 0px 4px 1px rgba(0,0,0,.3);
	box-shadow: 0px 1px 0px 0px #8d8d8d, inset 0px 0px 4px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#coffreFort #interieurDroite #barre #curseur {
	position: absolute;
	left: 1px;
	top: 0;
	width: 10px;
	height: 59px;
	background: url("img/coffreBarreDefilement.png") center no-repeat;
	cursor: pointer;
}

#coffreFort #bulle {
	display: none;
	position: fixed;
	padding: 5px;
	font-size: 10px;
	max-width: 150px;
	text-align: center;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: rgba(0,0,0,.75);
	color: white;
}

#coffreFort #sac {
	display: none;
	
	position: absolute;
	top: 0;
	right: 2px;
	width: 160px;
	height: 252px;
	
	background: #d6d6d6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#sac #titre {
	height: 18px;
	background: #aaaaaa;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	color: #474747;
}

#sac #contenu {
	height: 230px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#sac #contenu ul {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#sac #contenu li {
	display: inline-block;
	width: 33px;
	height: 33px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
}

#sac #contenu li .item {
	position: relative;
	width: 33px;
	height: 33px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sac #contenu li .item:hover {
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
}

#fondFenetreQte {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 999;
	left: 0;
	top: 0;
	-moz-opacity: 0.50;
    filter: alpha(opacity=50);
    opacity: 0.50; 
}

#fenetreQte {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 5px;
	text-align: center;
	
	-moz-box-shadow: 0 0 3px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,1);
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* --------------------------------------------------------- */
/* ----------------------- PUBLICITE ----------------------- */
/* --------------------------------------------------------- */
#pub {
	position: absolute;
	left: 400px;
	top: 15px;
	width: 468px;
	height: 60px;
	z-index: 50;
}

/* --------------------------------------------------------- */
/* ----------------------- MINI-CHAT ----------------------- */
/* --------------------------------------------------------- */
#conversMinichat {
	background: -moz-linear-gradient(90deg, #e1e1e1, #f3f3f3);
	background: -webkit-linear-gradient(90deg, #e1e1e1, #f3f3f3);
	border: 1px solid #a9a9a9;
	min-height: 320px;
	width: 720px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	color: #7f7f7f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	padding: 5px;
}
#contenuMinichat {
	font-size: 12px;
}
#smileys {
	width: 340px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0 auto;
	text-align: center;
	background: -moz-linear-gradient(-90deg, #d2d2d2, #ffffff);
	background: -webkit-linear-gradient(-90deg, #d2d2d2, #ffffff);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

/* --------------------------------------------------------- */
/* ---------------------- STATISTIQUES --------------------- */
/* --------------------------------------------------------- */
img.fanionStats {
	vertical-align: middle;
	padding: 0 5px;
	margin: 0;
	width: 20px;
	height: 20px;
}
#stats table {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
#stats tr.entete td {
	background: none;
	color: #565656;
	font-weight: bold;
	font-size: 14px;
}
#stats td.fanion {
	padding: 5px;
}
#stats td {
	text-align: center;
	font-size: 12px;
}
#stats .pos_1 {
	color: #924100;
	font-weight: bold;
	border-top: 1px solid #d0ab1d;
	border-bottom: 1px solid #d0ab1d;
	
	background: #f6d249;
	background: -moz-linear-gradient(-90deg, #b27f2f, #f6d249);
	background: -webkit-linear-gradient(-90deg, #b27f2f, #f6d249);
	-moz-box-shadow: inset 0px 15px 2px rgba(255,253,116,.33);
	-webkit-box-shadow: inset 0px 15px 2px rgba(255,253,116,.33);
}
#stats .pos_1 a {
	color: #924100;
}
#stats .pos_1 a:hover {
	text-shadow: 0 0 5px #fffe9d, 0 0 5px #fffe9d, 0 0 5px #fffe9d;
}
#stats .pos_2 {
	color: #5d6265;
	border-bottom: 1px solid #7b8082;
	
	background: #b8c0c2;
	background: -moz-linear-gradient(-90deg, #768082, #b8c0c2);
	background: -webkit-linear-gradient(-90deg, #768082, #b8c0c2);
	-moz-box-shadow: inset 0px 15px 2px rgba(255,255,255,.33);
	-webkit-box-shadow: inset 0px 15px 2px rgba(255,255,255,.33);
}
#stats .pos_2 a {
	color: #5d6265;
}
#stats .pos_2 a:hover {
	text-shadow: 0 0 5px #cadee3, 0 0 5px #cadee3, 0 0 5px #cadee3;
}
#stats .pos_3 {
	color: #794225;
	border-bottom: 1px solid #a5562d;
	
	background: #d4885f;
	background: -moz-linear-gradient(-90deg, #884725, #d4885f);
	background: -webkit-linear-gradient(-90deg, #884725, #d4885f);
	-moz-box-shadow: inset 0px 15px 2px rgba(255,199,139,.33);
	-webkit-box-shadow: inset 0px 15px 2px rgba(255,199,139,.33);
}
#stats .pos_3 a {
	color: #794225;
}
#stats .pos_3 a:hover {
	text-shadow: 0 0 5px #e1b095, 0 0 5px #e1b095, 0 0 5px #e1b095;
}
#stats .normal {
	color: #7f7f7f;
	border-bottom: 1px solid #d7d7d7;
	
	background: #ececec;
	background: -moz-linear-gradient(-90deg, #c9c9c9, #ececec);
	background: -webkit-linear-gradient(-90deg, #c9c9c9, #ececec);
	-moz-box-shadow: inset 0px 15px 2px rgba(255,255,255,.33);
	-webkit-box-shadow: inset 0px 15px 2px rgba(255,255,255,.33);
}

ul#listeStatsJeu {
	list-style: none;
	margin: 0 auto;
	padding: 10px 0 0 0;
	max-width: 740px;
	text-align: center;
}

ul#listeStatsJeu li {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 10px;
	
	background: -moz-linear-gradient(90deg, #a7a7a7, #dfdfdf);
	background: -webkit-linear-gradient(90deg, #a7a7a7, #dfdfdf);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	text-align: center;
	cursor: default;
}

/* --------------------------------------------------------- */
/* ------------------------- CHARTE ------------------------ */
/* --------------------------------------------------------- */
.charte_bloc_titre {
	/* Début de mise forme du cadre */
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	/* Fin de mise en forme du cadre */
	/* Début de mise en forme du fond */
	background: #e0e0e0; /* Initialisation pour tous les navigateurs */
	background: -moz-linear-gradient(left, #B2B2B2 0%, #C0C0C0 100%); /* Firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#B2B2B2), color-stop(100%,#C0C0C0)); /* Webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#C0C0C0',GradientType=1 ); /* IE */
	background: -o-linear-gradient(left, #B2B2B2 0%,#C0C0C0 100%); /* Opera */
	/* Fin de mise en forme du fond */
	-webkit-box-shadow: 6px 6px 5px #76767a;
-moz-box-shadow: 6px 4px 6px #76767a;
box-shadow: 6px 6px 6px #76767a;
	width: 720px;
	border: 2px solid #b5b5b5;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.charte_bloc_in {
	/* Début de mise forme du cadre */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	/* Fin de mise en forme du cadre */
	
	/* Début de mise en forme du fond */
	background: #E2E2E2; /* Initialisation pour tous les navigateurs */
	background: -moz-linear-gradient(left, #B0B0B0 0%, #B8B8B8 100%); /* Firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#B0B0B0), color-stop(100%,#B8B8B8)); /* Webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B0B0B0', endColorstr='#B8B8B8',GradientType=1 ); /* IE */
	background: -o-linear-gradient(left, #B0B0B0 0%,#B8B8B8 100%); /* Opera */
	
	background: -moz-linear-gradient(top, #B0B0B0 0%, #B8B8B8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B0B0B0), color-stop(100%,#B8B8B8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B0B0B0', endColorstr='#B8B8B8',GradientType=0 ); /* ie */
	background: -o-linear-gradient(left, #B0B0B0 0%,#B8B8B8 100%); /* opera */
	/* Fin de mise en forme du fond */ 
	-webkit-box-shadow: 6px 6px 5px #76767a;
-moz-box-shadow: 6px 4px 6px #76767a;
box-shadow: 6px 6px 6px #76767a;
/* */
text-shadow: 1px 1px 0px #BFBFBF;
filter: dropshadow(color=#BFBFBF, offx=1, offy=1);
/* */
	width: 720px;
	border: 2px solid #b5b5b5;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.charte_txt {
	font-family: Verdana;
	color: #444444;
	font-weight: botld;
}
.charte_bloc_titre2 {
	/* Début de mise forme du cadre */
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	/* Fin de mise en forme du cadre */
	/* Début de mise en forme du fond */
	background: #D3D3D3; /* Initialisation pour tous les navigateurs */
	-webkit-box-shadow: 6px 6px 5px #76767a;
-moz-box-shadow: 6px 4px 6px #76767a;
box-shadow: 6px 6px 6px #76767a;
	width: 720px;
	border: 2px solid #b5b5b5;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
.charte_bloc_in2 {
	/* Début de mise forme du cadre */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	/* Fin de mise en forme du cadre */
	
	/* Début de mise en forme du fond */
	background: #D3D3D3; /* Initialisation pour tous les navigateurs */
	/* Fin de mise en forme du fond */ 
	-webkit-box-shadow: 6px 6px 5px #76767a;
-moz-box-shadow: 6px 4px 6px #76767a;
box-shadow: 6px 6px 6px #76767a;
/* */
text-shadow: 1px 1px 0px #BFBFBF;
filter: dropshadow(color=#BFBFBF, offx=1, offy=1);
/* */
	width: 720px;
	border: 2px solid #b5b5b5;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.charte_txt2 {
	font-family: Verdana;
	color: #444444;
	font-weight: botld;
}
.charte_titre_txt2 {
	font-size: 24px;
	font-variant: small-caps;
	padding: 0;	
	margin: 5px 5px 0 0;	
	color: #808080;
	text-shadow: 1px 1px 1px #969696;
	font-weight: bold;
}
.charte_titre {
	font-size: 14px;
	color: #A80000;
	font-weight: bold;
}
.charte_chapitre {
	font-family: Verdana;
	font-size: 14px;
	color: #0052A4;
	font-weight: bold;
}
.charte_article {
	font-family: Verdana;
	font-size: 14px;
	color: #006F37;
	font-weight: bold;
}
.charte_alinea {
	font-family: Verdana;
	font-size: 14px;
	color: #B98009;
	font-weight: bold;
}
.charte_titre_txt {
	font-size: 16px;
	font-variant: small-caps;
	padding: 0;	
	margin: 5px 5px 0 0;	
	color: #A80000;
	text-shadow: 1px 1px 1px #FF3E3E;
	font-weight: bold;
}
.charte_chapitre_txt {
	font-family: Verdana;
	font-size: 16px;
	font-variant: small-caps;
	padding: 0;	
	margin: 5px 5px 0 0;	
	color: #0052A4;
	text-shadow: 1px 1px 1px #006AD5;
	font-weight: bold;
}
.charte_article_txt {
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	padding: 0;	
	margin: 5px 5px 0 0;	
	color: #006F37;
	/* text-shadow: 1px 1px 1px #00AE57; */
	font-weight: bold;
}
.charte_attention {
	background-color: rgba(256, 25, 30, 0.05); /* Ajoute un filtre rougeâte en RGB d'opacité 5% */
}
.charte_attention_txt {
	margin: 5px 5px 0 0;	
	color: #A80000;
}

/* --------------------------------------------------------- */
/* ---------------------- CADRES INFO ---------------------- */
/* --------------------------------------------------------- */
div .attention, #fenetreMessage.attention {
	background: #D7976E url('../../img/design/cadre_attention.png') no-repeat;
	min-height: 30px; /* La hauteur de l'image de fond MOINS la valeur du padding haut + bas */
	padding: 9px 6px 6px 50px;
	margin: 0 15px 0 15px;
	color: #7C4927;
	border: 1px dashed #B66B39;
	font-size: 12px;
	text-align: left;
}
div .information, #fenetreMessage.information { /* Bloc d'aide pour les joueurs, présent sur tout le jeu */
	background: #ACC259 url('../../img/design/cadre_info.png') no-repeat;
	min-height: 30px; /* La hauteur de l'image de fond MOINS la valeur du padding haut + bas */
	padding: 9px 6px 6px 50px;
	margin: 0 15px 0 15px;
	color: #5B6A20;
	border: 1px dashed #7A8E2C;
	font-size: 12px;
	text-align: left;
}
div .information_aide{ /* Bloc d'aide pour les joueurs, présent sur tout le jeu */
	background: #4E81BC url('../../img/design/cadre_question.png') no-repeat;
	min-height: 30px; /* La hauteur de l'image de fond MOINS la valeur du padding haut + bas */
	padding: 9px 6px 6px 50px;
	margin: 0 13px 0 13px;
	color: #FFFFFF;
	border-top: 1px dashed #375D89;
	border-right: 1px dashed #375D89;
	border-bottom: 0px;
	border-left: 1px dashed #375D89;
	font-size: 12px;
	text-align: left;
}
div .supprimer_aide {
	background: #4E81BC;
	padding: 0 6px 6px 50px;
	margin: 0px 13px 0 13px;
	color: #FFFFFF;
	border-top: 0px;
	border-right: 1px dashed #375D89;
	border-bottom: 1px dashed #375D89;
	border-left: 1px dashed #375D89;
	font-size: 12px;
	text-align: right;
}
div .supprimer_aide a{
	color: #759DCA;
	background: -moz-linear-gradient(90deg, #3A669A, #4E81BC);
	background: -webkit-linear-gradient(90deg, #3A669A, #4E81BC);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.33);
	
	width: 100px;
	
	margin: 0;
	padding: 4px;
	font-weight: bold;
}
div .supprimer_aide a:hover{
	color: #FFFFFF;
}
div .erreur, #fenetreMessage.erreur {
	background: #D27C7C url('../../img/design/cadre_erreur.png') no-repeat;
	min-height: 30px; /* La hauteur de l'image de fond MOINS la valeur du padding haut + bas */
	padding: 9px 6px 6px 50px;
	margin: 0 15px 0 15px;
	color: #5E2020;
	border: 1px dashed #AA3A3A;
	font-size: 12px;
	text-align: left;
}
div .question, #fenetreMessage.question {
	background: #7CA2D9 url('../../img/design/cadre_question.png') no-repeat;
	min-height: 30px; /* La hauteur de l'image de fond MOINS la valeur du padding haut + bas */
	padding: 9px 6px 6px 50px;
	margin: 0 15px 0 15px;
	color: #162947;
	border: 1px dashed #3A6CB4;
	font-size: 12px;
	text-align: left;
}

/* --------------------------------------------------------- */
/* ------------------- SUGGESTIONS ------------------------- */
/* --------------------------------------------------------- */

/* page messagerie.html lorsqu'on tape le pseudo d'un destinataire */
.suggestionsBox {
    position: absolute;
	top: 340px;
    margin: 10px 0px 0px 0px;
    width: 180px;
    background-color: #eeeeee;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #7f7f7f;
    color: #7f7f7f;
}
.suggestionList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.suggestionList li {
    margin: 0px;
    padding: 3px;
    cursor: pointer;
}
.suggestionList li:hover {
    background-color: #9ec1e4;
	color: #ffffff;
}
/* Mise en forme des messages certifiant une requête bien effectuée */
.valide {
	color: green;
}

/* --------------------------------------------------------- */
/* ---------------------- DIVERS --------------------------- */
/* --------------------------------------------------------- */


/* Barre d'action du système de combat compact */
#barreAction { 
	z-index: 999;
	width: 1000px;
	height: 70px;
	position: fixed;
	bottom: 0;
	background: url("img/barreAction.png") no-repeat;
}
/* --- FENETRE DES LOGS ONLINE (gauche) --- */
#historique {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 180px;
	border: 1px solid #555555;
	border-top: none;
	border-left: none;
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	z-index:100;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	
	background: #c7c7c7;
	background: -moz-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	color: #444444;
	text-shadow: 0px 1px 1px #ffffff;
}
/* --- FENETRE DES BUFFS (droite) --- */
#buffs {
	position: fixed;
	right: 0px;
	top: 0px;
	min-height: 25px;
	width: 180px;
	border: 1px solid #555555;
	border-top: none;
	border-right: none;
	margin: 0;
	padding: 4px;
	font-size: 12px;
	z-index:100;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	
	background: #c7c7c7;
	background: -moz-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
}

/* Clic droit sur une potion en raccourcis sous la carte */
.contextMenu {
	position: absolute;
	/*width: 120px;*/
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px 0px 0px -280px;
	display: none;
	font-size: 10px;
	-moz-opacity: 0.85; /* Mozilla Firefox */
	filter: alpha(opacity=85);/* Internet Explorer */
	opacity: 0.85; /* Safari, Opera et autres (s'ils gèrent) */
}
.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}
.contextMenu LI.hover A {
	color: #FFF;
	background-color: #87a3a2;
}
.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}
.contextMenu LI.hover.disabled A {
	background-color: transparent;
}
.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}
.contextMenu li.ranger a {
	background-image: url(img/design/ranger.png);
}
.contextMenu li.raccourcis a {
	background-image: url(img/design/raccourcis.png);
}

/* ---------------------------- */
/* --- FENETRE DISTINCTIONS --- */
/* ---------------------------- */

/* 
 * C'est la fenêtre qui apparaît en bas de de l'écran pour nous signaler un lvl up par exemple
 */
#eclair {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
#windowDistinctions {
	display: block;
	width: 575px;
	height: 42px;
	background: url("img/windowHF.png") no-repeat;
	z-index: 999;
	position: fixed;
	bottom: 0;
}
#windowDistinctions p {
	color: #38535a;
	font-size: 14px;
	font-variant: small-caps;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ffffff;
	text-align: center;
	margin: 14px 0px 0px 0px;
	padding: 0px auto;
}
#windowDistinctions a {
	color: #48859e;
	text-decoration: none;
}
#windowDistinctions a:hover {
	color: #5cabcc;
	text-decoration: none;
}

/* ------------------------- */
/* --- FENETRE DE COMBAT --- */
/* ------------------------- */
#fenetre_combats {
	background-color: #959595;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	-moz-box-shadow: 0px 1px 7px rgba(0,0,0,.55);
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,.55);
	border: 1px solid #959595;
	width: 360px;
	margin: 0 auto;
	padding: 0px;
	
	display: none;
	position: absolute;
	z-index: 999;
}
#fenetre_combats span.qte_mobs {
	font-size: 11px;
}
#fenetre_combats .containerBarre {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: -moz-linear-gradient(-90deg, rgba(0,0,0,.25), rgba(255,255,255,.42));
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.25), rgba(255,255,255,.42));
	width: 358px;
	height: 10px;
	margin: 0 auto;
	padding: 0 auto;
	border: 1px solid #959595;
	background-color: #797979;
}
#fenetre_combats.engaged .containerBarre {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: -moz-linear-gradient(-90deg, rgba(0,0,0,.25), rgba(255,255,255,.42));
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.25), rgba(255,255,255,.42));
	width: 358px;
	height: 10px;
	margin: 0 auto;
	padding: 0 auto;
	border: 1px solid #B07070;
	background-color: #B07070;
}
#fenetre_combats .pourcentVie {
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	left: 47%;
}
#fenetre_combats .barre_deVie {
	border: 1px solid #880000;
	background-image : url("img/barreVie.jpg");
	height: 8px;
	margin-left: -1px; /* Décalage de 1px dû à la bordure (1px solid #880000) */ 
}
#fenetre_combats .entete {
	background: -moz-linear-gradient(90deg, #9c9c9c, #b6b6b6);
	background: -webkit-linear-gradient(90deg, #9c9c9c, #b6b6b6);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 3px;
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
	text-align: center;
	position: relative;
}
#fenetre_combats.engaged .entete {
	background: -moz-linear-gradient(90deg, #B07070, #c88888);
	background: -webkit-linear-gradient(90deg, #B07070, #c88888);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 3px;
	color: #6F4545;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
	text-align: center;
	position: relative;
}
#fenetre_combats .icones_entete {
	position: absolute;
	top: 3px;
	left: 1px;
}
#fenetre_combats .fermer_fenetre_combats {
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}
#fenetre_combats .contenu {
	background: #dedede; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #d2d2d2, #e8e8e8);
	background: -webkit-linear-gradient(90deg, #d2d2d2, #e8e8e8);
	width: 360px;
	color: #444444;
	font-weight: normal;
	text-align: left;
	position: relative;
	min-height: 120px;
}
#fenetre_combats.engaged .contenu {
	background: -moz-linear-gradient(90deg, #dd9d9d, #edadad);
	background: -webkit-linear-gradient(90deg, #dd9d9d, #edadad);
	width: 360px;
	color: #6F4545;
	font-weight: normal;
	text-align: left;
	position: relative;
	min-height: 120px;
}
#fenetre_combats .statut {
	width: 80px;
}
#fenetre_combats .details {
	text-align: center;
}
#fenetre_combats .skills {
	width: 270px;
	margin-left: 80px;
	padding: 5px;
	position: absolute;
	top: 0px;
}
#fenetre_combats .skills ul {
	margin: 0;
	padding: 0;
}
#fenetre_combats .skills li {
	width: 50px;
	height: 50px;
	display: inline-block;	
	list-style: none;
	margin: 0;
	padding: 2px;
}

/* Projet (abandonné ?) sur les messages de Chat sur la carte */
#chatMap {
	display: none;
	position: fixed;
	bottom: 5px;
	width: 350px;
	padding: 5px;
	z-index: 999;
	
	-moz-box-shadow: 0 0 3px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,1);
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#fenetreDialogue {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 160px;
	background-color: #fff;
	border: 2px solid black;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	z-index: 2;
	margin: 4px;
	padding: 4px;
	font-size: 10px;
	opacity: 0.8;
}

/* Ce qui suit, je sais pas du tout ce que c'est :x */
ul.reset, ul.reset li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
ul.reset li {
	position:absolute;
}
ul.reset li a {
	outline:none;
}
.ui-autocomplete {
	position: absolute;
	cursor: pointer;
}
.ui-menu {
	list-style: none;
	padding: 4px;
	margin: 0;
	display: block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding:0;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	color: #ffffff;
	background: -moz-linear-gradient(90deg, #bebebe, #d8d8d8);
	background: -webkit-linear-gradient(90deg, #bebebe, #d8d8d8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ui-widget {
	font-family: Verdana;
	font-size: 12px;
}
.ui-widget .ui-widget {
	font-size: 12px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana;
	font-size: 12px;
}
.ui-widget-content {
	border: 1px solid #b6b6b6;
	color: #7f7f7f;
	background: -moz-linear-gradient(90deg, #e6e6e6, #ffffff);
	background: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.ui-widget-content a {
	color: #7f7f7f;
}

/* ---------------------- */
/* --- FENETRE GROUPE --- */
/* ---------------------- */
#party_bloc {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 320px;
	z-index: 999;
	
	background: #ffffff;
	-moz-border-radius: 10px 10px 5px 5px;
	-webkit-border-radius: 10px 10px 5px 5px;
	border-radius: 10px 10px 5px 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5), inset 0 0 10px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5), inset 0 0 10px rgba(0,0,0,0.33);
	border: 2px solid white;
}
#party_entete {
	background: #799498;
	background: -moz-linear-gradient(-90deg, #54757a, #a2b7ba);
	background: -webkit-linear-gradient(-90deg, #54757a, #a2b7ba);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 2px;
	text-align: center;
	color: #465b5d;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: 0 0 3px #b0dce0;
	
	cursor: move;
}
#party_entete .reduire_agrandir {
	position: absolute;
	top: 3px;
	right: 4px;
	cursor: pointer;
}
#party_content {
	padding: 5px;
	font-size: 12px;
	color: #7f7f7f;
}
#party_content .containerBarre {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: -moz-linear-gradient(-90deg, rgba(0,0,0,.25), rgba(255,255,255,.42));
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.25), rgba(255,255,255,.42));
	width: 260px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: 1px solid #959595;
	background-color: #797979;
}
#party_content .pourcentVie {
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	left: 42%;
}
#party_content .barre_deVie {
	border: 1px solid #880000;
	background-image : url("img/barreVie.jpg");
	height: 8px;
	max-width: 258px;
}
#party_content table {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
}
#party_content table img {
	max-width: 32px;
	max-height: 32px;
}
#party_content td {
	border: none;
	padding: 2px;
}
#party_content p.centrerTexte {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
#party_content button, #invit_groupe button {
	background: #d6d6d6; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #cacaca, #e7e7e7);
	background: -webkit-linear-gradient(90deg, #cacaca, #e7e7e7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #737373;
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #444444;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-weight: bold;
}
#party_content button:hover, #invit_groupe button:hover {
	background: #9f9f9f; /* pour Chrome */
	background: -moz-linear-gradient(90deg, #909090, #b6b6b6);
	background: -webkit-linear-gradient(90deg, #909090, #b6b6b6);
	-moz-box-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	color: #ffffff;
	text-shadow: 0px -1px 1px rgba(0,0,0,.33);
	cursor: pointer;
}
/* Message d'information qui apparait lorsqu'on reçoit une demande d'invitation de groupe */
#invit_groupe {
	display: none;
	position: fixed;
	width: 360px;
	top: 20px;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #ffffff;
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	z-index: 999;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color: #7f7f7f;
}
/* Message qui nous indique si on a bien envoyé une demande de groupe à quelqu'un */
#message_info {
	display: none;
	position: fixed;
	top: 0;
	
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 3px #000000;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #799498; /* pour Chrome */
	background: -moz-linear-gradient(-90deg, #54757a, #a2b7ba);
	background: -webkit-linear-gradient(-90deg, #54757a, #a2b7ba);
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 999;
}

/* bouton en haut à droite de la page, reporter un bug */
#report_bug {
	display: block;
	position: absolute;
	top: -20px;
	right: 50px;
	width: 32px;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	
	background: #e6e6e6;
	background: -moz-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color: #444444;
}

/* ---------------- */
/* --- TUTORIEL --- */
/* ---------------- */
#cadreTuto {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	min-height: 10px;
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #585858;
	font-size: 12px;
	
	background: white;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.50);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0.80;
    filter: alpha(opacity=80);
    opacity: 0.80;
	
	-webkit-box-shadow: 0 0 2px #000000;
	-moz-box-shadow: 0 0 2px #000000;
	box-shadow: 0 0 2px #000000;

	z-index: 99;
}
/* Affichage de la flèche */
#cadreTuto.bas:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 100px;
	z-index: 200;
	width: 15px;
	height: 15px;
	background: white;
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	/* Ombre portée */
	-webkit-box-shadow: 1px 1px 0px #645C5C;
	-moz-box-shadow: 1px 1px 0px #645C5C;
	box-shadow: 1px 1px 0px #645C5C;
}
#cadreTuto.haut:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 100px;
	z-index: 200;
	width: 15px;
	height: 15px;
	background: white;
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	/* Ombre portée */
	-webkit-box-shadow: -1px -1px 0px #645C5C;
	-moz-box-shadow: -1px -1px 0px #645C5C;
	box-shadow: -1px -1px 0px #645C5C;
}
/* petit bouton visible en haut à droite de la page */
#contenuVisite {
	margin: 10px;
}
#reprendre_visite {
	display: block;
	position: absolute;
	top: -20px;
	right: 92px;
	width: 32px;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	
	background: #e6e6e6;
	background: -moz-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.42);
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color: #444444;
}
#reprendre_visite .haut {
	background: -moz-linear-gradient(90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(90deg, #c7c7c7, #e6e6e6);
}
#reprendre_visite .bas {
	background: -moz-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
	background: -webkit-linear-gradient(-90deg, #c7c7c7, #e6e6e6);
}

/* --- Fenêtre de commerce sur la carte entre deux joueurs (PAS IMPLANTEE) --- */

#fondCommerceMap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 4;
	-moz-opacity: 0.65;
    filter: alpha(opacity=65);
    opacity: 0.65;
}
#fenetreCommerceMap {
	position: fixed;
	width: 600px;
	padding: 0;
	margin: 0;
	z-index: 5;
	
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#c6c6c6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#c6c6c6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#C6C6C6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #efefef 0%,#c6c6c6 100%); /* W3C */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,1);
	
	font-size: 12px;
	color: #7f7f7f;
}
#fenetreCommerceMap .header {
	background: #b2b2b2; /* Old browsers */
	background: -moz-linear-gradient(top, #b2b2b2 0%, #878787 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#878787)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2b2b2 0%,#878787 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2b2b2 0%,#878787 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b2b2b2 0%,#878787 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b2b2b2 0%,#878787 100%); /* W3C */
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	text-shadow: 0 1px 1px #000000;
	text-align: center;
	
	padding: 2px;
	margin: 0;
}
#fenetreCommerceMap .content {
	padding: 0;
	margin: 0;
}
#fenetreCommerceMap .cadre {
	float: left;
	width: 285px;
	padding: 5px;
	
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
#fenetreCommerceMap .cadre:first-child {
	border-right: 1px dashed #7f7f7f;
}
#fenetreCommerceMap .cadre:last-child {
	text-align: right;
}
#fenetreCommerceMap .ready {
	background: #aeff8c; /* Old browsers */
	background: -moz-linear-gradient(top, #aeff8c 0%, #76d642 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeff8c), color-stop(100%,#76d642)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aeff8c 0%,#76d642 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aeff8c 0%,#76d642 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #aeff8c 0%,#76d642 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AEFF8C', endColorstr='#76D642',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #aeff8c 0%,#76d642 100%); /* W3C */
	
	cursor: default;
	color: #51962E;
}
#fenetreCommerceMap .ready input[type="text"] {
	cursor: default;
}
#fenetreCommerceMap .ready span.pseudo {
	color: #51962E;
}
#fenetreCommerceMap span.pseudo {
	font-size: 14px;
	color: #559CE8;
	text-shadow: 0 2px 1px #ffffff;
	font-variant: small-caps;
	font-weight: bold;
}
#fenetreCommerceMap .money input[type="text"] {
	text-align: right;
	padding: 0 5px;
}
#fenetreCommerceMap .money input[disabled="disabled"] {
	cursor: default;
}
#fenetreCommerceMap .money .reponses {
	text-align: center;
	margin-top: 10px;
}




/* ----------------------------------- */
/* --- AUTRE (A SUPPRIMER ???????) --- */
/* ----------------------------------- */

/* L'ancien formulaire d'inscription */

#header_insc {
	background: url("img/design/header_inscription.png") no-repeat bottom center;
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0 auto;
	position: relative; /* pour pouvoir le passer au dessus de #in_insc */
}
#in_insc {
	background-color: #fff;
	width: 740px; /* 760px - 20px (padding) */
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75);
	background: -moz-linear-gradient(90deg, #d7d7d7, #ffffff);
	background: -webkit-linear-gradient(90deg, #d7d7d7, #ffffff);
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
#bloc_classes, #bloc_form, #bloc_illust {
	float: left;
	width: 190px; /* 200 - 5x2 (padding) */
	background-color: none;
	color: #7f7f7f;
	padding: 5px;
	/*-moz-box-shadow: inset 0 0 1px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,1);*/
}
#bloc_classes {
	margin-left: -10px;
	margin-right: 10px;
	
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}
#bloc_classes ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin: auto;
}
#bloc_classes li {
	list-style: none;
	display: inline-block;
	margin: 2px 0;
}
#bloc_classes ul[name='gender'] {
	padding-left: 40px;
}
#bloc_classes ul[name='gender'] li {
	padding: 5px;
}
#bloc_classes li:hover, li.selected, li.selected:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.50);
	background: -moz-linear-gradient(90deg, #d7d7d7, #ffffff);
	background: -webkit-linear-gradient(90deg, #d7d7d7, #ffffff);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
#description_classe {
	display: none;
	width: 190px;
	padding: 5px;
	margin: 5px 0px 5px -5px;
	font-size: 10px;
	
	background: -moz-linear-gradient(90deg, #dfdfdf, #f9f9f9);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #f9f9f9);
}
#bloc_form {
	width: 330px; /* 325 - 5x2 (padding) */
	
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	background: -moz-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	background: -webkit-linear-gradient(90deg, #dfdfdf, #fdfdfd);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#in_insc form td[colspan='2'] {
	text-align: center;
}
#bloc_form td.nom_champ {
	text-align: right;
}
#bloc_form input[type='submit'] {
	padding: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	border: 1px solid #006a84;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.50);
	background-color: #007694;
	background: -moz-linear-gradient(90deg, #007694, #41afca);
	background: -webkit-linear-gradient(90deg, #007694, #41afca);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 10px;
}
#bloc_form input[type='submit']:hover {
	border: 1px solid #3f8b9d;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.50), inset 0px 5px 10px #7ee5ff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.50), inset 0px 5px 10px #7ee5ff;
}
#bloc_form input[type='text'],#bloc_form input[type='password'] {
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4f4f4f;
	font-family: Arial;
	border: 1px solid #7f7f7f;
	
	background-color: #bfbfbf;
	background: -moz-linear-gradient(90deg, #afafaf, #dfdfdf);
	background: -webkit-linear-gradient(90deg, #afafaf, #dfdfdf);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#bloc_form input[type='text']:hover,#bloc_form input[type='password']:hover {
	background-color: #cfcfcf;
	background: -moz-linear-gradient(90deg, #bfbfbf, #efefef);
	background: -webkit-linear-gradient(90deg, #bfbfbf, #efefef);
}

/* Fenêtre popup 'erreur', 'astuce', ... */
#fenetreMessage {
	z-index: 1002;
	position: absolute;
	top: 0;
	left: 0;
}
#fondFenetreMessage {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 999;
	left: 0;
	top: 0;
	-moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75; 
}

#fenetreTuto {
    display: none;
    
    z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	background: #4088da;
    -webkit-box-shadow: 0px 0px 25px 10px #ffffff;
    -moz-box-shadow: 0px 0px 25px 10px #ffffff;
    box-shadow: 0px 0px 25px 10px #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #255a96;
    padding: 5px;
    width: 400px;
    cursor: default;
}
#fenetreTuto .flecheBas {
    position: absolute;
    bottom: -14px;
    background: url("img/design/flecheBasTutoriel.png") no-repeat;
    width: 25px;
    height: 14px;
}
#fenetreTuto .flecheHaut {
    position: absolute;
    top: -14px;
    background: url("img/design/flecheHautTutoriel.png") no-repeat;
    width: 25px;
    height: 14px;
}
#fenetreTuto .flecheGauche {
    position: absolute;
    left: -14px;
    background: url("img/design/flecheGaucheTutoriel.png") no-repeat;
    width: 14px;
    height: 25px;
}
#fenetreTuto .flecheDroite {
    position: absolute;
    right: -14px;
    background: url("img/design/flecheDroiteTutoriel.png") no-repeat;
    width: 14px;
    height: 25px;
}
#fenetreTuto .fermer {
	position: absolute;
    top: 4px;
    right: 4px;
    background: url("img/design/fermerFenetre.png") no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#fenetreTuto h1 {
	font-size: 24px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-variant: small-caps;
	font-family: Cambria, "Times New Roman", Verdana;
}
#fenetreTuto p {
	font-size: 16px;
    margin: 0;
    padding: 0;
    color: #c0ddff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-family: Calibri, Verdana;
}

/* Pour modifier l'affichage des candidatures (guilde.html) */
.contenuDeCandidature {
	width: 490px;
	background-color: #e0e0e0;
	border: 1px solid #b5b5b5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px;
	color: #696969;
	font-size: 12px;
}

.encadrement {
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 7px;
	border: 2px solid rgba(0,0,0,0.5);
}
.encadrement.rouge {
	background: rgba(255,0,0,0.3);
	border: 2px solid rgba(255,0,0,0.5);
}
.encadrement.vert {
	background: rgba(0,255,0,0.3);
	border: 2px solid rgba(0,255,0,0.5);
}
.encadrement.jaune {
	background: rgba(255,255,0,0.3);
	border: 2px solid rgba(255,255,0,0.5);
}
