
/*
    CSS file for web20 Skin - version 4.6
    CeCILL Copyright (C) 2004-2007 by GuppY Team
    Initiated by Laurent Duveau and Nicolas Alves
      Web site = http://www.freeguppy.org/
      e-mail   = info@freeguppy.org

    CSS History :
      v1.0 (01 July 2011)           : Initial release (by Ricsen "GuppY Design")
*/

html { /*  document */
 background:#8a8a8a url('img/effect.png'); /*repeat-y 50%;*/
 font-size:11px;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 color:#000;
}
body { /*  corps du document */
 /*background:#8a8a8a url('img/effect.png')repeat-y 50%;*/
 font-size:11px;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 color:#000;
 text-align:center;
 margin: 0;
}
a { /* lien */
 color: #000;
 background-color:inherit;
 text-decoration: none;
}
a:hover { /* lien survolé */
 font-weight: bold;
 color: #000;
 background-color: inherit;
 position: relative;
 top: 1px;
 left: 1px;
 text-decoration: none;
}
a img {
 border:none;
}
p { /* paragraphe */
 margin: 4px 0;
 color: #000000;
}
hr { /* ligne horizontale */
 display: none;
 height: 0;
 border: 0;
 border-bottom: inset;
 width: 98%;
}
ul, ol { /* listes */
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background-color:inherit;
 margin: 0;
 padding: 0;
}
h1 { /* titre niveau 1 */
 font-size: 24px;
}
h2 { /* titre niveau 2 */
 font-size: 18px;
}
h3 { /* titre niveau 3 */
 font-size: 16px;
}
h4 { /* titre niveau 4 */
 font-size: 14px;
}
.bordure {
 border: 1px solid #444;
}
/******************************************
* Mise en page des blocs div principaux */
div#page { 
 width:1026px;
 margin:0 auto 0 auto;
}
/* #screen_choice {
  margin: 0;
  padding: 0;
}
div#screen_choice {
 position: absolute;
 top: 8px;
 left: 20px;
}*/
#page { /* all the page */
 z-index: 10;
 padding-top: 0;
}

#headTop { /* header top and middle (logo-banner + citation) */
 color:inherit;
 background: url(background.png) #000;
 height: 140px;
 width: 972px;
 margin:0 auto 0 auto;
}
#headBottom { /* header bottom (logo-menu) */
 color:inherit;
 background-color: #000;
 margin: 0 10px;
 padding: 0 4px;
}
#mainContent { /* main page */
  width: 988px;
 margin:0 auto 0 auto;
}
#leftside { /* leftboxes area */
  
}
#rightside { /* right boxes area */
 
}
#endbox { /* optionnal area between main page and bottom */
 text-align: left;
 margin: 0;
 padding: 4px;
}
#foot { /* footer Copyright */
 font-family: arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
 margin: 0px;
}
/*******************************************
 * Mise en page des blocs dans le header */
div.logo { /* block logo */
 text-align: center;
 padding: 0 30px;
}
div.banner { /* bloc bannière */
 background-repeat: no-repeat;
 text-align: center;
 padding: 30px 70px 20px;
}
/*************************
 * bloc boîte citation */
div.quote { /* bloc citation */
 white-space: nowrap;
 text-align: center;
 padding: 0 4px;
}
div.quote span.cita { /* texte */
 font: 12px arial, helvetica, sans-serif;
 font-style: normal;
 color: #526EB0;
 background-color: #000;
 text-align: center;
 border: 0;
 margin: 0;
 padding: 0 8px;
}
div.quote span.author { /* auteur */
 font-style: normal;
}
/***********************************
 * block box Header Menu sections */
