﻿html, body, .table {
    font-size: 12px;
	color: #115269;
	text-align: left;
}

a:active, a:link, a:visited { 
color: #B4A59E;
text-decoration: underline;
}
a:hover { 
color: #C9D30F;
text-decoration: none;
}

h1 {
	font-weight:bold;
    font-size: 13px;
}
h2 {
	text-align: right;
}
.titre {
	font-weight: bold;
    font-size: 15px;
}
.tab30 {
	margin-left: 30px;
	}
.tab40 {
	margin-left: 40px;
	}
.alinea{
	text-indent: 30px;
}

.right{
	text-align: right;
}
.bold {
    font-weight:bold;
}