    
/*
    CSS file for index_2 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 "century gothic", arial, sans-serif;
 color: #000;
 background-color: #BA2E1F;
 margin: 0;
}
a { /* lien */
 color: #7978A4;
 background-color:inherit;
 text-decoration: none;
}
a:hover { /* lien survolé */
 font-weight: bold;
 color: #7978A4;
 background-color: inherit;
 text-decoration: none;
}
p { /* paragraphe */
 margin: 4px 0;
}
hr { /* ligne horizontale */
border-style : none none solid;
border-color : #910000;
border-width : 0 0 0px;
height : 0px;
width : 98%;
} 
ul, ol { /* listes */
 
 font: 12px "century gothic", arial, 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 #AEDAFC;
}

/******************************************
* Mise en page des blocs div principaux */
div#page { /* mask border for IE */
 border: none;
 padding-top: 0;
}
#screen_choice {
 margin: 0;
 padding: 0;
}
div#screen_choice {
 position: absolute;
 top: 8px;
 left: 20px;
}
#page { /* all the page */
 color:inherit;
 background-color: #F4F1E8;
 padding-top: 0;
}
#headTop { /* header top and middle (logo-banner + citation) */
 background: url(img/headtop.jpg) no-repeat left 0;
 border-right: 0px solid #939393;
 border-top: 0px solid #939393;
 border-left: 0px solid #939393;
 height: 354px;
 margin: 5px 10px 0 9px;
 padding: 0;
}
#headBottom { /* header bottom (logo-menu) */
left:0;
margin:0 7px;
padding:0;
width:99%;
}
#mainContent { /* main page */
 margin: 30px 4px;
 padding: 0px 0 0 0;
 background-color: #F4F1E8;
 color: inherit;
}
#leftside { /* leftboxes area */
 margin:20px;
 padding:4px;
}
#rightside { /* right boxes area */
margin: 20px;
padding:4px;
}
#endbox { /* optionnal area between main page and bottom */
 color: inherit;
 background: #F1E9A0 url(img/menu_bas.png) repeat-x;
 text-align: left;
 margin: 0;
 padding: 4px;
}
#foot { /* footer Copyright */
 font: 12px "century gothic", arial, sans-serif;
 background: url(img/foot.png) repeat-x center bottom;
 text-align: center;
 height:120px;
 margin: 0px;
 padding: 5px 0;
}

/*******************************************
 * Mise en page des blocs dans le header */
div.logo { /* block logo */
 text-align: center;
 padding: 40px 30px 25px 30px;
}
div.banner { /* bloc bannière */
 background-repeat: no-repeat;
 text-align: center;
 padding: 75px 20px 0;
}

/*************************
 * bloc boîte citation */
div.quote { /* bloc citation */
 white-space: nowrap;
 text-align: center;
 padding: 0 4px;
 margin-top: 1px;

}
div.quote span.cita { /* texte */
 
 font: 12px "century gothic", arial, sans-serif;
 font-style: normal;
 color: #000;
 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 */
div.menuIcons { /* block menu */
padding:8px 0px;
text-align: center;
width: 600px;
position: relative;
margin-left:auto; margin-right:auto;
}

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;
	padding-top: 2px;
	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: #7977A6;
  background-color: inherit;
  text-decoration: none;
  font: bold 12px "century gothic", arial, sans-serif;
  border: 0px solid #E3E3E3;
  padding: 4px 7px 5px;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #7978A4;
  background-color: inherit;
  text-decoration: none;
  font: 12px "century gothic", arial, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color:#F4F1E7;
  background-color: inherit;
  background: url(img/onglet3.png) repeat-x;
  padding: 4px 7px 5px;
  border: 0 solid #E3E3E3;
  text-decoration: none;
 }
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: underline;
}
div.menuIcons ul li a:hover span { /* lien survolé*/
   color: #F4F1E8;
   background: #0000A4 url(img/onglet2.png) repeat-x;
   border: 0 solid #E3E3E3;
	padding: 4px 7px 5px;
   text-decoration: none;
   }
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #FF8000;
  font-weight: bold;
text-decoration: none;
  background-color: inherit;
  position: relative;top: 1px;left: 1px;
}

/******************************************
 * Mise en page des blocs dans le corps */
