/* balise Anfitrion.es */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: Black;
}
table {
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	color : white;
}

img { border: 0; color : white; }

/* id  anfitrion.es */
#categories {
	text-align: justify;
	text-decoration: none;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	background: Teal;
}

#lang { color : white;
}

/* classes Anfitrion.es */
.titre {
	text-transform: uppercase;
	font-weight: bold;
	color : Yellow;
}
.infos_videos {
color : white;
font-weight: arial;
}
.nav {
	text-align: justify;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color : white;
}

.nav li {
text-decoration: none;
color : white;
}
.nav a {
text-decoration: none;
color : white;
}
.nav a:hover {
text-decoration: none;
color : white;
}


.description {
	text-align: justify;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color : white;
}
.thumbs { 
	cursor: pointer;
	color : white;
}

.thumbs li {
text-decoration: none;
color : white;
}
.thumbs a {
text-decoration: none;
color : white;
}
.thumbs a:hover {
text-decoration: none;
color : white;
}


.thumbs img { cursor: pointer; } /* img's markup in .thumbs */
.telecharger {
	font-weight: bold;
	color: black;
	background-color: Yellow;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #FFFFFF;
	cursor: pointer;
}

/* anfitrion special */

#cul { position: absolute;
 visibility:hidden;
 width:0px; height:0px;
 overflow: hidden;
 display:none;
 font-size:0px;
 margin:0px;}
 

A:link {
	text-decoration: none;
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: white;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
}
 A:active {
	text-decoration: none;
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: green;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;}
A:visited {
	text-decoration: none;
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: White;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;}
A:hover {
	text-decoration: none;
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: Yellow;
	FONT-FAMILY: Tahoma, Verdana, sans-serif;}	
