body {
    background: #f9f9f9;
	font-family: sans-serif;
	text-align: justify;
}
.table-content {
	width: 570px;
	border: 0px;
	text-align: justify;
}
p {
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 9pt; 
	text-align: justify;
}
h2 {
    font-family: sans-serif;
	font-size: 15pt; 
	color: #4c3f12;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
    font-family: sans-serif;
	font-size: 12pt; 
	color: #4c3f12;
	margin-bottom: 0px;
}
h4 {
    font-family: sans-serif;
	font-size: 9pt; 
	color: #4c3f12;
	text-transform: uppercase;
	font-weight: bold;
}
.legende {
	text-align: right;
	font-size: 8pt; 
}
.rouge {
	color: #d2232a;
}
a:link {
	color: #4c3f12; 
	text-decoration: underline;
	}

a:visited {
	color: #4c3f12; 
	text-decoration: underline;
	}

a:hover {
	color: #9b907c; 
	text-decoration: none;
	}

a:active {
	color: #9b907c; 
	text-decoration: none;
	}

.sousmenu {
	font-family : Arial, Verdana,  Helvetica, sans-serif;
	font-size : 10px;
	}

a.sousmenu:link {
	color : #4c3f12;
	text-decoration: underline;
	}
a.sousmenu:visited {
	color : #4c3f12;
	text-decoration: underline;
	}
a.sousmenu:hover {
	color : #9b907c;
	text-decoration: underline;
	}
a.sousmenu:active {
	/*color : #9b907c;*/
	text-decoration: underline;
	}
	
.text {
	font-family: sans-serif;
	font-size: 8pt; 
	}

.bold {
	font-weight: bold;
	text-align: justify;

	}
	
.italique {
	font-style: italic;
	text-align: justify;

}
.bolditalique {
	font-style: italic;
	font-weight: bold;
}
.text-center {
	font-family: sans-serif;
	font-size: 8pt; 
	}
.menu {
    color : #FFFFFF;
    font-size: 13px; 
    padding: 30px 5px 30px 5px;
    line-height: 30px;
}
.menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    padding: 0px; 
}
.menu a:link, .menu a:hover, .menu a:visited {
    color: #FFFFFF;
    text-decoration: none; 
}
.menu a:hover {
    color: #9C927B;
}
.menu li.active {
    font-weight: bold; 
}
.menu ul ul {
    margin-bottom: 10px; 
}
.menu ul ul li {
    line-height: 14px;
    padding-left: 10px;
    font-weight: normal;
    margin-bottom: 5px;
}
.menu ul ul ul li {
    font-size: 11px;
    margin-bottom: 0px; 
}