/* CONTENT */
.page{
	position: absolute;
	left: 230px;
	top: 230px;
	width: 1300px;
	heigth: auto;
}
.col{
	position: relative;
	float: left;
	margin-right: 25px;
	height: auto;
	width: 210px;
}
.col_header{
	/*background: transparent url("./img/bouton-play.png") no-repeat;*/
	border: #AC9D36 solid 1px;
	height: 60px;
	width: 200px;
	padding: 5px;
	margin-left: 0px;
	background: #000;
}
.contact{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 500px;
	color:#999;
	padding-left: 17px;
	padding-bottom: 15px;
	border-left: #6C5D06 solid 1px;
	border-bottom: #6C5D06 solid 1px;
	font-size: 18px;
}
.contact h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#FFFFFF;
}
.home{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	color:#BBBBBB;
	font-size: 14px;
	line-height: 20px;
	float: left;
}
.home2 {
	position: absolute;
	top: 0px;
	left: 390px;
	width: 350px;
	color:#BBBBBB;
	font-size: 14px;
	line-height: 20px;
}

.home b{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#fff;
}
.video_player{
	width: auto;
	height: auto;
	display: block;
	position: relative;
	float: left;
}
.video_menu{
	width: 285px;
	position: relative;
	float: left;
}
.video_menu img {
	border: #AC9D36 solid 1px;
	padding: 5px;
	margin-left: 60px;
	margin-top: 20px;
	display: block;
}
i {
	color: #AAA;
}

/* GLOBAL */
body{
	
	background: #000000 url("./img/signe_left.png") repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DDD;
	text-align:justify;
}
a, img {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}
a:hover {
	color:#AC9D36;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}
.menu a {
	border: 0px;
	color:#bbb;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.menu a:hover {
	border: 0px;
	color:#AC9D36;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.bottom_black{
	background: url("./img/bottom_black_.png") repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 202px;
	height: 35px;
}
.right_black{
	background: url("./img/right_black.gif") repeat-y;
	position: absolute;
	top: 160px;
	right:0px;
	width: 44px;
	height: 41px;
}
.header{
	background: url("./img/header_left.png") no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:201px;
}
.menu{
	/*background: url("./img/bg_menu.png") repeat-x;*/
	border-bottom: 1px #AC9D36 solid;
	border-top: 1px #AC9D36 solid;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
	height: 32px;
	color:#bbb;
	font-size: 15px;
	text-indent: 240px;
	padding-top: 7px;
}
.logo{
	background: url("./img/logo_header.jpg") no-repeat;
	position: absolute;
	top: 0px;
	left: 201px;
	width: 1100px;
	height: 160px;
	display: block;
}
.Style1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
