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

body {
	background-color: #CCC;
}



#contenu {
	width: 1250px;
	height: 1198px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px 10px;
	box-shadow: 4px 4px 10px #666666;
	background-image: url(images/fond1.jpg);
	background-repeat: no-repeat;
}

.contacts {
	position: absolute;
	top: 250px;
	left: 50px;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	opacity: 0.8;
}

.contacts span {
	display: block;
}

.titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #4B4C46;

	letter-spacing: 1.5px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}

#orchestraAcces{
	box-shadow: 4px 4px 10px #666666;
	width: 295px;
	height: 230px;
	background-image: url(images/fondOrchstra.png);
	background-repeat: repeat-x;
	position: relative;
	top: 350px;
	left: 80px;
}
.boutonOrchestra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #DFDFDF;
	padding-top: 4px;
	padding-left: 4px;
	letter-spacing: 1.5px;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
}
.texteOrchestra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	letter-spacing: 1.5px;
	line-height: 40px;
}
.texteOrchestra2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding-left: 20px;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 30px;
	background-color: #999999;
	font-weight: bold;
}

#texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 335px;
	position: relative;
	top: -30px;
	left: 440px;
	letter-spacing: 0.7px;
	line-height: 17px;
	text-align: justify;
	}
#plan {
	position: relative;
	height: 415px;
	width: 360px;
	left: 40px;
	top: -460px;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	box-shadow: 4px 4px 10px #666666;
	}

#footer {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	position: relative;
	width: 700px;
	top: -413px;
	z-index: 50;
	left: 240px;
	}
#footer	a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
