/* FEUILLE de STYLE N°5 - Agroglyphes */
/* Page Association (ex. calendrier) */

/***************************************/
/* Téléchargement des plaquettes...
/***************************************/

div.vers_plaquettes {
	margin: 20px 100px 20px 100px;
	padding: 4px;
	border-color: #666666;
	border-width: 1px;
	border-style: dotted; }

.vers_plaquettes table {
	width: 100%;
	background-color: #F1E7CD; }
	
.vers_plaquettes table td.pdf {
	width: 80px;
	padding: 2px;
	text-align: center;
	vertical-align: middle; 
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: dashed; }

.vers_plaquettes table td.texte {
	padding: 2px 10px; 
	text-align: center; 
	vertical-align: middle; }
	
.vers_plaquettes table .texte a {
	text-decoration: none;
	color: #666666;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: 200; }
	
.vers_plaquettes table .texte a:hover {
	color: #BB0000;
	text-decoration: none; }

/********************************************/
/* Tableau de TELECHARGEMENT des PLAQUETTES */
/********************************************/

table.download_affiches {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 80%; }

.download_affiches p {
	font-family: Arial, Helvetica, Sans-serif; }
	
.download_affiches tr.titre td {
	background-color: #CDD97F;
	font-size: 0.9em;
	font-weight: 200;
	font-style: normal;
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 5px 10px; }
	
.download_affiches tr.ligne td {
	background-color: #F7F9E8;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #39531E;
	text-align: center;
	vertical-align: middle;
	line-height: 1em; }
	
.download_affiches tr.ligne td.valeur {
	background-color: #E4EBBA; }
	
.download_affiches td {
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	padding: 5px 10px;
	vertical-align: middle;  }
	
.download_affiches td.format {
	width: 70px; }
	
.download_affiches td.telecharger {
	width: 100px; }
	
.download_affiches td.taille {
	width: 110px; }

