 /*
   CSS file for skin_papinou66 - 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
	   Design Papinou © 2007 - Site Papinou : http://www.papinou.info
	   contrat Creative Commons : http://creativecommons.org/licenses/by-sa/2.0/fr/
	   Valid W3C CSS : http://jigsaw.w3.org/css-validator/
*/

html { /*  document */
  font: 11px arial, helvetica, sans-serif;
  color: #555;
   background-color : #272727;
}
body { /*  corps du document */ 
  margin : 0;
    font : 11px "trebuchet ms", helvetica, sans-serif;
  color : #555;
   background-position : center 0%;
}
a { /* lien */
  color : #555;
  background-color : inherit;
  text-decoration : none;
}
a:hover { /* lien survolé */
  color :#a5c100;
  background-color : inherit;
  text-decoration : none;
  position : relative;top : 1px;left : 1px;
}
p { /* paragraphe */
  margin : 4px 0;
} 
hr { /* ligne horizontale */
  border-style : none none dashed;
  border-color : #a5e14b;
  border-width : 0 0 1px;
  height : 1px;
  width : 98%;
  visibility : hidden;
}
ul, ol { /* listes */
  padding : 0;
  margin : 0;
  font : 11px "trebuchet ms", helvetica, sans-serif;
  color : #555;
  background-color : inherit;
}
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 : 0 solid #a5e14b;
}
/******************************************
* Mise en page des blocks div principaux */
#screen_choice { 
  z-index : 20;
  position : absolute;
  top : 1px;
  right : 4px;
  padding : 0;
  margin : 0;
  text-align : right;
}
div#page { /* mask border for IE */ 
  position: relative;
  width: 959px;
  margin: 20px auto;
  padding: 0;
}
#page { /* all the page */ 
  z-index : 10;
  padding-top : 0;
  color : inherit;
  background-color : #fff;
}
#headTop { /* header top and middle (logo-banner + citation) */
  z-index : 15;
  margin : 0;
  padding : 0;
  color : inherit;
  background : #b0c7b0 url(ban.jpg) no-repeat;
  border-bottom: 1px solid #759575;
}
#headBottom { /* header bottom (logo-menu) */
  margin : 0;
  padding : 0;
}
#mainContent {  /* main page */
  margin : 30px 0;
  padding : 0;
}
#leftside { /* leftboxes area */
  margin : 0;
  padding : 10px 20px 10px 10px;
}
#rightside { /* right boxes area */
  margin : 0;
  padding : 10px 10px 10px 20px;
}
#endbox { /* optionnal area between main page and bottom */
  margin : 0;
  padding : 4px;
  text-align : left;
}
#foot { /* footer Copyright */
  font : 10px "trebuchet ms", helvetica, sans-serif;
  text-align : center;
  color : #555;
  background-color: inherit;
  background : url(foot.png);
  margin: 7px 0 0 0;
  border-top: 1px solid #759575;
  padding-bottom: 7px;
}
/*******************************************
 * Mise en page des blocks dans le header */
div.logo { /* block logo */
  background-color : transparent;
  padding : 30px 20px 0px 30px; /* affichage du logo */
  text-align : center;
}
div.banner { /* block bannière */
  background-repeat : no-repeat;
  padding : 60px 30px 30px; /* affichage de la bannière */
  text-align : center;
}
/*************************
 * block boite citation */
div.quote { /* block citation */
  white-space : nowrap;
  text-align : center;
  padding : 0 4px;
}
div.quote span.cita { /* texte */
  font : 11px "trebuchet ms", helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  font-style : normal;
  text-align : center;
  padding : 0 8px;
}
div.quote span.author { /* auteur */
  font-style : normal;
}
/***********************************
 * block box Header Menu sections */
div.menuIcons { /* block menu */
  padding : 4px;
}
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 : 1px;
  margin-left : 1px;
  text-align : center;
}
div.menuIcons ul li span { /* toutes les sections */
  display : block;
  white-space : nowrap;
  color : #fff;
  background-color : inherit;
}
div.menuIcons ul li.menu_flags { /* section drapeau */
  float : left;
  margin-right : 10px;
  text-align : center;
  margin-top : 10px;
}
div.menuIcons ul li.menu_flags img { /* séparation drapeau */
  margin : 2px;
}
div.menuIcons ul li.menu_admin { /* section admin */
  float : right;
}
div.menuIcons ul li a:hover, div.tblbox ul li a:hover { 
  background-color : transparent;
  position : static;
  top : 1px;
  left : 1px;
}
div.menuIcons ul li a span { /* lien */
  color : #555;
  background-color : #b0c7b0;
  text-decoration : none;
  font : bold 13px "trebuchet ms", helvetica, sans-serif;
  position : relative;
  padding : 2px 6px;
  margin: 10px 2px 0 2px;
  border: 1px outset #555;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #555;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color : #ff0;
  background-color : #b0c7b0;
  text-decoration : none;
  font : bold 13px "trebuchet ms", helvetica, sans-serif;
  position : relative;
  padding : 2px 6px;
  margin: 10px 2px 0 2px;
  border : 1px inset #555;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color: #999;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a:hover span { /* lien survolé*/
  color : #fff;
  background-color : #759575;
  text-decoration : none;
  font : bold 13px "trebuchet ms", helvetica, sans-serif;
  position : relative;
  padding : 2px 6px;
  margin: 10px 2px 0 2px;
  border: 1px groove #555;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #a5c100;
  text-decoration: none;
  background-color: inherit;
}
div.menuIcons ul li a span:first-letter { 
  font : bold 13px "trebuchet ms", helvetica, sans-serif;
}
/******************************************
 * Mise en page des blocks dans le corps */
