/* Catégories (index.php) */
/* ---------------------- */
DIV.Gal_cat {
	margin:4em 0;
}
DIV.Gal_cat_titre {
  border-bottom: 1px dotted #800080;
}
DIV.Gal_cat_titre img {
	float: left;
	padding: 0 0.5em 0.5em 0;
	background-color: #FFF;
}
DIV.Gal_cat_texte {
  padding-top: 0.3em;
}
DIV.Gal_sscat {
	margin: 0.5em 0 1em 2em;
}
/* affichage deux colonnes */
DIV.galcatcol1 {
	width: 48%;
	float: left;
}
DIV.galcatcol2 {
	width: 48%;
	float: right;
}
DIV.galsscatcol1 {
	width: 48%;
	float: left;
}
DIV.galsscatcol2 {
	width: 48%;
	float: right;
}
/* Images dans une cat (cat.php) */
/* ----------------------------- */
/* affichage des sous-catégories */
DIV.Gal_catphp_sscat {
	margin: 0.5em;
}
DIV.Gal_catphp_sscat ul {
	margin-left: 2em;
}
/* affichage des miniatures */
.Gal_catphp_mini {
	width: 60%;
	margin:auto;
}
table.Gal_catphp_mini, tr, td {
  padding:0;
  border:0;  
  font-weight: bold;
}
.Gal_catphp_mini td {
	width: 20%;
}
.Gal_catphp_mini td img {
	border: 0;
}
.Gal_catphp_mini td a {
	background-color: transparent
}
.Gal_catphp_mini td span {
  color: #507D7E;
  padding:0.5em;	
}
.Gal_catphp_mini td.titreimg {
	height: auto;
}
/* Image spécifique (oeuvre.php, commentaire.php) */
/* ---------------------------------------------- */
DIV.Gal {
	text-align: center;
}
Div.Gal_titre {
	margin: 1em 0;
	border-bottom: #699 dotted 2px;
	text-align: left;
}
Div.Gal_titre h1 {
  border:0;
  display: inline;
}
/* Page d'un artiste spécifique (artiste.php) */
/* ------------------------------------------ */
.contrib {
}
.contrib table {
	width: 96%;
}
.contrib table td {
	width: 33%;
	height: 120px;
}
.contdesc {
	width: 96%;
}
.conttoutes {
	text-align: right;
}
/* Oeuvres d'un artiste (pauteur.php) */
/* ---------------------------------- */
.auteur {
	text-align: right;
	font-size: 0.9em;
}
.Gal_undossier {
	margin: 1.5em;
}
.Gal_titre_undossier {
	text-align: center;
}
.Gal_chapo_undossier {
	margin: 0.5em;
	font-size: 0.8em;
}

