@charset "utf-8";
/* CSS Document */

/* ------------------------------------ */
/* -------------ACCORDEON-------------- */
/* ------------------------------------ */
#left_navigation {
	float:left;
	width:150px;
}
#accordion {
	width:150px;
	margin-top:15px;
}
#accordion h3 {
	font-size:12px;
	font-family:"Arial Narrow", Arial, FagoCoRegular, Verdana;
	color:#fff;
	cursor:hand;
	cursor:pointer;
	text-transform:uppercase;
	padding-left:10px;
	background-image:url(/common/img/template/les_roches_bluche/EN-EN/navigation.jpg);
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:10px;
	font-weight:normal;
	height:20px;
}
#accordion h3 a{
	color:#fff;
}
#accordion a.current {
	color:#B8020F;
}
#bottom_navigation {
	height:18px;
	background-image:url(/common/img/template/les_roches_bluche/EN-EN/bg_navigation.jpg);
}
/* ------lISTE SOUS MENU ACCORDEON----- */
#submenu {
	font-size:11px;
	color:#b5b5b5;
	margin:0px;
	padding:0px;
}
#submenu ul{
	padding-top:5px;
	background-image:url(/common/img/template/les_roches_bluche/EN-EN/top_submenu.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-bottom:-1px;
	padding-left:0px;
	margin-top:0px;
}
#submenu li{
	list-style:none;
	list-style-type:none;
	padding-left:15px;
	padding-bottom:5px;
	margin-left:0px;
	width:135px;
	background-image:url(/common/img/template/les_roches_bluche/EN-EN/bg_li.jpg);
	background-repeat:repeat-y;
}
#submenu a{
	color:#666;
	width:130px;
	display:block;
}
#submenu a:hover{
	color:#3e3e3e;
}
#submenu a:active{
	color:#3e3e3e;
}

/* styles d'editions */
#descriptif .bold,#topic_content .bold{
	font-weight:bold;
	color:#e83752;
}
























