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

/* TITRES */

h1 {

}

h2 {
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0 0 3px 0;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	margin: 0;
	text-transform: uppercase;
}


/* PROGRAMMATION */

.programme {
	background:  url(../img/fond-prog.gif) no-repeat 0 20px;
	width: 444px;
	height: 359px;
	margin: 0 0 0 52px;
	float: left;
	display: inline;
	padding-top:5px;
}

.jour {
	width: 444px;
	text-transform: uppercase;
	margin: 0 0 45px 0;
}

.jour img {
	margin: 10px 0 0 11px;
	float: left;
	width: 155px;
	height: 100px;
}

.jour .texte{
	width: 250px;
	float: left;
	margin: 25px 0 0 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
	.jour .texte ul{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
		.jour .texte ul li a{
			padding-left: 15px;
			background: url(../img/puce.gif) 3px center no-repeat;
		}
.jour a {
	color: #fff;
}

.jour a:hover {
	color: #f26234;
}

.jour span {
	color: #f26234;
}

/* EDITO et BLOCS */

.infos {
	width: 220px;
	height: 359px;
	float: left;
}

.edito {
	width: 193px;
	height: 170px;
	float: left;
	padding: 10px 0 0 20px;
}

.edito span{
	color: #f26234;
}

.edito a{
	color: #f26234;
	font-size: 12px;
	background:  url(../img/fleche.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
}

.edito a:hover{
	color: #7a0c19;
	font-size: 12px;
	background:  url(../img/fleche.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
}

.bloc-infos {
	width: 209px;
	height: 185px;
	background:  url(../img/bloc-infos.gif) no-repeat 5px 8px;
}

.newsletter {
	width: 193px;
	height: 64px;
	padding: 18px 0 0 16px;
}

.newsletter input {
	width: 140px;
	height: 15px;
	border: none;
	font-size:11px;
	float:left;
}

.newsletter a {
	display:block;
	width: 18px;
	height: 16px;
	background-color: #7a0c19;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	padding: 4px 0 0 2px;
	float:left;
	margin: 0 0 0 5px;
}

.newsletter span {
	color: #fff;
}

.billetterie {
	width: 193px;
	height: 64px;
	padding: 18px 0 0 16px;
}

.billetterie span {
	color: #fff;
}

.billetterie a {
	color: #7a0c19;
	text-decoration: underline;
}

.billetterie a:hover{
	color: #fff;
	text-decoration: underline;
}





