/* CSS du module news/actu */
table.actu {
	margin: 0px;
	padding: 0px;
}

table.actu tr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.actu tr td {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #bb0032;
}

table.actu tr td.text {
	padding: 5px 17px 5px 17px;
}

table.actu tr td.text div.date {
	font-weight: bold;
}

.moreinfo {
	color: #5F5F5F;
	font-weight: normal;
}
.moreinfo a, .moreinfo a:visited, .moreinfo a:active {
	color: #5F5F5F;
	text-decoration: underline;
}

.moreinfo a:hover {
	color: #bb0032;
	text-decoration: underline;
}

table.actu tr td.text div.title {
	color: #bb0032;
	font-weight: bold;
}

table.sticky {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

table.sticky tr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.sticky tr td {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #bb0032;
}

table.sticky tr td.text {
	padding: 5px 17px 5px 17px;
}

table.sticky tr td.text div.date {
	font-weight: bold;
}
table.sticky tr td.text div.title {
	color: #bb0032;
	font-weight: bold;
}


/* Plein page de l'actu */
table.fullactu {
	margin: 0px;
	padding: 0px;
}

table.fullactu tr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.fullactu tr td {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #bb0032;
}

table.fullactu tr td.text {
	padding: 15px 0px 15px 0px;
}

table.fullactu tr td.text div.date {
	font-weight: bold;
}

table.fullactu tr td.text div.title {
	color: #bb0032;
	font-weight: bold;
	padding-bottom: 5px;
}


