a {
	color: #80AA3B;
	font-weight: bold;
	text-decoration: none;	
}

a:active {	
	text-decoration: underline;	
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

body {
	color: #ACACAC;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	margin: 0px;
	padding: 0px; 
	margin-left: 0px;
	margin-top: 0px; 	
}

p {
	color: black;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: small;
	font-style: normal;
}

td {
	color: black;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: small;
	font-style: normal;
}

th {
	color: white;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	background-color: #555555;
}

h1 {
	color: black;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: small;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #80AA3B;
	font-size: large;
}

h3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #555555;
	font-size: medium;
}

input {
	FONT-SIZE: small;
	COLOR: black;
	FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica;
	BACKGROUND-COLOR: white;
	border: 1px solid #555555;
}

textarea {
	FONT-SIZE: small;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;	
	BORDER-LEFT: black 1px solid;
	COLOR: black;
	BORDER-BOTTOM: black 1px solid;
	FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica;
	BACKGROUND-COLOR: white
}

select {
	FONT-SIZE: small;
	BORDER-RIGHT: #555555 1px solid;
	BORDER-TOP: #555555 1px solid;	
	BORDER-LEFT: #555555 1px solid;
	COLOR: black;
	BORDER-BOTTOM: #555555 1px solid;
	FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica;
	BACKGROUND-COLOR: white
}

radio {
	FONT-FAMILY: Tahoma, Verdana, Geneva, Arial, Helvetica;
	BACKGROUND-COLOR: white;
	BORDER-RIGHT: white 0px solid;
	BORDER-TOP: white 0px solid;
	BORDER-BOTTOM: white 0px solid;
	BORDER-LEFT: white 0px solid;
}

.champsErreur {
	background-color: #555555;
}

.messages {
	color: blue;
	font-weight: bold;	
}

.erreurs {
	color: red;
	font-weight: bold;	
}

.liste1 {
	
}

.liste2 {
	background-color: #EEEEEE;
}

#container {
	width: 100%;	
	background-color: white;
	overflow-x: hidden;	
}

.col {
	float: left;
	vertical-align: top;
	width: 100%;	
}

#imprimable {
  display : none;
}