@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #000;
	background-repeat: no-repeat;
	background-image: url(../images/violin-chinrest_VIOLON_800_AC.jpg);
}
	
body, td, tr {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.header {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	padding: 0px;
	text-align: left;
	color: #B03624;
	width: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ~~ Pied de page ~~ */
.footer {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #000000;
	border-style: none;
	border-width: thin;
	padding: 2px;
	text-align: left;
	width: 100%;
	color: #999;
	width: 100%;
/*	padding: 10px 0; */
}

.align-centre {
	text-align : center;
}
