html {
min-width:750px;
}

body {
	background-color: #260F09;
	color:#75482D;
	font-family:  Georgia, Times, "Times New Roman", serif, Garamond;
	font-size: small;
	font-weight: normal;
	margin:0;
	padding:0;
}

a:link {
text-decoration:none;
color:#75482D;
text-transform:none;
font-weight:700;
}

a:visited {
text-decoration:none;
color:#75482D;
text-transform:none;
font-weight:700;
}

a:hover {
color:#987150;
}

a:active {
text-decoration:none;
color:#987150;
text-transform:none;
font-weight:bold;
}

.tc {
    text-align:justify;
	font-size: small;	
	color:#BD9E84;
	font-weight: bold;
	line-height:normal;
}

ul ,li {
margin:0;
padding:0;
}



li {
list-style:none;
}

p {
	line-height:normal;
	margin:0;
	padding:0px 12px 0 12px;
}


.p2 {
    text-align:right;
	line-height:1em;
	margin:0;
	padding:0px 12px 0 12px;
}

#container {
	width:750px;
	height:800px;

	text-align:left;
	position:relative;
	padding:0;
	background-image: url(fmenu.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
}


/* Main MENU */
ul#menu {	
   list-style-type: none; /* Suppression des boutons de la liste */
}

ul#menu a {
   text-decoration: none;
}

ul#menu span {
   display: none; /* Suppression du texte des liens */
}









/* MENU ELEMENTS */
a#fmhome{
	background-image: url(../common/fmhome.jpg) ;
	width: 56px;
	position: absolute;
	background-repeat: no-repeat;
	height: 24px;
	left: 38px;
	top: 114px;
	background-position: center;
	
}
a#fmhome:hover{background-image: url(../common/fmhome-hover.jpg) ; 

}

a#fmmusic{
	background-image: url(../common/fmmusic.jpg) ;
	width: 67px;
	position: absolute;
	left: 203px;
	top: 112px;
	background-repeat: no-repeat;
	height: 26px;
	background-position: center;
}

a#fmmusic:hover{background-image: url(../common/fmmusic-hover.jpg);

}

a#fmabout{
	background-image: url(../common/fmabout.jpg) ;
	width: 54px;
	position: absolute;
	left: 327px;
	top: 113px;
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
}
a#fmabout:hover{background-image: url(../common/fmabout-hover.jpg);}

a#fmlyrics{
	background-image: url(../common/fmlyrics.jpg) ;
	width: 52px;
	background-repeat: no-repeat;
	position: absolute;
	left: 390px;
	top: 112px;
	height: 26px;
	background-position: center;
}
a#fmlyrics:hover{background-image: url(../common/fmlyrics-hover.jpg);}

a#fmshows{
	background-image: url(../common/fmshows.jpg) ;
	width: 58px;
	background-repeat: no-repeat;
	position: absolute;
	left: 453px;
	top: 110px;
	height: 26px;
	background-position: center;
}
a#fmshows:hover{background-image: url(../common/fmshows-hover.jpg);}

a#fmpictures{
	background-image: url(../common/fmpictures.jpg) ;
	width: 70px;
	background-repeat: no-repeat;
	position: absolute;
	left: 522px;
	top: 112px;
	height: 25px;
	background-position: center;
}
a#fmpictures:hover{background-image: url(../common/fmpictures-hover.jpg);}

a#fmpress{
	background-image: url(../common/fmpress.jpg) ;
	width: 50px;
	background-repeat: no-repeat;
	position: absolute;
	left: 602px;
	top: 117px;
	height: 19px;
	background-position: center;
}
a#fmpress:hover{background-image: url(../common/fmpress-hover.jpg);}

a#fmlinks{
	background-image: url(../common/fmlinks.jpg) ;
	width: 45px;
	background-repeat: no-repeat;
	position: absolute;
	left: 663px;
	top: 111px;
	height: 22px;
	background-position: center;
}
a#fmlinks:hover{background-image: url(../common/fmlinks-hover.jpg);}
