BODY { font-family: Arial, Helvetica; font-size: 12 px; font-style: normal; color: #000000; text-decoration: none; background-color: #CCCCCC; }
TD { font-family: Arial, Helvetica; font-size: 12 px; font-style: normal; color: #000000; text-decoration: none; } 
A:LINK { font-family: Arial, Helvetica; font-size: 12 px; font-style: normal; color: #000000; text-decoration: none; }
A:VISITED { font-family: Arial, Helvetica; font-size: 12 px; font-style: normal; color: #000000; text-decoration: none; }
A:HOVER { font-family: Arial, Helvetica; font-size: 12 px; font-style: normal; color: #000000; text-decoration: underline; }
SELECT { color: #000000; font-size: 12 px; font-family: Arial, Helvetica; background-color: #FFFFFF; }

.Centrer {
	background-color: #FFFFFF;
	padding: 10;
	position:absolute;
	left: 50%; 
	top: 40%;
	width: 500px;
	height: 500px;
	margin-top: -200px;
	margin-left: -350px;
	border: 1px solid #000;
}

div.AffMini {
	float: left;
	width: 500px;
	height: 400px;
	overflow: auto;
	display: block;
}

div.AffNormal {
	float: left;
	width: 500px;
	height: 400px;
	overflow: auto;
	display: block;
}

div.Titre {
	padding: 1;
	display: block;
	text-decoration: none;
	border: 1px solid #000000;
	color: #000000;
	font-size: 14 px;
	font-weight: bold;
	vertical-align: center;
}

div.Titre_Gallerie {
	padding: 1;
	display: block;
	text-decoration: none;
	border: 1px solid #000000;
	color: #000000;
	font-size: 14 px;
	font-weight: bold;
	background: #FFCC00;
	vertical-align: center;
}

div.Msg_Erreur {
	padding: 15;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 12 px;
	font-weight: bold;
	text-align: center;
}