/****************************************************
*	Thème Zencarte    V1.1                            *
*	Réalisé par stefff                                *
*	http://www.brikwo.com                             * 
*	Le 10/06/2008                                     *
*	Modifié le 31/07/2008                             *
****************************************************/

/* Police Générale */
font {
	font-size: 1.0em;
	color: #464e54;
}
td {
	font-size:12px;
	color: #464e54;
}
p {
	font-size:1.0em;
	color: #464e54;
}
th {
	font-size:11px;
	text-align:center;
	color: #464e54;
}
/* Mise en forme de la date */
.date {
	font-size:0.8em;
	color:#4d4c4c;
	}

/* Liens généraux */
a:link,a:active,a:visited {
	color:#4778a2;
  text-decoration: none;
}
a:hover {
	color:#963;
  text-decoration: underline;
}
.titrelien {
	font-weight:bold
}
/******************************************************************************/
/*                                                                            */
/*   - - - -   M I S E    EN     P A G E    DU    S I T E     - - - -         */
/*                                                                            */
/******************************************************************************/
/* Le Style général du site <body> </body> ************************************/
body {
	background-image: url('../img/fond.jpg');
	background-repeat: repeat-x;
  background-color: #e5eff7;
  font-family: Georgia, Verdana, "Times New Roman", Times, serif;
  font-size: small;
	color: #464e54;
  margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 919px;
}

/******************************************************************************/
/*                                                                            */
/*   - - - -   L E      H E A D E R   - - - - - - - - - - - - - - - -         */
/*                                                                            */
/******************************************************************************/
#header {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	width: 919px;
	height: 155px;

}

/* Les 3 Parties ( GAUCHE CENTRE DROITE ) *************************************/
/* Colonnne des blocs de gauche et droite*/
div#left {
float:left;
width:200px;
margin-left:15px
}

div#right {
float:right;
width:200px;
margin-right:15px
}

div#central {
overflow:hidden;
width:auto;
padding:0 10px
}

div#contenu {
padding-top:5px;
background:url('../img/centre.jpg') no-repeat
}
/*Le Footer *******************************************************************/
.footer {
  height:96px;
  line-height:96px;
	clear: both;
	font-size: 0.9em;
	color: #bfb67e;
	text-align: center;
}
.footer_kwsphp {
  font-size: 0.9em;
	width: 100%;
	clear: both;
	color: #a1a0a0;
	text-align: center;
	vertical-align: middle;
}

.footer_kws a:hover {
  font-size: 10px;
  color: #645d4d;
  text-align:center;
  text-decoration: underline;
}
.gen { /* pour Page générée */
  font-size: 10px;
	color:#bfb67e;
	text-align:center;
	width:100%;
	clear:both;
}
#ckws{
  color:#bfb67e;
  font-size: 0.8em;}

/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - -       L E S     B L O C S              - - - - - - -  */
/*                                                                            */
/******************************************************************************/
/* Le contenu des blocs des colonnes de gauches et de droites */
.bloc_titre {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-variant: small-caps;
  height: 30px;
  line-height: 30px;
  text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #963;
	width:202px;
}
.bloc_titre:first-letter {
  font-variant: small-caps;
	font-weight: bolder;
	font-size: 1.3em;
	color: #963;
}
.bloc_contenu {
  width:202px;
	font-size: 0.95em;                
	padding: 5px;
  overflow: hidden;                 /* Ne Pas Toucher                */
  height: 99%;                      /* Pour IE sinon espace          */
	margin-bottom:25px;
}

