@CHARSET "ISO-8859-1";

@import 'global.css';


#activity {
	float: left;
	width: 745px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5px;
}

/*******Zone de texte********/

table.title {
	width: 247px;
	height: 39px;
	margin:0;
	padding:0;
	background-image: url(../images/activites/activites.png);
	background-repeat:no-repeat;
}

#historycontent {
	display: inline-table;
	width : 730px;
	height: 460px;
	margin-top : 10px;
	margin-left: 16px;
}

table.title h3 {
	margin: 0px;
	margin-left : 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	letter-spacing : 0.1em;
	color: #FFFFFF;
}

table.subtitle {
	width: 459px;
	height: 50px;
	margin:0;
	padding:0;
}

#text_zone {
	margin-top : 20px;
	float: left;
	width: 460px;
}

table h2 {
	margin: 0px;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	line-height: 100%;
	letter-spacing : 3px;
}

.subcontent1 {
	float: left;
	width : 459px;
	height: 374px;
	margin-top: 10px;
	margin-left: 0px;
	color: #404040;
	background-color: #ebebeb;
}

table.sbc1table {
	display: inline-table;
	width : 440px;
	height: 374px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 7px;
	font-size: 11px;
	text-align: justify;
	line-height: 1.2em;
}

td.right{
	text-align: right;
	text-decoration: underline;
}

/*******Zone Images********/

.subcontent2 {
	float: right;
	width : 254px;
	//height: 453px;
	margin: 0px;
	color: #404040;
}

.image {
	width: 254px;
	margin-top: 15px;
}


