* {
	margin: 0; 
	padding: 0;
}

.invisible {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: 480px;
}

img {
	border: 0px;
}

fieldset {
	padding: 5px 5px 5px 5px;
	border: 3px solid #C9D7D5;
	width: 480px;
	background: #FAFAFA;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	color: #000000;
}

p {
	font-size: 11px;
	color: #454545;
	clear: both;
}

label {
	display: block;
	font-size: 11px;
	color: #454545;
	width: 180px;
	float: left;
	clear: left;
	height: 18px;
	margin-top: 3px;
}

span.unite {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
	font-size: 11px;
	color: #454545;
	height: 18px;
	height: 18px;
	width: 30px;
	text-align: right;
}

p.erreur {
	color: #FA5B38;
	font-weight: bold;
	font-size: 16px;
	width: 480px;
	text-align: center;
	margin-bottom: 10px;
}

span.erreur, span.erreur_ligne {
	color: #FA5B38;
	margin-top: 3px;
	float: left;
	clear: right;
}

span.erreur_ligne {
	clear: none;
	width: 330px;
}

input, input.montant {
	font-size: 11px;
	border-color: #999999;
	border-width: 1px;
	color: #AE30B3;
	padding: 0 5px 0 5px;
	width: 130px;
	margin: 2px 10px 2px 0px;
	float: left;
}

input.montant {
	width: 90px;
}

input.compteur {
	float: left;
	clear: right;
	font-size: 10px;
	width: 85px;
	height: 15px;
	text-align: right;
	background-color: #FAFAFA;
	color: #454545;
	border: 0;
}

textarea {
	font-size: 11px;
	border-color: #999999;
	border-width: 1px;
	color: #AE30B3;
	padding: 0 5px 0 5px;
	clear: both;
}

select {
	font-size: 11px;
	border-color: #999999;
	border-width: 1px;
	color: #AE30B3;
	margin: 0 5px 0 0;
	margin: 2px 10px 2px 0;
	float: left;
}

hr {
	margin: 10px 0 10px 0;
	clear: both;
}

ul {
	display: block;
	padding-left: 10px;
	color: #5AA92C;
}

li {
	margin-bottom: 10px;
}

span.societe {
	font-weight: bold;
	color: #5AA92C;
	font-size: 12px;
}

span.periode {
	color: #454545;
	margin-left: 30px;
}

span.poste {
	color: #454545;
	font-weight: bold;
}

span.mission {
	color: #454545;
}

span.actions {
	float: right;
}

span.obligatoire {
	font-size: 14px;
	font-weght: bold;
	color: #AE30B3;
	margin-top: 3px;
}

a {
	text-decoration: none; 
	font-size: 14px;
	font-weight: bold;
	color: #AE30B3;
}

a:hover {
	color: #EF5E49;
}

div.actions {
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	clear: both;
}

div.lignes {
	float: left;
}

div.lignes label {
	display: inline;
	font-size: 11px;
	color: #454545;
	width: auto;
	float: none;
	clear: none;
	line-height: 22px;
	margin-top: 3px;
}

input.checkbox {
	width: auto;
	clear: left;
}
