    /*
    Site Style CSS - GuppY PHP Script - version 4.0
    CeCILL Copyright (C) 2004-2006 by Laurent Duveau
    Made by Laurent Duveau, Nicolas Alves, Albert Aymard, 
	Jean-Michel Misrachi, Isabelle Marchina and Team
      Web site = http://www.freeguppy.org/
      e-mail   = info@aldweb.com

    Version History :
      v4.0 (25 October 2004)   : extracted and updated from inc/style.inc to use with only with this skin (by Isa)
    
    CSS file for alain_skin_alain2_v46 - skin for CMS GuppY v4.6
    Réalisation skin par Skins All
    Web site = http://skinalain.free.fr/
    
    Adaptation V4.6 par charli77
    Web site = http://charli77.le77.info/
    e-mail = charli77@free.fr
    
	  Validation W3C CSS : http://jigsaw.w3.org/css-validator/
*/

body {
	margin: 0px;
	background-image: url(table.gif);
	}
/* menus en liste simple*/
 ul.art {
 font-weight:bold; padding:0px; margin:0px;
}
 li.art {
 font-weight:normal; list-style-type:none; padding:0px; margin-left:4px;
}

 .foot {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 text-align: center;
}
 .copyright {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 text-align: center;
}
 .timer {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: italic;
 color: #000000;
 text-align: right;
 padding: 6px;
}
 td.cal {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #F9F6F5;
 width: 14%;
 text-align: center;
}
 td.cal0 {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-image: url(button_center.gif);
 background-color: #FFFCEB;
 width: 14%;
 text-align: center;
}
 td.cal1 {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #F9F6F5;
 width: 14%;
 text-align: center;
}
 td.cal2 {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #FDF4E1;
 width: 14%;
 text-align: center;
}
 td.cal3 {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #EFEFDE;
 width: 14%;
 text-align: center;
}
 td.cal4 {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #EFEFDE;
 width: 14%;
 text-align: center;
}

