div#nav {
	width: 867px;
	height:312px;
	margin: 0;
	padding: 0;
	/*padding: 1px 0;*/
	background-color: #CCC ;
}

div#nav ul {
	height: 120px ;
	margin: 0;
	padding:1px  0;
	list-style-type: none ;
}
div#nav ul li{
	margin: 0 1px 0 0;
	padding: 0 ;
	width: 123px ;
	height: 120px;
	font-size: 1px;
	float: left ;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

div#nav ul li img {
	/* display: block; pour eviter espace sous image */
	/*  vertical-align: top;  pour eviter espace sous image */
	border: none;
}
div#nav ul li.last {
	margin-right: 0px;
}

.tbllinks td {
	width: 124px;
	height: 34px;
	font-size: 11px;
	text-align: center;
	/*background-image: url(img/index/fd_nav.gif) repeat-x  ;*/
	background: url(img/index/fd_nav.gif) no-repeat;
}
.tbllinks td.plus {
	color: #000;
	background: url(img/index/fd_nav_plus.gif) no-repeat;
}
.tbllinks td.last {
	width: 123px;	
}

.tbllinks td a {
	color: #FFF;
	text-decoration: none ;
}
.tbllinks td a:hover {
	color: #000;
	/*background-position: left bottom;*/
}
.tbllinks td.plus a {
	color: #000 ;
	text-decoration: none ;
}
.tbllinks td.plus a:hover {
	color: #FFF;
	/*background-position: left bottom;*/
}


div#colun, div#coldeux, div#coltrois {
	margin: 16px 0 ;
}
div#colun {
	width: 247px ;
	float: left;
	/*background-color: #999 ;*/
}
div#colun img {
	/*display: block;*/
}
div#colun img.planet {
	margin-bottom: 14px ;
}
div#coldeux {
	float: left ;
	width: 249px ;
	/*background-color: #666 ;*/
}
div#coltrois {
	float: left ;
	width: 300px ;
	text-align: justify ;
	/*background-color: #999 ;*/
}



