.table_categorie{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.categorie{
	background: -moz-linear-gradient(left,  rgba(255,252,247,0) 0%, rgba(255,252,247,1) 50%, rgba(255,252,247,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,252,247,0)), color-stop(50%,rgba(255,252,247,1)), color-stop(100%,rgba(255,252,247,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,252,247,0) 0%,rgba(255,252,247,1) 50%,rgba(255,252,247,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,252,247,0) 0%,rgba(255,252,247,1) 50%,rgba(255,252,247,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,252,247,0) 0%,rgba(255,252,247,1) 50%,rgba(255,252,247,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,252,247,0) 0%,rgba(255,252,247,1) 50%,rgba(255,252,247,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffcf7', endColorstr='#00fffcf7',GradientType=1 ); /* IE6-9 */
	color: black;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 20px;
}
.categorie td{
	padding: 1px 0px 1px 0px;
	text-align: center;
}
.bandeaucategorie, .bandeaucategorie td  {
	background: -moz-linear-gradient(left,  rgba(255,176,57,0) 0%, rgba(255,176,57,1) 50%, rgba(255,176,57,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,176,57,0)), color-stop(50%,rgba(255,176,57,1)), color-stop(100%,rgba(255,176,57,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,176,57,0) 0%,rgba(255,176,57,1) 50%,rgba(255,176,57,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,176,57,0) 0%,rgba(255,176,57,1) 50%,rgba(255,176,57,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,176,57,0) 0%,rgba(255,176,57,1) 50%,rgba(255,176,57,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,176,57,0) 0%,rgba(255,176,57,1) 50%,rgba(255,176,57,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb039', endColorstr='#00ffb039',GradientType=1 ); /* IE6-9 */
	padding: 1px;
}

.nomsite {
	font-weight: bold;
	font-size: 14px;
}
/* Largeur max des cellules en fonction du nombre de colo: /!\ marges prises en compte.
1 colonne: 1150px;
2 colonne: 560px;
3 colonne: 363px;
4 colonne: 265px;
5 colonne: 206px;
*/

.colo_videos {
	max-width: 363px; 
	vertical-align: top;
	text-align: center;
}

.table_videos p{
	display: inline;
}

.mini_box {
	display: inline-block;
	width: inherit;
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	background-color: #eeeeee;
}

.naviguerall{
	font-weight: bold;
	font-size: 16px;
}

.pages {
	display: inline-block;
	width: inherit;
	padding: 5px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #eeeeee;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 30px;
	text-align: center;
}

.pages_selected {
	display: inline-block;
	width: inherit;
	padding: 5px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #eeeeee;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 30px;
	text-align: center;
	background-color: #666;
	color: #fff;
}

.rech{
	color: #069;
}