div.menuIcons { /* block menu */
  padding:8px 0px;
}
div.menuIcons ul { /* block liste du menu */
  margin:0;
  padding:0;
  list-style:none;width:100%;
}
div.menuIcons ul li { /* toutes les sections */
  float:left;
  margin-right:8px;
  text-align:center;
}
div.menuIcons ul li span { /* toutes les sections */
  display:block;
  white-space:nowrap;
}
div.menuIcons ul li.menu_flags { /* section drapeau */
  float:left;
  margin-right:10px;
  text-align:center;
}
div.menuIcons ul li.menu_flags img { /* séparation drapeau */
  margin:3px;
}
div.menuIcons ul li.menu_admin { /* section admin */
  float:right;
  padding-right:3px;
}
div.menuIcons ul li a span { /* lien */
  color: #F5F2F2;
  background-color: inherit;
  text-decoration: none;
  font: bold 12px Arial, Helvetica, sans-serif;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #F5F2F2;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color:#FFF;
  /*background-color: #FFE133;*/
  text-decoration: underline;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color:#FFF;
  /*background-color: #FFE133;*/
  text-decoration: underline;
}
div.menuIcons ul li a:hover span { /* lien survolé*/
  color: #FFF;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #FFF;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
/******************************************
 * Mise en page des blocs dans le corps */
/* block lateral boxes */
.titrebox { /* Titre */
 font: bold 14px arial, helvetica, sans-serif;
 color: #FFF;
 background-image: url(img/header_bgd.jpg);
 height:22px; width: 100%;
 white-space: nowrap;
}
.tblbox { /* Corps */
 background: url(img/back.png) repeat-x #F5F2F2;
 padding: 14px 2px;
}
.titre { /* block central boxes */
 font: bold 15px arial, helvetica, sans-serif;
 color: #FFF;text-align: left;
 background-image: url(img/header_bgd.jpg);
 height:26px; width: 100%;
 white-space: nowrap;
}
.tbl {
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background: url(img/back.png) repeat-x #F5F2F2;
 padding: 14px 2px;
}
div ul, ol { /* listes */
 margin-left: 16px;
 padding: 8px 0 8px 8px;
}
div li {
 margin-left: 12px;
 padding: 0;
} 
/************************************
 * block box lateral Menu Sections */
ul.boxmenu { /* block liste */
 list-style: none;
 margin: 0;
 padding: 8px 0;
}
ul.boxmenu li { /* items liste */
 margin-bottom: 10px;
}
ul.boxmenu li img { /* icons */
 vertical-align: middle;
 margin-right: 10px;
}
/**************************************************************************
 * block box lateral Article (menu list, menu dynamic 1, menu dynamic 2) */
.rubr { /* catégories des articles */
 color: #000;
 background-color: inherit;
 padding: 4px 2px;
 margin: 1px;
 font: bold 12px Arial, Helvetica, sans-serif;
 text-align:left;
}
.item {
 padding: 2px 0px;
 margin: 0px;
 color: #000;
 background-color: #F5F2F2;
 font: 12px Arial, Helvetica, sans-serif;
 text-align:left;
 list-style: none;
}
ul.item {
 margin:0;
 padding:0;
}
ul.item li.item { /* titres des articles */
 background-color: #F5F2F2;
 padding: 2px 0px 2px 10px;
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}
.curr_item {
 padding: 2px 0px;
 background-color: #FFFFFF;
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}
ul.item li.curr_item { /* titre article est affiché */
 background-color: #FFFFFF;
 padding: 2px 0px 2px 10px;
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}
/*************************************
 * block box central forum - tables */
.forum {
 font: bold 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 text-align: center;
 padding: 5px 5px;
}
.forum2, tr.forum2 {
 font: bold 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 text-align: left;
 padding: 5px 5px;
}
.quest {
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #F5F2F2;
 text-align: left;
 padding: 5px;
}
.rep {
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #F5F2F2;
 text-align: left;
 padding: 10px 5px 5px 5px;
}
.bord {
 border: 1px solid #FFF;
 padding: 1px;
}
.bord2 {
 border: 2px double #F5F2F2;
}
/*************
 * Calendar */
.cal {
  border-collapse: separate;
  border: 1px solid #000;
  border-spacing: 1px;
  color:inherit;
  background-color: #FFFFFF;
}
tr.cal { /* calendar nav bar */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #F5F2F2;
  text-align: center;
}
td.cals { /* week */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFFFFF;
  width: 14%;
  text-align: center;
}
td.cal0 { /* empty cell*/
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: inherit;
  width: 14%;
  text-align: center;
}
td.cal1 { /* days */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFF;
  width: 14%;
  text-align: center;
}
td.cal2 { /* today */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #3CC;
  width: 14%;
  text-align: center;
}
td.cal3 { /* sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #F5F2F2;
  width: 14%;
  text-align: center;
}
td.cal4 { /* today is sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #88c81a;
  width: 14%;
  text-align: center;
}
td.calevt { /* planner event */
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #F5F2F2;
  text-decoration: underline;
  text-align: center;
  width: 14%;
}
/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin: 3px 0;
}
fieldset { /* Encadrement des champs */
 border: 1px solid #CCC;
 margin: 8px;
}
legend { /* légende des encadrements */
 font: bold 12px arial, helvetica, sans-serif;
 color: #000;
 background-color:inherit;
}
input.bouton, button { /* bouton */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #FFF;
 background-color: #000;
 border: 1px inset #FFF;
 cursor: pointer;
 margin: 4px 0;
}
input.texte { /* champ texte */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px inset #000;
 margin: 4px 0;
}
select { /* champ select */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px solid #000;
 margin: 4px 0;
}
textarea { /* champ textarea */
 color: #000;
 background-color: #FFF;
 border: 1px solid #000;
 overflow: auto;
 margin: 4px 0;
}
/**********************
 * Editeur FckEditor */
