@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(../images_site/fond-sepia-7.jpg);
	background-position:center;
	font-size: 18px;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}

/*definition des differents corps de texte*/

.textenormal {
	color: #000;
}

.copyright {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.copyrightcontact {
	font-size: 10px;
	color: #F0F;
	font-family: Verdana, Geneva, sans-serif;
}
.textemusique {
	color: #FC0;
}
.textegros {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.fond_tableau {
	background-color: #000;
}

#lienradio {
	color: #FC0;
}
#contact {
	color: #F3C;
}

/*CONTACT*/

div#contact {
	border: 1px solid #900;
	text-align:center;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 10px;
	visibility: visible;
	position: absolute;
	height: auto;
	width: 550px;
	left: 303px;
	background-color: #666;
	top: 180px;
	font-weight: bold;
	padding: 10px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}
form {
	width:540px;
}

label {
	display:block;
	width:250px;
	float:left;
	text-align: right;
}
input, label {
	margin: 1px 0;
}