/* Les Blocs du centre */
.bloc_titre_centre {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.3em;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  border-bottom: 3px solid #c7d4df;
  color: #963;
}
.bloc_titre_centre:first-letter {
  font-variant: small-caps;
	font-weight: bolder;
	font-size: 1.3em;
	color: #963;
}
.bloc_contenu_centre {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  min-height:50px;
  color:#4d4c4c;
} 
.blocline {background:#ffffff;}
/************ MISE EN FORME DES LIENS  DU BLOC MENU ***************************/
.blocmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blocmenu ul,.bloc_espace_membre_list-style {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blocmenu a, .blocmenu a:visited, .bloc_espace_membre_list-style a, .bloc_espace_membre_list-style a:visited {
  height:25px;
  line-height:25px;
  color:#963;
	display: block;
  margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 30px;
}
.blocmenu a:hover, .bloc_espace_membre_list-style a:hover {
  height:25px;
	color: #963;
	display: block;
	text-decoration: none;
	border:1px solid #e5eff7;

  margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 30px;
}
.blocmenu li,.bloc_espace_membre_list-style li {
    background-image: url('../images/menu/menu.jpg');
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom:3px;
	padding: 0px;
	width: 202px;
	height:25px;
}
/* Le Bloc espace_membre */ 
.bloc_espace_membre1 {text-align:left;}
.bloc_espace_membre2 {text-align:center;}
.bloc_espace_membre_avat {text-align:center;}
.bloc_espace_membre_priv {float:right;}

/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - -  L E S     A R T I C L E S (Rubriques) - - - - - - -  */
/*                                                                            */
/******************************************************************************/
/* Mise en forme du titre des Articles ****************************************/
.article_titre {
  height:32px;
  line-height:32px;
  margin-left:5px;
  margin-right:5px;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
  border: 1px solid #c7d4df;
  border-bottom: 5px solid #c7d4df;
}
.article_contenu {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-left: 1px solid #c7d4df;
	border-right: 1px solid #c7d4df;
	border-bottom: 1px solid #c7d4df;
	font-weight: normal;
	font-size: 1.0em;
	padding: 5px;
	min-height: 150px;   /* Tous les Blocs auront une hauteur minimum *************/
}
.image_articles {
  border: 0;
  margin-left: 5px;
  float: right;
}
/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - - -  L E S     N E W S  - - - - - - - - - - - - - - -   */
/*                                                                            */
/******************************************************************************/
/* Cette classe affiche le haut des news de couleur noire #000000 */
.titre_news {
  font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
  font-size: 1.3em;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  border-bottom: 3px solid #c7d4df;
  color: #963;
  }
.titre_news a{
  color: #963;
  }
.bloc_news_date {
  background-image:url('../images/news/bloc_news_date.png');
  width:60px;
  height:60px;
	float:left;
	text-align:center;
	margin-right:15px;
  }

.bloc_news_semaine {
	font-size:20px;
  }

.bloc_news_jour {
  font-size:2.5em;
  color:#f7f7f7;
  font-weight:bolder;
  }

.bloc_news_mois {
  font-size:10px;
  color:#eff6fb;
  font-weight:bolder;
  }

.bloc_news_haut{
  background-color: #eff6fb;
  border-bottom: 1px solid #c7d4df;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  min-height:60px;
  color:#4d4c4c;
  }
.bloc_news_haut a{	color:#4d4c4c;}

/* Cette classe affiche le contenu de la news */

.bloc_news_milieu{
	background-color :#f7f7f7;
  border:1px solid #748aa2;
	width:99%;
	min-height:100px;
	margin:auto;
	margin-bottom:5px;
  }

.bloc_news_contenu{
  text-indent:15px;
	padding:10px;
  }
/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - - -  L E    F O R U M  - - - - - - - - - - - - - - -    */
/*                                                                            */
/******************************************************************************/

.forum_cat_mid {
  background-color:#fff;
  border-bottom: 1px solid #c7d4df;
  border-left: 1px solid #c7d4df;
  border-top:none;
  padding:3px;
	font-size:12px;
	color:#666;
}
	
.forum_cat_mid_der {
  background-color:#fff;
  border: 1px solid #c7d4df;
  border-top:none;
  padding:3px;
	font-size:12px;
	color:#666;
	text-align:right;
}
.forum_tr {background-color:#dfdfdf;}
.forum_message {background-color:#fff;}
.forum_contenu {
  background-color:#fff;
  padding-left:5px;
  vertical-align:top;
}
.forum_auteur {
  background-color: #c7d4df;
  width:20%;
  padding:5px;
  text-align:center;
  vertical-align:top;
}
.forum_contact {
  background-color:#c7d4df;
  width:5%;
  vertical-align:bottom;
  padding:5px;
}
.forum_signature {
  background-color:#fff;
  width:100%;
  margin-left:-5px;
  padding:5px;
  vertical-align:bottom;
}
.forum_date {
  background-color: #c7d4df;
  padding: 5px;
  font-weight: normal;
  font-size: 0.9em;
}
/* TITRE DES CATEGORIES *******************************************************/
.forum_titre {
	background-color: #c7d4df;
	height: 28px;
	border-right: none;
  text-align: center;
  font-size: 1.2em;

}
.forum_titre_der {
	background-color: #c7d4df;
	height:28px;
  text-align:center;
  font-size: 1.2em;
}
#postzone {width:585px;}/* Saisie du texte dans le forum*/

/* Titre du forum des catégorie */
.titrecat {
	font-size:12px;
	font-weight:bold;
	color:#fff
}
/* Séparateur des catégories *****************/
.forum_cat_sep {
  background-color: #c7d4df;
  height:28px;
  border-top:none; 
	font-variant:small-caps;
	font-size:14px;
  text-align:center;
}
/* Topics du forum */
.topicrow1 {
	background-color:#F2F3F4;
	padding:5px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#D7D7D7;
}
.topicrow2{padding:5px}
.blocforum li {
list-style-image: url('../images/puce.png');
}
.blocdownload li {
list-style-image: url('../images/puce.png');
}
/***************************************************************/

/* Structure d'un contenu en tableau */
.tab1 {
	padding-left:1px;
	padding-right:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#D7D7D7;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#D7D7D7;
}
.tab2 {
	padding-left:1px;
	padding-right:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#D7D7D7;
}
/* Ligne séparateur */
hr {
	border: 0px dashed #c7d4df;
	border-top-width:1px;height:0px
}

/* Couleurs de fond en général des tableaux ex:index.php?mod=ip */
td.row1 {}
td.row2 {}
td.row3 {}

/* MISE EN FORUM DES BBCODES
/****************************************************************/
/* Panneau du bbcode [panneau]*/
.panneau {
	background-color:#cccccc;
  border: 1px solid #9f9f9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
	padding:4px;
}
/* CITATIONS [QUOTE] [/QUOTE]  ************************************************/
.quote {
	background-color:#e5eff7;
  border: 1px solid #c7d4df;
  border-left: 4px solid #c7d4df;
	font-size:1.1em;
	font-style: italic;
  padding-left:5px;

}
.quote:first-letter {
	font-size: 1.5em;
	font-weight: bolder;
	font-style: italic;
	color: #666;
  font-family: "Courier New", Courier, mono;
	font-variant: small-caps;
}
/* Code PHP dans les bbcode. ([code][/code])*/
.code_php {
	background-color:#e5eff7;
  border-top: 3px solid #c7d4df;
  border-bottom: 3px solid #c7d4df;
  border-left: 1px solid #c7d4df;
  border-right: 1px solid #c7d4df;
	font-family: Courier, Helvetica, sans-serif;
	padding:4px;
	overflow: auto;
}
/* Visiualisation d'un post */
#apercu {
  background-color:#e5eff7;
	text-align:left;
	height:220px;
	width:580px;
	color:#3366CC;
	overflow:auto;
	padding:2px;
	border:1px solid #c7d4df;
	margin-left:auto;
	margin-right:auto;
}

/* Style des onmouseover (passsage souris ex: index.php?mod=forum&ac=affgrd) */
.onmouse_over {
  border: 1px #666 dashed;
  background: #eee;
}
.onmouse_out {border:0px;}
.onmouse_over_forum {background: #ddd;}
.onmouse_out_forum {border: 0px;}

/* Eléments de formulaire */
textarea {
  background-color: #f1f1e9;
	font-size: 1.0em;
	letter-spacing:1px;
  border: 1px solid #bfb67e;
  margin-bottom:2px;
  width:500px;
}
input,textarea, select {
  background-color: #e5eff7;
	font-size: 1.0em;
  border: 1px solid #c7d4df;
  margin-bottom:2px;
}
input:hover,textarea:hover, select:hover {
  background-color: #fff;
	font-size: 1.0em;
	color: #252424;

}
input#sql_newsMail{
  height:80px;
  background-color:#000}
/* Couleur d'arrière-plan des champs d'entrée du texte */
input.post, textarea.postzone, select {
 background-color:#fff;
 color:#666;}
/* Style des buttons submit et annuler*/
#valider,#envoyer,#submit_login_bloc,#submit_login,#s_button,#annuler,
#poster,#verifer,#retour,#button,#bouton,#bouton2,#submit,
#reset,#prev,#validation,#res_edit,#all,#modbuttoncompteur {
  background-color: #eff6fb;
	height: 25px;
	text-align: center;
	font-weight: bolder;
  color: #4778a2;
	border: 1px solid #c7d4df;
}
/* Style des buttons submit et reset au passage dessus*/
#valider:hover,#envoyer:hover,#submit_login_bloc:hover,#submit_login:hover,#s_button:hover,#annuler:hover,
#poster:hover,#verifer:hover,#retour:hover,#button:hover,#bouton:hover,#bouton2:hover,#submit:hover,
#reset:hover,#prev:hover,#validation:hover,#res_edit:hover,#all:hover,#modbuttoncompteur:hover {
	background-color: #fff;
  color: #4778a2;

}
/* Style des labels*/
label {
  display: inline;
  float: left;
}
.label_enregistrer1 {
  width: 170px;
  font-size: 1.0em;
  font-weight: normal;
}
.label_enregistrer2 {
  width: 310px;
  font-size:1.0em;
  font-weight:normal;
}
.label_profil1 {
  width: 150px;
  font-weight:bold;
}
.label_profil2 {
  width: 200px;
  font-weight:bold;
}
.label_contact {width:200px;}
.label_admin_options1 {width:200px;}
.label_admin_options2 {width:400px;}
.label_admin_email {width:200px;}

fieldset {
	background-color:#eff6fb;
	border:1px solid #c7d4df;
  font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	color:#963;
	padding:1.5em;
	margin-left:auto;
	margin-right:auto;
}
.fieldset_resume {
	background-color: #eff6fb;
	border:1px solid #c7d4df;
	margin-left: auto;
	margin-right: auto;
	color:#464e54
}
em {
  font-size:0.7em;
  font-weight:normal;
}
/* Pied de page */
.pied_de_module {text-align:center;}

.pied_de_module a:link,.pied_de_module a:active,.pied_de_module a:visited {
	background-color:#eff6fb;
	border:1px solid #c7d4df;
	padding:2px 5px 2px 5px;
}
.pied_de_module a:hover {
	background-color:#fff;
	color:#4778a2;
	border:1px solid #c7d4df;
	text-decoration:none;
}
/* Pagination (memberlist.php)  */
.page_encours {
  background-color:#f1f1e9;
  border:1px solid #bfb67e;
  padding:2px;
}
.page_choix {
  border:1px solid #bfb67e;
  padding:2px;
}
.page_choix:hover{
  background-color:#bfb67e;
  color:#fff;
  border:1px solid #bfb67e;
}
/*************FIN DU CSS  ********************************/
/*********************************************************/
/* Connectés (qd stats en bas de page)*/

#connectes_end
{
width:98% !important;
margin-left:auto !important;
margin-right:auto !important;
margin-top:3px !important;
margin-bottom:3px !important;
padding:5px !important;
border:5px groove #FFFFFF !important;
-moz-border-radius:10px !important;
font-size:9px !important;
text-align:center !important;
background-color:#f2f2f2 !important;
color:#666 !important;
}
#connectes_end strong, #connectes_end a
{
font-size:11px !important;
color:#666 !important;
} 
 

 

/* Bulles infos © Patrick perron **************************/

a.BBcodeSyntaxe {
position:relative;
/* Très important */
background:none;
/* Important pour le fonctionnement sur IE */
z-index:10;
} 
 

a.BBcodeSyntaxe:hover {
z-index:20;
text-decoration:none;
}

a.BBcodeSyntaxe span {
display:none;
font-weight:normal;
}

a.BBcodeSyntaxe:hover span {
/*la tag SPAN apparaitra avec l'effet hover*/
display:block;
-moz-border-radius:10px;
border: 1px dashed;
position:absolute;
margin-top:50px;
margin-left:130px;
/* Éléments pour positionner le texte dans la bulle */
padding:5px;
width:350px;
/* Style du character dans la bulle */
background-color: #44A8E4;
color: #000066;
text-align:center;
}

a.BBcodeSyntaxe em {
font-variant:small-caps;
}

 

/* Pour avoir un beau background de bulle*/

a.BBcodeSyntaxe:hover>span {
background-image:url('../img/bulle.jpg');
} 
 

 

/*Mise en page lors de la rédaction d'un post*/

.fieldset_post
{
width:600px;
margin: 1em auto;
padding:1em;
}
.fieldset_post legend
{
font-weight:bold;
}
.fieldset_post label span
{
color:red;
}
.fieldset_post dd
{
margin-left:210px;
}
div.fieldset_post
{
text-align:center;
width:585px;
margin: auto;
}
div #smil
{
z-index:50;
width:210px;
height:230px;
-moz-border-radius:10px;
position:fixed;
margin-left:-220px;
top:250px;
display:none;
background-color:#44A8E4;
}
div #smil_in
{
overflow:auto;
width:170px;
height:200px;
border:1px solid;
padding:5px;
margin:10px auto;
} 
 

 

/* bbcode flottant */

#choice_bbcode_color, #choice_bbcode_size, #choice_bbcode_font
{
z-index:50;
-moz-border-radius:10px;
position:absolute;
width:180px;
padding:10px;
margin-top:-100px;
margin-left:220px;
background-color:#44A8E4;
} 
 

div.EditPost
{
text-align:right;
padding-top:10px;
}
span.EditPost
{
font-size:7.2pt;
width:100%;
border-top:1px dashed;
border-left:1px dashed;
border-right:1px dashed;
padding:2px 5px 2px 15px;
margin-right:5px;
}
div.MovePost
{
text-align:right;
padding-bottom:10px;
}
span.MovePost
{
font-size:7.2pt;
width:100%;
border-left:1px dashed;
border-right:1px dashed;
border-bottom:1px dashed;
padding:2px 5px 2px 15px;
margin-right:5px;
}
.NavRubFo, .NavRubTopicFo, .NavTopicFo {
float:right !important;
margin-right:5px !important;
font-size:smaller !important;
}
.NavRubFo span, .NavRubTopicFo span, .NavTopicFo span{
background-color:#666;
color:#f2f2f2;
padding:0px 2px;
}
.NavRubFo select, .NavRubTopicFo select, .NavTopicFo select{
font-size:smaller;
}
.NavRubFo a, .NavRubTopicFo a, .NavTopicFo a{
border:1px solid #d3d0d0;
padding:0px 2px;
text-decoration:none;
}
.NavRubFo a:hover, .NavRubTopicFo a:hover, .NavTopicFo a:hover{
background-color:#6fafdd;
color:#fff;
border:1px solid #fff;
}

.username_login, .username_password, .username_connect{
padding-left:20px;
height:18px;
background-image: url(../../../modules/espace_membre/images/login_bg.png);
background-repeat:no-repeat;
}
.username_login {
background-position:0 0;
}
.username_password {
background-position:0 -18px;
}
.username_auto {
vertical-align:middle;
}
.username_connect{
background-position:0 -36px;
height:20px !important;
width:135px !important;
}

.hr_menu{}
.texte_menu {}
.MultiInputInline span{margin-left:25px;}
.contenu_page{}
.align-center{text-align:center;} .align-left{text-align:left;} .align-right{text-align:right;}
.float-left{float:left;} .float-right{float:right;} .clear-both{clear:both;}
.ancre{}
.mini_message{margin-left:10px;font-style:italic;font-size:smaller};
.erreurUpAvatar
{
color: red; 
font-weight: bold;
}
.erreurUpAvatar span
{
font-style: italic; 
font-weight: normal;
}
.msgUpAvatar
{
color: green;
}

