 /*
   CSS file for skin_papinou83g - 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   = guppy@freeguppy.org
	   Design Papinou © 2010 - 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: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  background: inherit;
}
body { /*  corps du document */ 
  margin : 0;
  background: url(img/img01.jpg) left top;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
}
a { /* lien */
  color : #000;
  background-color : inherit;
  text-decoration : none;
}
a:hover { /* lien survolé */
  color : #dc5f02;
  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 : #c4c4c4;
  border-width : 0 0 1px;
  height : 1px;
  width : 98%;
  visibility : hidden;
}
ul, ol { /* listes */
  padding : 0;
  margin : 0;
  font : 12px "Trebuchet MS", Arial, 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 #c4c4c4;
}
/******************************************
* 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: 1000px;
   margin: 0 auto;
   padding: 0;
}
#page { /* all the page */ 
  z-index : 10;
  padding-top : 0;
  color : inherit;
  background : transparent url(img/page.jpg) repeat-y;
}
#headTop { /* header top and middle (logo-banner + citation) */
  margin : 0;
  padding : 0;
  color : inherit;
  background : transparent url(img/img03.jpg) no-repeat;
  height: 395px;
}
#headBottom { /* header bottom (logo-menu) */
  position: absolute;top: 0; left: 0;
  background: transparent;
  margin: 0 ;
  padding: 0;
}
.rss { /* lien rss */
  z-index: 25;
  position: absolute;top: 184px; left: 12px;
  color: inherit;
  background: transparent;
  height: 42px;
  width: 42px;
}
#mainContent {  /* main page */
  margin: -7px 60px 10px 55px;
  padding : 0;
}
#mainData {
  padding: 0 1px;
  background-color: transparent;
}
#leftside { /* leftboxes area */
  background: url(img/leftside.jpg) repeat-y;
  padding: 5px 0;
  margin-bottom: 30px;
  width: 226px;
  border-bottom: 2px solid #c4c4c4;
}
#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", Arial, Helvetica, sans-serif;
  text-align : center;
  color : #000;
  background : transparent url(img/img07.jpg) no-repeat left bottom;
  margin: 0;
  padding-bottom: 40px;
}
/*******************************************
 * Mise en page des blocks dans le header */
div.logo { /* block logo */
  background-color : transparent;
  padding : 80px 10px 156px 60px; /* réglage position du logo  */
  text-align : center;
}
div.banner { /* block bannière */
  background-repeat : no-repeat;
  padding : 20px; /* 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 0 240px;
}
div.quote span.cita { /* texte */
  font : 12px "Trebuchet MS", Arial, 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: 26px 0 0 0;
}
div.menuIcons ul { /* block liste du menu */
   margin:0 0 0 60px;
   padding:0;
   list-style:none;width: 100%;
   text-align: center;
}
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 */
  position: absolute;top: 26px;left: 876px;
  padding : 0;
  margin : 0;
}
div.menuIcons ul li a span { /* lien */
  color: #fff;
  background-color: inherit;
  text-decoration: none;
  font: bold 14px Georgia, "Times New Roman", Times, serif;
  padding : 0 3px;
 
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #000;
  background-color: inherit;
  text-decoration: none;
  font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color: #ff0;
  background-color: inherit;
  text-decoration: none;
  padding : 0 4px 2px; 
  border-bottom: 3px solid #ff0;  
}
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: none;
  background-color: inherit;
  padding : 0 4px 2px;
  
  border-bottom: 3px solid #fff;    
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #c4c4c4;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
/******************************************
 * 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 blog */
  margin-left: 18px;
  padding: 0;
  white-space : nowrap;
  font: bold 13px Georgia, "Times New Roman", Times, serif;
  color : #fffffe;
  background: url(img/titrebox.png) no-repeat center top;
  height: 28px;
  line-height: 28px;
  text-align : center;
}
.titrebox2 { /* Titre boites latérales */
  margin-left: 18px;
  padding: 4px;
  white-space : nowrap;
  font: bold 13px Georgia, "Times New Roman", Times, serif;
  color : #fffffe;
  background: url(img/titrebox.png) no-repeat;
  height: 28px;
  line-height: 20px;
  text-align : center;
}
.tblbox { /* Corps */
  background-color : transparent;
  padding : 4px;
  margin-left: 12px;  
  margin-bottom : 12px;
  text-align : left;
}
.tblboxover { /* Corps survolé */
  background-color : transparent;
  padding : 4px;
  margin-left: 12px;  
  margin-bottom : 12px;
  text-align : left;
}
/* block central boxes */
.titre { /* Titre boite centrale  */
  padding : 0 4px;
  white-space : nowrap;
  font: bold 16px Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  color : #fffffe;
  height: 46px;
  line-height: 40px;
  background: url(img/hautbc.png) no-repeat center top;
  text-align : center;
}
.tbl { /* Corps */
  border : 0 solid #fff;
  font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  padding : 4px;
  margin-left: 8px;
  margin-bottom : 8px;
  text-align : left;
}
.tblover { /* Corps survolé */
  font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  border : 0 solid #fff;
  padding : 4px;
  margin-left: 8px;  
  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: #c4c4c4;
  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 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  text-align : left;
}
p.rubr { 
  padding : 0 2px;
  margin : 1px;
  font : bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  text-align : left;
}
.item { 
  padding : 2px 0;
  margin : 0;
  font : 12px "Trebuchet MS", Arial, 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 : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  text-align : left;
  list-style : none;
}
.curr_item { 
  padding : 2px 0;
  background-color : inherit;
  font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  text-align : left;
  list-style : none;
}
ul.item li.curr_item { /* titre article est affiché */
  background-color : #efefef;
  padding : 2px 0 2px 10px;
  font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  text-align : left;
  list-style : none;
}
/*************************************
 * block box central forum - tables */
