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

/* ________     La page CONTAINER sur les PLASTIQUES - /faq-maquettisme/04-faq-plastiques.php   ________ */

.bando 	{
		background-color: #CCCCCC;
		border: nonne;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: justifiy;
		font-weight: bold;
		font-size: 110%;
		}

.tibando 	{
		background-color: #DDDDDD;
		border: nonne;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: justifiy;
		}

.plast	{
		margin-left: 2%;
		}

.plast img	{
			margin-right: 2px;
			margin-bottom: 2px;
			}


/* ________ Toutes les pages ENFANTS sur les PLASTIQUES - /faq-maquettisme/plastiques/xxx.htm ________ */

table.plastiques {
			width: 99%;
			border: solid;
			border-width: 1px;
			background-image: url(../../fonds/griffon.gif);
			}
				
td 	{	
	border: solid;
	border-width: 1px;
	border-collapse: collapse;
	width: 20%;
	padding: 10px;
	vertical-align: middle;
	text-align: justify
	}

td+td {
	width: 30%;
	}

td+td+td {
		width: 50%;
		}

td ul {
	padding-left: 5px;
	list-style-type: square;
	}

