/* Trucs divers */
/* Override for chrome */
*:focus {outline: none;}

img { vertical-align: middle; border: none; }

table.afficher_tableau, .afficher_tableau table, .afficher_tableau th,.afficher_tableau td {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 8px;
}

th, .afficher_tableau th {
	background: url("/images/new_design/fond_blanc.png");
    color: #111;
}

.afficher_tableau td {
	background: url("/images/new_design/fond_noir.png");
}

acronym {
	cursor: help;
}

.help-link { float: right; display: none;}

.secret { width: 95%; margin: auto; }

.secret .content-container {
    margin-top: 3px;
    border: 1px solid #333;
    background: #101010;
    padding: 5px;
    border-radius: 5px;
}

.secret .content-container .content { display: none; }

#corps h2:first-child {
    margin-top: 0px;
}

div#joueurs_connectes {
    background: url("/images/new_design/fond_noir.png") #000;
    border: 1px solid #444;
    padding: 5px;
    display: none;
    text-align: left;
    position: absolute;
    width: 290px;
    height: 150px;
    overflow: auto;
}

div#joueurs_connectes p {
    border-top: 1px solid #444;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 3px 0;
    text-align: center;
}

.avatar {
	background: no-repeat center center;
	margin-right: 0px;
	display: inline;
	float: left;
	width: 40px;
	height: 30px;
	margin-right: 5px;
}

#prev {
	overflow: auto;
	border: 1px solid #444;
	margin-top: 5px;
	width: 100%;
	height: 250px;
    background: url("/images/new_design/fond_noir.png");
}

.signature {
	border-top: 1px solid #808080;
	margin-top: 20px;
	height: 100px;
	max-width: 600px;
	overflow: hidden;
	font-size: 0.8em;
	padding-top: 4px;
	clear: both;
}
	
/* Les titres */

h1,h2,h3 {
    font-weight: normal;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #353535;
    border-left: 1px solid #353535;
    background: url("/images/new_design/fond_noir_titre.png");
    font-variant: small-caps;
    text-shadow: 1px 1px 0px black;
}

h2 {
    text-align: left;
    font-weight: normal;
    color: #e48e05;
	font-size: 16pt;
}

h3 {
    text-align: left;
	font-size: 14pt;
    color: #319826;
	text-indent: 10px;
}

h4 {
    font-weight: bold;
    font-size: 10pt;
    border-bottom: 1px solid #666;
    margin-top: 20px;
    color: #fff;
}

h5 {
    font-weight: bold;
	text-indent: 30px;
    border-bottom: 1px solid #222;
    margin-top: 20px;
    color: #fff;
}

/* Les liens */

a {
    color: #ccc;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

a.button:hover {
    color: #fff;
}

th a,th a:hover {
	color: #000000;
}

/* Les formulaires */

.input_infos {
	background: #000;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
    padding: 3px 5px;
    
    font-family: tahoma, verdana, arial;
    color: #888;
	font-size: 10pt;
    margin: 1px;
    font-style: italic;
}

.input {
	background: #000;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #555;
	border-right: 1px solid #333;
    padding: 3px 5px;
    
    font-family: tahoma, verdana, arial;
    color: #ddd;
	font-size: 10pt;
    margin: 1px;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#1d1d1d));
	background-image: -moz-linear-gradient(top,  #000,  #1a1a1a);
}

select.input {
    background: #aaa;
    color: #000;
    padding: 0;
}

.submit {
	background: #aaa;
	border: 1px solid #333;
    padding: 3px 15px;
    
    color: #202020;
    text-shadow: 0px 1px 0px #ccc;
    font-family: arial;
    font-weight: bold;
	font-size: 12pX;
}

.submit:hover {
    border-color: #000;
    color: #000;
}

.submit:active {
    background-image: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#777), to(#999));
	background-image: -moz-linear-gradient(top,  #777,  #999);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#999');
    
    text-shadow: none;
    color: #ddd;
    border-color: #888;
}

div.chat input.submit { padding: 1px 2px; }

p#liens_navigation { margin-top: 0px; }

/* Les éléments du menu */

div#menu li {
    width: 16.5%;
}

div#menu ul.guest li {
    width: 24.8%;
}

div#menu ul li {
	text-align: center;
    list-style-type: none;
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
	font-size: 12px;
}

div#menu ul li:first-child {
	border-left: none;
}

div#menu ul li:last-child {
	border-right: none;
}

div#menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	font-variant: small-caps;
	font-size: 1.1em;
    text-decoration: none;
}

div#menu ul li a:hover {
    text-decoration: none;
    color: #ffa500;
}

div#menu ul li a:active {
    padding-top: 1px;
}

ul#icons {
    z-index: 120;
    list-style-type: none;
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
}

