* 	{ /* Quelques regles pour mettre tout à 0 */
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: none;
	}
	
html {height:101%}

.filetmenu {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.mentions {font-size:10px}

table.center {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}

#menu span { /*cache le texte réel au visiteur mais pas à Google */
	position: absolute;
	top: -500px;
}

#menu ul li a {
	height:20px;
	float:left;
	background-repeat: no-repeat;
	background-position:left top;
}

#menu ul li {
	display:inline;

}


#menu ul {
	background-color:#600;
	height:20px;

}
.listlivres {
	padding: 8px;
	margin: 10px;
}


#menu ul li a:hover {
	
	background-position:left center; /* le roll over se joue sur ce bottom */ 
display : inline;
}




/* Ici on personnalise les tailles */

.actu {
	background-image: url(nav/navActu.gif);
	width: 104px;
}

.livres {
	background-image: url(nav/navLivres.gif);
	width: 72px;
	margin-left: 55px;
}

.maison {
	background-image: url(nav/navMaison.gif);
	width: 152px;
	margin-left: 66px;
	display:inline
}

.liens {
	background-image: url(nav/navLiens.gif);
	width: 60px;
	margin-left: 82px;
	
}

.presse {
	background-image: url(nav/navPresse.gif);
	width: 76px;
	margin-left: 79px;
	
}

#menu .sel {background-position: left bottom;}
#menu a.sel:hover {background-position: left bottom;}

.fdmaison {
	background-image: url(../img/fd-maison.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fdmaison td.photo {
	padding: 0px;
	width:297px;
	background-color: transparent;
	background-image: url(../img/fdmaison.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.couleurAlterne {
	background-color: #ECECEC;
}

.couleurAlterne td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

table.revue, table.revuepress, table.actus, table.links, table.fdmaison, table.contenu {border-top:1px solid #000; margin-top:5px; border-collapse: collapse;}
