#header {
	width: 1000px;
	height: 150px;
	_height: 148px; *
	height: 150px;
	margin: auto;
}

/* Logo */
#logo {
	width: 260px;
	height: 60px;
	float: left;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0A65C7;
}

#logo_new {
	width: 270px;
	height: 80px;
	float: left;
	text-align: center;
	cursor: pointer;
	margin: 5px 0 0 0 !important;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #0A65C7;
}

#logo a {
	color: #0A65C7;
}

/* top_menu */ 
/*#top_menu {
	width: 447px;
	height: 70px;
	padding: 0;
	float: left;
	text-align: left;
	background: url(/images/newsite/top_menu_left.jpg) no-repeat left top;
	margin: 0 0 18px 0;
}*/
#top_menu_new {
	width: 514px;
	height: 83px;
	padding: 0;
	float: left;
	text-align: left;
	background: url(/images/newsite/top_menu_left2.jpg) no-repeat left top;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

#top_menu img,#top_menu_new img {
	margin-right: 0;
	vertical-align: middle;
}

#top_menu_order a img {
	float: left;
	margin: 3px 0 0 0;
}

#top_menu_new a img {
	margin: 3px 0 0 0;
}

/*#top_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 5px;
	width: 495px;
	height: 35px;
	float: left;
}*/
#top_menu_new ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 3px 0 0 0;
	width: 490px;
	height: 32px;
	float: left;
}

#top_menu li,#top_menu_new li {
	display: block;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

#top_menu li:hover,#top_menu_new li:hover {
	cursor: pointer;
}

#top_menu_new li#favorites a span {
	display: none;
	font-size: 12px;
	line-height: 15px;
}

#top_menu_new li#favorites:hover span {
	display: inline;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	margin: 0 0 0 0;
	padding: 2px 5px;
	z-index: 200;
}

#top_menu a,#top_menu_order a,#top_menu_new a {
	font-size: 11px;
	color: #666666;
}

/*#top_menu h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #0963c5;
	text-align: center;
	float: none;
}*/
#top_menu_new h2 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #0963c5;
	text-align: center;
}

#top_menu_new h2 a {
	font-size: 12px;
	color: #0963c5;
}

/*#top_menu h2 span {
	font-style: italic;
	font-size: 11px;
}*/
#top_menu_new h3 span {
	font-size: 17px;
	font-weight: bold;
	color: #6d6e70;
	background: url(/images/newsite/top_menu_counter2.jpg) no-repeat;
	background-position: 5px 1px;
	padding: 3px 15px;
}

#top_menu_new h3 {
	font-size: 11px;
	font-weight: normal;
	color: #0963c5;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
}

/*#top_menu_order {
	width: 92px;
	height: 60px;
	padding: 10px 0 0 0;
	float: left;
	text-align: center;
	background: url(/images/newsite/top_menu_right.jpg) no-repeat;
}
#top_menu_order .top_menu_order_link {
	width: 92px;
	height: 30px;
	float: none;
	line-height: 12px;
}*/
#top_menu_order2 {
	width: 17px;
	height: 83px;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
	background: url(/images/newsite/top_menu_right2.jpg) no-repeat;
}


/* account */
#account {
	width: 178px !important;
	width: 182px;
	height: 83px;
	float: left;
	background: url(/images/newsite/top_menu_account.jpg) no-repeat;
	text-align: left;
	padding: 0 7px !important;
	padding: 0 5px;
}

#account h3 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #0a65c7;
	text-align: center;
	border-bottom: 1px dotted #0a65c7;
}

#account h3#sign_in {
	padding: 0 0 5px 0;
}

#account h4 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #0a65c7;
	text-align: center;
	overflow: none;
}

#account h3 a,#account h3 a:hover,#account h4 a,#account h4 a:hover {
	color: #0a65c7;
	text-decoration: none;
}

#account h3 a img {
	margin: 0 5px 0 10px;
}

#account h4 a img {
	margin: 0 5px 0 10px;
}

#account h3 a span {
	display: none;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	font-weight: normal;
	width: 270px;
}

#account h3 a:hover span {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	margin: 5px 0 0 20px;
	padding: 2px 5px;
	z-index: 200;
	right: 0px;
}

#account p {
	color: #0a65c7;
	margin: 0px 0 3px 0;
	padding: 3px 0;
}

#account p a {
	color: #0a65c7;
}

#account p a:hover {
	color: #0a65c7;
	text-decoration: none;
}

#account p span {
	font-weight: bold;
	color: #ff0000;
}

#account p a span#expire {
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
}

