// Style pour le contenu				body {		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		line-height: 16px;		color: #000000;	}	h1 {		font-size: 16px;		font-weight: bold;		color: #EA1D25;	}	h2 {		font-size: 14px;		font-weight: bold;		color: #EA1D25;	}	h3 {		font-size: 12px;		font-weight: bold;		color: #EA1D25;	}	.texte_info_menu a		{		font-family: Tahoma, Verdana, Arial;		font-size: 12px;		color: #000000;		}	.texte_info_menu a:hover		{		font-family: Tahoma, Verdana, Arial;		font-size: 12px;		color: #EBEBEB;		}	.texte_nb		{		font-family: Tahoma, Verdana, Arial;		font-size: 11px;		}	table.commande td		{		font-size: 12px;		padding: 5px;		font-family: Tahoma, Verdana, Arial;			}	table.panier td		{		font-size: 12px;		padding: 5px;		font-family: Tahoma, Verdana, Arial;			}	.inputForm 		{	font-family: Tahoma, Verdana, Arial;	font-size: 12px;	color: #000000;	padding: 2px;	border: 1px solid #666666;	background-image: url(../img_site/fond-input.jpg);	background-repeat: repeat-x;		}	table.adminForm td		{		font-size: 12px;		background-color: #EBEBEB;		padding: 5px;		}	table.adminForm th 		{		font-size: 12px;		background-color: #C7C7C7;		padding: 5px;		font-weight: bold;		text-align: left;		vertical-align: middle;		border: 1px solid #666666;		}	.listingAdmin td 		{		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		text-align: left;		vertical-align: middle;		padding: 3px;		border-bottom-width: 1px;		border-bottom-style: solid;		border-bottom-color: #CCCCCC;		}		.listingAdmin th 		{		font-family: Arial, Helvetica, sans-serif;		font-size: 13px;		font-weight: bold;		color: #000000;		background-color: #CED6CE;		padding: 3px;		border-right-width: 1px;		border-right-style: solid;		border-right-color: #FFFFFF;		text-align: left;		}	td.listingAdminTD 		{		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		text-align: left;		vertical-align: top;		padding: 3px;		border-bottom-width: 1px;		border-bottom-style: solid;		border-bottom-color: #CCCCCC;		}	td.noborderprod 		{		padding: 0px;		border-top-style: none;		border-right-style: none;		border-bottom-style: none;		border-left-style: none;		}	.dwnldlist th {		font-weight: bold;		color: #FF0000;		padding-top: 3px;		padding-right: 6px;		padding-bottom: 3px;		padding-left: 6px;		border-bottom: solid 1px #FF0000;		font-size: 12px;		background-repeat: repeat-x;	}	.listTxt td {		padding-top: 3px;		padding-bottom: 3px;		border-bottom: 1px solid #CCCCCC;	}		.dwnldlist td {		font-size: 11px;		padding-top: 3px;		padding-right: 6px;		padding-bottom: 3px;		padding-left: 6px;		border-bottom: solid 1px #CCCCCC;	}		th.titre_calendar		{		font-size: 9 px;		font-family: Verdana, Arial, Helvetica, sans-serif;		}.contenu {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 16px;	color: #000000;}.contenu td {	font-size: 12px;	line-height: 16px;}	td.contenu_calendar		{		font-size: 9 px;		font-color: 000000;		font-family: Verdana, Arial, Helvetica, sans-serif;		}	td.contenu_calendar a		{		font-size: 9 px;		font-color: 000000;		font-family: Verdana, Arial, Helvetica, sans-serif;		}	td.contenu_calendar a:hover		{		font-size: 9 px;		font-color: ECECEC;		font-family: Verdana, Arial, Helvetica, sans-serif;		}	.sous-menu a {		color: #000000;		display: block;		padding-top: 3px;		padding-right: 6px;		padding-bottom: 3px;		padding-left: 6px;		border-bottom: 1px solid #FFF;	}	.sous-menu a:hover {		color: #FF0000;		background-color: #FFDE00;	}	.print-header {		font-family: "Times New Roman", Times, serif;		font-size: 20px;		font-weight: bold;		color: #000000;		border-bottom: 1px solid #333333;	}	.print-footer {		font-size: 12px;		color: #333333;		height: 20px;		border-top: 1px solid #333333;	}.boutonForm {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #FFFFFF;	background-image: url(../../img/vb-fond-haut-menu.png);	background-repeat: repeat-x;	text-align: center;	display: block;	padding: 3px;	border: solid 1px #006633;}/* -- MENU HORIZONTAL -- */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
    z-index: 99;
	list-style-type: none;/*background-color: #A6D05D;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	/*border: 1px solid black;*/
border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
	border-right: solid 1px #FFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */

.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 200px; /*width of sub menu levels*/
	font-size: 11px;
	text-decoration: none;
	border-top: solid 1px #FFF;
	padding: 3px 5px 3px 5px;
	background-image: url(../img/vb-fond-sousMenu-gris.png);
	filter : Alpha(opacity=100, finishopacity=75, style=1);	-moz-opacity: 0.75;
/*	filter: alpha(opacity=65); -moz-opacity:.65; opacity:.65; */
	background-repeat: repeat-y;
	color: #000;
}

.suckertreemenu ul li a:hover{
	color: #333333;
	background-image: url(../img/vb-menuHover.png);
	background-repeat: repeat-x;
}
.suckertreemenu ul li ul li a:hover{
	color: #000000;
	background-image: url(../img/vb-fond-degrader-jaune.png);
	background-repeat: repeat-y;
}
/*Background image for top level menu list links */
/*.suckertreemenu .mainfoldericon{
/*	background-color: none; */
/*	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
}*/

/*Background image for subsequent level menu list links */
/*.suckertreemenu .subfoldericon{
	background-color: #F3F3F3;
	background-image: url(../img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*/
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
/* html .suckertreemenu ul li { clear: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */