/*
    CSS file for meric2011_1 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 arial, helvetica, sans-serif;
 color: #000;
 background: url(img/fond.jpg) center 0 #5C0403 no-repeat;
 background-attachment: fixed;
 margin: 0;
 padding: 0;
}
a { /* lien */
 font-weight: bold;
 color:#FF8000;
 background-color:inherit;
 text-decoration: none;
}
a:hover { /* lien survolé */
 font-weight: bold;
 color: #DDDCDB;
 background-color: inherit;
 position: relative;
 top: 0px;
 left: 0px;
 text-decoration: none;
}
#leftside a { /* lien */
 color:#FF8000;
 font-weight: bold;
 background-color:inherit;
 text-decoration: none;
}
#leftside a:hover { /* lien survolé */
 font-weight: bold;
 color: #E3E3E3;
 background-color: inherit;
 position: relative;
 top: 0px;
 left: 0px;
 text-decoration: none;
}
#rightside a { /* lien */
 color: #FF8000;
 font-weight: bold;
 background-color:inherit;
 text-decoration: none;
}
#rightside a:hover { /* lien survolé */
 font-weight: bold;
 color: #E3E3E3;
 background-color: inherit;
 position: relative;
 top: 0px;
 left: 0px;
 text-decoration: none;
}
p { /* paragraphe */
 margin: 4px 0;
}

hr { /* ligne horizontale */
 border-style : none none solid;
border-color : #E3E3E3;
border-width : 0 0 1px;
height : 1px;
width : 98%;
} 
ul, ol { /* listes */
 font: 12px arial, helvetica, sans-serif;
 color: #E3E3E3;
 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 #4D4730;
}

/******************************************
* Mise en page des blocs div principaux */
div#page { /* mask border for IE */
 border: 0px solid #4D4730;
 padding-top: 0px;
}
#screen_choice {
 margin: 0;
 padding: 0;
}
div#screen_choice {
 position: absolute;
 top: 8px;
 right: 20px;
}
#page { /* all the page */
 color:inherit;
 background-color: transparent;
 padding-top: 0;
}
#headTop { /* header top and middle (logo-banner + citation) */
 color:inherit;
 background-color: transparent;
  height: 220px;
 margin: 0;
 padding: 0;
}
#headBottom { /* header bottom (logo-menu) */
 color:inherit;
  background: url(img/barre_menu.png) repeat-x;
 height: 41px;
 margin-left:0;
 padding:0;
 }
#mainContent { /* main page */
 margin: 0;
 padding: 0;
 background: url(img/main.png) repeat;
}
#leftside { /* leftboxes area */
 margin: 0;
 padding-right: 8px;
 background: url(img/fond_gauche.png) repeat-y;
 }
#rightside { /* right boxes area */
 margin: 0;
 padding-left: 4px;
 background: url(img/fond_droit.png) repeat-y;
 }
#endbox { /* optionnal area between main page and bottom */
 text-align: left;
 color: inherit;
 background: url(img/barre_menu.png) repeat-x;
 height: 41px;
 border-bottom:0px solid #EEF6FD;
 margin-left:0;
 padding:0;
}
#foot { /* footer Copyright */
 font-family: arial, helvetica, sans-serif;
 color: #F8F8F8;
 background: url(img/foot.png) no-repeat center top;
 margin: 0;
}
/*******************************************
 * Mise en page des blocs dans le header */
div.logo { /* block logo */
 text-align: center;
 padding: 15px 15px 0px ;
}
div.banner { /* bloc bannière */
 background-repeat: no-repeat;
 text-align: center;
 padding: 60px 40px 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: #000000;
 background-color: inherit;
 text-align: center;
 border: 0;
 margin: 0;
 padding: 0 8px;
}
div.quote span.author { /* auteur */
 font-style: normal;
}

/***********************************
 * block box Header Menu sections */
div.menuIcons { /* block menu */
	padding:8px 0px;
}
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:2px;
	margin-left: 2px;
	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:6px;
margin-top: 6px;
text-align:center;
}
div.menuIcons ul li.menu_flags img { /* séparation drapeau */
margin:3px 0px 3px 0px;
}
div.menuIcons ul li.menu_admin { /* section admin */
margin-right:5px;
float: right;
}
div.menuIcons ul li a span { /* lien menu horizontal repos */
padding: 8px 11px 9px;
text-decoration: none;
font: bold 12px arial, helvetica, sans-serif;
color: #FFFFFF;
background: url(img/onglet1.png) transparent repeat-x;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
position: relative;
display: block;
float: left;
cursor: pointer;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral repos*/
color: #FFFFFF;
background-color: inherit;
text-decoration: none;
font: bold 12px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
color: #FFFFFF; 
background: url(img/onglet3.png)transparent repeat-x;
text-decoration: underline;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
color:#FFFFFF;
text-decoration: underline; 
background-color: inherit;
}
div.menuIcons ul li a:hover span { /* lien survolé horizontal*/
color: #FFFFFF; 
text-decoration: none; 
background: url(img/onglet2.png) transparent repeat-x;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
color: #ff8000;
text-decoration: none; 
background-color: inherit; position: relative; top: 1px; left: 1px;
}
div.menuIcons ul li a span:first-letter { 
font : bold 13px georgia, helvetica, sans-serif;
}

