/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

/* titre sur fond rouge */
.titre2 {
	font-size:16px;
	font-weight:bold;
	background-color:#11495B;
	color:#FFFFFF;
	padding-left:3px;
	margin-top:2px;
	padding-right:3px;
	margin-bottom:2px;
	clear:left;
}
/* titre souligne */
.titre3 {
	font-size:14px;
	font-weight:bold;
	color:#262A3C;
	margin-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#003333;
	border-bottom-width:1px;
	clear:left;
	display: block;
    width : auto;
  text-transform: uppercase    ;
}

/*pour le reste */
.titre1_sanspuce {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	margin-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#003333;
	border-bottom-width:1px;
	clear:left;
	display: block;
}


/*lien normal*/
#texte1 a, #texte2 a {
	color : #EC1919;
}
#texte1 a:hover , #texte2 a:hover {
	color : #262A3C;
}
/*lien plein*/
#contenu a.plein {
	font-size:11px;
	color:#FFFFFF;
	background-color:#1A3A53;
	width:auto;
	padding:0px 1px;
	text-decoration:none;
}
#contenu a:hover.plein {
	background-color:#EC1919;
	color:#FFFFFF;
}

/*lien sans deco*/
#contenu a.sans {
	color:#EC1919;
	padding:0px 1px;
	text-decoration:none;
}
#contenu a:hover.sans {
	background-color:#EC1919;
	color:#FFFFFF;
}
/*lien pdf*/
a.pdf {
	display:block;
	color:#EC1919;
	padding-left : 20px;
	height: 16px;
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
}
a:hover.pdf {
	text-decoration:underline;
}
a.annexe {
	color: #FFFFFF;
	text-decoration:none;
	height:12px;
}
a:hover.annexe {
	background-color:#000000;
}
a.annexe_actif {
	color: #FFFFFF;
	background-color:#000000;
}
#contenu .photo {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.textecoul1 {
	color: #11495B;
}
.textecoul {
	color: #11495B;
}
.textegris {
	color: #666666;
}

.petittextegris {
	font-size: 10px;
	color: #666666;
}
.petittextecoul1 {
	color: #11495B;
	font-size: 10px;
}
.petittextecoul {
	color: #262A3C;
	font-size: 10px;
}

.liste_titre_film {
	color:#CC0000;
	font-size:13px;
	font-weight:bold;
	padding-bottom:4px;
	text-transform: uppercase;
}
.liste_titre_real {
	font-size:12px;
	font-weight:bold;
	display:block;
}
.liste_titre_film2 {
	color:#CC0000;
	font-size:13px;
	font-weight:bold;
	padding-bottom:4px;
	text-transform: uppercase;
}
.liste_titre_film2 a {
	color:#EC1919;
}
.liste_titre_film2 a:hover {
	color:#000000;
	text-decoration:none;
}
.liste_titre_real2 {
	font-size:13px;
	font-weight:bold;
}
tr.liste_films {
	border-bottom-color:#999999;
	border-bottom-width:thin;
	border-bottom-style:solid;
}
/* marge pour photos dans texte */
img.photo_tab {
	padding-right:7px;
	padding-bottom:2px;
	padding-top: 0px;
	padding-left: 0px;
}
/* marge pour pagination tableau */
table.gauche {
	margin-right: 30px;
}
.liste_titre_film_abs {
	color:#EC1919;
	font-weight:bold;
	padding-bottom:3px;
	text-transform: uppercase;
}
/*pour encart dans page*/
table.table_encart {
	padding:4px;
	background-color:#F3F3F3;
	border:1px solid #CFCFCF;
}
.separateur {
	display:block;
	height:10px;
}
.separateur2 {
	display:block;
	height:5px;
}
table.logos {
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
padding: 20px 0px; 
margin-top:10px;
margin-bottom:10px;
}
/* pour programme */
#contenu td.entete_prog {
	color: #FFFFFF;
	background-color:#11495B;
	font-size:13px;
	padding:2px;
}
td.entete_prog .intitule_prog{
	color: #1F8AAD;
}
.titre2b
{
	font-size:16px;
	font-weight:bold;
	background-color:#CC0000;
	color:#FFFFFF;
	padding-left:3px;
	margin-top:2px;
	padding-right:3px;
	margin-bottom:2px;
	clear:left;
	display: block;
}

.liste_titre_film2_minus
{
	color:#CC0000;
	font-size:13px;
	font-weight:bold;
	padding-bottom:2px;
}

.liste_titre_film2_minus a { color:#EC1919; }

.liste_titre_film2_minus a:hover
{
	color:#000000;
	text-decoration:none;
}
