@charset "utf-8";
/* CSS Document */

table.seminar640{
	border-width: 1px;
	border-color: #3fa521;
	border-style: solid;
	border-collapse: collapse;
	padding: 7px;
	width: 640px;
	line-height: 140%;
}
tr, td{
	border-width: 1px;
	border-color: #3fa521;
	border-style: solid;
	border-collapse: collapse;
	padding: 7px;
}
td.haute{
	background-color: #3fa521;
	border-top: thin solid #3fa521;
	border-bottom: thin solid #ffffff;
	width: 20%;
	height: 30px;
	text-align:center;
	color: #ffffff;
}
td.gauche{
	background-color: #3fa521;
	border-top: thin solid #ffffff;
	border-bottom: thin solid #ffffff;
	width: 20%;
	height: 30px;
	text-align:center;
	color: #ffffff;
}

td.bas{
	background-color: #3fa521;
	border-top: thin solid #ffffff;
	border-bottom: thin solid #3fa521;
	width: 20%;
	height: 30px;
	text-align:center;
	color: #ffffff;
}