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

body {
	background-image: url(images/fondDePage.jpg);
	background-repeat: repeat-x;
}
#contenu {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/image.png);
	background-repeat: no-repeat;
	/*border-radius:10px 10px 10px 10px;*/
	box-shadow:4px 4px 10px #666666;
	background-color: #CCC;
	height: 800px;
}
#header {
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
}
#nav {
	width: 212px;
	background-image: url(images/fondRubriques.jpg);
	height: 575px;
	margin-top: -10px;
	margin-left: 5px;	
}
#nav li {
	list-style-type: none;
	color: #e53d27;
	padding-left: 25px;
	margin-left: -40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fdd47e;/*jaune*/
	padding-top: 7px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#nav li a{
	list-style-type: none;
	color: #333;
	text-decoration: none;
}
#nav li a:hover{
	list-style-type: none;
	color: #e53d27;/*rouge*/
	
	
}
#nav ul{
	padding-top: 25px;
}
#orchestra{
	width:200px;
	background-image:url(images/fondOrchestra.png);
	background-repeat:repeat;
	position:absolute;
	box-shadow:4px 4px 10px #666666;
	margin-top: -365px;
	margin-left: 10px;
}
.boutonOrchestra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 3px;
	padding-left: 3px;
	letter-spacing: 1.5px;
	background-color: #e53d27;
	font-weight: bold;
	text-align: center;
}
.texteOrchestra {
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 10px;
	color: #333;
	padding-left: 10px;
	letter-spacing: 1.5px;
}
#centre {
	
}
#footer {
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 9px;
	color: #333;
	letter-spacing: 1.5px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	margin-top: 20px;	
}
#footer a{
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 9px;
	color: #333;
	letter-spacing: 1.5px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
}
