.centre {
	background: none;
	border: none;
}
.centre h1 {
}

/* PAGE ACCUEIL **************************************************************
*****************************************************************************/

.lienSeances {
	float: left;
	display: block;
	width: 279px;
	height: 193px;
	background-image: url(../images/webtv_accueil-seances.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.lienReportages {
	float: right;
	display: block;
	width: 280px;
	height: 193px;
	background-image: url(../images/webtv_accueil-report.png);
	background-position: no-repeat;
	cursor: pointer;
}


/* MODULE *******************************************************************
****************************************************************************/
.warningNoJs {
	margin: auto;
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
}

.conteneurModule {
	width: 960px;
	height: auto;
	margin: auto;
}
	.conteneurDiapo {
		width: 197px;
		height: 347px;
		float: left;
	}
		.boutonNavHaut {
			display: block;
			width: 37px;
			height: 10px;
			background-image: url(../images/btn_diapo_haut.png);
			background-repeat: no-repeat;
			margin-left: 81px;
			cursor: pointer;
		}
		.fonDiapo {
			width: 197px;
			height: 329px;
			background-image: url(../images/fond_diapo.png);
			background-repeat: no-repeat;
		}
			.contenuDiapo {
				margin-left: 7px;
				width: 186px;
				height: 315px;
				padding-top: 6px;
			}
				.diapoPhoto {
					width: 180px;
					height: 75px;
					margin-left: 3px;
					margin-bottom: 4px;
				}
					.diapoPhoto a, .diapoPhoto a:visited {
						display: block;
						width: 180px;
						height: 75px;
						background-repeat: no-repeat;
						background-position: 5px center;
						background-color: #5775b2;
						color: #fff;
						font-weight: bold;
						text-decoration: none;
					}
					.diapoPhoto a:hover {
						background-color: #5775b2;
						border: 1px solid #bbcee8;
						color: #fff;
						font-weight: bold;
						text-decoration: underline;
					}
		.boutonNavBas {
			display: block;
			width: 37px;
			height: 10px;
			background-image: url(../images/btn_diapo_bas.png);
			background-repeat: no-repeat;
			margin-left: 81px;
			cursor: pointer;
		}
	.conteneurPhoto {
		width: 535px;
		height: 347px;
		float: left;
		margin-left: 10px;
	}
		.fondOptions {
			width: 535px;
			height: 28px;
			background-image: url(../images/fondOptions.png);
		}
		.fondPhoto {
			width: 535px;
			min-height: 313px;
			background-image: url(../images/fondPhoto.gif);
			background-repeat: repeat-y;
			text-align: center;
		}
			.fondLectureArchives {
				width: 110px;
				height: 19px;
				background-image: url(../images/fond_lecture2.gif);
				background-repeat: no-repeat;
				float: left;
				margin-left: 10px;
				margin-top: 10px;
			}
				.btnArchPlay {
					float:left;margin-top:3px;margin-left:15px;
				}
				.btnArchStop {
					float:left;margin-top:3px;margin-left:5px;
				}
				.btnArchRet {
					float:left;margin-top:3px;margin-left:5px;
				}
				.ico_mode {
					float:right;margin-right:10px;margin-top:2px;
				}
			.navVoirTags {
				float: left;
				margin-top: 10px;
				margin-left: 10px;
				text-align: center;
				width: 380px;
			}
				.navVoirTags a, .navVoirTags a:visited {
					color: #000;
					text-decoration: none;
				}
				.navVoirTags a:hover {
					color: #000;
					text-decoration: underline;
				}
		.basPhoto {
			width: 535px;
			height: 7px;
			background-image: url(../images/basPhoto.png);
			background-repeat: no-repeat;
		}
	.conteneurInfos {
		width: 205px;
		height: 347px;
		float: left;
		margin-left: 10px;
	}
		.containHautBlocInfo {
			width: 205px;
			height: 31px;
			background-image: url(../images/hautFond.png);
			background-repeat: no-repeat;
			background-position: left center;
		}
			.blocHautDroiteInfo {
				float: right;
				width: 15px;
				height: 31px;
				background-image: url(../images/hautDroite.png);
				background-repeat: no-repeat;
				/*background-color: #e7ecf5;*/
				background-color: #c1e2f4;
			}
		.containMidBlocInfo {
			width: 205px;
			height: 311px;
			background-image: url(../images/midFond.gif);
		}
			.blocMidDroiteInfo {
				float: right;
				margin-right: 0px;
				width: 4px;
				height: 311px;
				background-repeat: repeat-y;
				background-image: url(../images/midDroite2.gif);
			}
		.containBasBlocInfo {
			width: 205px;
			height: 5px;
			background-image: url(../images/basFond.gif);
			background-repeat: no-repeat;
		}
			.blocBasDroiteInfo {
				float: right;
				width: 7px;
				height: 5px;
				background-image: url(../images/basDroite2.gif);
				background-repeat: no-repeat;
				/*background-color: #e7ecf5;*/
				background-color: #c1e2f4;
			}
		.blocInfoTexte {
			width: 187px;
			height: 225px;
			margin-left: 10px;
			overflow: auto;
		}
			.titrePhoto {
				font-weight: bold;
				color: #000;
			}
			.descPhoto {
				color: #838383;
			}
			.rubNiv1 {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce_rubrique.gif);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				padding-left: 20px;
				margin-left: -40px;
				margin-top: 5px;
			}
			.rubNiv1Actif {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce_rubrique-actif.gif);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				padding-left: 20px;
				margin-left: -40px;
				margin-top: 5px;
			}
			.rubNiv2 {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce_sous-rubrique.gif);
				background-repeat: no-repeat;
				background-position: 5px left;
				padding-left: 15px;
				margin-left: -50px;
				margin-top: 5px;
			}
			.rubNiv2Actif {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce_sous-rubrique-actif.gif);
				background-repeat: no-repeat;
				background-position: 5px left;
				padding-left: 15px;
				margin-left: -50px;
				margin-top: 5px;
			}
			.rubNiv3 {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce.gif);
				background-repeat: no-repeat;
				background-position: 5px left;
				padding-left: 15px;
				margin-left: -50px;
				margin-top: 5px;
			}
			.rubNiv3Actif {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce.gif);
				background-repeat: no-repeat;
				background-position: 5px left;
				padding-left: 15px;
				margin-left: -50px;
				margin-top: 5px;
			}
			.rubNiv4 {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce_pages.gif);
				background-repeat: no-repeat;
				background-position: 5px left;
				padding-left: 15px;
				margin-left: -50px;
				margin-top: 5px;
			}
			.rubNiv4Actif {
				cursor: pointer;
				font-weight: bold;
				display: block;
				list-style: none;
				list-style-image: none;
				background-image: url(/@_images/puce_pages.gif);
				background-repeat: no-repeat;
				background-position: 5px left;
				padding-left: 15px;
				margin-left: -50px;
				margin-top: 5px;
			}
		.blocInfoTags {
			width: 187px;
			height: 65px;
			margin-left: 10px;
			overflow: auto;
		}
	.conteneurItw {
		width:310px;height:310px;float:left;background-image:url(../images/fond_itw.png);background-repeat:no-repeat;
	}
		.conteneurItwLigne {
			width:280px;height:50px;margin-top:20px;margin-left:15px;
		}
		.conteneurItwLigne2 {
			width:280px;height:50px;margin-top:5px;margin-left:15px;
		}
			.conteneurItwLigneVgn {
				float:left;width:75px;height:50px;margin-left:6px;
			}
			.conteneurItwLigneVgn2 {
				float:left;width:75px;height:50px;margin-left:20px;
			}
				.conteneurItwLigneVgn a, .conteneurItwLigneVgn a:visited {
					display: block;
					width: 75px;
					height: 50px;
					border: 1px solid #194aa1;
				}
				.conteneurItwLigneVgn a:hover {
					display: block;
					width: 75px;
					height: 50px;
					border: 1px solid #bbcee8;
				}

				.conteneurItwLigneVgn2 a, .conteneurItwLigneVgn2 a:visited {
					display: block;
					width: 75px;
					height: 50px;
					border: 1px solid #194aa1;
				}
				.conteneurItwLigneVgn2 a:hover {
					display: block;
					width: 75px;
					height: 50px;
					border: 1px solid #bbcee8;
				}

/* TAGS */
#conteneurTags {
	border: 2px solid #7C8FC4; background-color: #F3F6FA; padding: 5px; margin-top:9px;
}
#conteneurTags .tag1, #conteneurTags .tag1:hover, #conteneurTags .tag1:visited{color:#7C8FC4; font-size:105%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag2, #conteneurTags .tag2:hover, #conteneurTags .tag2:visited {color:#6D84BE; font-size:135%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag3, #conteneurTags .tag3:hover, #conteneurTags .tag3:visited {color:#5674B5; font-size:175%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag4, #conteneurTags .tag4:hover, #conteneurTags .tag4:visited {color:#3D62AC; font-size:200%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag5, #conteneurTags .tag5:hover, #conteneurTags .tag5:visited {color:#2652A4; font-size:270%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag6, #conteneurTags .tag6:hover, #conteneurTags .tag6:visited {color:#17479E; font-size:333%; font-weight:normal; margin: 0px 5px; line-height:110%;}
