/**
* Fire-Soft-Board version 2
*
* @package FSB2
* @author Genova <genova@fire-soft-board.com>
* @version $Id$
* @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2
*/

@import "calendar.css";
@import "forms.css";
@import "fsbcode.css";
@import "mooRainbow.css";

/* Remise à zéro des principales balises */
html, body, table, tr, th, td, blockquote, div, span, img, li, form, dl, dd, dt, pre, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

/* Remise à zéro des images */
img
{
	border: none;
}

h3
{
	font-weight: bold;
	font-size:15px;
}

h4
{
	font-weight: normal;
	font-size:1em;
}

hr
{
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
}

/* Remise à zéro des tables */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

html
{
	width: 100%;
	height: 100%;
}

/* Corps de la page */
body
{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 30px 25px 0 25px;
    max-width: 1300px;
}

/* Corps entre le header et le footer */
.main
{
	background-color: #ffffff;
	border:2px solid #000;
	padding:20px 20px 15px;
	background-color:#FFDA05;
}

/* Liens sur la page */
a
{
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}

/* Effet de souris sur les liens */
a:hover
{
	color:  #CC0033;
	text-decoration: underline;
	font-weight:bold;
}

/* Boite contenant le titre et l'image du forum */
#header {
	background-color: #ffda05;
	color: #222;
	text-align: left;
    border: 2px solid #000;
    padding: 15px;
    display: flex;       
}

#header div {
    margin:auto;   
}

#header_logo {
    width: 20%;
/*    border:1px solid green; */
}

#header_logo img {
    max-width: 100%;
    height: auto;
}

#header_title {
    width: 80%;
    text-align:center;
    padding: 5px;
/*    border:1px solid red;   */ 
}

/* Couleurs des liens dans ce header */
#header_title h1
{
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

/* Menu d'accueil et Liens liés au profil */
#header_title .header_box
{
	font-weight: bold;
	font-family: arial;
	font-size:13px;
	color:#000;
	font-family: sans-serif ;
}

#header_title .header_box a
{
	color:#CC0033;
	text-decoration: none;
}

#header_title .header_box a:hover
{
	color:#CC0033;
	text-decoration: underline;
}

/* Menu sous le header */
/* Menu du header */
#menu {
	background-color:#CC0033;    
	padding:10px 5px 10px 10px;
	margin:10px 10px;
}

ul.menu 
{
	padding:0;
	margin:0;
	height:20px;
	list-style-type:none;
}

ul.menu li 
{
	display: inline-block;
	margin-right:17px;
}

/* Lien des menus */
ul.menu a
{
	color: #FFDA05;
	text-decoration: none;
	font-family: sans-serif ;
	font-weight:bold;
	font-family:Verdana,sans-serif;
	font-size: 12px;
}

ul.menu a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
	font-family: sans-serif ;
	font-weight:bold;
	font-family:Verdana,sans-serif;
	font-size: 12px;
}


/* Menu google */
#menuGoogle 
{
	padding:0;
	margin:0;
	height:auto;
    vertical-align: middle;
	font-weight:bold;
    display: inline-block;
    width: 66%;
}

/* Recherche rapide du header */
#header_quicksearch
{
    display: inline-block;
    text-align: right;
    width: 33%;
}

/* Champ de recherche rapide */
#search_button
{
	background-color:#CC0033;
	border:none;
	vertical-align:middle;
	cursor: pointer;
	margin-right:2px;
}

/* Champ de recherche rapide */
#search_text
{
	width: 150px;
	vertical-align:middle;
	background: #FFFFFF url(img/search.gif) no-repeat;
	padding: 2px 2px 0 18px;
}

/* Options des MP */
#mp_options img
{
	vertical-align: middle;
	margin-right: 10px;
}

/* Recherche dans les MP */
#mp_options form
{
	display: inline;
}

/* Quota de MP */
#mp_options div
{
	float: right;
}

/* Barre de navigation */
.nav
{
	font-size: 12px;
	font-family:Verdana,sans-serif;
	background-color:#FFDA05;
	color:#CC0033;
	/*background-image: url('img/bg_nav.gif');*/
	height: 22px;
	padding:0;
	margin:0;
}

/* Liens de la barre de navigation */
.nav a
{
	color: #CC0033;
}

.nav a:hover
{
	color: #CC0033;
}

/* Copyright du forum */
#copyright
{
	/*background-image: url('img/bg_footer.gif');*/
	height: 21px;
	font-weight: bold;
	font-family: arial;
	text-align: right;
	font-size: 11px;
	padding-top: 4px;
	border: 0px solid #FFF;
	padding-right: 5px;
}

