
BODY
 {
  	font-family: Verdana, Helvetica;
	font-size: 14 px; font-style: normal;
	color: #000000; text-decoration: none;
	background-image: url(../Images/fond1.gif);
	background-color: #CCCCCC;
 }

TD
 { font-family: Verdana, Helvetica;
   font-size: 14 px;
   font-style: normal;
   color: #000000;
   text-decoration: none; 
  } 
A:LINK
 { 
 	font-family: Verdana, Helvetica;
 	font-size: 14 px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
  }
A:VISITED { font-family: Verdana, Helvetica; font-size: 14 px; font-style: normal; color: #000000; text-decoration: none; }
A:HOVER {
	font-family: Verdana, Helvetica;
	font-size: 14 px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}

.Centrer {
	background-color: #FFFFFF;
	padding: 10;
	position:absolute;
	left: 50%; 
	top: 40%;
	width: 800px;
	height: 560px;
	margin-top: -220px;
	margin-left: -400px;
	border: 1px solid #000;
}

div.AffMini {
	float: left;
	width: 950px;
	height: 1000px;
	overflow: hidden;
	display: block;
	margin-left: 20px;
}

div.AffNormal {
	float: left;
	width: 950px;
	height: 560px;
	overflow: auto;
	display: block;
	margin-left: 30px;
}

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_Galerie {
	padding: 1;
	display: block;
	text-decoration: none;
	border: 1px solid #000000;
	color: #000000;
	font-size: 14 px;
	font-weight: bold;
	background: #D31C23;
	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;
}