body
{
	background-color:white;
	font-size:0.8em;	
	color:black;
	font-family: Verdana, sans-serif;

}

div#main
{
	background:url('images/fond_cv.png') no-repeat;
	padding-left:40px;
	text-align:left;	
	background-color:white;
	display:block;
	color:black;
}
p
{
	margin:0px;
}

h3
{
	background:url("images/puce.png") 0px 4px no-repeat;
	padding-left:16px;
	margin-bottom:0px;
	
}
.print
{
	text-align:right;
}
h1,h2,h3,ul
{
	margin-top:5px;
	margin-bottom:5px;
}
h1,h2,h3
{
font-weight:bold;
}
.fhr
{
	margin-left:-40px;
}
img,a,.screen,.logPanel
{
	display:none;
}
a,a:visited,a:link
{
	text-decoration: none;
	color:black;
	background-color:white;
}
table {
	border-collapse:collapse;
	width:75%;

	margin-bottom:5px;
	border: 1px solid;
}

th,td {
	border:1px solid black;
	padding:5px;
}

.orderDetails {
	float: left;
	width: 50%;
}
hr.clear {
	clear:both;
	visibility:hidden;	
	margin-bottom:5px;
}

label {
	font-weight:bold;
}

.form-field {
	margin-bottom:5px;
}

.form-field label {
	float:left;
	width:105px;
}
input, select, textarea {
border:none;
}
.deposit {
	display:block;
}

textarea {
	border:1px solid black;
	height:100px;
	width: 300px;
}

.hidden {
	visibility: hidden;
	display:none;
}