@import "forms.css";
@import "fsbcode.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:1.3em;
}

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
{
	margin: 5px;
	background-color: #F9F9F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Corps entre le header et le footer */
.main
{
	margin: 6px;
}

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

/* Effet de souris sur les liens */
a:hover
{
	text-decoration: underline;
}

/* Copyright au pied du forum */
#copyright
{
	text-align: right;
	margin-right: 6px;
	margin-bottom: 8px;
}


/* Boite contenant le header */
#header
{
	background-image: url(img/layout/top_background.png);
	height: 140px;
}

/* Bordure gauche du header */
#header .left
{
	background-image: url(img/layout/top_left.png);
	height: 140px;
	width: 15px;
	float: left;
}

/* Bordure droite du header */
#header .right
{
	background-image: url(img/layout/top_right.png);
	height: 140px;
	width: 15px;
	float: right;
}

/* Haut du header */
#header .top
{
	padding-top: 12px;
	height: 16px;
}

/* Texte de bienvenue */
#header .top #welcome_msg
{
	float: left;
}

/* Menu en haut à droite du header */
#header .top #right_menu
{
	text-align: right;
}

/* Titre du forum */
#header h1
{
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

/* Description du forum */
#header h2
{
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
}

/* Zone du logo */
#header_left
{
	float: left;
	width: 300px;
}

/* Zone à droite du header contenant la recherche rapide le profil et la deconnexion */
#header_right
{
	float: right;
	width: 300px;
	height: 105px;
	text-align: right;
}

/* Style des liens profil et deconnexion */
#header_right a
{
	color: #000000;
}

/* Recherche rapide du header */
#header_quicksearch
{
	margin-top: 64px;
}

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

/* Boite principale */
.round
{
	margin: 2px 0px 6px 0px;
	padding: 6px;
	padding-bottom: 0px;
	border: 1px solid #999999;
	/*background-color: #E1E1E1;*/
	background-color: #dde5ee;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* Titre des boites */
.round h1
{
	font-size: 1.3em;
	line-height: 18px;
	vertical-align: middle;
	margin-bottom: 6px;
}

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

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

#site_menu
{
	text-align: center;
}

#site_menu ul
{
	list-style-type: none;
}

#site_menu li
{
	display: inline;
	border: 1px solid #BBBBBB;
	padding: 5px 8px;
	font-size: 1.5em;
	font-family: Arial;
	background-color: #E3E3E3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#site_menu li:hover
{
	background-color: #D9D9D9;
}

#site_menu li a, ul#site_menu li a:hover 
{
	color: #52575c;
	text-decoration: none;
}

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

/* Titre du menu d'onglets */
#tabs .title
{
	background: #DDDDDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 6px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

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

/* Lien sur un onglet */
#tabs .list a
{
	white-space: nowrap;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 2px;
	margin-left: 20px;
	color: #000000;
}

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

/* Onglet sellectionné */
#tabs .list a#selected
{
	background: #BBBBBB;
	color: #FFFFFF;
	padding-left: 15px;
}

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

.news
{
	width: 100%;
}

.news .profile
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#F1F1F1;
	padding: 5px;
}

.news .message
{
	border: none;
	background: #FFFFFF;
	padding: 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 3px;
}

hr.delimiter
{
	border-top: dashed 1px #999999;
	width: 50%;
	margin-top: 18px;
	margin-bottom: 18px;
}

/* Contenu d'une boite */
.content
{
	border: 1px solid #999999;
	background-color: #F8F8F8;
	margin-bottom: 6px;
	padding: 3px;
}

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

/* 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: normal;
}

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

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

/* Cellules */
.t td
{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	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: #BBBBBB;*/
	background-color: #cdcdcd;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 1.1em;
	padding: 2px;
	margin-top: 4px;
}

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

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


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

/* Cellules du formulaire */
.form td, .form th
{
	padding: 4px;
	border-bottom: #EEEEEE 1px dotted;
}

/* Cellule à gauche du formulaire */
.form th
{
	width: 220px;
	text-align: right;
	border-right: 1px dotted #999999;
	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: #F1F1F1;
}

/* 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;
}

/* Description */
.desc
{
	border: 1px solid #999999;
	background: #CCCCCC;
	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 #999999;
	border-width: 0px 1px 1px 0px;
}

.release
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f7f7f7;
	margin-bottom: 5px;
	padding: 3px;
}

.release:hover
{
	background-color: #ECECEC;
}

.release h3
{
	font-weight: bold;
	border-bottom: 1px dashed #888888;
	display: inline;
	font-size: 16px;
}

.release h3 span
{
	font-size: 12px;
	color: #009cff;
}

.release h3 .date
{
	color: #666666;
	font-size: 10px;
}

.release table
{
	margin: 5px;
	margin-top: 7px;
}

.release table td
{
	width: 250px;
}

.release_desc
{
	color: #666666;
	margin-left: 24px;
	margin-top: -5px;
}
