@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.jpg);
	background-repeat: no-repeat;
	border-radius:10px 10px 10px 10px;*/
	box-shadow:4px 4px 10px #666666;
	height: 800px;
	background-color: #CCC;
}
#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: 0px;	
}
#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: 5px;
	margin-right: 5px;
}
.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;
}
.petitTitre {
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 11px;
	color: #E53D27;
	letter-spacing: 1.5px;
	font-weight: bold;
}
#titre {
	background-repeat:repeat;
	
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 12px;
	color: #E83F2C;
	letter-spacing: 2px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	width: 680px;
	font-style: normal;
	font-weight: bold;
	background-color: #E0E0E0;
	margin-left: 0px;
	margin-top: 5px;
	background-image: url(images/fondTitre.jpg);
}
#centre {
	background-image: ;
	background-repeat: no-repeat;
	height: 575px;
	width: 680px;
	position:absolute;
	margin-top: -575px;
	margin-left: 215px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FCD47D;
	background-color: #FFF;
}
#centre p{
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
	color: #333;
}
#texteInte{
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
	color: #333;
	width: 269px;
	position: absolute;
	left: 400px;
	top: 230px;
	}
.petitTexte{
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 25px;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
	color: #333;
}
#centre li{
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 30px;
	
	letter-spacing: 1.5px;
	color: #333;
	list-style-type: disc;
	list-style-image: url(images/point.jpg);
	line-height: 15px;
}
#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;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E53D27;
}
#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;
	
}
#imageCrousse{
	float: right;
	height: 160px;
	width: 360px;
}
#imageFairweather{
	height: 160px;
	width: 360px;
	position: absolute;
	left: 17px;
	top: 249px;
}
#imageLogoFairweather{
	height: 100px;
	width: 220px;
	position: absolute;
	left: 459px;
	top: 40px;
}
