html {
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #f3fded;
	color: #000000;
}
table {
	width: 95%;
	border-collapse: collapse;
}
td {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
}
th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
td.titreChamp {
	white-space: nowrap;
}


.saisie {
	background-color: #CCCCCC;

}

.saisieselect {
	background-color: #9feef5;

}

.saisieradio {
	background-color: #fb8aff;
	color: red;

}
.saisiebouttonOK {
	background-color: #f9cd45;

}

.obligatoire {
	color: #ff0000;

}

.erreur {
	display: block;
	color: #ff0000;
}

#confirmTotal {
	position: relative;
	width: 280px;
	height: 3em;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -2.5em;
	text-align: center;
	padding: 1em;
	font-size: 18px;
}

#confirmTotal a, #confirmTotal a:link, #confirmTotal a:visited {
	color: #00f;
	font-weight: bold;
	text-decoration: none;
}
#confirmTotal a:hover, #confirmTotal a:active, #confirmTotal a:focus {
	color: red;
	text-decoration: underline;
}
.centreInteret {
	float: left;
	width: 30%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.centreInteret li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
