/*
** +---------------------------------------------------+
** | Name :     ~/tpl/WhiteSummer/main.css
** | Project :  Fire-Soft-Board 2 - Copyright FSB group
** | License :  GPL v2.0
** |
** | Vous pouvez modifier, réutiliser et redistribuer
** | ce fichier à condition de laisser cet entète.
** +---------------------------------------------------+
*/

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

@font-face {
font-family: "Karpeace";
src: url("../../../inc/fonts/Downcome.ttf") format('truetype');
}

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

h1
{
	margin : 20px 0 0 20px;
	width: 640px;
	font-family: "Karpeace", tahoma, serif;
}

h3
{
    font-weight: bold;
    font-size:1.3em;
    background: url(../img/icones/toggle_off2.gif) 10px 10px no-repeat;
    margin-left: -25px;
}



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;
    font-size: 11px;
}

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

/* Corps de la page */
body
{
    margin: 5px;
    font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Corps entre le header et le footer */
.main
{
    margin: 135px 26px 0 20px;
    width: 940px;
}

/*
.main a:link
{
    color: #87a93e ;
    text-decoration: underline;
}

.main a:visited
{
    color: #87a93e ;
    text-decoration: underline;
}

.main a:hover
{
	color: #87a93e ;
    text-decoration: none;
}

.main a:active
{
	color: #87a93e ;
    text-decoration: underline;
}
*/

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

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

.markread a
{
    color: #87a93e ;
    font-weight: bold;
    text-decoration: none;
}

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

/* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Principal Menu Right Col */

.menuBox {
width: 300px;
position: relative;
background: #0d0f10;
opacity: 0.7;
border-bottom: 1px solid #87a93e;
border-left: 1px solid #87a93e;
border-right: 1px solid #87a93e;
margin: 0 0 20px 0;
}

.menuBox ul {
width: 300px;
margin: 0 0 0 0;
padding: 0 0 0 0;
line-height: 1.5em;
background: transparent;
font-size: 11px;
opacity: 1;
}

.menuBox li {
list-style-type: none;
line-height: 22px;
border-bottom: 1px dashed #434343;
text-indent: 5px;
margin-right: 0;
font-weight: bold;
}

.menuBox li:hover {
cursor: pointer;
background: #87a93e;
background: url(../img/design/bg_hover_menu.gif) 293px 0 no-repeat;
}

.menuBox li a:link {
color: #87a93e;
text-decoration: none;
font-weight: bold;
}

.menuBox li a:visited {
color: #87a93e;
text-decoration: none;
font-weight: bold;
}

.menuBox li a:hover {
color: #87a93e;
text-decoration: none;
}

.menuBox li a:active {
color: #87a93e;
text-decoration: none;
}

.menuBox li:hover a:link {
cursor: pointer;
color: #87a93e;
}

.menuBox li:hover a:visited {
cursor: pointer;
color: #87a93e;
}

.menuBox li:hover a:hover {
cursor: pointer;
color: #87a93e;
}

.menuBox li:hover a:active {
cursor: pointer;
color: #87a93e;
}

/* Boite contenant le header */
#header
{
height: 225px;

}

/* 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 */
.top
{
    padding-top: 5px;
    position: absolute;
    top: 95px;
    left: 20px;
    color: #fff;
    margin: 0 0 20px 0;
    width: 940px;
    padding-bottom: 1px;
    font-size: 10px;
}

/* Texte de bienvenue */
#welcome_msg
{
 	padding-top: 5px;
    height: 16px;
    position: absolute;
    top: -20px;
    color: #fff;
    margin: 0 0 20px 0px;
    width: 300px;
}

/* Menu en haut à droite du header */
#right_menu
{
    text-align: left;
    width: 300px;
}

#right_menu a:link {
color: #87a93e;
}

#right_menu a:visited {
color: #87a93e;
}

#right_menu a:hover {
color: #87a93e;
}

#right_menu a:active{
color: #87a93e;
}

/* 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
{
    position: absolute;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
	left: 660px;
	top: 55px;
    width: 300px;
    height: 40px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 7px 0 7px 0;
}

/* Style des liens profil et deconnexion */
.top a
{
    color: #87a93e ;
}

