/* pages.css */
@import url(generale.css);

.signature {
	text-align : right;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
}
.citation {
	font-style : italic;
}

.attention {
	background-color : #CDF1CF;
	border-left : 4px solid Gray;
	
	border-right : 4px solid Gray;
	padding-left : 4px;
	padding-right : 5px;
	
}.droite {
	float: right;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;

}
div.espace {
	clear: right;
}

/* liste des fichiers pdf de la page icatarchives */
ul#listarchives li {
	line-height: 2em;
}

/*tableau des liens vers images*/
table#img2011-10 {
	margin: 10px auto;
}

table#img2011-10, table#img2011-10 td {
	text-align: center;
	border-collapse:collapse;
	border-color:#333;
	padding: 0.5em;
}

table#img2011-10 {
	border : 2px solid #000;
}

table#img2011-10 a:link, table#img a:visited, table#img a:active {
	text-decoration: none;
	font-family:"Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
}
