@charset "utf-8";
 
 .info
 {
 color:#1b6ced;
	font-weight:bold;
 }
 .titre-video:hover
{
   text-decoration:none;
   color:red;
}
.titre-video
{
	padding-left:7px;
	color:#ffffff;
	font-weight:bold;
	
}
.haut-bg-gauche {
	background-image: url(images/haut/bg-gauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.haut-bg-droite {
	background-image: url(images/haut/bg-droite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-bg-gauche {
	background-image: url(images/header/bg-gauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header-bg-droite {
	background-image: url(images/header/bg-droite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.texutre-menu-bas {
	background-image: url(images/centre/menu-gauche/texture-menu-bas.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

td
{
	color:#e1c8a9;
}

.item-menu
{
	padding-left:10px;
	margin-left:33px;
	background-color:#1a1a1a;
	width:153px;
	height:19px;
	line-height:19px;
	display:block;
	color:#f6e1bb;
	text-decoration:none;
	border-bottom:1px solid #262a2f;
}
.item-menu:hover
{
	background-color:#292929;
	text-decoration:none;
}

body
{
	margin:0px;
	background-color:#1d1d1d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#e1c8a9;
	font-size:13px;
	background-image:url(../images/texture-centre.jpg) ;
	background-repeat:repeat-y;
	background-position:center;
}

img
{
	border:0px;
}

a{
	color:#33dbff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


.bt-next
{
	line-height:24px;
	width:87px;
	height:24px;
	float:left;
	margin-right:5px;
	background-image:url(../images/suivant.gif);
	background-repeat:no-repeat;
}

.bt-previous
{
	line-height:24px;
	width:87px;
	height:24px;
	float:left;
	margin-right:5px;
	background-image:url(../images/suivant.gif);
	background-repeat:no-repeat;
}

.actif
{
	color:#ffffff;
}

.bt-numero
{
	padding-top:1px;
	font-weight:bold;
	text-align:center;
	line-height:21px;
	float:left;
	margin-right:5px;
	display:block;
	width:30px;
	height:24px;
	background-image:url(../images/numeros.gif); 
	background-repeat:no-repeat;
}

li
{
	color:#c7f5ff;
}