 /*
   CSS file for skin_papinou73bd - 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
	 Adaptation Papinou © 2009 - 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 "trebuchet ms", helvetica, sans-serif;
  color: #000;
  background-color: inherit;
}
body { /*  corps du document */ 
  margin : 0;
  background: #fff url(images/img01.jpg) repeat-x;
  font : 11px "trebuchet ms", helvetica, sans-serif;
  color : #000;
  background-position : 50% 0;
}
a { /* lien */
  color : #000;
  background-color : inherit;
  text-decoration : none;
}
a:hover { /* lien survolé */
  color : #a5c100;
  background-color : inherit;
  text-decoration : none;
  font-weight : bold;
  position : relative;top : 1px;left : 1px;
}
p { /* paragraphe */
  margin : 4px 0;
} 
hr { /* ligne horizontale */
  border-style : none none dashed;
  border-color : #559106;
  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 : #000;
  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 #559106;
}
/******************************************
* 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: 860px;
   margin: 80px auto;
   padding: 0;
}
#page { /* all the page */ 
  z-index : 10;
  padding-top : 0;
  color : inherit;
  background-color : transparent;
}
#headTop { /* header top and middle (logo-banner + citation) */
  margin : 0 0 50px 0;
  padding : 0;
  color : inherit;
  background : transparent url(images/img03.png) no-repeat;
  height: 150px;
}
#headBottom { /* header bottom (logo-menu) */
 z-index : 15;
 position: absolute;
 top: -50px; left: 0;
 background: url(images/img04.gif) no-repeat;
 margin: 0;
 padding: 0;
 width: 860px;
 height: 52px;
}
#mainContent {  /* main page */
  margin :  0;
  padding : 0;
}
#mainData {
  padding: 0 1px;
  background-color: transparent;
}
#leftside { /* leftboxes area */
  float: left;
  position: relative; top: 0; left:0;
  width: 185px;
  background-color: transparent;
  padding: 2px 0;
  margin-bottom: 30px;
}
#rightside { /* right boxes area */
  margin : 0;
  padding : 0;
}
#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;
  background-position: 100% 0;
  color : #000;
  background : transparent url(images/img04.gif) no-repeat bottom left; 
  margin: 10px 0 0 0;
  padding-bottom: 5px;
}
/*******************************************
 * Mise en page des blocks dans le header */
div.logo { /* block logo */
  background-color : transparent;
  padding : 175px 0 0 75px; /* réglage position du logo  */
  text-align : center;
}
div.banner { /* block bannière */
  background-repeat : no-repeat;
  padding : 60px 30px 30px; /* réglage position 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 : #000;
  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: 12px 0 0 0;
}
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: #fff;
  background-color: inherit;
  text-decoration: none;
  font:  16px "trebuchet ms", Helvetica, sans-serif;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #559106;
  background-color: inherit;
  text-decoration: none;
  font: 12px "trebuchet ms", Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color: #ff0;
  background-color: inherit;
  text-decoration: none;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color: #454545;
  background-color: inherit;
  text-decoration: none;
}
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: #559106;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
div.menuIcons ul li a span:first-letter { 
  font :  16px "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: 8px 0px 0 10px;
  white-space : nowrap;
  font :  17px "trebuchet ms", helvetica, sans-serif;
  color : #dadada;
  background: url(images/img07.gif) no-repeat;
  width: 185px;
  height: 40px;
  background-color : inherit;
  text-align : left;
}
.titrebox2 { /* Autre titre */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  text-align : left;
}
.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 0 0 15px;
  white-space : nowrap;
  font :  italic 30px georgia, "times new roman", times, serif;
  color : #559106;
  background: transparent;
  height: 40px;
  text-align : left;
}
.tbl { /* Corps */
  border : 0 solid #fff;
  font : 11px "trebuchet ms", helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  padding : 4px;
  margin-bottom : 8px;
  text-align : left;
}
.tblover { /* Corps survolé */
  font : 11px "trebuchet ms", helvetica, sans-serif;
  color : #000;
  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: #559106;
  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 : #000;
  background-color : inherit;
  text-align : left;
}
p.rubr { 
  padding : 0 2px;
  margin : 1px;
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  text-align : left;
}
.item { 
  padding : 2px 0;
  margin : 0;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  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 : #000;
  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 : #000;
  text-align : left;
  list-style : none;
}
ul.item li.curr_item { /* titre article est affiché */
  background-color : #f1edd4;
  padding : 2px 0 2px 10px;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  text-align : left;
  list-style : none;
}
/*************************************
 * block box central forum - tables */