ul#icons li {
    margin: 0;
    padding: 0;
    height: 30px;
    padding-top: 1px;
    float: right;
    opacity: 0.3;
}

ul#icons li:hover {
    opacity: 1;
}

div#infos_bar a { text-decoration: none; }

/* La carte : */

.case_map {
	margin: 0px;
	padding: 0px;
}

.case_map a {
	display: block;
	height: 30px;
	width: 30px;
}

.case_map_grande {
	margin: 0px;
	padding: 0px;
}

.case_map_grande a {
	display: block;
	height: 50px;
	width: 50px;
}

/* les liens du bas */

#bas a {
	color: #ccc;
    text-decoration: none;
}

#bas a:hover {
    color: orange;
}

.smileys {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

a.info {
   position: relative;
   color: black;
   text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: green;
   padding: 3px;

   border: 1px solid green;
   border-left: 4px solid green;
}

/* Les infos du calendrier : */

#tableau_calendrier {
	border: 1px solid #666;
}

#tableau_calendrier th {
	font-size: 9pt;
	padding: 4px;
}

.center { text-align: center; }

#tableau_calendrier td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
}

#tableau_calendrier td a {
	display: block;
	width: 100%;
	height: 20px;
	text-decoration: none;
	color: #ddd;
	line-height: 20px;
	cursor: default;
}

#tableau_calendrier .evenement, #tableau_calendrier .evenement:hover {
	background-color: #666;
}

#tableau_calendrier td a:hover {
	background-color: #444;
}

#tableau_calendrier .affichage_evenement {
	visibility: hidden;
	position: absolute;
	background-color: #ccc;
	color: #000000;
	border: 1px solid #666;
	padding: 4px;
	max-width: 200px;
	width: 100px;
}

#tableau_calendrier .aujourdhui {
	font-weight: bold;
}

.un_sur_deux {
	background: #444;
}

#liste_pseudos,#liste_alliances {
	position: absolute;
	border-top: 2px solid #555;
	border-left: 2px solid #555;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	background-color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: none;
	width: 120px;
	text-align: left;
	z-index: 10000;
}

#liste_pseudos a,#liste_alliances a {
	font-size: 8pt;
}

.liens_accueil {
	margin-left: auto;
	margin-right: auto;
	width: 328px;
}

.liens_accueil a {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	display: block;
	width: 80px;
	height: 20px;
	background: url('../images/design/fond_inactif.png') top center no-repeat;
	float: left;
}

.liens_accueil a:hover { background-position: bottom; }

.liens_accueil a.actif {
    color: orange;
	display: block;
	text-align: center;
	padding-top: 5px;
	width: 80px;
	height: 20px;
	background: url('../images/design/fond_actif.png') top center no-repeat;
	float: left;
}

#content_page_accueil {
	overflow: auto;
	height: 250px;
	width: 310;
	margin: auto;
	font-size: 8pt;
    padding: 0 3px 0 3px;
	border: 1px solid #333;
    background: #0a0a0a;
}

#content_page_accueil h4:first-child , #content_page_accueil h5:first-child { margin-top: 5px; }

a.pseudo_Administrateurs, a.pseudo_Administrateurs:hover, a.pseudo_Développeurs, a.pseudo_Développeurs:hover { color: #bb1010; }
a.pseudo_Modérateurs, a.pseudo_Modérateurs:hover { color: #254117; }
a.pseudo_Veilleurs, a.pseudo_Veilleurs:hover { color: #7c3473; }
a.pseudo_Chasseurs, a.pseudo_Chasseurs:hover{ color: #323695; }
a.pseudo_Membres, a.pseudo_Membres:hover { color: #ccc; }

.chat .messages .author {
	background: url("/images/new_design/fond_noir_titre.png");
    border: 1px solid #2b2b2b;
    border-bottom: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.chat .messages a {
	color: #ccc;
	font-weight: bold;
    text-decoration: none;
}

.chat .messages .author a:hover { text-decoration: underline; }

.chat .messages .author a.a, .chat .messages .author a.a:hover, .chat .messages .author a.d, .chat .messages .author a.d:hover { color: #bb1010; }
.chat .messages .author a.m, .chat .messages .author a.m:hover { color: #254117; }
.chat .messages .author a.v, .chat .messages .author a.v:hover { color: #7c2473; }
.chat .messages .author a.c, .chat .messages .author a.c:hover{ color: #323695; }

.chat .messages .author .time {
	color: #606060;
	float: right;
	font-style: italic;
	font-size: 0.9em;
}

.chat .messages .message{
	border: 1px solid #2b2b2b;
    border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 3px;
}

.chat .messages .me-tool {
	font-style: italic;
	padding: 3px;
    background: #000;
	border-bottom: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

#information_generale a {
	color: #0E4201;
	font-weight: bold;
}
