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

body{
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	background: #d5d5d6;
	position: relative;
}

#container{
	width: 100%;
	position: absolu;
	bottom:47px;
	background: url(../imgs/distribution/forest.png) repeat-x bottom center;
	min-height: 1050px;
	height: auto;
	_height: 1050px;
}

#content{
	margin: 0 auto;
	width: 990px;
	top: 235px;
	position: relative;
}
	#mainFrame{
		position: relative;
		float: right;
		width: 514px;
		margin-top: 35px;
	}
	#texte{
		position: relative;
		background:url(../imgs/distribution/backgroundContent.png) repeat-y 0 0;
		width: 514px;	
	}
	#texte p{
		margin: 0 0 0 0;
		padding: 0 20px 0 20px;
		line-height: 1.3em;
		font-size: 1.1em;
		text-align: justify;
		word-spacing: normal;
	}
	.video{
		margin: 0 auto;
		width: 425px;
		height: 344px;
		margin-top: 20px;
	}
	#textTop{
		background: url(../imgs/distribution/backgroundContentTop.png) no-repeat 0 0;
		width: 514px;
		height: 25px;
	}
	#textBottom{
		background: url(../imgs/distribution/backgroundContentBottom.png) no-repeat left bottom;
		width: 514px;
		height: 25px;
	}
	#mainMenu{
		width: 428px;
		position: relative;
		float: left;
	}
	.texteBtn{
		margin: 5px 0 10px 31px;
		width: 365px;
		font-weight: bold;
	}
	.btn-1{
		margin: 0 0 0 31px;
		width: 365px;
		height: 68px;
		display: block;
		cursor: pointer;
		background: url(../imgs/distribution/btn-1.png) no-repeat 0 0;
	}
	.btn-1:hover{
		background: url(../imgs/distribution/btn-1.png) no-repeat 0 -68px;
	}
		.btn-2{
			margin: 9px 0 0 31px;
			background: url(../imgs/distribution/btn-2.png) no-repeat 0 0;
			width: 365px;
			height: 69px;
			display: block;
			cursor: pointer;
		}
		.btn-2:hover{
			background: url(../imgs/distribution/btn-2.png) no-repeat 0 -69px;
		}
		.btn-3{
			margin: 9px 0 0 31px;
			background: url(../imgs/distribution/btn-3.png) no-repeat 0 0;
			width: 365px;
			height: 69px;
			display: block;
			cursor: pointer;
		}
		.btn-3:hover{
			background: url(../imgs/distribution/btn-3.png) no-repeat 0 -69px;
		}
		.btn-4{
			margin: 9px 0 0 31px;
			background: url(../imgs/distribution/btn-4.png) no-repeat 0 0;
			width: 365px;
			height: 69px;
			display: block;
			cursor: pointer;
		}
		.btn-4:hover{
			background: url(../imgs/distribution/btn-4.png) no-repeat 0 -69px;
		}
		.btn-5{
			margin: 9px 0 0 31px;
			background: url(../imgs/distribution/btn-5.png) no-repeat 0 0;
			width: 365px;
			height: 69px;
			display: block;
			cursor: pointer;
		}
		.btn-5:hover{
			background: url(../imgs/distribution/btn-5.png) no-repeat 0 -69px;
		}
		.btn-6{
			margin: 9px 0 0 31px;
			background: url(../imgs/distribution/btn-6.png) no-repeat 0 0;
			width: 365px;
			height: 69px;
			display: block;
			cursor: pointer;
		}
		.btn-6:hover{
			background: url(../imgs/distribution/btn-6.png) no-repeat 0 -69px;
		}
		.contact{
			margin: 16px 0 0 60px;
			color: #000000;
			text-align: left;
		}
#header{
	width: 100%;
	position: absolute;
	background: url(../imgs/distribution/backgroundHeader.png) repeat-x 0 0;
	height: 229px;
	top: 0px;
}
	.contentHeader{
		width: 990px;
		margin: 0 auto;
		position: relative;
		margin-top: 10px;
	}
	.trailer{
		position: absolute;
		left: 0;
		top: 36px;
		background: url(../imgs/distribution/trailer.png) no-repeat 0 0;
		width: 167px;
		height: 145px;
	}
	.title{
		margin: 0 auto;
		background:url(../imgs/distribution/title.png) no-repeat 0 0;
		width: 737px;
		height: 177px;
	}
	.quad{
		position: absolute;
		right: 0;
		top: 0px;
		background:url(../imgs/distribution/quad.png) no-repeat 0 0;
		width: 195px;
		height: 186px;
	}
#footer{
	width: 100%;
	background: url(../imgs/distribution/backgroundFooter.png) repeat-x 0 0;
	height: 47px;
}
	.contentFooter{
		width: 955px;
		margin: 0 auto;
		padding: 23px 0 0 35px;
		color: #ffffff;
	}
		.copyright{
			margin-right: 375px;
		}
	#footer .myLink{
		color: #c8d93b;
		text-decoration: none;
	}
	#footer .myLink:hover{
		color: #ffffff;
	}
	.myLink{
		color: #ea5f26;
		text-decoration: none;
	}
	.myLink:hover{
		color: #f1b7a0;
	}
