
/*
    CSS file for qbiste_1 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 May 2007)           : Initial release (by deherve "GuppY Design")
*/

body { /*  corps du document */
 font: 12px trebuchet MS, helvetica, verdana, sans-serif;
 color: #000;
 background: #0C70C0;
 margin: 0;
}
img {/* APPARENCE des images */ 
border: none;
vertical-align: middle;}
a { /* lien au repos*/
 color: blue;
 background-color:inherit;
 text-decoration:none;
}
a:hover { /* lien au survom de ma souris */
 font-weight: bold;
 color: red;
 text-decoration:none;
 background-color: inherit;
 position: relative;
}
/* PARAMETRES par défaut  */
h1, h2, h3, h4, p, tab, ul, ol  {margin: 0px; padding: 0px;}
p { /* paragraphe */
 margin: 4px 0;
}
hr { /* ligne horizontale  avant le #foot*/
border: 0px solid #62758F;
height : 1px;
width : 98%;
} 
ul, ol { /* listes */
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #000;
 background-color:inherit;
}
h1 { /* titre niveau 1 */
/* font-size: 24px;*/
 margin-top: 0px; margin-bottom: 10px; text-align: center;
 font-size: 1.5em; font-style: italic; font-weight: bold; text-transform: uppercase;}
h2 { /* titre niveau 2 */
/*font-size: 18px;*/
  margin-top: 15px; margin-bottom: 5px;
  font-size: 1.5em; font-style: italic; font-weight: bold; font-variant: small-caps;}
}
h3 { /* titre niveau 3 */
 /*font-size: 16px;*/
  margin-top: 10px;  margin-bottom: 0px;
  font-size: 1.2em; font-style: italic; font-weight: bold;}
h4 { /* titre niveau 4 */
 /* font-size: 14px;*/
  margin-top: 5px;  margin-bottom: 0px; font-weight: normal;
  font-size: 1.2em; font-style: italic;}
.bordure {border:0px solid #000;}

/******************************************
* FORMATS optionnels (class)  */
/* paragraphes ou blocs*/
.centre {text-align: center;}
.justifie{text-align: justify;}
.cadre {border:1px solid;}
/* images*/
.habillage-gauche{float:left;}
.habillage-droite{float:right;}
.dessous{clear:both;}
/* texte*/
.souligne{text-decoration:underline;}
.petit{font-size: 0.9em;}
.toutpetit{font-size: 0.8em;}

#fleche {/* BLOC conteneur du scroll haut de page */
  width: 32px; height: 32px;
  position: fixed; top:50px; left:5px; z-index: 10;}

/******************************************
* Mise en page des blocs div principaux */
div#page { /* mask border for IE */
 border: none;
 padding: 0px;
}
#screen_choice {
 margin: 0;
 padding: 0;
}
div#screen_choice {
 position: absolute;
 top: 5px;
 right: 5px;
}
#page { /* all the page */
 color:inherit;
 background-color: #FFFFFF;
 padding: 0px;
}
#headTop { /* header top and middle (logo-banner + citation) */
 color:inherit;
 background: #0C70C0;
 height: 156px;
 margin: 0px;
 padding: 0px;
}
#headBottom { /* header bottom (logo-menu) */
color:inherit;
 background: #0C70C0;
 margin: 0px;
 padding: 0px;
 height: 33px;
 }
#mainContent { /* main page */
 margin: 0px;
 padding: 0px;
 background-color: white;
 color: inherit;
}
#leftside { /* leftboxes area */
 margin: 0px;
 padding: 0px;
 background-color: #FFFFFF;
 color: inherit;
 border: 0px solid #000;
}
#rightside { /* right boxes area */
 margin: 0px;
 padding: 0px;
 background-color: #FFFFFF;
 color: inherit;
 border: 0px solid #000;
}
#endbox { /* optionnal area between main page and bottom */
 text-align: left;
 background: url(img/fond_hbeb.png) repeat-x center;
 color: inherit;
 margin: 0px;
 padding: 0px;
}
#foot { /* footer Copyright */
 font-family: trebuchet MS, helvetica, sans-serif;
 color: #FFFFFF;
 background: #83CAFF;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

