/**
 * RESEAUX SOCIAUX
 */
#description-video
{
	background: url('/design/fond-description-videos.png') repeat-y;
	width: 637px;
	padding: 6px;
}

#reseaux-sociaux
{
	background: url('/design/linkbaiting.png') no-repeat;
	height: 46px;
	width: 637px;
	padding: 6px;
}

#reseaux-sociaux a
{
	color: #fff;
}

#reseaux-sociaux img
{
	vertical-align: middle;
}


/**
 * LES DERNIERES VIDEOS
 */
#dernieres-videos
{
	background: url('/design/onglet-dernieres-videos.png') no-repeat;
	width: 637px;
	height: 38px;
	line-height: 38px;
	margin-top: -12px;
	padding-left:14px;
}

#puce-picto-play
{
	position: absolute;
	background: url('/design/picto-play.png') no-repeat;
	width: 31px;
	height: 23px;
	margin-top: 8px;
}

#dernieres-videos h2
{
	font-family: Arial, Helvetica, serif;
	font-style: italic;
	font-size: 18px;
	color: white;
	margin-left: 40px;
}

.item-video
{
	float: left;
    margin: 0;
    width: 150px;
}

.item-video a
{
	height: 86px;
	display: block;
}

.item-video .videoTitle, #description-video .videoTitle
{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	overflow: hidden;
	height: 12px;
}
.item-video .videoSubTitle
{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 11px;
	color: #898989;
	overflow: hidden;
	height: 12px;
}

.item-video .txt, #description-video .txt
{
	font-family: Arial, Helvetica, serif;
	font-size: 10px;
	color: #b7b7b7;
	overflow: hidden;
	width: 620px;
}

.item-video img
{
	border: 1px solid #7e7e7e;
}


/**
 * TOP REVENDEURS
 */
.header-top-droite
{
	background: url('/design/onglet-droite.png') no-repeat;
	width: 320px;
	height: 41px;
	line-height: 41px;
}
.header-top-droite  h2.top-revendeur
{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #ffef1b;
	margin-left: 10px;
}

.fond-top-droite
{
	background: url('/design/fond-top-videos.png') repeat-y;
	width: 320px;
}

.fond-top-droite a
{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: #0096ff;
}

.fond-top-droite .txt
{

	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

/**
 * TOP VIDEOS
 */
.header-top-droite h2
{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin-left: 46px;
}

#picto-top
{
	position: absolute;
	background: url('/design/picto-top-videos.png') no-repeat;
	width: 31px;
	height: 23px;
	margin-top: 10px;
	margin-left: 8px;
}

.top-video-liste
{
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	color: #898989;
	width: 280px;
	padding: 4px;
	margin-left: 6px;
}
.top-video-liste strong
{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	overflow: hidden;
	display: block;
	color: #fff;
}

.top-video-liste img
{
	border: 1px solid #7e7e7e;
}