/* Copyright (C) 2004 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ * $Source$ * */ body { font-size:14px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; background-color: #cac8c0; margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; } div.main { background-color: white; text-align: left; border: solid black 1px; } div.barrebottom { background-color: white; text-align: right; border: solid black 1px; margin-top: 10px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; } div.main-inside { background-color: white; padding-left: 20px; padding-right: 50px; text-align: center; margin-bottom: 50px; margin-top: 10px; } div.footer { background-color: #dcdff4; font-size: 10px; border-top: solid black 1px; padding-left: 5px; text-align: center; } div.header { background-color: #dcdff4; border-bottom: solid black 1px; padding-left: 5px; text-align: center; } div.footer p { margin: 0px; } a:link,a:visited,a:active { text-decoration:none; color:blue; } a:hover { text-decoration:underline; color:blue; } div.comment { text-decoration:none; color:black; font-size: 13px; } div.main-inside h2 { font-size:18px; font-weight: bold; color: #990033; } tr.bg1 { background-color: #E5E5E5; } tr.bg2 { background-color: #B5E5E5; }