
/*
    CSS file for web20 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 background: url(img/body.png) repeat-x #FFF;*/
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background: url(img/body.png) ;
 margin: 0;
}
a { /* lien */
 color: #8B0000;
 background-color:inherit;
 text-decoration: underline;
}
a:hover { /* lien survolé */
 color: #8080808;
 background-color: inherit;
 position: relative;
 top: 1px;
 left: 1px;
 text-decoration: none;
}
p { /* paragraphe */
 margin: 4px 0;
}
hr { /* ligne horizontale */
 display: none;
 height: 0;
 border: 0;
 border-bottom: inset;
 width: 98%;
}
ul, ol { /* listes */
 font: 12px arial, helvetica, 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: 5px;
}
#screen_choice {
 margin: 0;
 padding: 0;
}
div#screen_choice {
 position: absolute;
 top: 40px;
 left: 20px;
}
#page { /* all the page background: url(img/body.png) repeat-x y #FFF;*/
 color:inherit;

 padding-top: 0;
}
#headTop { /* header top and middle (logo-banner + citation) */
 color:inherit;
 background: url(img/headtop.gif) repeat-x #FFFFFF;
 border-right: 0px groove #7AF;
 border-left: 0px solid #AEDAFC;
 height: 200px;
 margin: 0 10px;
 padding: 0;
}
#headBottom { /* header bottom (logo-menu) */
 color:inherit;
 background-color: #cc0033;
 border-right: 1px groove #7AF;
 border-left: 1px solid #AEDAFC;
 border-bottom: 2px groove #AEDAFC;
 margin: 0 10px;
 padding: 0 4px;
}
#mainContent { /* main page */
 margin: 0 4px;
 padding: 0;
}
#leftside { /* leftboxes area */
 margin: 0;
 padding-right: 4px;
}
#rightside { /* right boxes area */
 margin: 0;
 padding-left: 4px;
}
#endbox { /* optionnal area between main page and bottom */
 text-align: left;
 margin: 0;
 padding: 4px;
}
#foot { /* footer Copyright */
 font-family: arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
 margin: 10px;
}

/*******************************************
 * Mise en page des blocs dans le header */
div.logo { /* block logo */
 text-align: center;
 padding: 0 30px;
}
div.banner { /* bloc bannière */
 background-repeat: no-repeat;
 text-align: center;
 padding: 30px 70px 20px;
}

/*************************
 * bloc boîte citation */
div.quote { /* bloc citation */
 white-space: nowrap;
 text-align: center;
 padding: 0 4px;
}
div.quote span.cita { /* texte */
 font: 12px arial, helvetica, sans-serif;
 font-style: normal;
 color: #526EB0;
 background-color: #cc0033;
 text-align: center;
 border: 0;
 margin: 0;
 padding: 0 8px;
}
div.quote span.author { /* auteur */
 font-style: normal;
}

/***********************************
 * block box er Menu sections */
div.menuIcons { /* block menu */
    padding:8px 0px;
    margin-top:5px;
}
div.menuIcons ul { /* block liste du menu */
    margin:0;
    padding:0;
    color: #696969;
    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  menu haut*/
  color: #FFFFFF;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien menu actif */
  color:#ffcc00;
  text-decoration: underline;
}
div.menuIcons ul li a:hover span { /* lien menu survolé*/
  color: #ffcc00;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #526eb0;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color:#88c81a;
  background-color: #FFE133;
  text-decoration: none;
}

div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #88c81a;
  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 */
 font: bold 13px Verdana,arial, helvetica, sans-serif;
 color: #ffcc00;
 background: #cc0033 url(img/titrebox.png) repeat-x;
 white-space: nowrap;
 text-align: center;
 line-height: 26px;
 height: 30px;
 width: 174px;
 padding: 0;
}
.titrebox2 { /* Titre box gauche sans cadre*/
 font: bold italic 12px  Verdana,arial, helvetica, sans-serif, ;
 /* color: #808080; */
 background: url(img/titrebox2.gif) repeat-x;
 white-space: nowrap;
 text-align: center;
 line-height: 26px;
 height: 7px;
 width: 174px;
 padding: 0;
}

