/* CONTRAIREMENT à javascript, les chemins sont calculés relativement à la feuille de style ! */
/* MaJ - 2008-01 mars */

/* ____________ Page des VIGNETTES - cathedrale5.php ________ */

table.vignette {
	   width: 99% /* 99% du bloc parent (docu)...*/;
	   font-size: 90%;
	   }
             
table.vignette h3 {
		font-size: 100% /* 100% de table.vignette...*/; 
		font-weight: normal;
		line-height: 60%;
		}
	   
.quatreimg td {  /* les liges a 4 images */
	width: 25%;
	text-align: center;
	}   
.quatretxt td {  /* les liges a 4 legendes */  
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: justify;
	}   
	
.cinqimg td {   /* les liges a 5 images */
	width: 20%;
	text-align: center;
	}
.cinqtxt td {   /* les liges a 5 legendes */
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: justify;
	}

/* IMAGES - tailles et survols */

table.vignette img {
				height: 80px;
				width: 80px;
				}

table.vignette a:link img {    /* mais certaines images cliquables ont une bordure */
						position: relative;
						border-style: solid;
						border-width: 1px;
						border-color: #B22222;
						padding: 2px;
						}


table.vignette a:hover img {
						border-color: #00AA00;
						}
