//  ********************************************************************************
//  * PHP My Pub                                                                   *
//  * crée par Frank JAMOIS                                                        *
//  * sur les bases de "la Regie Pub" de François L.                               *
//  * Site : http://www.phpmypub.net/                                              *
//  * E-mail : aide@phpmypub.net                                                   *
//  *                                                                              *
//  * Copyright (C) 2003   Frank JAMOIS                                            *
//  *                                                                              *
//  *    This file is part of phpMyPub.                                            *
//  *                                                                              *
//  *    phpMyPub 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.                                       *
//  *                                                                              *
//  *    phpMyPub 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 Foobar; if not, write to the Free Software                     *
//  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA *
//  *                                                                              *
//  *                                                                              *
//  *    phpMyPub est un logiciel libre; vous pouvez le redistribuer               *
//  *    et/ou le modifier selon les termes de la GNU General Public               *
//  *    License (Licence Publique Générale GNU) telle qu'elle a été               *
//  *    publiée par la Free Software Foundation; soit la version 2 de de          *
//  *    la licence, soit (comme vous le souhaitez) toute version                  *
//  *    ultérieure.                                                               *
//  *                                                                              *
//  *    phpMyPub est distribué dans l'espoir qu'il sera utile, mais               *
//  *    SANS LA MOINDRE GARANTIE; pas même la garantie implicite de               *
//  *    COMMERCIABILITE ou d'ADEQUATION A UN BUT PARTICULIER. Voir la GNU         *
//  *    General Public License pour plus de détails.                              *
//  *                                                                              *
//  *    Vous devriez avoir reçu une copie de la GNU General Public License        *
//  *    en même temps que ce programme; sinon, merci d'écrire à la Free           *
//  *    Software Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA          *
//  *    02111-1307 USA                                                            *
//  *                                                                              *
//  * il ne faut pas modifier cette page                                           *
//  ********************************************************************************

BODY {
	scrollbar-highlight-color : FFFFFF;
	scrollbar-shadow-color : FFFFFF;
	scrollbar-arrow-color : FFFFFF;
	scrollbar-face-color : 3366FF;
}
a {text-decoration : none;}

a:hover {text-decoration : underline;}

.bouton {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-top-color:rgb(51,102,255);
	border-right-color:rgb(51,51,255);
	border-bottom-color:rgb(51,51,255);
	border-left-color:rgb(51,102,255);
	border-top-style:outset;
	border-right-style:inset;
	border-bottom-style:inset;
	border-left-style:outset;
}


.dialog {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-color:rgb(51,102,255);
	border-style:solid;
