@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-color:black;
	background-image:url(images/bois.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b08f62;
}
a:link {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#c21411;
	text-decoration:none;
}
a:active {
	color:white;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:none;
}
#principal {
	width:900px;
	margin:40px auto;
	background-color:black;
	border: solid #b08f62;
}
#banniere_haut {
	background-color:black;
	text-align:center;
}
#colonnegauche {
	width:150px;
	height:375px;
	float:left;
	background-color:black;
	border-right:solid #900;
	border-top:solid #900;
	border-bottom:solid #900;
}
#centre {
	margin-left:150px;
	margin-right:150px;
	margin-bottom:20px;
	background-color:#000;
	background-image:url(images/background.jpg);
	height:375px;
	border-top:solid #900;
	border-bottom:solid #900;
	text-align:center;
}
#menu {
	background-color:#b08f62;
	margin-bottom:18.75px;
	border-bottom:solid #900;
	font-size:13px;
	color:#900;
}
#contenu_textuel {
	background-color:black;
	background-image:url(images/bois2.jpg);
	margin:0px 18.75px 18.75px 18.75px;
	padding:7.5px;
	height:300.5px;
	text-align:left;
	border:solid #b08f62;
}
#colonnedroite {
	width:150px;
	height:375px;
	float:right;
	background-color:#900;
	border-left:solid #900;
	border-top:solid #900;
	border-bottom:solid #900;
}
#banniere_bas {
	background-color:black;
	text-align:center;
	clear:both;
	margin-top:-19.75px;
}
span {
	color:black;
}
#date {
	float:left;
}
#miseajour {
	float:right;
}
#contenu_news {
	margin-top:18.75px;
	margin-bottom:18.75px;
	text-align:justify;
}
#prochainspectacle {
	margin-top:18.75px;
	margin-bottom:18.75px;
	text-align:justify;
}
#merci {
	margin-top:18.75px;
	margin-bottom:18.75px;
	text-align:justify;
}
#signature {
	margin-top:18.75px;
	margin-bottom:18.75px;
	text-align:left;
	font-size:9px;
	color: #F90;
}
#copyright {
	text-align:center;
	margin-top:-30px;
}
