@charset "utf-8";
/* CSS Document */
#bt_haut {
	background-image: url(../imageWeb/btonglet_haut.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 160px;
	height: 15px;
}
#bt_bas {
	background-image: url(../imageWeb/btonglet_bas.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 160px;
	height: 15px;
}

.bt_centre {
	background-image: url(../imageWeb/btonglet_milieu.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	width: 145px;
	font-weight:bolder;
}

.bt_centre a:link {
	color: #000000;
	text-decoration: none;
}
.bt_centre a:visited {
	text-decoration: none;
	color: #000000;
}
.bt_centre a:hover {
	text-decoration: none;
	color: #D70026;
}
.bt_centre a:active {
	text-decoration: none;
	color: #D70026;
}

/* MENU DYNAMIQUE */
.bt-themeEdition {
	cursor: hand;
	text-align: left;
	color:#CD006F;
	height: 20px;
	padding-top: 5px;
	background-image: url(../edition/images/plusedition.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-weight: bold;
}

.bt-themeDiffusion {
	cursor: hand;
	text-align: left;
	color: #5D4894;
	height: 20px;
	padding-top: 5px;
	background-image: url(../edition/images/plusdiffusion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-weight: bold;
}
.bt-themeDvd {
	cursor: hand;
	text-align: left;
	color: #DB7798;
	height: 20px;
	padding-top: 5px;
	background-image: url(../edition/images/plusdvd.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-weight: bold;
}
.bt-menu
{
	margin-left: 5px;
	margin-bottom: 10px;
}
.bt-menu a:link {
	color: #000000;
	text-decoration: none;
}
.b-menu a:visited {
	text-decoration: none;
	color: #000000;
}
.bt-menu a:hover {
	text-decoration: none;
	color: #D70026;
}
.bt-menu a:active {
	text-decoration: none;
	color: #D70026;
}
