
/* markups - balises */

/*img { border: 0; }*/

/* id */
#categories_vidz {
	text-align: justify; width: 450px;
	margin-left: auto; margin-right: auto;
}
#lang {
}

/* classes */
table.paiement {
        border: solid 1px #000000;
        font-size: 8px;
}

.hr_vidz {
	color: #999999;
	height: 1px;
	width: 450;
}

table.vidz {
	width: 450px;
	border: dashed 1px #999999;
}

.titre_vidz {
	text-transform: uppercase;
	font-weight: bold;
}
.infos_videos {
}
.nav {
	text-align: justify; width: 450px;
	margin-left: auto; margin-right: auto;
}
.description_vidz {
	text-align: justify; width: 450px;
	margin-left: auto; margin-right: auto;
}
.apercu_vidz {
	font-weight: bold; color: #ff0000;
}
.thumbs_vidz {
	cursor: pointer;
        width: 450px;
}
.thumbs img { cursor: pointer; } /* img's markup in .thumbs */
.telecharger_vidz {
	font-weight: bold; color: #ffffff;
	background-color: gray; width: 300px;
	margin-left: auto; margin-right: auto;
	border: solid 1px #000000;
	cursor: pointer;
}

