
/* markups - balises */
body {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
table {
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
}
img { border: 0; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}

/* id */
#categories {
	text-align: justify; width: 600px;
	margin-left: auto; margin-right: auto;
}
#lang {
}
a:link {
	color: #FFFF00;	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;text-decoration: underline;
}
a:visited {
	color: #FFFF00;text-decoration: underline;
}
a:active {
	color: #FFFF00; text-decoration: underline;
}

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