@charset "windows-1252";
/* CSS Document */

html, body {
    height: 100%;
}

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #000000;
  background-image:url(images/gauche.jpg);
  background-repeat:no-repeat;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;  
  padding:0px 20px;
  margin:0px;
}

h1 {
font-size: 11px;
color: #cc3333;
display: inline;
}

h2 {
font-size: 11px;
border-bottom:solid 1px #cc3333; 
display: inline;
}

a:link /* lien non-visité */ 
	{ 
	color:#ffffff;
	text-decoration:none;
	}

/* lien visité */
a:visited { 
	color:#ffffff;
	text-decoration:none;
	} 
	
/* lien survolé */	
a:hover {
	color:#cc3333;
	text-decoration:line-through;
	} 
	
/*lien actif */
a:active {
	color:#cc3333;
	text-decoration:none;
	} 


#header{
	width:550px;
	height:100px;
	background-image:url(images/haut.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 200px;
	background-color:#000;
}

#container {
    position: relative;
	min-height: 100%;
        }

#total{
	margin:0px 0px 0px 200px;
	width:550px;
}


#total2{
	margin:0px 0px 0px 200px;
	width:700px;
}

#menu{
	float:left;
	width:150px;
	background-color:#000;
}

#content{
	margin:0px 0px 0px 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content2{
	margin:0px 0px 0px 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	width:250px;
	position: absolute;
    top: 500px;
	background-color:#666;
	text-align:center;
}

fieldset
{
	border:none;
}

/* styling of the player flv. */
a.myPlayer {
	display:block;
	width: 390px;
	height:225px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}


/* styling of the player pour rocade flv. */
a.myPlayer2 {
	display:block;
	width: 640px;
	height:360px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer2 img {
	margin-top:140px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer2:hover {
	border:1px solid #000;
}