body {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.TxtTitre {
  font-size: 18px;
  font-weight: bold;
}

.TxtTitreProduit {
  font-size: 15px;
  font-weight: bold;
}


.TxtBody {
  font-size: 13px;
  line-height:13pt;
}

.TxtLittleBody {
  font-size: 11px;
  line-height:12pt;
}

a:link { 
	text-decoration:none;
	color: #330066;
}

a:visited { 
	text-decoration:none;
	color: #330066;
} 

a:hover { 
	text-decoration:none;
	color: #330066;
}

a img {
	border:none;
}

.border-left {
	border-style: solid;
	border-color: black;
	border-left-width:1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width:0px;
}

.inputtext {
color: #000000;
background: #ffffff;
border: 1px solid #000000
}
