BODY{
	font-family: Arial; 
	font-size: 10pt; 
	color:#FFFFFF; 
	
	background-image:url(images/background.gif);
	background-repeat:no-repeat; 
	 
	/*background:url(images/bg.gif) repeat-x;*/

	background-color:black; 
	background-position:top center;
	behavior: url("script/csshover3.htc");
}
TD{
	font-family: Arial; 
	font-size: 10pt
}
A{
	text-decoration: none; 
	color: white;
}
A:hover{
	text-decoration: underline; 
	color: #f37902;
}
DIV.source  /*Important pour xplore*/
{
	padding:5px;
	font-family:Courier New;
	font-size:9pt;
	background-color:#FFFFFF;
	text:#000000;
	color:#000000;	
}
.txtBleu{
	color:#97a5ae;
	font-size:12px;
}
.txtBleu a{
	color:#97a5ae;
	text-decoration:none;
}
.txtOrange, .txtOrange a{
	color:#f37902;
	text-decoration:none;
}
.sousMenu{
	margin-top:20px;
	margin-left:5px;
	font-size:12px;
	text-align:center;
}
.piedPage{
	color:#97a5ae;
	font-size:12px;
}
.piedPage a, piedPage a:hover{
	color:#f37902;
	font-size:12px;
}

.menu{
	margin-right:5px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:610px;
	height:36px;
}
.menu a{
	color:white;
}
.menu a:hover{
	color:white;
	text-decoration:underline;
}
.menu .txt{
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;
}

ul{
	
}

ul li {
	list-style: url(images/ico_puce_carre.gif);
	padding:2px 5px;
}
ul li.recycle {
	list-style: url(images/ico_puce_vert.gif)
}

ul li ul{
	padding-top:18px;
	padding-bottom:18px 
}

ul li li {
	list-style: url(images/ico_puce_fleche.gif);
	padding:2px 5px;
}

/*##########################################*/
/*###  Sticker Accueil  ####################*/

table tr td a#sticker_prix
{
	height: 150px;
	width: 150px;
	display: block;
	background: url(./images/sticker_prix.png);
	position: absolute;
	bottom: 20px;
	right: -30px;
}

table tr td a#sticker_prix:hover
{
	background: url(./images/sticker_prix.png) no-repeat 0 -150px;
}

/*#######################################*/
/*##  sep content  ######################*/


/*#######################################*/
/*##  menu  #############################*/

div.menu
{
	position: relative;
	z-index: 9000;
}

div.menu ul
{
	/*border: 1px solid red; */
	list-style: none;
	float: right;
	margin: 0 5px 0 0;
	height: 36px;
}

div.menu ul li
{
	float: left;
	position: relative;
	display: block;
	height: 36px;
	z-index: 9991;
	padding: 0;
	
}

div.menu ul li a
{
	padding: 10px 10px 0 10px;
	height: 26px;
	display: block;
	float: left;
	
}

div.menu ul li.sep_menu
{
	height: 26px;
	padding: 10px 0 0 0;
}

div.menu ul li.sep_menu div
{
	height: 17px;
	width: 1px;
	background-color: #FF9900;
}

div.menu ul ul
{ 
	float: left;
	position: absolute;
	left: 0;
	top: 36px;
	display: none;
	margin: 0;
	padding: 0;
	/*background: url(./images/blank.png) !important;*/
	background-color: #000;
}

div.menu ul li ul li
{
	float: left;
	display: block;
	height: 20px;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

div.menu ul li ul li a
{
	text-align: left;
	height: 20px;
	padding: 0;
	float: none;
	display: block;
	width: 195px;
}
div.menu ul li ul li a:hover
{
	color: #F37902;
}
div.menu ul li:hover ul
{
	display: block;
	height: auto;
}
