/****** BEGIN LICENSE BLOCK *****
# This file is part of Easy Boutik.
# Copyright (c) 2007 Vincent Garnier and contributors for YZEO company.
# All rights reserved.
#
# Easy Boutik 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.
# 
# Easy Boutik 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 Easy Boutik; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# ***** END LICENSE BLOCK *****
#
# $Id: public.css 246 2008-01-25 14:22:17Z v.garnier $
#*/

/*----------------------------------------------------------

	Feuille de style de base, avec initialisation 
	des principaux éléments HTML et quelques 
	classes utiles.

----------------------------------------------------------*/

@import url(layout.css);
@import url(produits.css);

/*	Divers
----------------------------------------------------------*/
.actif {
	font-weight: bold;
}

/* boite erreur */
.error_box {
	color: #c00;
	background-color: #FFECEE;
	border: 1px solid #c00;
	padding: 0.5em;
	margin: 1em 10%;
}

/* boite message */
.msg_box {
	color: #060;
	background-color: #E1FFF0;
	border: 1px solid #060;
	padding: 0.5em;
	margin: 1em 10%;
}

#redirect {
	text-align: center;
}

#redirect_box {
	margin: 2em 20%;
	text-align: left;
	background-color: #fff;
}
#redirect_box h2 {
	margin: 0;
	background-color: #333;
	color: #fff;
	padding: 0.2em;
}
#redirect_box p {
	margin: 0;
	padding: 0.5em;
}

.odd {
	background-color: #f1f1f1;
}


