@charset "utf-8";
/* CSS Document */

body {
  color : #000000;
  background:#fff;
  font-family : "Arial", Times, serif;
  font-size : 10px;
  background:none;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#header, #menu, #top, #bottom, .footerMail, .lienlogo, .iconelogo, .border, .intro, .submit_btn {
  display : none;
}

.print {
	display:block;
}

fieldset label {
	width:50px;
}

fieldset input {
	font-size : 10px;
}

textarea {
	display:none;
}

div.textarea { 
	display:block;
	font-size: 10px;
	border:1px solid #666;
	width:400px;}

fieldset {
	width:600px;
	border:0px;
}

