h1.ombre{
	padding-left: 10px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 2px gray;
}

.tableEncyclopedie, #tableReferences {
	border: 1px solid silver;
	border-collapse: collapse;
	width: 100%;
}

.tableEncyclopedie th, #tableReferences th{
	background-color: #A9AAAB;
	background-image: url('http://www.starwars-holocron.net/images/fond_th_encyclopedie.gif');
	padding: 5px;
	color: #2B2A2A;
	font-size: 1.2em;
}

.tableEncyclopedie td, .tableEncyclopedie tr.background{
	background: url('http://www.starwars-holocron.net/images/fond_td_encyclopedie.gif');
	background-repeat: repeat-x;
}

.quizzErreur {
	padding: 10px;
	background: #ff9595;
	border: 1px solid red;
	color: #383838;
	/*text-align: center;*/
}

.quizzOk {
	padding: 10px;
	background: #aecfb5;
	border: 1px solid #406447;
	color: #383838;
	/*text-align: center;*/
}

.quizzOk h2, .quizzErreur h2 {
	color : #383838;
}

.tableEncyclopedie td.nobackground{
	background: none;
}

.tableEncyclopedie td .alphabet{
	text-align: center;
	padding: 10px;
}
.tableEncyclopedie td .alphabet a{
	text-align: center;
	font-size: 1.5em;
}

.tableEncyclopedie td table td img{
	border: 0px;
}

.tableEncyclopedie td table{
	width: 100%;
}

.tableEncyclopedie td table td{
	background: none;
	border: 1px solid transparent;
	vertical-align: top;
	padding: 5px;
}

.tableEncyclopedie td table tr.fiche:hover, 
.tableEncyclopedie td table td.fiche:hover, 
.tableEncyclopedie td ul.liste_references li:hover,
.tableEncyclopedie td.quizzOk:hover,
.tableEncyclopedie td.quizzErreur:hover{
	background: #A1C3D6;
	border:1px solid #4267D0;
}

.tableEncyclopedie td ul.liste_references li {
	margin-right: 10px;
}

table {
	border-spacing: 0;
}

#corps .handle div.contenu table tr td {
	border: 0px;
	border-top: 1px solid #BEBEBF;
	border-bottom: 1px solid #F6F6F6;
	padding: 5px;
}

#corps .handle div.contenu table tr td:hover {
	background: #A1C3D6;
	border: 0px;
	border-top: 1px solid #4267D0;
	border-bottom: 1px solid #4267D0;
}