/* block lateral boxes */
.htable { 
  margin-bottom : 8px;
}
.htable1 { 
  margin-bottom : 8px;
}
.htable2 { 
  padding : 0 2px;
}
.spacer {
  padding: 8px 2px;
}
.titrebox { /* Titre  boite latérale */
  padding: 0;
  white-space : nowrap;
  font : bold 15px georgia, helvetica, sans-serif;
  color : #597b27;
  background: url(lhb.png) no-repeat;
  width: 180px;
  height: 31px;
  background-color : inherit;
  text-align : left;
}
.titrebox2 { /* Autre titre */
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #615018;
  background-color : inherit;
  text-align : center;
}
.tblbox { /* Corps */
  background-color : transparent;
  border : 0 solid #fff;
  padding : 4px;
  margin-bottom : 8px;
  text-align : left;
}
.tblboxover { /* Corps survolé */
  background-color : transparent;
  border : 0 solid #fff;
  padding : 4px;
  margin-bottom : 8px;
  text-align : left;
}
/* block central boxes */
.titre { /* Titre boite centrale  */
  padding: 0;
  white-space : nowrap;
  font : bold 15px georgia, helvetica, sans-serif;
  color : #597b27;
  background: url(lhb.png) repeat;
  width: 180px;
  height: 31px;
  background-color : inherit;
  text-align : left;
}
.tbl { /* Corps */
  border : 0 solid #fff;
  font : 13px "trebuchet ms", helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  padding : 4px;
  margin-bottom : 8px;
  text-align : left;
}
.tblover { /* Corps survolé */
  font : 13px "trebuchet ms", helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  border : 0 solid #fff;
  padding : 4px;
  margin-bottom : 8px;
  text-align : left;
}
div ul, ol { /* listes */
  padding : 8px 0 8px 8px;
  margin-left : 16px;
}
div li { 
  padding : 0;
  margin-left : 11px;
}
/************************************
 * block box lateral Menu Sections */
ul.boxmenu { /* block liste */
  margin : 0;
  padding : 4px 11px;
  color: #a5e14b;
  background-color : inherit;
  list-style : square;
}
ul.boxmenu li { /* items liste */
  margin-bottom : 10px;
  font-weight: bold;
}
ul.boxmenu li img { /* icons */
  vertical-align : middle;
  margin-right : 10px;
}
.rubr { 
  padding : 0 2px;
  margin : 1px;
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  text-align : left;
}
p.rubr { 
  padding : 0 2px;
  margin : 1px;
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  text-align : left;
}
.item { 
  padding : 2px 0;
  margin : 0;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  text-align : left;
  list-style : none;
}
ul.item { 
  margin : 0;
  padding : 0;
}
ul.item li.item { /* titres des articles */
  padding : 2px 0 2px 10px;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : inherit;
  text-align : left;
  list-style : none;
}
.curr_item { 
  padding : 2px 0;
  background-color : inherit;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  text-align : left;
  list-style : none;
}
ul.item li.curr_item { /* titre article est affiché */
  background-color : #ffffde;
  padding : 2px 0 2px 10px;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  text-align : left;
  list-style : none;
}
/*************************************
 * block box central forum - tables */
.forum { 
  padding : 5px 5px;
  font : bold 13px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  border : 1px solid #a5e14b;
  text-align : center;
}
.forum2 { 
  padding : 5px 5px;
  font : 13px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  border : 1px solid #a5e14b;
  text-align : left;
}
tr.forum2 { 
  padding : 5px 5px;
  font : bold 13px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  border : 1px solid #a5e14b;
  text-align : left;
}
.quest { 
  padding : 5px 5px 5px 5px;
  font : 13px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  border : 1px solid #a5e14b;
  text-align : left;
} 
.rep { 
  padding : 10px 5px 5px 5px;
  font : 13px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #fff;
  border : 0 solid #a5e14b;
  text-align : left;
} 
.bord { 
  border : 0px solid #a5e14b;
  padding : 1px;
} 
.bord2 { 
  border : 0 double #a5e14b;
}
/*************
 * Calendar */  
