body, html{
	font:90% Verdana, Geneva, sans-serif;
	background:#000000;
	height:100%;
	margin:0;
	behavior: url(csshover.htc);
}

div.global{
	background:url(menu-factice.jpg) top left repeat-y #FFFFFF;
	width:900px;
	min-height:100%;
	position:relative;
	padding-left:50px;
}

div.header{
	height:72px;
	width:100%;
	top:0;
	left:0;
}

div.bar-style{
	height:9px;
	position:absolute;
	width:782px;
	margin-left:118px;
	margin-top:0;
	background:url(bar-style.jpg) top right no-repeat #000000;
}

div.bar-style2{
	height:70px;
	position:absolute;
	width:10px;
	margin-left:900px;
	margin-top:0;
	background:url(bar-style2.jpg) top left no-repeat #000000;
}

div.center{
	min-height:100%;
	height:100%;
	margin:auto;
	overflow:auto;
	padding-bottom:33px;
}

div.footer{
	background:#000000 url(bar-footer.jpg) bottom right no-repeat;
	position: absolute;
	width: 895px;
	padding-left:5px;
	bottom:0;
	height:33px;
}

div.footer img{
	padding: 0 0 0 15px;
	border:none;
}

div.footer p{
	float:right;
	display:inline;
	font-size:9px;
	color:#999999;
}

div.footer p a{
	text-decoration:underline;
	color:#999999;
}

div.content{
	float:right;
	width:480px;
	padding:10px 10px 10px 10px;
	text-align:justify;
}

div.content h1{
	font-size:18px;
	color:#e20a21;
}

div.content h1:first-letter{
	font-size:20px;
	font-weight:bold;
}

div.content a{
	color:#e20a21;
	text-decoration:none;
	border:none;
}

div.content a:hover{
	text-decoration:underline;
}

div.content table.albums{
	border: solid 1px #fabb00;
	width:100%;
	margin-bottom:5px;
}

div.content p.erreur{
	text-align:center;
	border:solid 1px #e20a21;
}

div.content hr{
	color:#e20a21;
	width:75%;
	text-align:center;
}

/*--- Menu horizontal ---*/

div.menu{
	float:left;
	color:#fabb00;
	width:350px;
	font:Verdana, Geneva, sans-serif;
	font-size:24px;
	padding:50px 10px 10px 10px;
}

.navigation { 
	margin: 0; 
	padding: 0;
	list-style:none;
}

.navigation a, .navigation span { 
	color:#fabb00;
	display: block; 
	padding: 4px 10px;
	padding-left:20px;
	text-decoration: none;
}

.navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	background:url(menu-plus.jpg) center left no-repeat;
} 
.navigation .open a, .navigation .open span {
	background:url(menu-moins.jpg) center left no-repeat;
}

.navigation a:hover, .navigation a:focus, .navigation a:active { 
	text-decoration: underline; 
}

.navigation .subMenu { 
	font-size: .8em; 
	font-size: .9em; 
	margin: 0; 
	padding: 0;
	list-style:none;
}

.navigation ul.subMenu a { 
	background: none; 
	padding: 5px 20px; 
}