/*html {height:100%;}

body{
padding-bottom: 50px;
position: relative;
height: 100%;
}*/

.champ1 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	height: 20px;
	width: 150px;
	border: 1px solid #666666;
}
.champ2 {

	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	height: 50px;
	width: 150px;
	border: 1px solid #666666;
}
.bouton {

	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: 4082BD;
	height: 20px;
	width: 150px;
	border: 1px solid #001841;
}

a { COLOR : #687E3D; FONT-FAMILY : Arial; font-size : 11px; text-decoration : none; }
a:active { COLOR : #687E3D; text-decoration : none; }
a:hover { COLOR : #687E3D; text-decoration : underline; }

.fondblanc { color: #D4D3D3; background-color : #D4D3D3; }
.fondgris { color: #7E7E7E; background-color : #7E7E7E; }
.fondbleu { color: #26668A; background-color : #26668A; }

.basdepage1 { COLOR : #9CC6DE; FONT-FAMILY : Arial;	font-size : 11px; }
.basdepage { COLOR : #FFFFFF; FONT-FAMILY : Arial;	font-size : 11px; text-decoration : none; }
.basdepage:active { COLOR : #FFFFFF; FONT-FAMILY : Arial;	font-size : 11px; text-decoration : none; } 
.basdepage:hover { COLOR : #749CF9; FONT-FAMILY : Arial;	font-size : 11px; text-decoration : underline; }

.texte { font-family: Arial; font-size: 11px; color: #353922; }
.texteblanc { font-family: Arial; font-size: 11px; color: #FFFFFF; }
.textegris { font-family: Arial; font-size: 11px; color: #353922; }
.titre { font-family: Arial; font-size: 11px; color: #999999; }
.titreorange { font-family: Arial; font-weight: bold; font-size: 11px; color: #CC6600; }
.titreblanc { font-family: Arial; font-size: 11px; color: #FFFFFF; }
.champ3 {


	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #E5E5E5;
	height: 20px;
	width: 50px;
	border: 1px solid #666666;
}
.champ4 {



	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #E5E5E5;
	height: 50px;
	width: 650px;
	border: 1px solid #666666;
}
.champ_log {

	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #353922;
	background-color: #ffffff;
	height: 20px;
	width: 120px;
	border: 1px solid #003300;
}

a.blanc { COLOR : #FFFFFF; FONT-FAMILY : Arial; font-size : 11px; text-decoration : none; }
a.blanc:active { COLOR : #FFFFFF; text-decoration : none; }
a.blanc:hover { COLOR : #FFFFFF; text-decoration : underline; }

.error{
	font-family: Arial; font-size: 11px;
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
}

#content{
	position: relative;
	padding-bottom: 50px;
}

#baspage{
	position: absolute;
	bottom: 0px;
	color:#353922;
	font-family:Arial;
	font-size:11px;
	width: 100%;
	text-align: center;
	
}