/* Recherche rapide du header */
#header_quicksearch
{
    position: absolute;
    height: 40px;
    background: url(http://www.karpeace.com/img/design/conFormSearch.png) no-repeat;
    width: 300px;
}

/* Champ de recherche rapide */
#search_text
{
    width: 155px;
    padding: 2px 2px 2px 2px;
}

#form1 input[type=submit] {
-moz-border-radius: 7px;
margin: 0 0 0 8px;
width: 80px;
height: 32px;
background: #87a93e;
color: #434343;
font-weight: bold;
}

#form1 input[type=submit]:hover {
background: #434343;
cursor: pointer;
color: #87a93e;
border: 1px solid #87a93e;
}

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

/* Menu sous le header */
#menu
{
    text-align:center;
    font-size: 1.2em;
    margin: 0 0 0 0;
    position: absolute;
    top:75px;
    left: 15px;
}

/* Menu de navigation stylé karpeace */
#mB {
position: absolute;
left: 660px;
top: 220px;
}

#SlideForum {
position: relative;
margin: 10px auto 20px auto;
padding: 0 0 0 0;
border: 1px solid #87a935;
width: 940px;
height: 110px;
}

#leaderboard_chronocarp {
top: 100px;
left: 20px;
position: absolute;
border-top: 1px dashed #c0c0c0;
border-bottom: none;
padding: 10px 0;
margin: 10px 0 5px 0;
}

/* Lien des menus */
#menu a
{
    float: left;
}

#menu a:link
{
    color: #0d0f10;
}

#menu a:hover
{
    color: #0d0f10;
}

#menu a:active
{
    color: #0d0f10;
}

#menu a:visited
{
    color: #0d0f10;
}

/* Barre de navigation */
.nav
{
    background: url(img/layout/nav_background.png);
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin:  0;
}

.navTop
{
	width: 610px;
	color: #fff ;
	font-weight:bold;
	margin: 15px 0 0 20px;
	padding: 15px 0 5px 2px;
	font-size: 9px;
/*
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin:  20px 0 20px 5px;
    top: 0px;
    color: #a7af99;
    position: absolute;
    font-weight: bold;
    */
}

.navTop a:link
{
color: #87a93e ;
}

.navTop a:visited
{
color: #87a93e ;
}

.navTop a:hover
{
color: #87a93e ;
text-decoration: underline;
}

.navTop a:active
{
color: #87a93e ;
text-decoration: underline;
}

/* Bordure gauche de la barre de navigation */
.nav .left
{
    background-image: url(img/layout/nav_left.png);
    height: 35px;
    width: 15px;
    float: left;

}

/* Bordure droite de la barre de navigation */
.nav .right
{
    background-image: url(img/layout/nav_right.png);
    height: 35px;
    width:  15px;
    float:  right;
}

/* Image de navigation */
.nav img
{
    vertical-align: middle;
}

#menuNavUser {
position: absolute;
top: 130px;
margin: 0 0 0 20px;
width: 940px;
}

#menuNavUser a {
	color: #434343;
	text-decoration: none;
}

#menuNavUser li:hover a {
	color: #87A93E;
	color: #4B5D22;
	color: #41590a;
	color: #3f5904;
}

#catBlogList {
	margin: 0;
	padding: 0;
	width: 945px;
}

#catBlogList li {
	display: block;
	float: left;
	width: 180px;
	height: 25px;
	border: 1px solid #434343;
	-moz-border-radius: 7px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0 7px 0 0;
	background-color: #87A93E;
	background: url(http://www.karpeace.com/img/design/camou2.png) no-repeat;
	color: #434343;
	font-size: 16px;
}

#catBlogList li:hover {
	cursor: pointer;
	background-color: #434343;
	background: url(http://www.karpeace.com/img/design/camou3.png) no-repeat;
	color: #779537;
	border: 1px solid #87A93E;
}

/* Copyright au pied du forum */
#copyrightForum
{
    text-align: center;
    margin: 0 26px 8px 26px;
    padding: 5px;
    width: 945px;
}

#copyrightForum a:link
{
    color: #87a93e;
}

#copyrightForum a:visited
{
    color: #87a93e;
}

#copyrightForum a:hover
{
    color: #87a93e;
}

#copyrightForum a:active
{
    color: #87a93e;
}

