/* ------------------------------------ */
/* 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: 234px;
    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
{
    text-align:right;
    margin: 10px;
    padding-top: 3px;
}

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 {
	color: #939393;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.partage span {
	margin: 0;
	padding: 1px 2px 0px 0px;
	float: left;
}

.partage ul {
	list-style-type: none;

	margin: 0;
	padding: 0;
	float: left;
}

.partage li {
	display: inline;
}

.partage ul li a {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	text-decoration: none;
	float: left;
}

.facebook_partage
{
	background: url(/design/extras/images/icon_fb.png) no-repeat left top;
}

.twitter_partage
{
	background: url(/design/extras/images/icon_twitter.png) no-repeat left top;
}

.linkedin_partage
{
	background: url(/design/extras/images/icon_linkedin.png) no-repeat left top;
}

.partage p
{
	margin: 0;
	padding: 1px 0px 0px 0px;
	float: right;
}