.tblbox { /* Corps */
 color: inherit;
 background: transparent url(img/fond_article.png) repeat-y;
 border-right: 1px solid #e7949c;
 border-bottom: 1px solid #e7949c;
 border-left: 1px solid #e7949c;
 text-align: left;
 margin-bottom: 0px;
 padding: 4px;
}
.tblboxover { /* Corps survolé */
 color: inherit;
 background-color: #FFF;
 border: 1px solid #AEDAFC;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
.titre { /* titre block central boxes border-bottom: 1px solid #ffcc00;  background: transparent url(img/titre.png) repeat-x;*/
 font: bold italic 16px helvetica, arial,sans-serif;
 color: #8B0000;
 border-right: 1px solid #e7949c;
 border-top: 0px solid #e7949c;
 border-left: 0px solid #e7949c;
/*  background-color: #FFF; */
background: transparent url(img/titrebox_coin.gif) repeat-y;
white-space: nowrap;
 text-align: left;
 line-height: 32px;
 height: 20px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 20px 0px 0px 30px;
}
.tbl { /* block central boxes */
 font: 11px verdana, arial, helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 background: transparent url(img/fond_article2.png) repeat-y;
 border-right: 1px solid #e7949c;
 border-bottom: 1px solid #e7949c;
 border-left: 0px solid #e7949c;
 text-align: justify;
 margin-bottom: 8px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 28px;

}
.tblover {
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px solid #AEDAFC;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
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;
 color: #910f1e;
 margin: 0;
 padding: 8px 0;
}
ul.boxmenu li { /* items liste */
 margin-bottom: 10px;
}
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 dans les boites  background-color: ffffff;*/
 color: #8B0000;
 padding: 4px 2px;
 margin: 1px;
 font: bold 11px verdana,Arial, Helvetica, sans-serif;
 text-align:left;
}
.item {/*background-color: #ECF7FF;*/
 padding: 12px 0px;
 margin: 0px;
 font: 12px Verdana,Arial, Helvetica, sans-serif;
 text-align:left;
 list-style: disc;
 color:#910f1e;
 margin-left:3px;
}
ul.item {
 margin:0;
 padding:0;
}
ul.item li.item { /* titres des articles background-color: #FFFFFF;*/
 padding: 0px 0px 2px 10px;
 font: 12px Verdana,Arial, Helvetica, sans-serif;
 color: #910f1e;
 text-align:left;
 list-style: none;
}
.curr_item {   /*background-color: #FFFFFF;  */
 padding: 0px 0px;
 font: 12px Verdana,Arial, Helvetica, sans-serif;
 color: #910f1e;
 text-align:left;
 list-style: none;
 text-decoration: none ;
}
ul.item li.curr_item { /* titre article est affiché */
 padding: 2px 2px 2px 2px;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 text-align:left;
 list-style: none;
 font-weight :bold;
 text-decoration: none ;
}

/*************************************
 * block box central forum - tables */
.forum {
 font: bold 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 text-align: center;
 padding: 1px 1px;
}
.forum2, tr.forum2 {
 font: bold 12px verdana, arial, helvetica, sans-serif;
 font-variant : small-caps ;
 color: #000;
 text-align: left;
 padding: 1px 1px 1px 1px;
}
.forum22, tr.forum2 {
 font: bold 11px verdana, arial, helvetica, sans-serif;

 color: #000;
 text-align: left;
 padding: 1px 1px 1px 1px;
}

.forum3, tr.forum3 {
 font: 11px verdana, arial, helvetica, sans-serif;
 font-style :italic;
 color: #696969;
 text-align: left;
 padding: 1px 1px;
}

.quest {
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #ECF7FF;
 text-align: left;
 padding: 1px;
}
.rep {
 font: 11px verdana,arial, helvetica, sans-serif;
 color: #000;
 /*background-color: #FFF;  */
 text-align: justify;
 line-height:16px;
 padding: 10px 0px 5px 0px;
}
.bord {
 border-bottom: 2px Dotted #8B0000;
 padding: 0px;
 /*background: url(img/fond_news2.png) ; */
}
.bord3 {
 border-bottom: 1px solid #8B0000;
 padding: 0px;

}
.bord2 {
 border: 2px double #ECF7FF;
}

/*************
 * Calendar */
