/*=====================================*/
/*=========== TABLEAU REFERENCES ==========*/
/*=====================================*/

#tab {
	background-color: #FFFFFF;
	/*margin-top: 15px;*/
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
}
.mainTabRef {
/*	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
*/
}
.mainTabRef td {
	border-bottom: 1px solid #ffffff;
}
.tabRef {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 5px solid #96bd0d;
	margin-bottom: 20px;
}
.tabRef th {
	background-color: #ffffff;
}
.tabRef td {
	padding: 5px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #8D8585;
	border-left-color: #8D8585;
}
/*#tabRef td.prix {
	background-color: #ffb564;
	font-weight: bold;
}*/
.tabRef td.prix {
	background-color: #bfe422;
	font-weight: bold;
}
.tabRef td.entete {
	background-color: #ddd;
	font-weight: bold;
	border-bottom: solid 5px #96bd0d;
	color: #333333;
}
.tabRef td.ref{
	background-color: #f3f3f3;
	font-weight: bold;
}
.tabRef td.titreSep{
	background-color: #8D8585;
	/*font-weight: bold;*/
	color:#FFFFFF;
}
h1.tabRefTitre  {
	color: #676161;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 0 0px;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
h1.tabRefBigTitre {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #676161;
	margin-bottom: 10px;
}
h2.titrOnglet {
	font-size: 13px;
	font-weight: bold;
	color: #96bd0d;
	background-image: url(../img/commun/bkg-titrpucevrt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 0 25px;
	height: 30px;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

ul.listPuce {
	margin-bottom: 2px;
}
ul.listPuce li {
	list-style-type: disc;
	margin-left: 15px;
}
ul.listFleche {
	margin-bottom: 2px;
}
ul.listFleche li {
	list-style-type: none;
	/*margin-left: 15px;*/
}
ul.listFleche li a  {
	color: #9abf48;
	background-image: url(../img/commun/puce-flecheverte.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	/*display: block;*/
	padding: 5px 0 3px 15px;
	/*line-height: 13px;  Le 30 Avril 2010 By YoYo*/
	line-height: 18px;
}
ul.listFleche li a:hover  {
	color: #aecc2b;
}

.lienFermer  {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.coulVert  {
	color: #96bd0d;
}

