table#sousCategories, table#sousCategoriesImage{
	margin-top:15px;
	width:100%;
}
table#sousCategories td{
	text-align:center;
	width:33%;
}
table#sousCategoriesImage td{
	text-align:center;
	width:25%;
}

table#listeSons{
	width:100%;
	margin-top:15px;
}

table#listeSons td.titre{
	font-weight:bold;
}

table#listeSons tr.clair{
	background-color:#fff;
}

table#listeSons tr.fonce{
	background-color:transparent;
}

div.pagination{
	text-align:center;
	margin:5px;
	color:#074C8F;
	margin-top:10px;
}

div.sonDescription{
	position:absolute;
	top:5px;
	left:-260px;
	width:250px;
	background-color:#fff;
	padding:2px;
	border:1px solid #8CC751;
	display:none;	
}

div#CommentaireCategorie{
	position:relative;
	margin:10px 5px 4px 5px;
	padding: 4px 4px;
	border:2px dotted #8DC651;
	
}


div#page_lecteur{
	background-image:url(../images/design/hautPage_lecteur.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:440px;
	border:1px solid #8DC651;
	background-color:#E9E9E7;
	margin:auto;
}

div#arborescence_lecteur{
	text-align:center;
	font-weight:bold;
}

a#bouton_fermer{
	text-decoration:none;
	cursor:pointer;
	padding:5px 5px;
	border:1px solid black;
	width:100px;
	background:white;
	margin-bottom:4px;
	font-weight:bold;
	display:block;
}

a:hover#bouton_fermer{
	text-decoration:none;
	background:#8DC651;
	color:white;
}

div.fondCategorieSon{
	width:134px;
	height:119px;
	background:url(../images/design/fondCategorieSon.gif) no-repeat center;
	text-align:left;
	margin:auto;
	padding:5px;
	position:relative;
}
div.fondCategorieSon a.titre{
	font-weight:bold;
	padding-left:15px;
	font-size:10px;
	background:transparent url(../images/design/puceListSons.png) no-repeat scroll left top;	
}

div.fondCategorieSon div.photo{
	text-align:center;
	position:absolute;
	bottom:5px;
	left:5px;
	width:90%;
}