/* Boite principale */
.round
{
    position: relative;
    margin: 2px 0px 6px 0;
    padding: 6px 6px 0 6px;
    padding-bottom: 0px;
    background-color: #262323;
    background-color: #87a93e;
    width: 925px;
    color: #0d0f10;
    border: 1px solid #434343;
}

.round2
{
    position: relative;
    margin: 2px 0px 6px 0;
    padding: 6px 6px 0 6px;
    padding-bottom: 0px;
    background-color: #262323;
    background-color: #87a93e;
    width: 695px;
    color: #0d0f10;
    border: 1px solid #434343;
}

/* Titre des boites */
.round h1, .round h2, .round2 h1, .round2 h2
{
    font-size: 1.6em;
    line-height: 18px;
    vertical-align: middle;
    margin-bottom: 6px;
    background: none;
}

.round h1
{
    padding-bottom: 5px;
    padding-top: 5px;
    color: #434343;
    font-size: 20px;
    margin: 0;
}

.round2 h1
{
    padding-bottom: 5px;
    padding-top: 5px;
    color: #434343;
    font-size: 20px;
    margin: 0;
}

.round h2, .round2 h2
{
	font-size: 24px;
    margin-left: 5px;
    margin-top: 5px;
    color: #434343;
    font-family: karpeace;
}

.round h1 a:link
{
    color: #87a93e ;
}

.round h1 a:visited
{
    color: #87a93e ;
}

.round h1 a:hover
{
    color: #87a93e ;
}

.round h1 a:active
{
    color: #87a93e ;
}

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

.round h3 a:link
{
    color: #262323 ;
}

.round h3 a:visited
{
    color: #262323 ;
}

.round h3 a:hover
{
    color: #262323 ;
}

.round h3 a:active
{
    color: #262323 ;
}
/* 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  #999999;
    background:#CCCCCC;
    padding:4px;
    margin-bottom: 4px;
    height: 200px;
    overflow: auto;
    font-family: Courier, 'Courier New', sans-serif;
}

/* Containers Plus courts pour pages spéciales : profil membre */
.roundS {
	position: relative;
    margin: 2px 0px 6px 0;
    padding: 6px 6px 0 6px;
    padding-bottom: 0px;
    background-color: #A8943E;
    width: 400px;
    color: #0d0f10;
    border: 1px solid #a8943e;
}

/* Containers Plus courts pour pages spéciales : profil membre */
.roundSRight {
	position: relative;
    margin: 2px 0px 6px 0;
    padding: 6px 6px 0 6px;
    padding-bottom: 0px;
    background-color: #a8943e;
    width: 350px;
    color: #0d0f10;
    border: 1px solid #a8943e;
}

.roundS h2, .roundSRight h2, .infoTab h2, .roundTab h2
{
	padding: 3px 3px 3px 5px;
    background-color: #A8943E;
    font-size: 15px;
    color: #87a93e;
    color: #434343;
    width: auto;
}

/* Containers Plus courts pour pages spéciales : calendrier */
.roundM {
	position: relative;
    margin: 2px 0px 6px 0;
    padding: 6px 6px 0 6px;
    padding-bottom: 0px;
    background-color: #262323;
    width: 600px;
    color: #0d0f10;
    border: 1px solid #a8943e;
}

.roundTab
{
    position: relative;
    margin: 6px 0px 6px 0;
    padding: 6px 6px 0 6px;
    padding-bottom: 0px;
    background: #A8943E;
    width: 745px;
    color: #0d0f10;
    border: 1px solid #a8943e;
}

/* Petite boite d'information */
.info, .infoLP
{
    border: #434343 1px solid;
    margin: 0 0 6px 0;
    background-color: #87a93e;
    color: #0d0f10;
    width: 705px;
}

.infoN
{
    border: #CCCCCC 1px solid;
    margin-bottom: 6px;
    background-color: #F3F3F3;
    width: 705px;
    color: #0d0f10;
}

.infoCalendar
{
    border: #CCCCCC 1px solid;
    margin-bottom: 6px;
    background-color: #F3F3F3;
    width: 595px;
    color: #0d0f10;
    padding: 10px;
}

.infoSearchPortail
{
	border: #434343 1px solid;
    margin: 0 0 6px 0;
    background-color: #87a93e;
    color: #0d0f10;
    width: 205px;
    position: absolute;
    left: 745px;
}

