/* feuille de style pour lionel-musique.ch home  */
body {
	margin: 0;
	width:100%;
	text-align: center;
	background-color: #000;
	font-family: Verdana, Arial, sans-serif; 
	font-size:1em;
	color:#FFF;
	background-image:url("images/fond_page.gif");
	background-repeat:repeat-x;
	background-position:left top;
}

img { border:none; }

a { text-decoration:underline; color:#FFF; }
a:link { text-decoration:underline; color:#FFF; }
a:active { text-decoration:underline; color:#FFF; }
a:focus { text-decoration:underline; color:#6A6A6A; }
a:visited { text-decoration:underline; color:#FFF; }

#accessibility { display:none; }
#main {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
	width:886px;
	height:820px;
	text-align:left;
	background-color:#000;
}
#texte {
	position:absolute;
	width:366px;
	height:360px;
	margin-left:88px;
	margin-top:460px;
	font-size:0.7em;
	color:#000;
	line-height:1.2em;
}
#youtubeBox { position:absolute; width:300px; height:182px; top:424px; right:59px; background: transparent url("images/youtube_bkg.png") no-repeat center; padding:7px; }
#footer {
	position:absolute;
	top:830px;
	padding:0 60px 0 87px;
	font-size:0.6em;
	color:#FFF;
	vertical-align:middle;
}
#footer img { vertical-align:middle; }