img {
	border:none; 
}
body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
#menu {
	top:10px;
	margin:auto;
	width:1000px;
}
#page {
	height:640px;
	margin:auto;
	width:1000px;
}
#bandeau_vertical {
	float:left;
	width:133px;
	padding-top:10px;
}
#contenu {
	float:right;
	padding-top:10px;
	width:840px;
	height:600px;
	overflow:auto;
	margin-top:10px;
	padding:10px;
}
#footer {
	margin:auto;
	width:1000px;
	height:20px;
	background-color:#FDCF51;
}
.titre {
	color:#FDCF51;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}
.petit_txt {
	font-size:10px;
}
a {
	text-decoration:none;
	color:#FDCF51;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF
}
a.petit{
	font-size:10px;
	text-decoration:none;
	color:#FDCF51;
}
a.petit:hover {
	text-decoration:underline;
	color:#FFFFFF
}
a.contact {
	font-size:18px;
	text-decoration:none;
	color:#FDCF51;
}
a.contact:hover {
	text-decoration:underline;
	color:#FFFFFF
}
/* ROLLOVER */
a.roll_logo{ background-image: url('img/logo.gif'); display: block; width: 128px }
a.roll_logo:hover { background: url('img/logo.gif') 0 -128px }
a.roll_home{ background-image: url('img/menu_home.gif'); display: block; width: 92px }
a.roll_home:hover { background: url('img/menu_home.gif') 0 -62px }
a.roll_bio{ background-image: url('img/menu_bio.gif'); display: block; width: 62px }
a.roll_bio:hover { background: url('img/menu_bio.gif') 0 -62px }
a.roll_audio{ background-image: url('img/menu_audio.gif'); display: block; width: 104px }
a.roll_audio:hover { background: url('img/menu_audio.gif') 0 -62px }
a.roll_video{ background-image: url('img/menu_video.gif'); display: block; width: 120px }
a.roll_video:hover { background: url('img/menu_video.gif') 0 -62px }
a.roll_photos{ background-image: url('img/menu_photos.gif'); display: block; width: 116px }
a.roll_photos:hover { background: url('img/menu_photos.gif') 0 -62px }
a.roll_shop{ background-image: url('img/menu_shop.gif'); display: block; width: 84px }
a.roll_shop:hover { background: url('img/menu_shop.gif') 0 -62px }
a.roll_contact{ background-image: url('img/menu_contact.gif'); display: block; width: 164px }
a.roll_contact:hover { background: url('img/menu_contact.gif') 0 -62px }