/* Liens du copyright */
#copyright a
{
	color: #CC0033;
	text-decoration: underline;
	font-family: sans-serif ;
}

/* Titre des boites */
h2.header
{
	text-align: center;
	font-size: 18px;
	padding: 0 3px 5px;
}

/* Boite principale */
.round
{
	margin: 15px 0 0;
	padding: 0;
}

.round h1
{
	font-size:16px;
	line-height: 18px;
	vertical-align: middle;
	margin: 0 0 6px 6px;
}

/* Titres en lien sur les boites */
.round h1 a
{
	color: #CC0033;
}

/* Images dans les titres des boites */
.round h1 img
{
	vertical-align: middle;
	margin: 0;
	margin-right: 4px;
}

/* Règles du forum lors de l'inscription */
.round .rules
{
	border: 1px solid  gray;
	background-color:#F8DDB1;
	padding:4px;
	margin-bottom: 4px;
	height: 200px;
	overflow: auto;
	font-family: Courier, 'Courier New', sans-serif;
}

p.order
{
	margin:10px 0 0;
	padding:0;
}

/* Petite boite d'information */
.info
{
	margin-bottom: 6px;
}

/* Titre de la boite d'information */
.info h1
{
	padding: 2px;
	font-size: 1.1em;
	margin-top: 10px;
}

/* Contenu pour les informations */
.info div
{
	padding: 5px;
	margin: 0 0 10px;
	background-color: #FFFFCC;
	border:1px solid gray;
}

/* Second type de contenu pour les informations */
.info blockquote
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

/* Règles du forum */
.forumrules
{
	border: #999999 1px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 8px;
	background-color: #F8DBB1;
}

/* Titre des règles du forum */
.forumrules h1
{
	padding: 3px;
	background: #e7c491;
	font-size: 1.1em;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* Contenu des règles du forum */
.forumrules div
{
	padding: 10px 20px;
	margin: 0px;
}

/* Tableaux principaux */
.t
{
	width: 100%;
	border: 1px solid gray;
	background-color: #FFFFCC;
	margin-bottom: 6px;
}

/* Cellules */
.t td
{
	padding: 3px;
}

/* Cellule contenant une icone de forum */
.t td.icons
{
	width: 40px;
	text-align: center;
	border-right: none;
}

/* Entête des tableaux */
.t th
{
	background-color: #FFFFCC;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 1.1em;
	padding: 2px;
	margin-top: 4px;
}

/* Effet de souris sur les lignes */
.t tr:hover
{
	background-color: #F8DBB1;
}

#block_stat .t tr:hover, #block_wio .t tr:hover {
	background-color: #FFFFCC;
}

/* Images dans les tableaux */
.t img
{
	vertical-align: middle;
}


/* Tableau de formulaire */
.form
{
	width: 100%;
	border: 1px solid #999999;
	background-color: #FFFFCC;
}

/* Cellules du formulaire */
.form td, .form th
{
	padding: 4px;
}

/* Cellule à gauche du formulaire */
.form th
{
	width: 220px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	padding-top: 7px;
}

/* Ligne du formulaire */
.form tr
{
	margin-bottom: 6px;
}

/* Effet de souris sur la ligne du formulaire */
.form tr:hover
{
	background-color: #FFFFCC;
}

/* Pied des formulaires */
.form tfoot td
{
	text-align: center;
}

/* Formulaire large */
.large th
{
	width: 300px;
}

/* Affichage dans le profil */
.userprofile th
{
	width: 210px;
	text-align: right;
	padding-right: 5px;
}

/* Contenu d'une boite */
.content
{
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid gray;
}