.forum { 
  padding : 5px 5px;
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #f1edd4;
  border : 1px solid #559106;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;  
  text-align : center;
}
.forum2 { 
  padding : 5px 5px;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #f1edd4;
  border : 1px solid #559106;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align : left;
}
tr.forum2 { 
  padding : 5px 5px;
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #f1edd4;
  border : 1px solid #559106;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;   
  text-align : left;
}
.quest { 
  padding : 5px 5px 5px 5px;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #f1edd4;
  border : 1px solid #559106;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;   
  text-align : left;
} 
.rep { 
  padding : 10px 5px 5px 5px;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  border : 0 solid #559106;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;   
  text-align : left;
} 
.bord { 
  border : 0px solid #559106;
  padding : 1px;
} 
.bord2 { 
  border : 0 double #559106;
}
/*************
 * Calendar */  
.cal { 
  border-collapse : separate;
  border : 0 solid #000;
  border-spacing : 1px;
  background-color : #fff;
  color : inherit;
} 
tr.cal { /* calendar nav bar */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  text-align : center;
} 
td.cals { /* week */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  width : 14%;
  text-align : center;
} 
td.cal0 { /* empty cell*/
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  width : 14%;
  text-align : center;
} 
td.cal1 { /* days */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  width : 14%;
  text-align : center;
  border : 1px solid #f5f5f5;
} 
td.cal2 { /* today */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #ff9;
  width : 14%;
  text-align : center;
  border : 1px solid #559106;
} 
td.cal3 { /* sunday or special */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #f1edd4;
  width : 14%;
  text-align : center;
  border : 1px solid #559106;
}
td.cal4 { /* today is sunday or special */
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #f6d44f;
  width : 14%;
  text-decoration : underline;
  text-align : center;
  border : 1px solid #559106;
}
td.calevt { /* planner event */ 
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : #ffffde;
  text-decoration : underline;
  text-align : center;
  width : 14%;
  border : 1px solid #559106;
}
/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin : 3px 0;
}
fieldset { /* Encadrement des champs */
  border : 1px solid #000;
  margin : 8px;
}
legend { /* légende des encadrements */
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
input.bouton, button { /* bouton */
  cursor : pointer;
  margin : 4px 0;
  color : #000;
  border : 1px solid #559106;
  background-color : #f1edd4;
  font : 10px "trebuchet ms", helvetica, sans-serif;
}
input.texte { /* champ texte */
  margin : 2px 0;
  background-color : #f1edd4;
  border : 1px solid #559106;
  font : 10px "trebuchet ms", helvetica, sans-serif;
  color : #000;
}
select { /* champ select */
  color : #000;
  background-color : #f1edd4;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  border : 1px solid #559106;
  margin : 4px 0;
}
textarea { /* champ textarea */
  color : #000;
  background-color : #fff;
  border : 1px solid #559106;
  overflow : auto;
  margin : 4px 0;
}
/**********************
 * Editeur FckEditor */
.Code { 
  border : 1px solid #559106;
  padding-right : 5px;
  padding-left : 5px;
  color : #000;
  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 : #000;
  background-color : #f1edd4;
  font : normal 11px "trebuchet ms", Helvetica, sans-serif;
  border : 1px solid #559106;
  padding : 4px;
}
/*******************************************
 * Mise en page des blocks dans le footer */
#foot span.copyright { 
  font : 1em "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
/************************
 * Divers, inclassables */
.box { 
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
p.box { 
  margin : 0;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
a.box { 
  color : #000;
  background-color: inherit;
  text-decoration : none;
  font : 11px "trebuchet ms", Helvetica, sans-serif;
}
a.box2 { 
  color : #000;
  background-color : inherit;
  text-decoration : none;
  font : bold 11px "trebuchet ms", Helvetica, sans-serif;
}
a:hover.box { 
  color : #559106;
  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 : #559106;
  background-color : inherit;
  text-align : center;
}
.timer { /* affichage temps */
  font : italic 1em "trebuchet ms", Helvetica, sans-serif;
  color : #000;
  background-color : transparent;
  text-align : center;
  padding : 8px;
}
.clsCursor { 
  cursor : pointer;
}
.notice { 
  color : red;
  background-color : #ff9;
  padding : 2px;
}
