#col_centre .texte-align-right a   {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#col_centre .texte-align-right a:hover {
	text-decoration: underline;
}
h3.texte-align-right {
	clear: left;
}

.bloc_vignettes {
	overflow: auto;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 4em;
}
.bloc_vignettes ul {
	list-style-type: none;
}
.bloc_vignettes li {
	float: left;
	display: block;
	text-align: center;
}
.bloc_vignettes li a {
	height: 30px;
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.5em;
	display: block;
	background-image: url(../Images/fond-actu-bleu.png);
	line-height: 2em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.bloc_vignettes li a:hover  {
	background-image: url(../Images/fond-actu.png);
	color: #0096A0;
	font-weight: bold;
}
.bloc_vignettes  li  a.current {
	background-image: url(../Images/fond-actu.png);
	font-weight: bold;
	color: #FFF;
}
.divs_film {
	position: absolute;
	left: 10px;
	top: 0px;
}

#resum_conteneur {
	position: relative;
}
.notice {
	margin: 10px;
	padding: 5px;
	background-image: url(../Images/fond-actu.png);
	background-position: 0px 0px;
}
.notice p {
	font-size: 1.3em;
	line-height: 1.25em;
}
.notice a {
	color: #0096A0;
	text-decoration: none;
	font-weight: bold;
}
.notice a:hover {
	text-decoration: underline;
}


.coordonnees {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}
.coordonnees a {
	color: #0096A0;
	text-decoration: none;
}
.coordonnees a:hover {
	text-decoration: underline;
}
.texte-majuscules {
	text-transform: uppercase;
}
.bloc_prog_grille {
	background-image: url(../Images/actu/fond-actu.png);
	background-position: left 0px;
	overflow: auto;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
.bloc_prog_grille table {
	width: 100%;
}

.bloc_prog_grille  table th{
	background-image:url(../Images/fond-actu-bleu.png);
	font-size:1.5em;
	font-weight:bold;
	line-height:2em;
	padding-left:1.3em;
	padding-right:1.3em;
	text-align: center;
	text-transform: uppercase;
}
.bloc_prog_grille table td {
	background-image: url(../Images/fond-actu.png);
}


.bloc_prog_grille .horaire {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	color: #FFF;
	width: 40px;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.bloc_prog_grille .films {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}
.filmsHC {
	font-weight: bold;
	text-transform: uppercase;
	color: #0096A0;
}
.filmsEC {
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
}
.films-autres {
	font-weight: bold;
	text-transform: uppercase;
}
#prog-autre {
	padding: 10px;
	clear: both;
}
#prog-autre a {
	color: #0096A0;
	text-decoration: none;
	display: block;
	height: 50px;
	font-size: 2em;
	line-height: 2.5em;
	text-transform: uppercase;
}
#prog-autre a.prog-suivant {
	background-image: url(../Images/fleche-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 50px;
}
#prog-autre a.prog-suivant:hover {
	color: #FFF;
	background-image: url(../Images/fleche-right-on.png);
}
#prog-autre a.prog-precedent {
	background-image: url(../Images/fleche-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 50px;
}
#prog-autre a.prog-precedent:hover {
	color: #FFF;
	background-image: url(../Images/fleche-left-on.png);
}