.Code {
 font: 11px arial, helvetica, sans-serif , monospace;
 color: #000;
 background-color: #FFF;
 border: 1px solid #000;
 padding-right: 5px;
 padding-left: 5px;
}
/**********************
 * Editeur pgeditor */
div #toolbarIcons_ptxt, div #toolbarSmileys_ptxt {
 color: inherit;
 background-color: #8A8A8A;
}
/*******************************************
 * Mise en page des blocs dans le footer */
#foot span.copyright { /* Copyright */
 font: 1em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
}
/************************
 * Divers */
.box {
 font: 11px arial, helvetica, sans-serif;
 color: #000;
 background-color: inherit;
}
p.box {
 font: 11px arial, helvetica, sans-serif;
 color: #000;
 background-color: inherit;
 margin: 0;
}
a.box {
 font: 11px arial, helvetica, sans-serif;
 color: #000;
 background-color: inherit;
 text-decoration: none;
}
a.box:hover {
 font: bold 11px arial, helvetica, sans-serif;
 color: #F5F2F2;
 background-color: inherit;
 text-decoration: none;
 position: relative;
 top: 1px;
 left: 1px;
}
/*******************
 * pop comment RSS */
.pop {
 z-index: 30;
 width: 400px;
 text-align: left;
 position: relative;
}
.pop a {
 display: block;
}
.pop span {
 z-index: 30;
 display: none;
}
.pop a:hover span {
 font: 12px arial, helvetica, sans-serif;
 font-weight: normal;
 color: #000;
 background-color: #FFF;
 border: 1px solid #000;
 display: block;
 width: 280px;
 position: absolute;
 top: -2em;
 left: 2em;
 padding: 4px;
}
.top {
 font: 0.8em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
}
.timer {
 font: italic 1em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
 padding: 10px;
}
.clsCursor {
 cursor: pointer;
}
.notice {
 color: #F30;
 background-color: #FF9;
 padding: 4px;
}
.titre_right{ 
width: 95px; 
height: 26px;
background-repeat: no-repeat; 
background-image: url(img/right_titre.gif); 
background-position: top right;
}
.spacer{
  padding-bottom : 5px;
  padding-left : 0;
  padding-right : 0;
  padding-top : 1px;
}
.titre_txt {
 margin-top: 5px;
white-space: nowrap;
 font-weight: bold;
}
.bordurebox {
 border: 2px solid  #000000;
}
.effecthaut {
 background:url('img/effecthaut.png');
 width: 1026px;
 height:37px;
}
.effectbas {
background:url('img/effectbas.png');
 width: 1026px;
 height:37px;
}