/*******************************************
 * Mise en page des blocs dans le header */
div.logo { /* block logo */
 text-align: center;
 padding: 0px;
}
div.banner { /* bloc bannière */
 background-repeat: no-repeat;
 text-align: right;
 padding: 0px;
}

/*************************
 * bloc boîte citation */
div.quote { /* bloc citation */
 white-space: nowrap;
 text-align: center;
 padding: 0px 4px;
 margin-top: 1px;
}
div.quote span.cita { /* texte */
 font: 12px trebuchet MS, helvetica, sans-serif;
 font-style: normal;
 color: #ffffff;
 background-color: inherit;
 text-align: center;
 border: 0;
 margin: 0;
 padding: 10px 8px;
}
div.quote span.author { /* auteur */
 font-style: normal;
}

/***********************************
 * block box Header Menu sections */
 /* MENU HORIZONTAL */
div.menuIcons { /* block menu */
margin: 0px;
}
div.menuIcons ul { /* block liste du menu */
    margin: 0px; padding: 0px;
	list-style:none;width:100%;
}
div.menuIcons ul li { /* toutes les sections */
	float:left;
	margin:0px;
	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:5px;
	padding-top: 5px;
	text-align:center;
}
div.menuIcons ul li.menu_flags img { /* séparation drapeau */
	margin:0px;
}
div.menuIcons ul li.menu_admin { /* section admin */
	float:right;
	padding-right:0px;
}
div.menuIcons ul li a span { /* lien au repos */
  color: #FFFFFF;
  background-color: inherit;
  text-decoration: none;
  font: bold 12px trebuchet MS, helvetica, sans-serif;
  border: 0px solid #E3E3E3;
  padding: 7px 8px 5px;
}
div.menuIcons ul li a span.current { /* lien actif */
  color:#000000;
  background: url(img/onglet_current.png) repeat-x;
   margin-top: 1px;
   padding: 7px 8px 5px;
   border: 0px solid #E3E3E3;
  text-decoration: none;
 }
 div.menuIcons ul li a:hover span { /* lien au survol de la souris*/
   color: #F5F0BC;
   background: url(img/onglet_hover.png) repeat-x;
   border: 0px solid #E3E3E3;
   margin-top: 1px;
	padding: 7px 8px 5px;
   text-decoration: none;
   }
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #FFFFFF;
  background-color: inherit;
  text-decoration: none;
  font: bold 12px trebuchet MS, helvetica, sans-serif;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color:#FF0000;
  background-color: inherit;
  text-decoration: none;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #FF8000;
  text-decoration: none;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}

/******************************************
 * Mise en page des blocs dans le corps */
