@media screen, print {
	.Titre {
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			12pt;
		color:				#009393;
		font-weight:		bold;
		}

	.contenu {
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			8pt;
		color:				#000000;
		}

	.select {
		font-family:		arial, Helvetica, Verdana;
		font-size:			7pt;
		color:				black;
		bgcolor:			#FFFFFF;
		border:				1 solid black;
		}

	.liDoss {
		text-decoration:	underline;
		}
	.liDoss:hover {
		text-decoration:	none;
		background:			#FFFFFF;
		}

	.liniv0 {
		font-family:		arial, Helvetica, Verdana;
		font-size:			9pt;
		font-weight:		bold;
		color:				#000000;
		text-decoration:	none;
		}
	.liniv0:hover {
		background:			#FFFFFF;
		}

	.liniv1 {
		font-family:		arial, Helvetica, Verdana;
		font-size:			9pt;
		color:				#000000;
		font-weight:		bold;
		text-decoration:	none;
		}
	.liniv1:hover {
		background:			#FFFFFF;
		}

	.liniv2 {
		font-family:		arial, Helvetica, Verdana;
		font-size:			8pt;
		color:				#009393;
		font-weight:		bold;
		text-decoration:	none;
		}
	.liniv2:hover {
		background:			#FFFFFF;
		}

	.liniv3 {
		font-family:		arial, Helvetica, Verdana;
		font-size:			8pt;
		color:				#009393;
		text-decoration:	underline;
		}
	.liniv3:hover {
		background:			#FFFFFF;
		}

	.liniv4 {
		font-family:		arial, Helvetica, Verdana;
		font-size:			7pt;
		color:				#009393;
		text-decoration:	none;
		}
	.liniv4:hover {
		background:			#FFFFFF;
		}
	}

@media screen {
	#divListe {
		position:			absolute;
		left:				auto;
		width:				460px;
		height:				110px;
		overflow:			auto;
		}

	#divDetail {
		position:			absolute;
		left:				auto;
		width:				460px;
		height:				239px;
		overflow:			auto;
		}

	#divDiapDetail {
		position:			absolute;
		left:				auto;
		width:				230px;
		height:				280px;
		overflow:			auto;
		}


	#divlisteDiaporama {
		position:			absolute;
		left:				auto;
		width:				430px;
		height:				102px;
		overflow:			auto;
		}

	#divGdDetail {
		position:			absolute;
		left:				auto;
		width:				460px;
		height:				372px;
		overflow:			auto;
		}

	#divPlansite {
		position:			absolute;
		left:				auto;
		width:				233px;
		height:				372px;
		overflow:			auto;
		}

	#divCle {
		position:			absolute;
		left:				auto;
		width:				215px;
		height:				243px;
		overflow:			auto;
		}
	}