.preview 
{
	background-color:#FFFFFF;
	border:1px solid gray;
	padding:15px;
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Zone à onglets */
#tabs
{
	width: 100%;
}

/* Titre du menu d'onglets */
#tabs .title
{
	padding: 6px 6px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

/* Liste des onglets */
#tabs .list
{
	width: 200px;
	padding: 18px 4px 0;
	vertical-align: top;
}

#tabs .list div
{
	background-color: #CC0033;
	border:5px solid #FFFFFF;
}

/* Lien sur un onglet */
#tabs .list a
{
	background-color: #CC0033;
	white-space: nowrap;
	display: block;
	padding: 4px;
	margin-left: 20px;
	color: #FFDA05;
}

/* Effet de souris en passant sur le lien d'un onglet */
#tabs .list a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
}

/* Cellule à droite des onglets */
#tabs .tabs_right
{
	padding: 3px 3px 3px 20px;
}

/* Cadre principal des messages */
.post
{
	width: 100%;
	border: 1px solid gray;
	background-color: #FFFFCC;
	margin:0 0 10px;
}

/* DonnÃ©es du posteur */
.post .userinfo
{
	width: 180px;
	vertical-align: top;
	padding-top:8px;
}

/* Liste des donnÃ©es du posteur */
.post .userinfo .list
{
	text-align: left;
	list-style-type: none;
	margin-left: -25px;
	font-size: 11px;
}

/* Haut du message */
.post .postheader
{
	font-weight: bold;
	font-size: 11px;
}

/* Haut du message */
.post .postheader2
{
	text-align: right;
	padding-right : 5px;
}

/* Contenu du message */
.post .message
{
	vertical-align: top;
	border: 1px dotted #77aadd;
	border-width: 1px 0px 1px 1px;
	background-color: #FFFFFF;
	padding: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Gestion de l'overflow sur les messages */
.post .message blockquote
{
	width: 100%;
	overflow: auto;
	margin: 0px;
	padding: 1px;
	clear: both;
}

/* Style du pseudonyme */
.post .nickname
{
	font-size: 14px;
}

/* Avertissements du membre */
.warn
{
	text-align: center;
}

.warn img
{
	vertical-align: middle;
}

/* Pied du message */
.post .postfooter
{
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding-right: 5px;
}

/* Images dans l'entête du message */
.post .postheader img,
.post .postheader2 img,
.post .postfooter img
{
	vertical-align: middle;
}

/* Rappel de Messages */
.review
{
	padding:10px 0 10px 10px;
	border:none;
	margin:0;
}

.review .userinfo
{
	padding:0;

}

.review .separation
{
	padding:5px 0;
}

/* Contenu du message */
/*.post .message
{
	padding: 5px;
	overflow: auto;
	clear: both;
}*/

/* Sondage */
.poll
{
	width: 100%;
	border: 1px solid #999999;
	background-color: #F8F8F8;
	margin-bottom: 6px;
	padding: 5px;
}

/* Cellules du sondage */
.poll td
{
	padding: 3px;
}

/* Images du sondage */
.poll td img
{
	vertical-align: middle;
}

/* Arbre pour le moteur de recherche */
#forum_tree
{
	overflow: auto;
	max-height: 350px;
	width: 350px;
	border: 1px solid #999999;
	background-color: #fafafa;
}

/* Texte de l'arbre */
#forum_tree label
{
	vertical-align: middle;
	display: block;
	padding: 2px;
}

/* Effet de souris sur l'arbre */
#forum_tree label:hover
{
	background-color: #f0f0f0;
	cursor: pointer;
}

/* Sous forum sur l'index */
.subforums span
{
	color: #9A9A9A;
	font-weight: bold;
	line-height: 17px;
}

/* Image du sous forum */
.subforums img
{
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 3px;
}

/* Liens des sous forums sur l'index */
.subforums a
{
	font-weight: normal;
}

/* Liste des modérateurs sous un forum */
.moderators span
{
	color: #9A9A9A;
	line-height: 17px;
}

.dhtml_popup
{
	border: 1px solid #999999;
	background: #DDDDDD;
	position: absolute;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 4px;
}

.dhtml_popup .dhtml_popup_title
{
	padding: 2px 6px;
	margin-bottom: 2px;
	font-weight: bold;
}

/* Liste des membres avancée */
.advanced_userlist
{
	width: 100%;
	empty-cells: show;
	border-spacing: 3px;
}

/* Header de la liste avancée */
.advanced_userlist .title
{
	padding: 6px 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

.advanced_userlist th
{
	padding: 10px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

/* Titre de la liste avancée */
.advanced_userlist .title
{

}

/* Cellules de la liste avancée */
.advanced_userlist td
{
	width: 33%;
}

/* Cellule d'information sur un membre */
.advanced_userlist td.userinfo
{
	border: 1px solid gray;
	background-color: #FFFFCC;
	vertical-align: top;

}

/* Effet de souris sur la cellule */
.advanced_userlist td.userinfo:hover
{
	background-color: #FFFFCC;
}

/* Avatar du membre dans la liste avancée */
.advanced_userlist td.userinfo .avatar
{
	padding: 5px;
	margin-right: 2px;
	float: left;
	width: 60px;
}

/* Profil du membre dans la liste */
.advanced_userlist td.userinfo .profile
{
	float: left;
	margin-left: 7px;
}

/* Profil du membre dans la liste */
.advanced_userlist td.userinfo .profile p
{
	margin-top: 2px;
	font-size: 11px;
}

/* Image en ligne dans le profil du membre */
.advanced_userlist td.userinfo .online
{
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

/* Description */
.desc
{
	padding: 4px;
	margin-bottom: 6px;
}

/* Affichage d'une erreur */
.error, .info div .error, .t .error
{
	text-align: center;
	border: 1px solid #AAAAAA;
	background-color: #F8DBB1;
	padding: 6px;
	font-weight: bold;
}

/* Affichage d'une erreur dans un tableau */
.t .error
{
	border: 1px solid gray;
	border-width: 0px 1px 1px 0px;
}

/* Description d'un sujet */
#topic_description
{
	font-size: 1.1em;
	border-top: 1px solid #AAAAAA;
	color: #444444;
	padding: 4px 20px;
	font-weight: normal;
}

/* Revue d'un sujet */
#topic_review
{
	overflow: auto;
	width: 100%;
	height: 400px;
}

/* Titre du sujet et informations */
.topicinfo
{
	color: #777777;
	line-height: 14px;
}

/* Titre du sujet */
.topicinfo h3
{
	font-size: 1.2em;
}

/* Couleur des liens dans les titres des sujets */
.topicinfo h3 a
{
	color: #CC0033;
}

.topicinfo h3 a.topicname
{
	color: #CC0033;
}

/* Cellule du dernier message */
td.last_message
{
	width: 160px;
	padding-left: 5px;
	text-align:center;
}

td.last_message img
{
	vertival-align:middle;
}

/* Style de la pagination */
.pagination_block
{    
    position: relative;
}

/* Style sur le lien courant de la pagination */
.pagination_block_cur
{    
    display: inline;
    border:1px solid gray;
    margin: 1px;
    padding: 2px 5px 1px 5px;
    background-color: #F8DDB1;
    font-weight: bold;
    cursor: pointer;
}

/* Style de la pop up Goto de la pagination */
.pagination_form
{
    width: 130px;
    position: absolute;
    top: 25px;
    right: 70px;
    text-align: center;
    border:1px solid gray;
    background-color: #E7E8EF;
    display: none;
}

/* Style des input de saisie de text et bouton Go de la pagination */
.pagination_form input
{
    margin: 4px;
    padding: 2px 5px;
	width: 30px;
}

/* Style sur les liens de la pagination */
.pagination_block a
{
	display: inline;
    border:1px solid gray;
	margin: 1px;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFCC;
	font-weight: bold;
}

.pagination_block a:hover
{
	background-color: #F8DDB1;
}

/* Style sur les liens de la pagination lorsque le curseur passe dessus */
.pagination_block a:hover
{
	text-decoration: none;
}

/* Délimiteur entre la boite en ligne et le reste */
.delimiter
{
	border-top: dashed 1px #CC0033;
	width: 50%;
	margin-bottom: 30px;
}

/* Délimiteur entre le message et la signature */
.post_delimiter
{
	border-color: #CCCCCC;	
}

/* Attente AJAX */
#ajax_waiter
{
	width: 200px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	display: none;
	margin-left: 15px;
	margin-top: 15px;
	border: 1px solid #77aadd;
	background-color: #f3f3f3;
	z-index: 100;
}

/* Couleur des membres du groupe "administrateur" */
.admin, .admin:hover
{
	font-weight: bold;
	color: #FF5511;
}

/* Couleur des membres du groupe "moderateurs globaux" */
.modosup, .modosup:hover
{
	font-weight: bold;
	color: #bb891d;
}

/* Couleur des membres du groupe "moderateurs" */
.modo, .modo:hover
{
	font-weight: bold;
	color: #2eb214;
}

/* Couleur des membres du groupe "membres" */
.user, .user:hover
{
	color: #000000;
	font-weight: bold;
}

/* Couleur des bots */
.bot
{
	color: #1F3E0D;
	font-weight: normal;
}

/* couleur des forums */
.forum
{
	color: #FF3B00;
	font-weight: bold;
}

/* Texte plus petit */
.small
{
	font-size: 10px;
	font-weight: bold;
}

/* Surlignage des mots lors de la recherche */
.highlight_search
{
	background-color: yellow;
}

/* OK */
.ok
{
	color: #5AB830;
	font-weight: bold;
}

/* Pas OK */
.ko
{
	color: #D9361B;
	font-weight: bold;
}

/* Table des smilies dans les messages */
.smilies
{
	width: 100%;
	padding: 1px;
}


/* Surlignage du code */
.highlight
{
    background-color: #FFFF00;
}