/* BOITES LATERALES */
.titrebox { /* Titre des boîtes latérales*/
 font: bold 14px trebuchet MS, helvetica, sans-serif;
 font-variant: small-caps;
 color: #FFFFFF;
 background: #0C70C0;
 text-align: center;
 line-height: 30px;
 height: 30px;
 width: 180px;
 padding: 0;
}
.tblbox { /* Corps des boîtes latérales*/
 color: inherit;
 background-color: #83CAFF;
 text-align: left;
 margin: 0px;
 padding: 5px 0px 5px 0px;
}
.tblboxover { /* Corps des boîtes latérales au survol de la souris */
 color: inherit;
 background-color: #EFEFEF;
 text-align: left;
 margin: 0px;
 padding: 5px 0px 5px 0px;
}
/* BOITES CENTRALES */
.titre { /* Titre des boîtes centrales */
 font: bold 16px trebuchet MS, helvetica, sans-serif;
 text-transform: uppercase;
 color: #F8B51E;
 background: url(img/fond_titrebc.png) repeat-x;
 text-align: left;
 line-height: 45px;
 height: 45px;
 padding: 0px 5px 0px 5px;
}
.tbl { /* Corps des boîtes centrales*/
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #000;
 background-color: #FFFFFF;
 border: 0px solid #7BA6CE;
 text-align: left;
 padding: 5px 0px 5px 0px;
}
.tblover { /* Corps des boîtes centrales au survol de la souris */
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #000;
 background-color: #FFFFFF;
 border: 0px solid #AEDAFC;
 text-align: left;
 padding: 5px 0px 5px 0px;
}
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: 0px;
 padding: 8px 0;
}
ul.boxmenu li { /* items liste */
margin :5px 20px;
 text-align: center;
  background:  url(img/bouton.png) repeat-x center 0;
  background-color: transparent;
 color: inherit;
  border: 1px inset #FFFFFF;
  padding: 4px 0 0 0;
  height: 20px;
}
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: #62758F;
 background-color: inherit;
 padding: 4px 2px;
 margin: 1px;
 font: 12px trebuchet MS, helvetica, sans-serif;
 text-align:left;
}
.item {
 padding: 2px 0px;
 margin: 0px;
 color: #62758F;
 background-color: inherit;
 font: 12px trebuchet MS, helvetica, sans-serif;
 text-align:left;
 list-style: none;
}
ul.item {
 margin:0;
 padding:0;
}
ul.item li.item { /* titres des articles */
 background-color: inherit;
 padding: 2px 0px 2px 10px;
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #62758F;
 text-align:left;
 list-style: none;
}
.curr_item {
 padding: 2px 0px;
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #62758F;
 text-align:left;
 list-style: none;
}
ul.item li.curr_item { /* titre article est affiché */
 background-color: #F8B51E;
 padding: 2px 0px 2px 10px;
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #62758F;
 text-align:left;
 list-style: none;
}

/*************************************
 * block box central forum - tables */
.forum {
 font: bold 12px trebuchet MS, helvetica, sans-serif;
 color: #FFFFFF;
 text-align: center;
 padding: 0px 5px 0px 5px;
 border: 1px solid #FFFFFF;
}
.forum2 {
 font: bold 12px trebuchet MS, helvetica, sans-serif;
 color: #000;
 text-align: left;
 padding: 0px 5px 0px 5px;
}
 tr.forum2 {
 font: bold 12px trebuchet MS, helvetica, sans-serif;
 color: #FFFFFF;
 background-color: #845E97;
 text-align: left;
 padding: 0px 5px 0px 5px;
 }
.quest {
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #000;
 background-color: #FFFFFF;
 text-align: left;
 padding: 5px;
}
.rep {
 font: 12px trebuchet MS, helvetica, sans-serif;
 color: #000;
 background-color: #F7F7F7;
 text-align: left;
 padding: 0px 5px 0px 5px;
}
.bord {
 border: 0px solid #000;
 padding: 0px;
}
.bord2 {
 border: 0px double #000;
}

/*************
 * CALENDRIER */
