@charset "utf-8";
/* CSS Document */
body{
	background: url(../_img/fondsite.png) /* url(../_img/fondsite.jpg) */ repeat-x;
	background-color:#FEBD00;
	font-family:Tahoma, "Trebuchet MS";
	}
#container{
	width:800px;;
	margin-left:auto;
	margin-right:auto;
	}
#header-clr{
	width:100%;
	height:20px;
	}
#header-logo{
	width:100%;
	height:112px;
	}
#header_banner{
	width:100%;
	height:220px;
	}
#menu_horiz{
	width:100%;
	height:30px;
	background: #F5D87E;
	border-top: 2px #EFCA30 solid;
	border-bottom: 2px #EFCA30 solid;
	}
#Contenu_central{
	background:#EFC130;
	width:100%;
	border-top:#666600 4px solid;
	}
.table{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	}
.td_menu_verti{
	width:20%;
	border-right: #A6800D 1px solid;
	vertical-align:top;
	font-size:12px;
	}
#footer{
	background:url(../_img/footer.png) no-repeat;
	width:100%;
	height:35px;
	padding-top: 5px;
	}
#info_videos{
	vertical-align:top;
	}
