@charset "utf-8";
.menu {
	display: block;
	width: 156px;
}
.menu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu li {
	display: block;
}
.menu a {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	display: block;
	width: 156px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-indent: 15px;
}
.menu a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 15px;
}

.btn_cours{
font-family:Arial;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
}

.desc_cours{
font-family:Arial;
font-size:12px;
color:#3333333;
}


