#left_menu {
	background: #1E1E1E url(../pic/cat_bottom.png) no-repeat center bottom;
	width: 351px;
	margin: 0;
	padding: 0;
}

#left_menu_article {
	background: #1E1E1E url(../pic/cat_bottom.png) no-repeat center bottom;
	width: 231px;
	margin: 0;
	padding: 0;
}

#bloc_noir1 {
	float: right;
	width: 241px;
	height: 600px;
	padding-top: 25px;
}

.bloc_noir1_trans[class] {	/* IE ignores styles with [attributes], so it will skip the following. */
	background: url(../pic/spacer_gris.png) repeat;
}
#bloc_noir1_article {
	background: transparent url(../pic/spacer_gris.png) repeat left top;
	padding: 25px 0 0 0;
	margin: 0;
}

#bloc_noir2 {
	float: right;
	width: 231px;
	height: 600px;
	color: white;
	font-size: 14px;
}
.bloc_noir2_trans[class] {	/* IE ignores styles with [attributes], so it will skip the following. */
	background: url(../pic/spacer_gris_clair.png) repeat;
}
#bloc_noir2 a, #bloc_noir2 a:hover {
	color: white;
	text-decoration: none;
}


.menu_link_normal_bar, .menu_link_normal_bar * {
	font-size: 14px;
}
.menu_link_normal_bar:hover {
	background: transparent url(../pic/spacer_selected.png) repeat left top;
}

.menu_link_normal_bar a {
	padding: 7px 15px;
	display: block;
	position:relative;	/*	Required by IE6	*/
}


.menu_link_selected_bar {
	font-size: 14px;
	background-repeat: repeat;
}
.menu_link_selected_bar[class] {	/* IE ignores styles with [attributes], so it will skip the following. */
	background: transparent url(../pic/spacer_selected.png);
}
.menu_link_selected_bar * {
	font-size: 14px;
}

.menu_link_selected_bar a {
	padding: 7px 15px;
	display: block;
	position:relative;	/*	Required by IE6	*/
}


.menu_sublink_normal_bar {
	font-size: 12px;
}
.menu_sublink_normal_bar:hover {
	background: transparent url(../pic/spacer_selected.png) repeat;
}

.menu_sublink_normal_bar a {
	padding: 5px 15px;
	display: block;
	position:relative;	/*	Required by IE6	*/
}


.menu_sublink_selected_bar {
	font-size: 12px;
	background-repeat: repeat;
}
.menu_sublink_selected_bar[class] {	/* IE ignores styles with [attributes], so it will skip the following. */
	background: transparent url(../pic/spacer_selected.png);
}
.menu_sublink_selected_bar a {
	padding: 5px 15px;
	display: block;
	position:relative;	/*	Required by IE6	*/
}


#left_menu_cat_title {
	padding: 20px 20px 15px 20px;
	color: white;
	font-size: 50px;
	font-family: "Trebuchet Ms", sans-serif;
	text-transform: uppercase;
	text-align: right;
	height: 63px;
}

#left_menu_cat_title_article {
	padding: 90px 0 0 0;
}