/******************************************
 * Mise en page des blocs dans le corps */
/* block lateral boxes */
.titrebox { /* Titre gauche */
 font: bold 14px georgia, helvetica, sans-serif;
 color: #FFFFFF;
  background-color: #777575;
 line-height: 36px;
 height: 36px;
 border: 0px solid #DC8714;
 white-space: nowrap;
 text-align: center;
  width: 250px;
}
#leftside .titrebox { /* Titre gauche */
 font: bold 14px georgia, helvetica, sans-serif;
 color: #FFFFFF;
background: url(img/laterale_haut_gauche.png) no-repeat;
 line-height: 36px;
 height: 36px;
 border: 0px solid #F9F5F0;
 white-space: nowrap;
 text-align: center;
  width: 250px;
}
#rightside .titrebox { /* Titre gauche */
 font: bold 14px georgia, helvetica, sans-serif;
 color: #FFFFFF;
 background: url(img/laterale_haut_droit.png) no-repeat;
 background-color: inherit;
 line-height: 36px;
 height: 36px;
 border-bottom: 0px solid #004A6E;
 white-space: nowrap;
 text-align: center;
  width: 250px;
}
.tblbox { /* Corps */
 color: #FFFFFF;
background-color: inherit;
border: 0px solid #264864;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
.tblboxover { /* Corps survolé */
 color: inherit;
 background-color: inherit;
 border: 0px solid #264864;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
.titre { /* block central boxes */
 font: bold 16px georgia, helvetica, sans-serif;
 color: #FBF8F4;
 background:url(img/titre.png) repeat-x;
 border: 0px solid #264864;
 white-space: nowrap;
 text-align: left;
 height: 36px;
 line-height: 36px;
 padding: 0px 5px 0px 15px;
}
.tbl {
 font: 12px arial, helvetica, sans-serif;
 color: #FFFFFF;
 background:url(img/fond_centrale.png) repeat;
border: 0px solid #264864;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
.tblover {
 font: 12px arial, helvetica, sans-serif;
 color: #FFFFFF;
 background-color: #B1BAD1;
 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: square;
 margin: 0;
 padding: 4px 7px;
 color: #ffffff;
}
ul.boxmenu li { /* items liste */
 margin-bottom: 6px;
}
ul.boxmenu li img { /* icons */
 vertical-align: middle;
 margin-right: 10px;
}

/**************************************************************************
 * block box lateral Article (menu list, menu dynamic 1, menu dynamic 2) */
#leftside .rubr { /* catégories des articles */
 color: #000000;
 background-color: #FF9E3E;
 padding: 2px 2px;
 margin: 1px;
 font: bold 12px Arial, Helvetica, sans-serif;
 text-align:left;
}
#rightside .rubr { /* catégories des articles */
 color: #000000;
 background-color: #FF9E3E;
 padding: 2px 2px;
 margin: 1px;
 font: bold 12px Arial, Helvetica, sans-serif;
 text-align:left;
}
.rubr { /* catégories des articles */
 color: #000000;
 background-color: #676767;
 padding: 2px 2px;
 margin: 1px;
 font: bold 12px Arial, Helvetica, sans-serif;
 text-align:left;
}
.item {
 padding: 2px 0px;
 margin: 0px;
 color: #000;
 background-color: inherit;
 font: 12px Arial, Helvetica, sans-serif;
 text-align:left;
 list-style: none;
}
ul.item {
 margin:0;
 padding:0;
}
ul.item li.item { /* titres des articles */
 background-color: inherit;
 padding: 1px 0px 1px 10px;
 font: 12px Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-align:left;
 list-style: none;
}
.curr_item {
 padding: 2px 0px;
 background-color: inherit;
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}
ul.item li.curr_item { /* titre article est affiché */
 background-color: transparent;
 padding: 2px 0px 2px 10px;
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}

/*************************************
 * block box central forum - tables */
.forum {
 font: bold 12px arial, helvetica, sans-serif;
 color: #FFFFFF;
 background-color: #777575;
 border: 0px solid #F9F5F0;
 text-align: center;
 padding: 5px 5px;
}
.forum2{
 font: bold 12px arial, helvetica, sans-serif;
 color: #000000;
 background-color: #777575;
 border: 1px solid #4D4730;
 text-align: left;
 padding: 5px 5px;
}

tr.forum2 {
 font: bold 12px arial, helvetica, sans-serif;
 color: #E3E3E3;
 background-color: #5A433C;
 border: 1px solid #4D4730;
 text-align: left;
 padding: 5px 5px;
}
.quest {
 font: 12px arial, helvetica, sans-serif;
 color: #E3E3E3;
 background-color: #8c2916;
 text-align: left;
 padding: 5px;
}
.rep {
 font: 12px arial, helvetica, sans-serif;
 color: #E3E3E3;
 background-color: #B30D0D;
 text-align: left;
 padding: 10px 5px 5px 5px;
}
.bord {
 border: 1px solid #E3E3E3;
 padding: 2px;
}
.bord2 {
 border: 1px solid#4D4730;
}

/*************
 * Calendar */
.cal {
  border-collapse: separate;
  border: 1px solid #E3E3E3;
  border-spacing: 1px;
  color:inherit;
  background-color: transparent;
}
tr.cal { /* calendar nav bar */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #880B06;
  text-align: center;
}
td.cals { /* week */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #FF9E3E;
  width: 14%;
  text-align: center;
}
td.cal0 { /* empty cell*/
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: transparent;
  width: 14%;
  text-align: center;
}
td.cal1 { /* days */
  font: 12px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: transparent;
  width: 14%;
  text-align: center;
}
td.cal2 { /* today */
  font: 12px Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #FF8000;
  width: 14%;
  text-align: center;
}
td.cal3 { /* sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #FF8000;
  background-color:transparent;
  width: 14%;
  text-align: center;
}
td.cal4 { /* today is sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #B30D0D;
  width: 14%;
  text-align: center;
}
td.calevt { /* planner event */
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: underline;
  text-align: center;
  width: 14%;
}

/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin: 3px 0;
}
fieldset { /* Encadrement des champs */
 border: 1px solid #E3E3E3;
 margin: 8px;
}
legend { /* légende des encadrements */
 font: bold 12px arial, helvetica, sans-serif;
 color: #000;
 background-color:inherit;
}
input.bouton, button { /* bouton */
 font: bold 11px "trebuchet ms", helvetica, sans-serif;
 color: #ffffff;
 background: url(img/bouton.png) repeat-x transparent;
 border: 1px solid #E3E3E3;
 cursor: pointer;
 margin: 3px 0;
}
input.texte { /* champ texte */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
background: url(img/champ.png) repeat-x #EEE2D5;
 border: 1px solid #FF8000;
 margin: 4px 0;
}
select { /* champ select */
 font: 11px "trebuchet ms", helvetica, sans-serif;
 color: #000;
 background-color:#EEE2D5;
 border: 1px solid #FF8000;
 margin: 4px 0;
}
textarea { /* champ textarea */
 color: #000;
 background-color: #FFF;
 border: 1px solid #4D4730;
 overflow: auto;
 margin: 4px 0;
}

