html {
	width: 100%;
    height: 100%;
}

body {
	margin: 0 auto;
	position: relative;
	height:auto !important; 
	min-height:100%; 
	min-width: 980px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

header {
	-webkit-box-shadow: 0 2px 3px #888a85;
	-moz-box-shadow: 0 2px 3px #888a85;
	-o-box-shadow: 0 2px 3px #888a85;
	-ms-box-shadow: 0 2px 3px #888a85;
	box-shadow: 0 2px 3px #888a85;
}

header, footer {    
    background: -moz-linear-gradient(left,#8DC4FF, #729EFF 50%, #8DC4FF); /* Firefox */
	background: -webkit-linear-gradient(left,#8DC4FF, #729EFF 50%, #8DC4FF); /* Safari, Chrome */
	background: -o-linear-gradient(left,#8DC4FF, #729EFF 50%, #8DC4FF); /* Opera */
	background: -ms-linear-gradient(left,#8DC4FF, #729EFF 50%, #8DC4FF); /* IE */
	background: linear-gradient(left,#8DC4FF, #729EFF 50%, #8DC4FF); /* W3C Standard */
}

section {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

footer {
	text-align: center;
	border-top: 1px solid #87B2DF;
	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
}

fieldset {
  background-color: #ffffff;
}

form label {
	display:inline-block;
	font-weight: bold;
	text-align: right;
}

#deconnect {
	float: right;
	margin: 5px 5px 0 0;
}

#nomApplication {
	font-weight: bold;
	color: white;
	font-size: 16px;
	padding-left: 20px;
}

.signature {
	color: white;
	font-weight: bold;
	position: relative;
	bottom: 7px;
}

.formulaire {
    text-align: left;
    margin: 0 auto;
    width: 550px;	
}

.formCentrer {
	text-align: left;
    margin: 0 auto;
}

.colonne, .boutonADroite, .formulaireAGauche {
	display:inline-block;
	vertical-align: top;
}

.tree {
    background-color: #ffffff;
    border-color: #ffffff;
}