.cal {
  border-collapse: separate;
  border: 1px solid #FFC800;
  border-spacing: 1px;
  color:#62758F;
  background: #FFFFFF;
}
.cal a {
  color: #62758F;
}
.cal a:hover {
  color: #FFFFCC;
  text-decoration: none;
}
tr.cal { /* Barre de navigation du calendrier */
  font: 12px trebuchet MS, helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
  background: #F8B51E;
}
td.cals { /* Cases jours de la semaine (L,M,M,J,V,S,D) */
  font: 12px trebuchet MS, helvetica, sans-serif;
  color: #FFFFFF;
  background: #B4BED2;
  width: 14%;
  text-align: center;
}
td.cal0 { /* Cases libres du calendrier*/
  font: 12px trebuchet MS, helvetica, sans-serif;
  width: 14%;
  text-align: center;
}
td.cal1 { /* Cases jours du calendrier */
  font: 12px trebuchet MS, helvetica, sans-serif;
  width: 14%;
  text-align: center;
}
td.cal2 { /* Case aujourd"hui du calendrier */
  font: 12px trebuchet MS, helvetica, sans-serif;
  color: #FFFFFF;
  background: #B4BED2;
  width: 14%;
  text-align: center;
}
td.cal3 { /* Cases dimanches et jours fériés */
  font: 12px trebuchet MS, helvetica, sans-serif;
  width: 14%;
  text-align: center;
}
td.cal4 { /* Case si aujourd"hui est un dimanche ou jour férié */
  font: 12px trebuchet MS, helvetica, sans-serif;
  color: #FFFFFF;
  background: #B4BED2;
  width: 14%;
  text-align: center;
}
td.calevt { /* Cases évènements planifiés du calendrier */
  font: bold 12px trebuchet MS, helvetica, sans-serif;
  color: #FFFFFF;
  background: #F8B51E;
  text-decoration: none;
  text-align: center;
  width: 14%;
}
/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin: 3px 0;
}
fieldset { /* Encadrement des champs */
 border: 1px solid #62758F;
 margin: 8px;
}
legend { /* légende des encadrements */
 font: bold 12px trebuchet MS, helvetica, sans-serif;
 color: #62758F;
 background-color:inherit;
}
input.bouton, button { /* bouton */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background: #dfebba url(img/bouton.png) repeat-x center 0;
 border: 1px inset #FFFFFF;
 cursor: pointer;
 margin: 4px 0;
}
input.texte { /* champ texte */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px inset #78A7CD;
 margin: 4px 0;
}
select { /* champ select */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px solid #78A7CD;
 margin: 4px 0;
}
textarea { /* champ textarea */
 color: #000;
 background-color: #FFF;
 border: 1px solid #F8B51E;
 overflow: auto;
 margin: 4px 0;
}

/**********************
 * Editeur FckEditor */
.Code {
 font: 11px trebuchet MS, helvetica, sans-serif , monospace;
 color: #000000;
 background-color: #E7DA67;
 border: 1px solid #62758F;
 padding: 0px 5px 0px 5px;
}
/**********************
 * Editeur pgeditor */
div #toolbarIcons_ptxt, div #toolbarSmileys_ptxt {
 color: inherit;
 background-color: #FFC800;
}
/*******************************************
 * Mise en page des blocs dans le footer */
#foot span.copyright { /* Copyright */
 font: 1em trebuchet MS, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
}

/************************
 * Divers */
.box  {
 font: 11px trebuchet MS, helvetica, sans-serif;
 color: #62758F;
 background-color: inherit;
}
p.box {
 font: 11px trebuchet MS, helvetica, sans-serif;
 color: #62758F;
 background-color: inherit;
 margin: 0;
}
a.box {
 font: 11px trebuchet MS, helvetica, sans-serif;
 color: blue;
 background-color: inherit;
 text-decoration: none;
}
a.box:hover {
 font: bold 11px trebuchet MS, helvetica, sans-serif;
 color: red;
 background-color: inherit;
 position: relative;
 top: 1px;
 left: 1px;
}

/*******************
 * pop comment RSS */
.pop {
 z-index: 30;
 width: 400px;
 text-align: left;
}
.pop a {
 display: block;
}
.pop span {
 z-index: 30;
 display: none;
}
.pop a:hover span {
 font: 12px trebuchet MS, helvetica, sans-serif;
 font-weight: normal;
 color: #000;
 background-color: #E9DD78;
 border: 1px solid #F8B51E;
 display: block;
 width: 280px;
 position: absolute;
 top: -2em;
 left: 2em;
 padding: 4px;
}
.top {
 font: 0.8em trebuchet MS, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
}
.timer {
 font: italic 1em trebuchet MS, helvetica, sans-serif;
 color: #FFFFFF;
 background-color: transparent;
 text-align: center;
 padding: 10px;
}
.clsCursor {
 cursor: pointer;
}
.notice {
 color: #FF0000;
 background-color: #FF9;
 padding: 2px;
}