#account p a span#expire span {
	display: none;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	font-weight: normal;
	width: 270px;
	font-weight: normal;
}

#account p a:hover span#expire span {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	margin: 5px 20px 0 20px;
	padding: 2px 5px;
	z-index: 200;
	right: 0px;
	font-weight: normal;
}

#account p img {
	float: left;
	margin: 0 5px 0 0;
}

/* counter */
#counter {
	width: 190px !important;
	width: 189px;
	height: 70px;
	float: left;
	background: url(/images/newsite/top_menu_counter.jpg) no-repeat;
	text-align: left;
}

#counter h3 {
	margin: 0 0 0 0 !important;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#counter h3 a,#counter h3 a:hover {
	color: #333;
	text-decoration: none;
}

#counter h3 a img {
	margin: 0 5px 0 10px;
}

#counter h3 a span {
	display: none;
	font-size: 12px;
}

#counter h3 a:hover span {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	margin: 5px 0 0 40px;
	padding: 2px 5px;
}

#counter #nbr_counter {
	margin: 10px 0 0 0;
	width: 100px;
	padding: 0 0 0 10px;
	font-size: 17px;
	font-weight: bold;
	color: #7B818F;
	float: left;
	text-align: right;
}

#counter #txt_counter {
	margin: 6px 10px 0 10px !important;
	margin: 6px 0px 0 10px;
	width: 60px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	float: left;
	color: #7B818F;
	text-align: left;
	line-height: 12px;
}

/* languages 
#languages {
	float: left;
	margin: 3px 3px 0 0 !important;
	padding: 0;
	height: 40px;
	width: 19px;
}

#languages div {
	width: 17px;
	height: 17px;
	margin: 0 0 1px 0;
	padding: 2px 0 0 2px;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/newsite/bg_language.jpg) no-repeat;
	text-align: center;
}

#languages div a {
	color: #0A65C7;
}*/

/* OTHER COUNTRIES */
li#flags {
	border: 1px solid #dedede;
	background:#fff no-repeat 2px 3px;
	padding: 0 3px 0 0;
	*padding:0 0 0 0;
	margin: 5px 5px 0 5px;
	float:right;
}

li#flags #arrow_country_down{
	background: url(/images/newsite/countries_down.gif) #fff no-repeat 2px 3px;
	float:left;
}
li#flags #arrow_country_up{
	background: url(/images/newsite/countries_up.gif) #fff no-repeat 2px 3px;
	float:left;
	display:none;
}

li#flags .box_lgs{
	color: #0A65C7;
	float:left;
	margin:2px 0 0 3px;
	_margin:2px 0 0 2px;
	width:15px;
	height:15px;
}
li#flags .box_lgs a{
	color: #0A65C7;
	line-height:15px;
	display:block;
	width:15px;
	height:15px;
	font-size:11px;
}
li#flags .box_lgs strong a{
	font-size:12px;
}

li#flags #countries {
	width: 200px;
	height: auto;
	background: #fff;
	border: 1px solid #dedede;
	position: absolute;
	display: none;
	/*left: 650px;*/
	top: 27px;
	*top:29px;
	z-index: 330;
	padding: 0 0 15px 15px;
	text-align: left;
	margin:0 0 0 -1px;
	*margin:0 0 0 -40px;
	cursor:auto;
}
li#flags #countries p {
	padding: 8px 0 0 0;
	margin: 0;
	display:bloc;
	width:200px;
}
li#flags #countries p a {
	line-height: 13px;
	display: inline;
	float:none;
}
li#flags #countries p a span{
	margin:2px 5px 0 0px;
}
/*li#flags #countries img {
	position: relative;
	bottom: 1px;
}*/
li#flags #countries_close {
	float: right;
	width: 15px;
	height: 15px;
}
li#flags #countries_close a {
	width: 15px;
	height: 15px;
	line-height:12px;
}

li#flags a {
	line-height: 25px;
	display: block;
	width: 38px;
	height: 20px;
	float:left;
}

li#flags a span {
	margin:2px 0 0 15px;
	*margin:2px 0 0 15px;
	_margin:2px 0 0 9px;
	
}

/* flags countries */
#flag_BEL,#flag_DNK,#flag_DEU,#flag_GRC,#flag_ESP,#flag_FRA,#flag_IRL,#flag_ISL,#flag_ITA,#flag_LUX,#flag_NLD,#flag_NOR,#flag_AUT,#flag_PRT,#flag_CHE,#flag_FIN,#flag_SWE,#flag_GBR,#flag_USA,#flag_EUR,#flag_ROW{
	width: 20px;
	height: 14px;
	background: url(/images/newsite/about_us/flags.gif) no-repeat;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
