html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(images/interface/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #9f3;
	font-size: 10pt;
	line-height: 12pt;
}
html>body .canvas {
	height: auto;
}
.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
a {
	color: #9F3;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0 0 0 30px;
}
li {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 8px 0 5px 20px;
	padding: 0;
	font-family: Times new Roman;
	font-size: 20pt;
	line-height: 20pt;
	font-variant: small-caps;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: Times new Roman;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: normal;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: Times new Roman;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}
h4 {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Times new Roman;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #C30;
	text-indent: 30px;
}
p {
	margin: 3px;
	padding: 0;
}
.txtred {
	color: #C30;
}
#global {
	width: 790px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 45px;
}
#content { background-color: black; }

.tbl {
	background-image: url(images/interface/bg-deg-tbl.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tdtxt {
	padding: 0px 10px 0px 20px;
	width: 450px;
}
.txtc { text-align: center; }
.txtd { text-align: right; }
.txtpd {
	font-family: Times new Roman;
	font-size: 8pt;
	text-align: right;
}
.txtpc {
	font-family: Times new Roman;
	font-size: 8pt;
	text-align: center;
}
.txtxsmal {
	font-size: 4pt;
	line-height: 4pt;
}
#pied {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;
	font-family: arial;
	color: #9f3;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}
#pied a { 
	color: #9f3;
	text-decoration: none;
}
#pied a:hover { 
	text-decoration: underline;
}

.break { clear: both; }

/* DEBUT JS */
.highslide {
	cursor: url(images/js/zoomin.cur), pointer;
	outline: none;
}
.highslide img { border: 1px solid #C30; }
.highslide:hover img {
	border-color: #9f3;
	border-width: 1px;
	border-style: solid;
}
.highslide-image { border: 1px solid #9f3; }
.highslide-caption {
	display: none;
	border: 1px solid #9f3;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: #000;
	text-align: center;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move { cursor: move; }
.highslide-overlay { display: none; }
/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(images/js/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}
/* Necessary for functionality */
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }

/* Fin JS */

/* hack FF pour envlever pointillˇs autour des liens */

a { outline: none; }
:focus { -moz-outline-style: none; }

/* fin de hack */
