.container table tr td {
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #5E00BB;
	border-left: none;
}
.content table thead tr .image {
	width: 25%;
}
.content table thead tr td {
	border-top: thin solid #5E00BB;
	border-bottom: thin solid #5E00BB;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 1.5em;
}
.content table tr .titre {
	font: 1.5em Verdana, Geneva, sans-serif;
	color: #5E00BB;
	vertical-align: middle;
}
.content table tfoot tr .navig {
	text-align: center;
	background: #5E00BB;
	color: #FFF;
}
.content table tfoot tr .navig a {
	color: #FF0;
	text-decoration: none;
}
.content table tfoot tr .navig a:hover {
	color: #F00;
}
.content ul .selected  {
	color: #FF9;
	text-decoration: none;
	display: block;
	margin: 5px;
	background: #AC59FF;
	border-top: 1px solid #FFC;
	border-right: 1px solid #FF6;
	border-bottom: 1px solid #FF6;
	border-left: 1px solid #FFC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.content .video {
	margin: auto;
	width: 70%;
}

.content .group_cat {
	float: left;
	width: 20%;
}
.content ul li a {
	color: #480048;
	text-decoration: none;
	display: block;
	margin: 5px;
	background: #FF9;
	border-top: 1px solid #FFC;
	border-right: 1px solid #FF6;
	border-bottom: 1px solid #FF6;
	border-left: 1px solid #FFC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.content ul li a:hover {
	color: #FF9;
	background: #909;
}
