body {
	font-family: "Book Antiqua", Times, serif;
	background: url(../images/background.gif) #8CB4F0 repeat-y scroll center;
	font-size: 18px;
	color: #4A3C2B;
	text-decoration: none;
}

.normal {
	font-family: "Book Antiqua", Times, serif;
	font-size: 18px;
	color: #4A3C2B;
	text-indent: 12px;
}

.gras {
	font-family: "Book Antiqua", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #4A3C2B;
	text-indent: 12px;
}
	
a 
{
	font-family: "Book Antiqua", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
a:hover 
{
	font-family: "Book Antiqua", Times, serif;
	font-size: 20px;
	color: #FF0000;
	text-decoration: underline overline;
}

b
{
	font-family: "Book Antiqua", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.tableTarif{
    text-align:center;
    width: 430px;
        text-align:center;
    font-family: "Book Antiqua", Times, serif;
	font-size: 18px;
	color: #4A3C2B;
}

.tableTarif.tr {
    border: 1px solid #000000;
}

.tableTarif.td{
    text-align:center;
}

.txtCenter {
    text-align:center;
}

.txtItalic {
     font-style: italic;
}

