
/* markups - balises */
body {
	text-align: center;
	margin: 0; padding: 0;
}
table {
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
}
img { border: 0; }

.onevideo { margin:5px; padding: 10px; width: 720px }

#categories div {
border: 1px solid;
width: 180; float:left;
}

hr { clear: both }

/* classes */
.titre {
	text-transform: uppercase;
	font-weight: bold;
}
.infos_videos {
}
.nav {
	text-align: justify;
	margin-left: auto; margin-right: auto;
}
.description {
	text-align: justify;
	margin-left: auto; margin-right: auto;
}
.thumbs { 
	cursor: pointer;
}
.thumbs img { cursor: pointer; } /* img's markup in .thumbs */
.telecharger { 
	font-weight: bold; color: #ffffff;
	background-color: gray; width: 300px;
	margin-left: auto; margin-right: auto;
	border: solid 1px #000000;
	cursor: pointer;
}