.cal {
  border-collapse: separate;
  border: 1px solid #FFC800;
  border-spacing: 1px;
  color:inherit;
  background-color: #FFFFFF;
}
tr.cal { /* calendar nav bar */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFC800;
  text-align: center;
}
td.cals { /* week */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFFFFF;
  width: 14%;
  text-align: center;
}
td.cal0 { /* empty cell*/
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: inherit;
  width: 14%;
  text-align: center;
}
td.cal1 { /* days */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFF;
  width: 14%;
  text-align: center;
}
td.cal2 { /* today */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #3CC;
  width: 14%;
  text-align: center;
}
td.cal3 { /* sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFC800;
  width: 14%;
  text-align: center;
}
td.cal4 { /* today is sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #88c81a;
  width: 14%;
  text-align: center;
}
td.calevt { /* planner event */
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #F69;
  text-decoration: underline;
  text-align: center;
  width: 14%;
}

/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin: 3px 0;
}
fieldset { /* Encadrement des champs */
 border: 1px solid #CCC;
 margin: 8px;
}
legend { /* légende des encadrements */
 font: bold 12px arial, helvetica, sans-serif;
 color: #000;
 background-color:inherit;
}
input.bouton, button { /* bouton */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px inset #e7949c;
 cursor: pointer;
 margin: 4px 0;
}
input.texte { /* champ texte */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px inset #e7949c;
 margin: 4px 0;
}
select { /* champ select */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border: 1px solid #e7949c;
 margin: 4px 0;
}
textarea { /* champ textarea */
 color: #000;
 background-color: #FFF;
 border: 1px solid #FFC800;
 overflow: auto;
 margin: 4px 0;
}

/**********************
 * Editeur FckEditor */
.Code {
 font: 11px arial, helvetica, sans-serif , monospace;
 color: #000;
 background-color: #ECF7FF;
 border: 1px solid #FFF;
 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: 1em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
}

/************************
 * Divers */
.box {
 font: 11px arial, helvetica, sans-serif;
 color: #000;
 background-color: inherit;
}
p.box {
 font: 11px arial, helvetica, sans-serif;
 color: #000;
 background-color: inherit;
 margin: 0;
}
a.box {   /* liens menus */
 font: 11px arial, helvetica, sans-serif;
 color: #878787;
 background-color: inherit;
 text-decoration: none;
}
a.box:hover { /* liens menus survolé */
 font: 11px arial, helvetica, sans-serif;
 color: #333333;
 background-color: inherit;
 text-decoration: none;
 position: relative;
 top: 1px;
 left: 1px;
}
a.tabl {   /* liens menus */
 font: 11px verdana, arial, helvetica, sans-serif;
 color: #333333;
 background-color: inherit;
 text-decoration: none;
}
a.tabl:hover { /* liens menus survolé */
 font: 11px verdana, arial, helvetica, sans-serif;
 color: #878787;
 background-color: inherit;
 text-decoration: none;
 position: relative;
 top: 1px;
 left: 1px;
}
a.box2 { /* liens menus survolé */
 font: 11px arial, helvetica, sans-serif;
 color: #000000;
 background-color: inherit;
 text-decoration: none;
 position: relative;
}
a.box2:hover { /* liens menus actif */
 font: 11px arial, helvetica, sans-serif;
 color: #000000;
 background-color: inherit;
 text-decoration: none;
 position: relative;
 top: 1px;
 left: 1px;
}
a.box_rss {   /* liens menus */
 font: 11px arial, helvetica, sans-serif;
 color: #878787;
 background-color: inherit;
 text-decoration: none;
}
a.box_rss:hover { /* liens menus survolé */
 font: 11px arial, helvetica, sans-serif;
 color: #333333;
 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 arial, helvetica, sans-serif;
 font-weight: normal;
 color: #000;
 background-color: #FFF;
 border: 1px solid #FFC800;
 display: block;
 width: 280px;
 position: absolute;
 top: -2em;
 left: 2em;
 padding: 4px;
}
.top {
 font: 0.8em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
}
.timer {
 font: italic 1em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
 padding: 10px;
}
.clsCursor {
 cursor: pointer;
}
.notice {
 color: #FF0;
 background-color: #FF9;
 padding: 2px;
}

