
/* markups - balises */
body {
	text-align: center;
	margin: 0; padding: 0;
	background-image: url(images/cons_videos_02.gif);
}
table {
	text-align: center; 
	margin-left: auto;
	margin-right: auto;

}
img { border: 0; }

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

/* classes */
.titre {
	text-transform: uppercase;
	font-weight: bold;
color: #f4e11b;
	border: solid 0px #FFFFFF;


}
.infos_videos {

}
.nav {
	text-align: justify; width: 600px;
	margin-left: auto; margin-right: auto;
}
.description {
	text-align: justify; width: 676px;
	margin-left: auto; margin-right: auto;
                color: #FFFFFF;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
	border: solid 0px #FFFFFF;
}
.thumbs { 
	cursor: pointer;
	border: solid 0px #FFFFFF;
}
.thumbs img { cursor: pointer; } /* img's markup in .thumbs */
.telecharger { 
	font-weight: bold; color: #ffffff;
	background-color: BLACK; width: 668px;
	margin-left: auto; margin-right: auto;
	border: solid 1px #000000;
	cursor: pointer;
}

