/* JPR artistes - main CSS */
BODY {
	margin: 0; padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
}
#sidemenu {
        background:black;
	width: 150px;
        position:absolute;
        top:500px;
        left:25px;
}
#sidemenu UL {
	margin: 0; padding: 0;
}
#sidemenu UL LI {
	display: block;
	list-style-type: none;
	margin: 0; padding: 0;
	width: 125px;
}

#sidemenu UL LI A {
	display: block;
}

#footer {
	background: transparent url(/images/body_cap.jpg) no-repeat left bottom;
	color: #999;
	margin: 60px 0;
	text-align: center;
	clear: both;
}

A IMG {
	border: 0;
}

/* classes gınırales */

.gras {
	font-weight: bold;
}
.obli {
	font-style: italic;
}

