body{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #DFDFDF;
}   

#contener {
  position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url('../images/fondsite.png') no-repeat 0 0;
}

img{
  border: 0;
}


#header{
  width: 100 %;
}


#corps{
  clear: left;
  width: 100%;
  position: relative;
}

#colonne_gauche{
  width: 360px;
  float:left;
  padding: 50px 0 50px 0;
}

#colonne_droite{
  /*position: relative; */ 
  width: 630px;
  float:left;
  padding: 30px 0 0 0;
}

#footer{
  clear: left;
  width: 100 %;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

a{
  color: #000;
  text-decoration: none;
}

a:hover{
  color: #FF0009;
}

#fond_webtv{
  width: 458px;
  height: 341px;
  background: url('../images/frame-video.png');
  position: absolute;
  top: 0px;
  right: 0px;
}

#webtv{
  position: absolute;
  top: 80px;
  right: 70px;
}

.titre{
  position: absolute;
  top: 20px;
  right: 150px;  
}

#bouton_contact{
  /*margin-top: 50px; */
}

#contact td{
  font-weight: bold;
  height: 30px;
}

#contact input{
  border: 1px solid #FF0009;
  width: 300px;
}

#contact textarea{
  border: 1px solid #FF0009;
  width: 300px;
  height: 180px;
}

#reglement{   
  width: 300px;
  float:left;
  text-align: center;
  margin-top: 100px;
}

#engagement{   
  width: 300px;
  float:left;
  text-align: center;
  margin-top: 100px;
}

#historique{   
  margin-top: 100px;
  font-weight: bold;
}

#phrase{
  position: absolute;
  top: 0px;
  left: 45px;
  font-size: 11px;
  font-weight: bold;
}

.engages{
  position: absolute;
  top: 80px;
  left: 300px;
}

.engages th{
  color: #FF0009;
}

#video{
  position: absolute;
  top: 160px;
  left: 520px;
}

#facebook{
  position: absolute;
  top: 200px;
  left: 730px;
}


