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

/* id */
#categories {
	text-align: justify; width: 90%;
	margin-left: auto; margin-right: auto;
}
#lang {
}

/* classes */
.titre {
	text-transform: uppercase;
	font-weight: bold;
}
.infos_videos {
}

.nav {
	text-align: justify; width: 90%;
	margin-left: auto; margin-right: auto;
}
.description {
	text-align: justify; width: 90%;
	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;
}