.cal { 
  border-collapse : separate;
  border : 0 solid #555;
  border-spacing : 1px;
  background-color : #fff;
  color : inherit;
} 
tr.cal { /* calendar nav bar */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  text-align : center;
} 
td.cals { /* week */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #fff;
  width : 14%;
  text-align : center;
} 
td.cal0 { /* empty cell*/
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #fff;
  width : 14%;
  text-align : center;
} 
td.cal1 { /* days */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #fff;
  width : 14%;
  text-align : center;
  border : 1px solid #f5f5f5;
} 
td.cal2 { /* today */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ff9;
  width : 14%;
  text-align : center;
  border : 1px solid #a5e14b;
} 
td.cal3 { /* sunday or special */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  width : 14%;
  text-align : center;
  border : 1px solid #a5e14b;
}
td.cal4 { /* today is sunday or special */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #f6d44f;
  width : 14%;
  text-decoration : underline;
  text-align : center;
  border : 1px solid #a5e14b;
}
td.calevt { /* planner event */ 
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : #ffffde;
  text-decoration : underline;
  text-align : center;
  width : 14%;
  border : 1px solid #a5e14b;
}
/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin : 3px 0;
}
fieldset {  /* Encadrement des champs */
  border : 1px solid #555;
  margin : 8px;
}
legend { /* légende des encadrements */
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #555;
  background-color : inherit;
}
input.bouton, button { /* bouton */
  cursor : pointer;
  margin : 4px 0;
  color : #555;
  border : 1px inset #a5e14b;
  background-color : #fff;
  font : 10px "trebuchet ms", helvetica, sans-serif;
}
input.texte { /* champ texte */
  margin : 2px 0;
  background-color : #fff;
  font : 10px "trebuchet ms", helvetica, sans-serif;
  color : #555;
}
select { /* champ select */
  color : #555;
  background-color : #fff;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  border : 1px solid #555;
  margin : 4px 0;
}
textarea { /* champ textarea */
  color : #555;
  background-color : #fff;
  border : 1px solid #555;
  overflow : auto;
  margin : 4px 0;
}
/**********************
 * Editeur FckEditor */
.Code { 
  border : 1px solid #555;
  padding-right : 5px;
  padding-left : 5px;
  color : #555;
  font : 11px "trebuchet ms", Helvetica, sans-serif, Monospace;
  background-color : #fff;
}
/*********************
 * Editeur pgeditor */
div #toolbarIcons_ptxt, div #toolbarSmileys_ptxt { 
  color : inherit;
  background-color : #fff;
}
/*******************
 * pop comment RSS */
.pop { 
z-index : 30;
width : 380px;
text-align : left;
}
.pop a { 
display : block;
}
.pop span { 
z-index : 30;
display : none;
}
.pop a:hover span { 
display : block;
width : 280px;
position : absolute;
top : 2em;
left : 2em;
color : #555;
background-color : #fff;
font : normal 11px "trebuchet ms", Helvetica, sans-serif;
border : 1px solid #aecbed;
padding : 4px;
}
/*******************************************
 * Mise en page des blocks dans le footer */
#foot span.copyright { 
font : 1em "trebuchet ms", Helvetica, sans-serif;
color : #555;
background-color : inherit;
}
/************************
 * Divers, inclassables */
.box { 
font : 11px "trebuchet ms", Helvetica, sans-serif;
color : #555;
background-color : inherit;
}
p.box { 
margin : 0;
font : 11px "trebuchet ms", Helvetica, sans-serif;
color : #555;
background-color : inherit;
}
a.box { 
color : #555;
background : inherit;
text-decoration : none;
font : 11px "trebuchet ms", Helvetica, sans-serif;
}
a.box2 { 
color : #555;
background-color : inherit;
text-decoration : none;
font : bold 11px "trebuchet ms", Helvetica, sans-serif;
}
a:hover.box { 
color : #a5e14b;
text-decoration : none;
font : bold 11px "trebuchet ms", Helvetica, sans-serif;
background-color : inherit;
position : relative;
top : 1px;
left : 1px;
}
.top { /* affichage icone haut */
font : 0.8em "trebuchet ms", Helvetica, sans-serif;
color : #555;
background-color : inherit;
text-align : center;
}
.timer { /* affichage temps */
font : italic 1em "trebuchet ms", Helvetica, sans-serif;
color : #555;
background-color : inherit;
text-align : center;
padding : 8px;
}
.clsCursor { 
cursor : pointer;
}
.notice { 
color : red;
background-color : #ff9;
padding : 2px;
} 