


* { margin:0; padding:0;}

body { 
	background-color:#636466; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
	font-family: "myriad-pro",sans-serif;
	font-weight:400;
	font-size:100%; 
	line-height:.875em; 
	color:#666666; 
	width:100%;
	
	

}

.sitewrapper{
	background: url(../assets/pict/home.jpg) no-repeat center center #333333;
	background-size: cover !important;
	moz-background-size: cover !important;
	o-background-size: cover !important;
	webkit-background-size: cover !important;


	width: 100%;
	height: 770px;
	min-height: 450px;
	position: absolute;
	top:0;
	left:0;

	z-index: 0;
}

#main { 
	width:600px; 
	/*margin:0 auto; */
	position:absolute;
	padding:30px;
	top:50%; 
	margin-top:-180px;
	left:50%;
	margin-left:-330px;
	/*background-color:#d2cfc9; */
	border: #ea5d0e 1px dashed;
	font-size:16px;
	z-index: 1000;
	background: url(../assets/pict/bloc.png) repeat;

}

h1,h2,h3,h4{
	color:#333333;
	font-family: "myriad-pro",sans-serif;
	font-weight:700;
}

h1{
	font-style:italic;
	font-family: "myriad-pro",sans-serif;
	font-weight:600;
	font-size:22px;
	margin-bottom:15px;

}


h2{
	color:#333333;
	line-height:33px;
	margin-bottom:25px;
}

h4{
	color:#333333;
	line-height:26px;
}

p{
	color:#666666;
	line-height:19px;
}


a{
	color:#ea5d0e;
}

a:hover{
	color:#000;
	text-decoration:underline;
}



