@import "fsHeader.css" ;

#sidebar	{
	width : 210px ;
}

.sidebarListGalery {
	float : left ;
	width : 190px ;
	max-height : 80px ;
	margin-left : 10px ;
	margin-bottom : 10px ;
	margin-top : 10px ;
	overflow : auto ;
	padding-left : 10px ;
}

h2 {
	float : left ;
	width : 200px ;
}

#screen {
	float : right ;
	width : 640px ;
	background-color : #000 ;
	background-image : url("../bkg/bkgPage.gif") ;
	color : #f5d3a8 ;
	margin-bottom : 10px ;
	padding : 10px ;
	text-align : center ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

li {
	cursor : pointer ;
	list-style-image: url("../icones/dot_brun.gif");
}

li:hover	{
	color : red ;
	background-color : #f9e2c7 ;
}
.controls {
	cursor : pointer ;
	font-weight : bold ;
	margin-right : 5px ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}

.controls:hover	{
	color : red ;
	font-weight : normal ;
	background-color : #f9e2c7 ;
}


