/* CSS Document */


td#video
{
	width:478px;
	height:353px;
	font-family:Arial, Helvetica, sans-serif;
}

td#video h1
{
	margin-top:0px;
	margin-bottom:5px;
	padding-left:26px;
	background-image:url(../img/puce_grande_videos.gif); /* 22px * 15px */
	background-position:left;
	background-repeat:no-repeat;
	line-height:120%; /* POUR AVOIR LA MEME VALEUR SOUS IE ET FIREFOX */
	font-size:12pt;
	text-align:left;
	color:#04396C;
}

td#video h2
{
	margin-top:0px;
	margin-bottom:5px;
	line-height:120%;  /* POUR AVOIR LA MEME VALEUR SOUS IE ET FIREFOX */
	font-size:10pt;
	text-align:center;
	color:#CE0313;
}

td#video div /* 318px * 238px */
{
	margin-left:auto;
	margin-right:auto;
	width:318px;
	height:238px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

td#bande_vide_centre
{
	width:66px;
	height:353px;
}

table#container_galerie
{
	width:280px;
	/*height:353px;*/ /* SOMME DES SOUS-COMPOSANTS */
}

table#container_galerie td
{
	background-color:#417FBC;
}

table#container_galerie td#bande_vide_galerie
{
	/*width:container_galerie*/
	height:39px;
	background:none;
}

td#titre_galerie
{
	/*width:container_galerie*/
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

a#galerie_precedente
{
	float:left;
	margin-left:5px;
}

a#galerie_precedente img
{
	border-width:0px;
}

a#galerie_suivante
{
	float:right;
	margin-right:5px;
}

a#galerie_suivante img
{
	border-width:0px;
}

table#galerie
{
	width:280px;
	height:282px;
}

table#galerie td.left
{
	padding-left:3px;
}

table#galerie td.right
{
	padding-right:3px;
}

table#galerie img /* 105px * 84px */
{
	width:105px; /* POUR FORCER L'AFFICHAGE A LA BONNE TAILLE DU PREMIER COUP */
	height:84px; /* POUR FORCER L'AFFICHAGE A LA BONNE TAILLE DU PREMIER COUP */
}

table#galerie a img
{
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

table#galerie a:hover /* IL FAUT METTRE A:HOVER (INUTILE, MAIS CORRIGE BUG IE) AVANT A:HOVER IMG */
{
	display:inline;
}

table#galerie a:hover img, table#galerie img.courant
{
	border-color:#CE0313;
	border-style:solid;
	border-width:1px; /* PROBLEME NON RESOLU AVEC BORDURE > 1px */
}