/**********************
 * Editeur FckEditor */
.Code {
 font: 11px arial, helvetica, sans-serif , monospace;
 color: #000;
 background-color: #E9E9E9;
 border: 1px solid #4F5A66;
 padding-right: 5px;
 padding-left: 5px;
}
/**********************
 * Editeur pgeditor */
div #toolbarIcons_ptxt, div #toolbarSmileys_ptxt {
 color: inherit;
 background-color: #9C8C74;
}
/*******************************************
 * Mise en page des blocs dans le footer */
#foot span.copyright { /* Copyright */
 font: 1em arial, helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
}

/************************
 * Divers */
#leftside .box {
 font: 11px arial, helvetica, sans-serif;
 color: #F9F5F0;
 background-color: inherit;
}
#leftside p.box {
 font: 11px arial, helvetica, sans-serif;
 color: #F9F5F0;
 background-color: inherit;
 margin: 0;
}
#rightside .box {
 font: 11px arial, helvetica, sans-serif;
 color: #FFFFFF;
 background-color: inherit;
}
#rightside p.box {
 font: 11px arial, helvetica, sans-serif;
 color: #FFFFFF;
 background-color: inherit;
 margin: 0;
}
a.box {
 font: bold 11px arial, helvetica, sans-serif;
 color: #E0E3ED;
 background-color: inherit;
 text-decoration: none;
}
a.box:hover {
 font: bold 11px arial, helvetica, sans-serif;
 color: #B22222;
 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: #F9F5F0;
 border: 1px solid #4F5A66;
 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: #FF0000;
 background-color: #FF9;
 padding: 2px;
}

