/* ------------------------------------ */
/* Feuille style pages video   		    */
/* ------------------------------------ */

* {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #dcdcdc;
}

h1 {
    font-weight: bold;
    font-size: 18px;
}

p {
    font-weight: normal;
    font-size: 12px;
}

body {
    background-color: #000000;
}

div#page {
    margin: 10px auto 0px auto;
    width: 770px;
    height: 458px;
    background-color: #424242;
}

div#bandeau-haut {
    width: 770px;
    height: 73px;
    float: none;
    background: url('/design/extras/images/video-bandeau.gif') #b2d745 no-repeat left top;
}

div#lecteur {
    width: 416px;
    height: 258px;
    float: left;
    padding: 1px;
    margin: 10px;
    background-color: #0f0f0f;
}

div#pub {
    width: 300px;
    height: 268px;
    float: left;
    padding: 1px;
    margin: 10px;
    background: url('/design/extras/images/video-sponsor.gif') no-repeat bottom right;
}

div#bottom {
    clear: both;
    float: none;
    width: 770px;
    height: 86px;
    background-color: #2f2f2f;
}

div#titre-video
{
    float:left;
    width: 416px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
}

div#date
{
    float:left;
    text-align:right;
    margin: 10px;
}

div#close-button
{
    float: right;
    visibility: visible;
}


div#close-button a
{
    display:block;
    margin: 10px;
    height:33px;
    width:107px;
    background:url('/design/extras/images/video-closebutton.gif') no-repeat 0 0;
}

div#close-button a:hover
{
    background:url('/design/extras/images/video-closebutton.gif') no-repeat 0 -34px;
}

div#home-button
{
    float: right;
    visibility: visible;
}


div#home-button a
{
    display:block;
    margin: 10px;
    height:33px;
    width:107px;
    background:url('/design/extras/images/video-homebutton.gif') no-repeat 0 0;
}

div#home-button a:hover
{
    background:url('/design/extras/images/video-homebutton.gif') no-repeat 0 -34px;
}

.partage
{
	font-size: 11px;
	line-height: 18px;
	text-align: left;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: none;
}

.partage ul {

	margin: 0;
	padding: 0 0px 25px 0;

	margin-bottom: 10px;
}


.partage li {
	margin-top: 9px;

	text-indent: -9999px;
	list-style-type: none;
	display: inline;
	float: left;
}

.partage li a
{
	width: 20px;
	height: 20px;
	display: block;

	text-decoration: none;
}

.label_partage
{
	margin-top: 9px;
	float: left;
}

li.facebook_partage
{
	margin-left: 5px;

	float: left;
	background: url(images/icon_fb.png) no-repeat left top;
}

li.twitter_partage
{
	margin-left: 2px;
	float: left;
	background: url(images/icon_twitter.png) no-repeat left top;
}

li.linkedin_partage
{
	margin-left: 2px;
	float: left;
	background: url(images/icon_linkedin.png) no-repeat left top;
}


