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

/* id */
#categories {
	text-align: justify; width: 600px;
	margin-left: auto; margin-right: auto; color: #CC0000;
}

#lang {
}

/* classes */
.titre {
	text-transform: uppercase; color: #ffffff;
	font-weight: bold;
}
.infos_videos { color: #ffffff;
}
.nav {
	text-align: justify; width: 600px;
	margin-left: auto; margin-right: auto; color: #f2c256;
}
.description {
	text-align: justify; width: 600px;
	margin-left: auto; margin-right: auto;
}
.thumbs { 
	cursor: pointer; color: #ffffff;
}
.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; color: #ffffff;
}
a:link { color:white; }
a:hover { color:yellow; }
a:visited { color: white; }

