/*	========================================
 	Feuille de style pour Palettestpiat.be
 	========================================*/

/* --- Styles globaux pour la rubrique LIENS --- */ 

.tableauliens{
	text-align:center;
	border: 1px white solid;
	margin:auto;
	width: 95%;
	border-collapse:collapse;
	font-size:0.80em;
	font-weight: normal;
}

.tableauliens th{
	text-align:left;
	background-color: #626262;	
        height: 11px;
}
.tableauliens td {
	width:50%;
}
.tableauliens td img {
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
}