.infoSearchPortail table
{
    margin: 5px auto 0 auto;
    width: 199px;
    background-color: #f3f3f3;
    padding: 10px 0 10px 0;
    color: #0d0f10;
}

/* Boîte d'information dans un tableau */
.infoTab
{
    border: #a8943e 1px solid;
    margin: 0 0 6px -5px;
    background-color: #262323;
    color: #0d0f10;
    width: 785px;
}

#lastPosts {
list-style-type: none;
padding-left: 10px;
line-height: 20px;
}

/* Titre de la boite d'information */
.info h1, .infoN h1, .infoLP h1, infoCalendar h1
{
	margin: 0 0 0 5px;
    font-size: 20px;
    color: #434343;
}

/* Titre de la boite d'information */
.info h2, .infoLP h2, .infoSearchPortail h2
{
	padding: 0 0 0 7px;
    font-size: 20px;
    color: #434343;
    width: auto;
    font-family: "Karpeace";
}

.infoN h2
{
	padding: 10px 0 0 7px;
    font-size: 14px;
    font-style: italic;
    color: #434343;
    width: auto;
}

.infoCalendar h2
{
	padding: 0 0 0 0;
    font-size: 14px;
    font-style: italic;
    color: #434343;
    width: auto;
}

/* Contenu pour les informations */

.info div, .infoLP div
{
    border: #CCCCCC 1px solid;
    background-color: #f3f3f3;
    color: #0d0f10;
    width: 590px;

}

.info div, .infoN div, .infoLP div
{
    padding: 5px;
    margin: 4px;
    width: 97%;
}

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

/* Blocs statistiques */
#block_stat, #block_wio
{
width: inherit;
}

/* Règles du forum */
h3 .forumname {
display: block;
margin: 5px 0 10px 23px;
line-height: 10px;
font-size:16px;
}

h3 .topicname {
display: block;
margin: 5px 0 10px 23px;
line-height: 10px;
}

.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 #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: #C0CFA8;
    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;
}

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

/* Zone à onglets */
#tabs
{
    width: 940px;
}

/* Titre du menu d'onglets */
#tabs .title
{
    background: transparent;
    color: #A8943E;
    padding: 6px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    border: none;
    font-family: "Karpeace";
}

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

/* Lien sur un onglet */
#tabs .list a
{
    white-space: nowrap;
    display: block;
    border: 1px solid #434343;
    padding: 4px;
    margin-bottom: 2px;
    color: #262323;
    background: #87a93e;
}

/* Effet de souris en passant sur le lien d'un onglet */
#tabs .list a:hover
{
    background: #434343;
    text-decoration: none;
    color: #87a93e;
    border: 1px solid #87a93e;
}

/* Onglet sellectionné */
#tabs .list a#selected
{
    background: #434343;
    color: #87a93e;
    border: 1px solid #87a93e;
}

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

/* Tableau affichant un message d'un sujet */
.post, .post2
{
    margin-bottom: 8px;
    width: 100%;
}

/* Cellules pour l'affichage des sujets */
.post td
{
    vertical-align:top;
    margin-left:10px;
}

.post2td {
vertical-align:top;
    margin-left:10px;
}

/* Cellule contenant les informations des membres dans les sujets */
.post .userinfo
{
    width: 200px;
    vertical-align: top;
}

/* Boite affichant les informations dans les sujets */
.post .userinfo .userinfo_box
{
    margin-right: 8px;
    padding: 4px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    background:#F1F1F1;
    clear: both;
}

