/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 290 2004-09-15 19:48:26Z wilt $
*/
.TD,TR{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.textAnnonce{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC99;
	text-decoration:none;
}
.textAnnOrange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF8619;
	font-weight:bold;
	text-decoration:none;
}
.pointille {
	background-image: url(./pointille.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height:118px;
	background-color: #270001;
}
.DivPointille{
	background-color: #270001;
	height:10px;
	width:10px;
}
.TextJaune, a.TextJaune:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFB03C;
	font-weight:normal;
	text-decoration:none;
}
a.TextJaune:hover{
	text-decoration : underline;
}
.DivNada{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
	z-index:0;
	height:1px;
	width:1px;
	overflow: hidden;
	position: relative;
	visibility: hidden;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	clip: rect(0px,0px,1px,1px);
}