/* CSS Document */

body,td,th {
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ff99ff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #ff99ff;
	SCROLLBAR-ARROW-COLOR: #ff99ff;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #ff99ff;
	}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFffff;
	font-weight: bold;
}
a {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body 
{
	;background-color: #000000;
	position: absolute;
	width: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.haut 
{
	width: auto;
	height: 100px;
	background-color: #000000;
}
.conteneur 
{
	height: auto;
	width: auto;
}
.gauche 
{
	position: absolute;
	width: 198px;
	height: 400px;
	left:0;
	top:100;
}
.frame
{
	margin-left:198px; /* on place ce bloc à droite du bloc menu de 180px de large */
	width: auto;
	height: 400px;
	overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
	font-size: 14px;
	background-image:url(../fr/images/banniere/fond_lezard_orange.jpg)
}
.bas 
{
	width: auto;
	height: 50px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
:link,:hover { cursor: url(../example.svg#linkcursor) , url(../jim_1.cur) , pointer }
