@charset "utf-8";
/* CSS Document */

body {
background-image:url(img/fond.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#57b301;
font-family:Arial, Helvetica, sans-serif;
color:#1d3b03;
}

#main {
margin:25px auto 70px auto;
width:950px;
height:948px;
background-color:#FFFFFF;
}

#menu{
float:left;
margin-top:70px;
padding-left:35px;
height:750px;
width:200px;
border-right:#1d3c03 solid 1px;
}

#right {
font-size:12px;
margin-top:61px;
float:left;
width:703px;
height:79px;
}

#right p{
margin:20px 45px 10px 21px;
}

#right p.tag{
font-size:15px;
font-weight:bold;
margin-bottom:-12px;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}

.video{
float:left;
margin:35px 28px auto 21px;
}

.copyright{
	color:#999999;
	padding-top:70px;
}
a:link, a:visited{
text-decoration:none;
color:#1d3b03;
}

a:hover{
text-decoration:underline;
color:#1d3b03;
}

a img{
text-decoration:none;
border:none;

}