body {
	background-attachment: fixed;
	background-color: #fff;
	/* background-image: url(bgV28.jpg);  */
	background-repeat:no-repeat;
	background-repeat: repeat-x;
	font-family: Century, Times New Roman, sans-serif;
	color:#000;
}
#global{
	position: absolute;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	top:10px;
	background-color:#fff;
}
#top{
	width:100%;
	background-color:#fff;
	clear:both;
}
#imgHome	{
	width: 100%;
	font-size:18px;
	letter-spacing:4px;
	font-weight:bold;
}
#imgHome a	{
	color:#606060;
	text-decoration:none;
}
#imgHome h1	{
	margin:0px;
	padding:0px;
	font-variant:small-caps;
}
#nav{
	padding-left:3px;
	width: 100%;
}
ul#menu {
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	font-variant:small-caps;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	background-color: #fff;
	float: left;
	width:18%;
	margin: 0px 6px 0px 0px;
	text-align:center;
}
ul#menu li a {
	color: #606060;
	text-decoration: none;
	display: block;
	float: left;
}
ul#menu li a:hover {
	color: #000;
}

h2 {
	margin:0px;
	padding:0px;
	color:#606060;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
}

#content	{
	padding:3px;
	width:100%;
	color:#000;
	font-size:12px;
	text-align:center;
}
#content a	{
	color:#606060;
	text-decoration:underline;
}
#content input, textarea	{
	color:#000;
	background-color:#fff;
	border:solid;
	border-width:1px;
	border-color:#f5f5f5;
	width:95%;
}
#footer{
	padding-top:5px;
	background-color:#fff;
	font-size:12px;
}
#footer a{
	color:#606060;	
}
.blanc	{
	color: #fff;
	font-weight:bold;
}
.vert	{
	color: #fff;
	font-weight:bold;
}
.rouge	{
	color: red;
	font-weight:bold;
}
#contact	{
	float:left;
	width:40%;	
	text-align:left;
}
#contactTel	{
	float:left;
	width:40%;
	text-align:left;
}
#music	{
	float:left;
	width:65%;	
	text-align:left;
}
#player	{
	float:left;
	width:30%;	
	text-align:right;
}
#homePage	{
	text-align:left;
}