body{
background-color: #cccccc;
color: #993300;
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
margin: auto;
background-image: url('../pix/fondvideo.jpg');
background-position: center ;
background-repeat:repeat-x;
background-attachment:fixed;
}
table
{
 border:0;
 margin:50px;
}

	#content{
	position:absolute;
	width:1024px;
	height:600px;
	text-align:center;
	border:0;
	top: 50%;
	left:0;
	margin-top: -300px;
	background-image: url('../pix/ecranvideo.jpg');
	background-position:center top;
	background-repeat: no-repeat;
	}
	#video{
	position:absolute;
	left:261px;
	top:99px;
	width:500px;
	height:400px;
	border:0;
	text_align:center;
	}
a:link{
color:#cc0000;
text-decoration:none;
font-size:12px;
}     
a:visited{
color:#A4000C;
text-decoration:none;
} 
a:hover{
color:#999999;
text-decoration:underline;
} 
a:active{
color:yellow;
text-decoration:underline;
}
/* le bouton lien vers mon site */
.boutonbis
{display:block;
width:110px;
border:0;
overflow:hidden;
text-align:center;
}
.boutonbis img
{overflow:hidden;
border:0;
}
.boutonbis a
{text-decoration:none;
float:left;
overflow:hidden;
border:0;
height:100px;

}
.boutonbis #devin
{margin:10px;
width:100px;
background-image: url(../pix/boutonliendevin.png);
background-repeat:no-repeat;
background-position:0 0;
}
.boutonbis #devin:hover 
{
background-image: url(../pix/boutonliendevin.png);
background-repeat:no-repeat;
background-position:0 -100px;
}