/* textes des boîtes centrales et latérales */
p {
	margin: 2px 0px;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
		
}
p.box {
	margin: 0px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
.box {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* titres des boîtes centrales et latérales */
.titre {
	padding: 0px;
	white-space: nowrap;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
		
}
.titrebox {
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.titrebox2 {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold; 
	text-align: center;
}

/* style des citations */
.cita {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}
.quote {
	text-align: center;
}	
/* style des boîtes centrales avec onmouseover éventuel */
.htable {
	margin-bottom: 10px;
}
.tbl {
	padding: 5px;
	width: 100%;
}
.tblover {
	background-color: #FFF7D6; 
	padding: 5px;
}

/* style des boîtes latérales avec onmouseover éventuel */
.htable1 {
	margin-bottom: 10px;
}
.tblbox {
	padding: 4px;
	width: 100%;
} 
.tblboxover {
	background-color: #FFF7D6; 
	padding: 4px;
}

/* style utilisé avec la feuille no_skin pour dessiner les bordures des boîtes */
.bordure {
	background-color: #FCF0C7;
}

/* style du forum : forum = entête, quest = question, rep = réponses */
.forum {
	background-color: #FADEB8; 
	padding: 5px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-align: center; 
	font-weight: bold;
	border: 1px solid #000000;
	
}
.forum2 {
	background-color: #FAE0AE; 
	padding: 0px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 1px solid #000000;
	}
.quest {
	background-color: #FAE0AE; 
	padding: 5px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 1px solid #000000;
}
.rep {
	background-color: transparent;
	padding: 10px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #000000;
}

/* liens des boîtes centrales */
a {
	color: #000000; 
	text-decoration: none;
}
a:hover {
	color: #FDF7D7; 
	text-decoration: underline;
	font-weight: normal;
}

/* liens des boîtes latérales */
a.box {
	color: #000000; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.box {
	color: #FDF7D7; 
	text-decoration: underline; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* barres de séparation HR*/
HR {
	border-top: 1px solid #FDF7D7; height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* listes, définitions, titres*/
ul, ol, li {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
DL, DD, DT, address, DIR, MENU, blockquote, td {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
} 

/* style de l"éditeur */
tr.vdev {
	background-color: #ffffff;
}
tr.vdevtr {
	background-color: #ffffff;
}
body.vdev {
	margin-left: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #FFF7D6;
}
body.vdevdialog {
	margin-left: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #FFF7D6;
}
select.vdev {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #000000;
}
input.vdev {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #0000ff;
}
input.vdevx {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #000000;
}

/* style des formulaires */
form {
	margin: 3px 0;
}
INPUT.bouton, button {
	cursor: pointer; 
	margin: 0px 0; 
	color: #000000; 
	border: 1px solid #000000; 
	 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(boutoncenter.gif);
}
INPUT.texte {
	background-color: #FDF4D0; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	border: 1px solid #000000; 
	margin: 2px 0;
}
SELECT {
	color: #000000; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	border: 2px inset; 
	margin: 4px 0;
}
TEXTAREA {
	color: #000000; 
	background-color: #ffffff; 
	border: 1px solid #FFC601; 
	overflow: auto; 
	margin: 4px 0;
}
.clsCursor {
	cursor: pointer;
}

/* image de fond du bandeau */
.band {
	margin: 3px 0px;
	background-image: url(ban.gif);
}
/******************************************
* Mise en page des blocks div principaux */
#screen_choice {
  z-index:10;
  position:absolute; top: 1px; right: 1px;
  padding: 0px;
  margin: 0px;
	text-align: right;
}
#page{ /* all the page */
 z-index:20;
 padding-top:10px;
 background-color: #CADEF0;
 background-image: url(table.gif);
}
#headTop { /* header top and middle (logo-banner + citation) */
  z-index: 15;
  margin: 0;
  padding: 0px;
  background-color: transparent;

}
#headBottom { /* header bottom (logo-menu) */
  margin: 0;
  padding: 0 4px;
}
/*******************************************
 * Mise en page des blocks dans le header */
div.logo { /* block logo */
  background-color: transparent;
  padding: 0px 8px;
  text-align: left;
}
div.banner { /* block bannière */
  background-repeat: no-repeat;
  padding: 8px;
  text-align: right;
}
/*************************
 * block boite citation */
div.quote { /* block citation */
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
div.quote span.cita { /* texte */
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CCFFFF;
	font-style: normal;
  text-align: center;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
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:8px;
	text-align:center;
}
div.menuIcons ul li span { /* toutes les sections */
	display:block;
	white-space:nowrap;
	color: #FFFFCC;
}
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:hover, div.tblbox ul li a:hover {
 position:static;
  background-color: transparent; position: relative; top: 1px; left: 1px;
}
div.menuIcons ul li a span, div.tblbox ul li a span  { /* lien */
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
div.menuIcons ul li a span.current, div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien actif */
  color:#fdf7d7;
  background-color:transparent;
  text-decoration: underline;
}
div.menuIcons ul li a:hover span, div.tblbox ul li a:hover span { /* lien survolé*/
  color: #fdf7d7;
  text-decoration: underline;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
   background-color: transparent; position: relative; top: 1px; left: 1px;
}
/************************************
 * block box lateral Menu Sections */
ul.boxmenu { /* block liste */
	margin:0;
	padding:8px 0px;
	list-style:none;
}
ul.boxmenu li { /* items liste */
	margin-bottom:10px;
}
ul.boxmenu li img { /* icons */
	vertical-align:middle;
	margin-right:10px;
}
#leftside { /* leftboxes area */
 margin: 0px;
 padding:0px;
}
#rightside { /* right boxes area */
 margin: 0px;
 padding:0px;
}
#endbox { /* optionnal area between corpse and bottom */
 margin: 0px;
 padding: 4px;
 text-align: left;
}
/*******************
 * 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: #0F0F0F;
  background-color: #F3EADB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #996600;
  padding: 4px;
}
p, span {
 margin: 4px 0px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #330099;
}
/**************************************************************************
 * block box lateral Article (menu list, menu dynamic 1, menu dynamic 2) */
.rubr {
  background-color: transparent;
  padding: 4px 2px;
  margin: 1px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0F0F0F;
  text-align:left;
}
p.rubr { /* catégories des articles */
  background-color: transparent;
  padding: 4px 2px;
  margin: 1px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0F0F0F;
  text-align:left;
}
.item {
  background-color: #CFE5F9;
  padding: 2px 0px;
  margin: 0px;
  background-color: #E6D5B6;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0F0F0F;
  text-align:left;
  list-style: none;
}
ul.item {
	margin:0;
	padding:0;
}
ul.item li.item { /* titres des articles */
  background-color: #E6D5B6;
  padding: 2px 0px 2px 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0F0F0F;
  text-align:left;
  list-style: none;
}
.curr_item {
  padding: 2px 0px;
  background-color: #DBA86D;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0F0F0F;
  text-align:left;
  list-style: none;
}
ul.item li.curr_item { /* titre article est affiché */
  background-color: #DBA86D;
  padding: 2px 0px 2px 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0F0F0F;
  text-align:left;
  list-style: none;
}
/* added forms enhancement */
/* replace name of class input.bouton by input.bouton, button */
fieldset {
 border: 1px solid #AECBED;
 margin: 8px;
}
legend {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #330099;
 font-weight: bold;
}
.notice { /* very important */
 color:red;
 background-color:yellow;
 padding:2px;
}
/* style for FckEditor */
.Code {
 border: #AECBED 1px solid;
 padding-right: 5px;
 padding-left: 5px;
 color: #330099;
 font-family: Arial, Helvetica, sans-serif, Monospace;
 font-size: 11px;
 background-color: #CFE5F9;
}

    
