img {
	margin-right:10px;
}

div#home_gauche {
	float:left;
	width:325px;
	border-right:1px solid black;
	clear:both;
	padding:10px;
	margin-top:15px;
	padding-top:0px;
}

div#home_droit {
	margin-left:350px;
	margin-top:10px;
}

table#liens {
/*	margin:10px;*/
/*	padding:10px;*/
	margin:0px;
	border-spacing:0px;
	text-align:center;
	width:auto;
}

table#liens td {
	border:0px solid gray;
	vertical-align:bottom;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#445493;
	white-space:nowrap;
}

table#liens td img{
	border:0px;
	margin-bottom:20px;
}

.rowseparateur {
	height:50px;
	empty-cells: hide;
}

.colseparateur {
	width:100px;
	empty-cells: hide;
}

table#liens a {
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color:#26509D
}
table#liens a:link {}
table#liens a:visited {}
table#liens a:hover {
	text-decoration: underline;
}
table#liens a:active {}
