/* JPR artistes - main CSS */
BODY {
	margin: 0; padding: 0;
	background-color: #fff; color: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
}

#sidemenu {
	background: #fff url(/images/sidebar_cap.jpg) no-repeat left bottom;
	width: 150px;
	float: left;
	margin: 0; padding: 0; 
}
#sidemenu UL {
	margin: 0; padding: 0;
}
#sidemenu UL LI {
	display: block;
	list-style-type: none;
	margin: 0; padding: 0;
/*	border-bottom: dashed 0px #fff;*/
	width: 125px;
}
#sidemenu UL LI.pdf A {
	background: transparent url(/images/icon-link-new-window.gif) no-repeat right center;
}

#sidemenu UL LI A {
	display: block;
}
#content {
	color: #ffffff; background-color: #content;
	width: 550px;
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#footer {
	background: transparent url(/images/body_cap.jpg) no-repeat left bottom;
	color: #fff;
	margin: 60px 0;
	text-align: center;
	clear: both;
}

A IMG {
	border: 0;
}

/* classes générales */

.gras {
	font-weight: bold;
}
.obli {
	font-style: italic;
}
.urllink{
	color: #CC0000;
	}