body {
	font-family: 'Calibri light', Arial;
	font-size: 14pt;
	background-color: #000000;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

th, td {
	font-family: 'Calibri light', Arial;
	font-size: 14pt;
	line-height: 16pt;
}

a:link {
	color: #A00;
	font-size: 14pt;
}

a:visited {
	color: #A00;
}

a:active {
	color: #A00;
}

.nom {
	font-family: 'Calibri light', Arial;
	font-size: 22pt;
	text-align: center;
}

.rang {
	font-family: 'Calibri light', Arial;
	font-size: 14pt;
	text-align: center;
}

.obsolete {
	color: #666;
	font-family: 'Calibri light', Arial;
	font-size: 14pt;
	text-align: center;
}

.portrait {
	text-align: center;
	font-size: 14pt;
}

.bio {
	font-family: 'Calibri light', Arial;
	text-align: justify;
	font-size: 14pt;
	line-height: 16pt;
}

.rubrique {
	border-bottom-style: solid;
	border-bottom-width: 1;
	font-size: 14pt;
	color: #800;
	line-height: 16pt;
}

.chapter {
	margin-top: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1;
	color: #800;
	line-height: 16pt;
}

.comment {
	font-size: 14pt;
	color: #666;
}

.citation {
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	color: #666;
}

table.stats {
	font-family: 'Calibri light', Arial;
	font-style: normal;
	font-size: 14pt;
}

.legende {
	font-family: 'Calibri light', Arial;
	position: relative;
	top: -16px;
	left: -0px;
	font-style: italic;
	font-size: 14pt;
	z-index: 2;
}

.legendecentrale {
	font-family: 'Calibri light', Arial;
	position: relative;
	top: -150px;
	left: -0px;
	font-style: italic;
	font-size: 14pt;
	z-index: 2;
}

.bgWashington {
	background-color: black;
	background-image: url("img/FondWashington.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#colonne {
	float: left;
	width: 200px;
}

.pagination {
	display: inline-block;
	width: 200px;
	height: 300px;
	margin: 0px;
}

.spheresLinks {
	display: inline-block;
	width: 400px;
	margin: 0px;
	font-size: 40px;
	font-family: 'Calibri Light', Arial;
}

.tooltip {
	position: relative;
	display: inline-block;
	color: #AAA;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: black;
	color: #aaaaaa;
	text-align: center;
	border-radius: 5px;
	border: 0px solid #A00;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -150px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.main {
	width:1000px;
	margin:0 auto;
}

#content {
	float:left;
	width:1000px;
	text-align:justify;
}