#flag_BEL {background-position: 0px 0px;}
#flag_DNK {background-position: 0px -14px;}
#flag_DEU {background-position: 0px -28px;}
#flag_GRC {background-position: 0px -42px;}
#flag_ESP {background-position: 0px -56px;}
#flag_FRA {background-position: 0px -70px;}
#flag_IRL {background-position: 0px -84px;}
#flag_ISL {background-position: 0px -98px;}
#flag_ITA {background-position: 0px -112px;}
#flag_LUX {background-position: 0px -126px;}
#flag_NLD {background-position: 0px -140px;}
#flag_NOR {background-position: 0px -154px;}
#flag_AUT {background-position: 0px -168px;}
#flag_PRT {background-position: 0px -182px;}
#flag_CHE {background-position: 0px -196px;}
#flag_FIN {background-position: 0px -210px;}
#flag_SWE {background-position: 0px -224px;}
#flag_GBR {background-position: 0px -238px;}
#flag_USA {background-position: 0px -252px;}
#flag_EUR {background-position: 0px -266px;}
#flag_ROW {background-position: 0px -280px;}


/* Menu */
#menu {
	float: left;
	width: 100%;
	height: 52px;
	position: relative;
	top: 0px;
	margin: 0 0 10px 0;
}

/* tableau menu */
#menu table {
	width: 100%;
	border-collapse: collapse;
	height: 33px;
}

#menu table td {
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#menu table table {
	width: 100%;
	cursor: pointer;
}

#menu table td {
	text-align: center;
	background-color: #FFFFFF;
}

#menu table td.middle a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu table td.left,table td.right {
	width: 6px;
	background-repeat: no-repeat;
}

table#tabs td.left {
	background-position: right;
	padding-left: 1px;
}

table#tabs td.first {
	padding-left: 0px;
}

table#tabs td.right {
	background-position: left;
}

table#tabs table.grey td.middle {
	color: #000000
}

table#tabs table.promo td.middle {
	color: #FF0000;
	text-transform: uppercase;
}

table#tabs table.grey td.middle a {
	color: #000000
}

table#tabs table.promo td.middle a {
	color: #FF0000
}

/* onglet gris */
table#tabs table.grey td.left {
	background-image: url(/images/newsite/menu/grey_tab_left.gif)
}

table#tabs table.grey td.middle {
	background-image: url(/images/newsite/menu/grey_tab_middle.gif)
}

table#tabs table.grey td.right {
	background-image: url(/images/newsite/menu/grey_tab_right.gif)
}

table#tabs table.grey td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -429px;
}

table#tabs table.grey td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -429px;
}

table#tabs table.grey td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -429px;
}

/* bleu */
table#tabs table.blue td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px 0px;
}

table#tabs table.blue td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px 0px;
}

table#tabs table.blue td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px 0px;
}

/* orange */
table#tabs table.orange td.left {
	background-image: url(/images/newsite/menu/orange_tab_left.gif)
}

table#tabs table.orange td.middle {
	background-image: url(/images/newsite/menu/orange_tab_middle.gif)
}

table#tabs table.orange td.right {
	background-image: url(/images/newsite/menu/orange_tab_right.gif)
}

/* dark_green */
table#tabs table.dark_green td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -198px;
}

table#tabs table.dark_green td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -198px;
}

table#tabs table.dark_green td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -198px;
}

/* yellow */
table#tabs table.yellow td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -330px;
}

table#tabs table.yellow td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -330px;
}

table#tabs table.yellow td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -330px;
}

/* orange2 */
table#tabs table.orange2 td.left {
	background-image: url(/images/newsite/menu/orange2_tab_left.gif)
}

table#tabs table.orange2 td.middle {
	background-image: url(/images/newsite/menu/orange2_tab_middle.gif)
}

table#tabs table.orange2 td.right {
	background-image: url(/images/newsite/menu/orange2_tab_right.gif)
}

/* dark_blue */
table#tabs table.dark_blue td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -99px;
}

table#tabs table.dark_blue td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -99px;
}

table#tabs table.dark_blue td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -99px;
}

/* light_blue */
table#tabs table.light_blue td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -66px;
}

table#tabs table.light_blue td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -66px;
}

table#tabs table.light_blue td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -66px;
}

/* red */
table#tabs table.red td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -363px;
}

table#tabs table.red td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -363px;
}

table#tabs table.red td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -363px;
}

