/* Mise en forme partie diaporama */

.tablediap {
	background-color: #FFCC33;
	margin-left: 45px;
}
a.liendiap:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.liendiap:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.liendiap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF99;
}

/* Cellule contenant le lien supprimer photo */
.tdbas {
	text-align: center;
}

/* Erreur  */
.erreur {
	background-color: #FFFFFF;
	padding: 20px;
	height: 100px;
	width: 200px;
	border: thin dotted #333333;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-position: center;
}



/******************************************/
/* Formulaire de dépôt d'un fichier image */
/******************************************/

.tableupload {
	width: 460px;
	background-position: center;
	background-color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
