#parallax {
	position:relative; overflow:hidden; width:800px; height:432px;
}
.parallax-viewport {
	position: relative;     /* relative, absolute, fixed */
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}

#header {
	width: 100%;
	height: 432px;
	margin: 0px; 
}
	
#header.bg {
	background: url('images/header2.png') no-repeat center top;
}

body {
	margin: 0px;
	background: url('images/fond.jpg') no-repeat center top;
}

@font-face {
    font-family: 'BelloProRegular';
    src: url('font/bello_pro-webfont.eot');
    src: url('font/bello_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bello_pro-webfont.woff') format('woff'),
         url('font/bello_pro-webfont.ttf') format('truetype'),
         url('font/bello_pro-webfont.svg#BelloProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	border: 0;
}

h1{
	font-family: 'BelloProRegular';
	font-weight: normal;
	font-size: 70px;
	text-align: center;
	text-shadow: 0px 1px 0px #FFF, 0px -1px 0px #515151;
	margin-top: 10px;
	
}

#grad {
	background: url('images/grad.png') no-repeat center top;
	height : 76px;
	width: 100%;
	margin-top: 0px;
	color: transparent;
}

h2{
	color: #12afe4;
	font-family: 'BelloProRegular';
	font-weight: normal;
	font-size: 30px;
	text-shadow: 0px 1px 0px #FFF, 0px -1px 0px #515151;
}

#global {
	display: block;
	position: relative;
	width: 772px;
	margin: 0 auto;
}

#gpower_1 {
	color: #12afe4;
}

#gpower_2 {
	color: #bfbfbf;
}

#a_propos {
	float: left;
	margin: 0 auto;
	display: block;
	color: #9d9d9d;
	font-family: arial;
	font-size: 15px;
	text-shadow: 0px 1px 0px #FFF;
	text-align: justify;
	width: 450px;
}

#contact {
	float: right;
	margin: 0 auto;
	display: block;
	color: #9d9d9d;
	font-family: arial;
	font-size: 15px;
	text-shadow: 0px 1px 0px #FFF;
	vertical-align: top;
	width: 300px;
}

#table01 {
	border: 1px solid #333;
}

#guitoux {
	float: left;
	display: block;
	background: url('images/guitoux.png') no-repeat center top;
	height: 153px;
	width: 156px;
	color: transparent;
	margin-right: 10px;
}

#obligatoire {
	font-family: arial;
	font-size: 12px;
}

#envoyer {
	float: right;
	cursor: pointer;
}

#suivre {
	float: left;
	margin: 0 auto;
	display: block;
	color: #9d9d9d;
	font-family: arial;
	font-size: 15px;
	text-shadow: 0px 1px 0px #FFF;
	text-align: justify;
	width: 450px;
	background: url('images/filet_x.png');
}

#twitter {
	vertical-align: top;
	cursor: pointer;
	padding-top: 11px;
}

#rdesigns {
	cursor: pointer;
}


textarea {
	color: #606060;
	background-color: #c6c6c6;
	font-family: arial;
	font-size: 15px;
	padding: 4px;
	margin-bottom: 5px;
	width: 100%;
	height: 150px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid;
	/*text-shadow: 0px 1px 0px #FFF, 0px -1px 0px #515151;*/
}

input {
	color: #606060;
	background-color: #c6c6c6;
	font-family: arial;
	font-size: 15px;
	padding: 4px;
	margin-bottom: 5px;
	width: 100%;
	height: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid;
	/*text-shadow: 0px 1px 0px #FFF, 0px -1px 0px #515151;*/
}

#footer {
	float: left;
	height : 76px;
	width: 100%;
	margin-top: 50px;
	color: transparent;
}