/* green */
table#tabs table.green td.left {
	background-image: url(/images/newsite/menu/green_tab_left.gif)
}

table#tabs table.green td.middle {
	background-image: url(/images/newsite/menu/green_tab_middle.gif)
}

table#tabs table.green td.right {
	background-image: url(/images/newsite/menu/green_tab_right.gif)
}

/* green xmas */
table#tabs table.green_xmas td.left {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: 0px -264px;
}

table#tabs table.green_xmas td.middle {
	background: url(/images/newsite/menu/tab_menu_center.gif) repeat-x;
	height: 33px;
	background-position: 0px -264px;
}

table#tabs table.green_xmas td.right {
	background: url(/images/newsite/menu/tab_menu.gif);
	height: 33px;
	width: 6px;
	background-position: -7px -264px;
}

#menu_bottom {
	float: left;
	width: 100%;
}

#menu_bar {
	width: 100%;
	height: 22px;
	overflow: hidden;
	background: #FFFFFF repeat-x top;
}

#menu_bar_left {
	float: left;
	width: 6px;
	height: 22px;
	background: #FFFFFF no-repeat top;
}

#menu_bar_right {
	float: right;
	width: 6px;
	height: 22px;
	background: #FFFFFF no-repeat top;
}

/* grey */
#menu_bottom.grey #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -286px;
}

#menu_bottom.grey #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -286px;
}

#menu_bottom.grey #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -286px;
}

/* blue */
#menu_bottom.blue #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px 0px;
}

#menu_bottom.blue #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px 0px;
}

#menu_bottom.blue #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px 0px;
}

/* orange */
#menu_bottom.orange #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -88px;
}

#menu_bottom.orange #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -88px;
}

#menu_bottom.orange #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -88px;
}

/* dark_green */
#menu_bottom.dark_green #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -132px;
}

#menu_bottom.dark_green #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -132px;
}

#menu_bottom.dark_green #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -132px;
}

/* yellow */
#menu_bottom.yellow #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -220px;
}

#menu_bottom.yellow #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -220px;
}

#menu_bottom.yellow #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -220px;
}

/* orange2 */
#menu_bottom.orange2 #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -110px;
}

#menu_bottom.orange2 #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -110px;
}

#menu_bottom.orange2 #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -110px;
}

/* dark_blue */
#menu_bottom.dark_blue #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -66px;
}

#menu_bottom.dark_blue #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -66px;
}

#menu_bottom.dark_blue #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -66px;
}

/* light_blue */
#menu_bottom.light_blue #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -44px;
}

#menu_bottom.light_blue #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -44px;
}

#menu_bottom.light_blue #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -44px;
}

/* red */
#menu_bottom.red #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -242px;
}

#menu_bottom.red #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -242px;
}

#menu_bottom.red #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -242px;
}

/* green */
#menu_bottom.green #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -132px;
}

#menu_bottom.green #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -132px;
}

#menu_bottom.green #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -132px;
}

/* green xmas */
#menu_bottom.green_xmas #menu_bar_left {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: 0px -176px;
}

#menu_bottom.green_xmas #menu_bar {
	background: url(/images/newsite/menu/tab_menu_bottom_center.gif)
		repeat-x;
	height: 22px;
	background-position: 0px -176px;
}

#menu_bottom.green_xmas #menu_bar_right {
	background: url(/images/newsite/menu/tab_menu_bottom.gif);
	height: 22px;
	width: 6px;
	background-position: -7px -176px;
}

/* PICTO MENU TOP */
#pic_mth_1,#pic_mth_2,#pic_mth_3,#pic_mth_4,#pic_mth_5,#pic_mth_6,#pic_mth_7,#pic_mth_8,#pic_mth_9,#pic_mth_10
	{
	width: 28px;
	height: 25px;
	background: url(/images/newsite/menu/picto_menu_top_header.gif)
		no-repeat;
}

#pic_mth_1 {
	background-position: 0px 0px;
}

#pic_mth_2 {
	background-position: 0px -25px;
}

#pic_mth_3 {
	background-position: 0px -50px;
}

#pic_mth_4 {
	background-position: 0px -75px;
}

#pic_mth_5 {
	background-position: 0px -100px;
}

#pic_mth_6 {
	background-position: 0px -125px;
}

#pic_mth_7 {
	background-position: 0px -150px;
}

#pic_mth_8 {
	background-position: 0px -175px;
}

#pic_mth_9 {
	background-position: 0px -200px;
}

#pic_mth_10 {
	background-position: 0px -225px;
}