/*
    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)

*/

body {
	margin: 0px;
	background-image: url(table.jpg);
	background-attachment: fixed;
	}

/* 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: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
        text-align: center;
		
}
.titrebox {
	padding: 0px;
	white-space: nowrap;
	font-size: 14px;
	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;
        font-weight: normal;
}

/* style des boîtes centrales avec onmouseover éventuel */
.htable {
	margin-bottom: 10px;
}
.tbl {
	padding: 5px;
	width: 100%;
}
.tblover {
	background-color: #945442; 
	padding: 5px;
}

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

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

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

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

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

/* barre d'icônes */
TD.menu {
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	padding: 10px 6px;
	background: #;
	padding-bottom: 10px;
	border-bottom: 1px solid #;
	border-top: 1px solid #;
	}
a.menu {
	color: #000000; 
	text-decoration: none; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif;
       	 font-weight: bold;
}
a:hover.menu {
	color: #FFFFFF; 
	text-decoration: underline; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* barres de séparation HR*/
HR {
	border-top: 1px solid #945442; 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 du calendrier */
td.caljour {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	width: 14%; 
	text-align: center;
}
td.cal {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	width: 14%; 
	text-align: center; }

/* 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: #945442;
}
body.vdevdialog {
	margin-left: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #945442;
}
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: #ECE9D8; 
	color: #0000ff;
}
input.vdevx {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ECE9D8; 
	color: #000000;
}

/* style des formulaires */
form {
	margin: 3px 0;
}
INPUT.bouton {
	cursor: pointer; 
	margin: 0px 0; 
	color: #000000; 
	border: 1px solid #; 
	 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(boutoncenter.gif);
}
INPUT.texte {
	background-color: #ffffff; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	border: 1px solid #945442; 
	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 #945442; 
	overflow: auto; 
	margin: 4px 0;
}
.clsCursor {
	cursor: pointer;
}

/* image de fond du bandeau */
.band {
	margin: 3px 0px;
	background-image: url();
}