/* block lateral boxes */
.titrebox { /* Titre jaune */
 font: bold 16px "century gothic", georgia, sans-serif;
 color: #B92D1C;
 background: #F4F1E8 url() no-repeat center 0%;
 white-space: nowrap;
 text-align: center;
 line-height: 40px;
 height: 40px;
 width: 180px;
 border: 0 solid #7BA6CE;
 padding: 0;
}
.tblbox { /* Corps */
 color: #7977a6;
 font-weight: bold;
background-color: #F4F1E8;
 border: 0 solid #7BA6CE;
 text-align: left;
 margin-bottom: 0;
 padding: 4px;
}
.tblboxover { /* Corps survolé */
 color: #7977a6;
 background-color: #F4F1E8;
 border: 0 solid #AEDAFC;
 text-align: left;
 margin-bottom: 0;
 padding: 4px;
}
.titre { /* block central boxes */ 
 font: bold 17px "century gothic", georgia, sans-serif;
 color: #EB6729;
 background: url() no-repeat;
 background-color: inherit;
 border: 0px solid #336699;
 white-space: nowrap;
 text-align: left;
 line-height: 40px;
 height: 40px;
 padding: 5px 5px 0px 5px;
}
.tbl {
 font: 12px "century gothic", arial, sans-serif;
 color: #000;
 background-color: #F4F1E8;
 border: 0px solid #7BA6CE;
 text-align: left;
 margin-bottom: 0px;
 padding: 0px 0 0 0;
}
.tblover {
 font: 12px "century gothic", arial, sans-serif;
 color: #000;
 background-color: #F4F1E8;
 border: 0px solid #AEDAFC;
 text-align: left;
 margin-bottom: 0px;
 padding: 0px 0 0 0;
}

div ul, ol { /* listes */
 margin-left: 16px;
 padding: 0px 0 8px 0px;
}
div li {
 margin-left: 12px;
 padding: 0;
}

/************************************
 * block box lateral Menu Sections */
ul.boxmenu { /* block liste */
 list-style: none;
 margin: 0;
 padding: 0px 0;
}
ul.boxmenu li { /* items liste */
  margin :5px 20px;
 text-align: left;
 background:  url()repeat-x center 0;
 border: 0px inset #FFF;
 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: #7977A6;
 background-color: inherit;
 padding: 2px;
 margin : 1px;
 font: 12px "century gothic", arial, sans-serif;
 text-align: left;
}
.item {
 padding: 2px 0;
 color: #000;
 background-color: inherit;
 font: 12px "century gothic", arial, sans-serif;
 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 "century gothic", arial, sans-serif;
 color: #000;
 background-color: inherit; 
 text-align: left;
 list-style: none;
}
.curr_item {
 padding: 2px 0;
 background-color: #F4F1E8;
 font: 12px "century gothic", arial, sans-serif;
 color: #000;
 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 "century gothic", arial, sans-serif;
 color: #000;
 text-align:left;
 list-style: none;
}

/*************************************
 * block box central forum - tables */
.forum {
 font: bold 12px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color: #BA2E1F;
 text-align: center;
 padding: 5px 5px;
 border: 1px solid #A22626;
}
.forum2 {
 font: bold 12px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color: inherit;
 background:  url(img/encars.png) repeat-x center 0;
 text-align: left;
 padding: 5px 5px;
 border: 0px solid #910000;
}
 tr.forum2 {
 font: bold 12px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color: #B13131;
 text-align: left;
 padding: 5px 5px;
 }
.quest {
 font: 12px "century gothic", arial, sans-serif;
 color: #000;
  border: 0px solid #910000;
background-color: #D8D6CA;
 text-align: left;
 padding: 5px;
}
.quest1 {
 font: 12px "century gothic", arial, sans-serif;
 color: #000;
  border: 0px solid #910000;
background-color: #F4F1E8;
 text-align: left;
 padding: 5px;
}




.rep {/* fond boite centrale */
 font: 12px "century gothic", arial, sans-serif;
 color: #000;
 background-color: #F4F1E8;
 text-align: left;
 padding: 10px 5px 5px 5px;
}
.bord {
 border: 0px solid #910000;
 padding: 1px;
}
.bord2 {
 border: 0px double #910000;
}

/*************
 * Calendar */
