body{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	background-color: #000;
	margin: 0;
	padding: 0;
}

a {
	color:#930A12;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#cadre {
	overflow: hidden;
	margin: 0;
	position: relative;
}

#marge {
	height: 100px;
	position: relative;
}

#menu {
	position: absolute;
	padding: 10px;
	padding-top: 0;
	z-index: 2700;
	cursor: move;
	width: 970px;
}

#menu ul {
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
	padding-left: 10px;
	list-style-type: none;
	background-image: url("../img/point.png");
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#menu ul > li:first-child {
	background: none;
	padding-left: 0;
}

#menu ul li a {
	background-image: url("../img/menu.png");
	background-repeat: no-repeat;
}

a#btn_accueil {
	background-position: 0px 0px;
	display: block;
	width: 94px;
	height: 30px;
}

a#btn_accueil:hover {
	background-position: -136px 0px;
}

a#btn_news {
	background-position: 0px -34px;
	display: block;
	width: 71px;
	height: 30px;
}

a#btn_news:hover {
	background-position: -136px -34px;
}

a#btn_jour1 {
	background-position: 0px -68px;
	display: block;
	width: 117px;
	height: 30px;
}

a#btn_jour1:hover {
	background-position: -136px -68px;
}

a#btn_jour2 {
	background-position: 0px -102px;
	display: block;
	width: 93px;
	height: 30px;
}

a#btn_jour2:hover {
	background-position: -136px -102px;
}

a#btn_jour3 {
	background-position: 0px -136px;
	display: block;
	width: 123px;
	height: 30px;
}

a#btn_jour3:hover {
	background-position: -136px -136px;
}

a#btn_tickets {
	background-position: 0px -204px;
	display: block;
	width: 93px;
	height: 30px;
}

a#btn_tickets:hover {
	background-position: -136px -204px;
}

a#btn_infos {
	background-position: 0px -170px;
	display: block;
	width: 72px;
	height: 30px;
}

a#btn_infos:hover {
	background-position: -136px -170px;
}

a#btn_forum {
	background-position: 0px -237px;
	display: block;
	width: 86px;
	height: 30px;
}

a#btn_forum:hover {
	background-position: -136px -237px;
}

a#btn_historique {
	background-position: 0px -271px;
	display: block;
	width: 134px;
	height: 30px;
}

a#btn_historique:hover {
	background-position: -136px -271px;
}

div.rubrique {
	width: 900px;
	height: 450px;
	position: relative;
	padding: 100px 50px 50px 50px;
	background-repeat: no-repeat;
	margin: 0;
}

div#accueil {
	background-image: url("../img/fond_accueil.jpg");
	left: 1000px;
	top: -1800px;
}

div#news {
	background-image: url("../img/fond_news.jpg");
	top: -1200px;
}

div#news div {
	text-align: justify;
}

div#tickets {
	background-image: url("../img/fond_tickets.jpg");
	left: 2000px;
	top: -2400px;
	padding-top: 200px;
	height: 350px;
}

div#tickets a img {
	border: none;
	vertical-align: -3px;
}

div#infos {
	background-image: url("../img/fond_infos.jpg");
}

div#historique {
	background-image: url("../img/fond_historique.jpg");
	left: 1000px;
	top: -600px;
}

div#galeries {
	background-image: url("../img/fond_galeries.jpg");
	left: 2000px;
	top: -1200px;
}

div#jour1, div#jour2, div#jour3 {
	padding-top: 140px;
	height: 410px;
}

div#jour1 {
	background-image: url("../img/fond_j1.jpg");
	top: -2400px;
}

div#jour2 {
	background-image: url("../img/fond_j2.jpg");
	left: 1000px;
	top: -3000px;
}

div#jour3 {
	background-image: url("../img/fond_j3.jpg");
	left: 2000px;
	top: -3600px;
}

p {
	text-align: justify;
}

div#historique h3 {
	clear: both;
	margin-top: 30px;
}

div#historique p img {
	float: right;
	margin: 0 30px;
}

div.historique p {
	width: 600px;
}

div#galeries h4 {
	text-align: center;
	margin-top: 200px;
}

div#ajaxGalerie {
	text-align: center;
}

div#ajaxGalerie h3 {
	text-align: right;
}

div#ajaxGalerie span {
	display: inline-block;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/fond_miniature.png");
	border: 1px solid #000;
	margin: 30px;
}

div#ajaxGalerie span a img {
	border: none;
}

table.programmation {
	width: 430px;
	margin: 10px;
	float: left;
}

table.programmation th {
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	font-variant: small-caps;
}

table.programmation td {
	font-size: 16px;
}

table.scene1 td {
	padding-top: 25px;
}

table.scene2 td {
	padding-bottom: 25px;
}

table.programmation a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

table.programmation a:hover {
	text-decoration: underline;
}

td.heure {
	width: 60px;
	font-weight: bold;
}

td.image {
	width: 100px;
	text-align: center;
}

table.programmation img {
	height: 60px;
	border: 1px solid #000;
}

p.artiste {
	padding: 15px;
}

p.artiste img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
