/* Charte des ascenceurs */
::-webkit-scrollbar { width: 4px; height: 4px;}
::-webkit-scrollbar-button {  background-color: #A7A37E; display: none }
::-webkit-scrollbar-track { background-color: #ffffff}
::-webkit-scrollbar-track-piece { background-color: #ffffff}
::-webkit-scrollbar-thumb { height: 20px; background-color: #2A67C3}
::-webkit-scrollbar-corner { background-color: #efecca;}}
::-webkit-resizer { background-color: #A7A37E; display: none}

#htmDoc,#htmPart
{
	padding: 3px;
	display: inline-block;
	color: #2A67C3;
	font-size: 8pt;
	text-decoration: none;
}
#htmDoc:hover,#htmPart:hover /* Apparence au survol des liens */
{
	text-decoration: none;
	background-color: #2A67C3;
	color: white;
}

body
{
	overflow: hidden;
}