.cal {
  border-collapse: separate;
  border: 1px solid #910000;
  border-spacing: 1px;
  color:inherit;
  background-color: #FFFFFF;
}
tr.cal { /* calendar nav bar */ 
  font: 12px "century gothic", arial, sans-serif;
  color: #000;
  background-color: #87B1D3;
  text-align: center;
}
td.cals { /* week */ 
  font: 12px "century gothic", arial, sans-serif;
  color: #000;
  background: #e8e8e8 url(img/bouton.png) repeat-x;
  width: 14%;
  text-align: center;
}
td.cal0 { /* empty cell*/  
  font: 12px "century gothic", arial, sans-serif;
  color: #000;
  background: #e8e8e8 url(img/bouton.png) repeat-x;
  width: 14%;
  text-align: center;
}
td.cal1 { /* days */  
  font: 12px "century gothic", arial, sans-serif;
  color: #000;
  background-color: #FFF;
  width: 14%;
  text-align: center;
}
td.cal2 { /* today */  
  font: 12px "century gothic", arial,sans-serif;
  color: #FFFFFF;
  background-color: #CC0000;
  width: 14%;
  text-align: center;
}
td.cal3 { /* sunday or special */  
  font: 12px "century gothic", arial, sans-serif;
  color: #000;
  background: #e8e8e8;
  width: 14%;
  text-align: center;
}
td.cal4 { /* today is sunday or special */
  
  font: 12px "century gothic", arial, sans-serif;
  color: #000;
  background-color: #E5E5E5;
  width: 14%;
  text-align: center;
}
td.calevt { /* planner event */  
  font: bold 12px "century gothic", arial, sans-serif;
  color: #000;
  background-color: #E9DD78;
  text-decoration: underline;
  text-align: center;
  width: 14%;
}

/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin: 3px 0;
}
fieldset { /* Encadrement des champs */
 border: 0px solid #910000;
 margin: 8px;
}
legend { /* légende des encadrements */
 font: bold 12px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color:inherit;
}
input.bouton, button { /* bouton */
 font: 11px "century gothic", arial, sans-serif;
 color: #7D7B89;
 background: #dfebba url(img/bouton1.png) repeat-x center 0;
 border: 1px inset #FFFFFF;
 cursor: pointer;
 margin: 4px 0;
}
input.texte { /* champ texte */ 
 font: 11px "century gothic", arial, sans-serif;
 color: #000;
 background-color: #F4F1E8;
 border: 1px inset #000000;
 margin: 4px 0;
}
select { /* champ select */ 
 font: 11px "century gothic", arial, sans-serif;
 color: #000;
 background-color: #F4F1E8;
 border: 1px solid #78A7CD;
 margin: 4px 0;
}
textarea { /* champ textarea */
 color: #000;
 background-color: #FFFFFF;
 border: 0px solid #910000;
 overflow: auto;
 margin: 4px 0;
}

/**********************
 * Editeur FckEditor */
.Code {
 font: 11px "century gothic", arial, sans-serif;
 color: #000000;
 background-color: #E7DA67;
 border: 0px solid #910000;
 padding-right: 5px;
 padding-left: 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: 10px "century gothic", arial, sans-serif;
 color: #000;
 background-color: inherit;
}

/************************
 * Divers */
.box { 
 font: 11px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color: inherit;
}
p.box {
 font: 11px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color: inherit;
 margin: 0;
}
a.box {
 font: 11px "century gothic", arial, sans-serif;
 color: #7978A4;
 background-color: inherit;
 text-decoration: none;
}
a.box:hover {
 
 font:  11px "century gothic", arial, sans-serif;
 color: #7978A4;
 font-weight: bold;
background-color: inherit;
 text-decoration: none;
 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 "century gothic", arial, sans-serif;
 font-weight: normal;
 color: #000;
 background-color: #E9DD78;
 border: 0px solid #910000;
 display: block;
 width: 280px;
 position: absolute;
 top: -2em;
 left: 2em;
 padding: 4px;
}
.top {
 
 font: 10px "century gothic", arial, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
}
.timer {
 font: italic 10px "century gothic", arial, sans-serif;
 color: #FFF;
 background-color: inherit;
 text-align: center;
 padding: 10px;
}
.clsCursor {
 cursor: pointer;
}
.notice {
 color: #FF0000;
 background-color: #FF9;
 padding: 2px;
}
.drag{
position:absolute;
cursor:default;
z-index: 100;
}
div.flash {

 font: 12px "century gothic", arial, sans-serif;
border: 0px solid #FFFFFF; 
width : 180px; /*taille de la boite*/
height: 100px; /*hauteur de la fenêtre défilante à reporter dans le script...*/
padding : 15px;
background: #F4F1E8;
text-align:left;
overflow: hidden;
}
#menu_deroulant { overflow: hidden; position: relative; }
#menu_defile { position: relative; }