/* Information sur le pseudonyme du membre */
.post .userinfo .username
{
    height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

/* Image en ligne à côté du pseudonyme */
.post .userinfo .username img
{
    margin-right: 4px;
    vertical-align: middle;
}

/* Affichage du rang */
.post .userinfo .rank
{
    text-align: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.post .userinfo .rank img
{
    float: right;
}

/* Information sur le profil */
.post .userinfo ul.list
{
    margin: 5px 0 0 0;
    padding: 3px;
    padding-top: 5px;
    border-top: 1px dashed #ccc;
}

.post .userinfo ul.list li
{
    list-style: none;
}

/* Cellule contenant les informations des membres dans les sujets */
.post2 .userinfo2
{
    width: 200px;
    vertical-align: top;
}

/* Boite affichant les informations dans les sujets */
.post2 {
width: auto;
}

.post2 .userinfo2 .userinfo_box
{
    margin-right: 8px;
    padding: 4px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    background:#F1F1F1;
    clear: both;
}

/* Information sur le pseudonyme du membre */
.post2 .userinfo2 .username
{
    height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

/* Image en ligne à côté du pseudonyme */
.post2 .userinfo2 .username img
{
    margin-right: 4px;
    vertical-align: middle;
}

/* Affichage du rang */
.post2 .userinfo2 .rank
{
    text-align: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.post2 .userinfo2 .rank img
{
    float: right;
}

/* Information sur le profil */
.post .userinfo ul.list
{
    margin: 5px 0 0 0;
    padding: 3px;
    padding-top: 5px;
    border-top: 1px dashed #ccc;
}

.post2 .userinfo2 ul.list li
{
    list-style: none;
}

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

.warn img
{
    vertical-align: middle;
}

/* Cellule affichant les messages */
.post .postcontent
{
    border: none;
    background: #FFFFFF;
    padding: 3px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

/* Entête du message */
.post .postcontent .postheader
{
    line-height: 19px;
    vertical-align: middle;
    padding: 0px 4px;
    margin-bottom: 3px;
    height: 20px;
    background: #A8943E;
    color: #0d0f10;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.post2 .postcontent2
{
	width: 485px;
	background: #FFFFFF;
    padding: 3px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

}

.postcontent2 .postheader2
{
	background: #A8943E;
    padding: 3px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

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

/* Bouttons d'action sur le message */
.post .postcontent .postheader span
{
    float: right;
    color: #262323;
}

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

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

/* 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: #0D0F10;
    font-weight: normal;
    line-height: 17px;
    margin: 10px 0 0 15px;
    display: block
}

.ssFoT {
	border-style: dashed;
}

.sfBox
{
    display: block;
    height: 40px;
    margin: 7px 0 0 0;
    padding: 0 0 0 55px;
}

.ssFoT td {
border-top: none;
border-bottom: 1px dashed #999999;
}

.ssFoTL td {
border-top: none;
border-bottom: none;
}

.ssFoTcat td {
border-top: 1px solid #999999;
border-bottom: none;

}

.sfBox p
{
    padding: 0;
    margin: 0 0 0 18px;
    text-indent: 0;
}

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

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

.moderators a:link
{
    color: #2F2F2F;
}

.moderators a:visited
{
    color: #2F2F2F;
}

.moderators a:hover
{
    color: #2F2F2F;
}

.moderators a:active
{
    color: #2F2F2F;
}

.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 th, .advanced_userlist .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;
}

/* Titre de la liste avancée */
.advanced_userlist .title
{
    background: #a8943e;
    color: #0d0f10;
}

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

/* Cellule d'information sur un membre */
.advanced_userlist td.userinfo
{
    border: 1px solid #999999;
    background-color: #F8F8F8;
    vertical-align: top;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #262323;
}

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

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

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

/* Profil du membre dans la liste */
.advanced_userlist td.userinfo .profile p
{
    margin-left: 7px;
    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
{
    border: 1px solid #f3f3f3;
    background: #A8943E;
    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;
}

/* 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: #242020;*/
    color: #FF3B00;
}

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

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

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

/* Style sur le lien courant de la pagination */
.pagination_block_cur
{
    display: inline;
    border: #87a93e solid 1px;
    margin: 1px;
    padding: 2px 5px 1px 5px;
    background-color: #434343;
    font-weight: bold;
    color: #87a93e;
    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: #77aadd solid 1px;
    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: #434343 solid 1px;
    margin: 1px;
    padding: 2px 5px 2px 5px;
    background-color: #87a93e;
    color: #0d0f10;
    font-weight: bold;
}

.pagination_block a:hover
{
    background-color: #434343;
    color: #87a93e;
    border: 1px solid #87a93e;
}

/* 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 #999999;
    width: 100%;
    margin-top: 0;
    margin-bottom:18px;
}

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

.admin a:link {
color: #e33d11;
}

.admin a:visited {
color: #e33d11;
}

.admin a:hover {
color: #e33d11;
}

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

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

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

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

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

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

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

/* Texte plus petit */
.smallP
{
	float: right;
    font-size: 9px;
    font-weight: normal;
}

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

#last_visit
{
    font-weight: bold;
    color: #a7af99;
    margin: 10px 0 20px 2px;
}
