/* The big font title */
#text-subtitle {
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #f9f7fc;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: justify;
 
	position: relative;
	top: 15px;
	left: 130px;
	width: 600px;
	max-width: 600px;
}

/* The left aligned picture */
#section-visuel {
	position: relative;
	top: 15px;
	left: 80px;
	width: 250px;
}

/* Basic (static & no javascript) text content */
#section-text {
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-align: justify;

	position: relative;
	width: 80%;
	max-width: 80%;
	top: 55px;
	left: 130px;
	line-height: 1.4;
	height: 0px;
	max-height: 0px;
}

.txt-link {
	color: #a7d068;
	font-weight: bold;
}

.txt-link:HOVER {
	color: #fcf7b8;
	font-weight: bold;
}

.selected {
	color: #fcf7b8;
	font-weight: bold;
}

.table-header {
	background-color: #9883be;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

.table-bg {
	background: #a593c8;
}

.pic-align {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	vertical-align: top;
	padding-left: 30px;
}