body {
margin: 0;
background-color: #000;
background-image: url(img/back.gif);
background-repeat: repeat-y;
font-family: arial, helvetica, sans-serif;
color: #fff;
height: 110%;
}

td {
font-size: 13px;

}

img {
border: 0px;
}

a {
text-decoration:none;
color: #d21e3b;

}

.hidden {
display: none;
}


#main {
width: 1000px;
height: 100%	;
/*border: 1px solid #aaa;*/
margin-left: auto;
margin-right: auto;
background-image: url(img/melodica.gif);
background-repeat: no-repeat;

}

h1 {
font-size: 22px;
text-transform: uppercase;

}

#mainTable {
margin-top: 150px;
}

#content {
width: 820px;
padding-left: 20px;
}

#coldroite #menu a {
display: block;
color: #696969;
font-size: 16px;
text-transform: uppercase;
font-weight: bolder;
line-height: 26px;

}

#coldroite #menu a:hover {
color: #fff;
}

#coldroite #menu  .current {
color: #d21e3b;

}

#sites {
margin-top: 20px;
}

#melodica {
margin-top: 20px;
margin-right: 30px;
}

#tounes {
padding-top: 20px;
clear: both;
}

#tounes a {
	color: #fff;
	font-weight: bolder;
	font-size: 15px;
	display: block;
	line-height: 22px;
	width: 330px;
	background-image: url(img/play.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#tounes a.playing {
	color: #ce2039;
	background-image: url(img/playing.gif);
}

#musique {
background-color: #141414;
width: 790px;
}

.small {
font-size: 12px;

}

.current {
font-size: 12px;
color: #ce2039;
}