html, body {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

.standard {
	overflow: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

.tablefixed{
	table-layout: fixed
}

.container {
	height: 100%;
	padding-top: 80px;
	padding-bottom : 0px;
}

.header {
	height: 80px;
	background: #FFFFFF;
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
}
	
.main {
	background: white;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.container2 {
	height: 100%;
	padding-bottom: 1px;
}

.footer {
	height: 1px;
	background: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.texte {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.redtxt {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000}
.ptexte {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
.textegras {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000}
.titre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000}
.textebla {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF}
.lien {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #1975B5}
input.texte {	background : #F0F0F0; border : 1px Black solid;	font-family: Verdana, Arial, Helvetica, sans-serif; layout-grid : line; font-size: 11px; height: 18px; width: 170px;}
input.bouton {	background : #F0F0F0; border : 1px Black solid;	font-family: Verdana, Arial, Helvetica, sans-serif; layout-grid : line; font-size: 11px; height: 18px; width: 80px}
textarea {	background : #F9F9F9; border : 1px Black solid;	font-family: Verdana, Arial, Helvetica, sans-serif; layout-grid : line; font-size: 11px; height: 150px; width: 690px}
textarea.txt {	background : #FFFFFF; border : 1px Black solid;	font-family: Verdana, Arial, Helvetica, sans-serif; layout-grid : line; font-size: 11px; height: 150px; width: 500px}
.modifart {	background : #F0F0F0; border : 1px Black solid;	font-family: Verdana, Arial, Helvetica, sans-serif; layout-grid : line; font-size: 11px; height: 200px; width: 400px}
select {	background : #F0F0F0; border : 1px Black solid;	font-family: Verdana, Arial, Helvetica, sans-serif; layout-grid : line; font-size: 11px; height: 18px}
.textenews { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}

a:link       { color: #000000; text-decoration: none }
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #020183; TEXT-DECORATION: none
}
.B:hover {
	COLOR: black; TEXT-DECORATION: underline
}