.forum { 
  padding : 5px 5px;
  font : bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #e4e4e4;
  border : 1px solid #c4c4c4;
  text-align : center;
}
.forum2 { 
  padding : 5px 5px;
  font : bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #e4e4e4;
  border: 1px solid #c4c4c4;
  text-align : left;
}
tr.forum2 { 
  padding : 5px 5px;
  font : bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #e4e4e4;
  border: 1px solid #c4c4c4;
  text-align : left;
}
.quest { 
  padding : 5px 5px 5px 5px;
  font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : transparent;
  border : 1px solid #c4c4c4;
  text-align : left;
} 
.rep { 
  padding : 10px 5px 5px 5px;
  font : 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color: transparent;
  border : 0 solid #c4c4c4;
  text-align : left;
} 
.bord { 
  border : 0px solid #c4c4c4;
  padding : 1px;
} 
.bord2 { 
  border : 0 double #c4c4c4;
}
/*************
 * 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", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  text-align : center;
} 
td.cals { /* week */
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  width : 14%;
  text-align : center;
} 
td.cal0 { /* empty cell*/
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  width : 14%;
  text-align : center;
} 
td.cal1 { /* days */
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #fff;
  width : 14%;
  text-align : center;
  border : 1px solid #f5f5f5;
} 
td.cal2 { /* today */
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #ff9;
  width : 14%;
  text-align : center;
  border : 1px solid #c4c4c4;
} 
td.cal3 { /* sunday or special */
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #efefef;
  width : 14%;
  text-align : center;
  border : 1px solid #c4c4c4;
}
td.cal4 { /* today is sunday or special */
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #f6d44f;
  width : 14%;
  text-decoration : underline;
  text-align : center;
  border : 1px solid #c4c4c4;
}
td.calevt { /* planner event */ 
  font : bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : #ffffde;
  text-decoration : underline;
  text-align : center;
  width : 14%;
  border : 1px solid #c4c4c4;
}
/************************
 * 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", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
input.bouton, button { /* bouton */
  cursor : pointer;
  margin : 4px 0;
  color : #000;
  border : 1px solid #c4c4c4;
  background-color : #efefef;
  font : 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input.texte { /* champ texte */
  margin : 2px 0;
  background-color : #efefef;
  border : 1px solid #c4c4c4;
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
}
select { /* champ select */
  color : #000;
  background-color : #efefef;
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  border : 1px solid #c4c4c4;
  margin : 4px 0;
}
textarea { /* champ textarea */
  color : #000;
  background-color : #fff;
  border : 1px solid #c4c4c4;
  overflow : auto;
  margin : 4px 0;
}
/**********************
 * Editeur FckEditor */
.Code { 
  border : 1px solid #c4c4c4;
  padding-right : 5px;
  padding-left : 5px;
  color : #000;
  font : 12px "Trebuchet MS", Arial, 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 : #efefef;
  font : normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  border : 1px solid #c4c4c4;
  padding : 4px;
}
/*******************************************
 * Mise en page des blocks dans le footer */
#foot span.copyright { 
  font : 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #fff;
  background-color : inherit;
}
/************************
 * Divers, inclassables */
.box { 
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
p.box { 
  margin : 0;
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
}
a.box { 
  color : #000;
  background : inherit;
  text-decoration : none;
  font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.box2 { 
  color : #000;
  background-color : inherit;
  text-decoration : none;
  font : bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:hover.box { 
  color : #c4c4c4;
  text-decoration : none;
  font : bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color : inherit;
  position : relative;
  top : 1px;
  left : 1px;
}
.top { /* affichage icone haut */
  font : 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000;
  background-color : inherit;
  text-align : center;
}
.timer { /* affichage temps */
  font : italic 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #fff;
  background-color : transparent;
  text-align : center;
  padding : 8px;
}
.clsCursor { 
  cursor : pointer;
}
.notice { 
  color : red;
  background-color : #ff9;
  padding : 2px;
}