.bas {font-size : 10px; color: #000000; }

a.bas {font-size : 10px; color: #000000; text-decoration: none; }
a.active.bas {font-size : 10px; color: #000000; text-decoration: underline; background-color: transparent; }
a.hover.bas {font-size : 10px; color: #000000; text-decoration: none; background-color: transparent; }

a.lienbleu1 {font-size : 11px; color: #8B0000; text-decoration: none; background-color: transparent;}
a.active.lienbleu1 {font-size : 11px; color: #8B0000; text-decoration: none; background-color: transparent; }
a.hover.lienbleu1 {font-size : 11px; color: #8B0000; text-decoration: none; background-color: transparent; }

.justify {font-family:verdana; font-size :11px; text-align: justify; line-height:16px; text-indent : 15px;}
.justify_sans_retrait {font-family:verdana; font-size :11px; text-align: justify; line-height:16px;}

.gris_normal  {font-family:verdana; font-size :11px; Color:#696969; line-height:16px;}
.gris_small {font-family:verdana; font-size :11px; color :#696969;}
.rouge_italic { font-family:verdana; font-size :11px; Color:#8B0000; font-weight: bold; font-style: italic;line-height:16px;}
.rouge { font-family:verdana; font-size :11px; text-indent : 15px; Color:#8B0000; line-height:16px;}
li.puce_gris {list-style-type:disc; color:#878787; font-family:verdana; font-size :11px; font-weight:normal; padding:0px; margin-left:35px; line-height:16px;}
li{list-style-type:disc; font-family:verdana; font-size :11px; font-weight:normal; padding:0px; margin-left:15px; line-height:16px;}

.rss { /* block rss */
 font: 11px verdana, arial, helvetica, sans-serif;
 text-align: left;
}
.rss2 { /* block rss haut date  */
 font: 11px verdana, arial, helvetica, sans-serif;
 text-align: left;
 font-style: italic;
}

/* Intranet  */
.normal_tabl {color: #000000; font-family:  verdana; font-size: 11px; line-height: 12pt; padding-right:10px; padding-left:10px; text-align: justify ;  }

.normal {color: #000000; font-family:  verdana; font-size: 11px; line-height: 12pt; text-align: justify}

.normalnj {color: #000000; font-family:  verdana; font-size: 11px;}

.normallh {color: #000000; font-family:  verdana; font-size: 11px; line-height:16px;}

.avert {color: red; font-family: verdana; font-size: 11px;}

.titre_etr {color: teal; font-family: verdana; font-weight: bold; font-size: 11px;}

.petit {color: teal; font-family: verdana; font-weight: normal; font-size: 9px;}

.soustitre {color: #8B0000; font-family: verdana;  font-variant : small-caps ; font-size: 11px;}

.soustitre_etr {color: black; font-family: verdana; font-size: 11px; padding:8px; text-indent:8px; vertical-align: top;}

.soustitre_etr2 {color: black; font-family: verdana; font-size: 11px; padding:8px; text-indent:0px; vertical-align: center; border-right: 1px solid silver;}

.titre_blanc {color: white; font-family: verdana; font-weight: bold; font-size: 11px;}



#droite {overflow: auto;   margin: 0px;   padding: 10px;   scrollbar-face-color: silver;   scrollbar-shadow-color: white;   scrollbar-highlight-color: silver;   scrollbar-3dlight-color: white;   scrollbar-darkshadow-color: white;   scrollbar-track-color: #FDF8ED;   scrollbar-arrow-color: #FDF8ED;}

.bouton {background:    transparent; border: 1px solid #A9B535; color: #1C409A; font-family:     verdana; font-size: 11px}


.erreur {
    font-size: 11px;
    font-family: verdana;
    color: #FF0000;
    font-weight: bold;
}
.reussite {
    font-size: 11px;
    font-family:  verdana;
    font-weight: bold;
    color: #A6B635;
}
.donnee {
    font-weight: bold;
    color: #FF9900;
    font-size: 12px;
}
.tableaux {
    color: #000080;
    font-family:  verdana;
    font-size: 11px;
    border: 1px solid silver;
    background-image:url(../images/fond_tab.png);
   }
.tableaux2 {
    color: #000080;
    font-family:  verdana;
    font-size: 11px;
    border-right: 1px solid silver;
    border-left:  1px solid silver;
    border-bottom : 1px solid silver;
    border-top : 0px solid silver;
    background-image:url(../images/fond_tab.png);
   }
.tableaux_news {
     background-image:url(../images/fond_tab.gif);
    color: #000080;
    font-family:  verdana;
    font-size: 11px;
    line-height: 12pt;
    border: 1px solid silver;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:10px;
    padding-right:10px;
    text-align: justify
    }



