@import url(http://fonts.googleapis.com/css?family=Gabriela);

body {
		background-color:#EFF5B7;
		margin:0;
	}

	.infobulle {
		visibility:hidden;
	    position: absolute;
	    border: 1px solid #000000;
	    padding: 10px;
	    font-family: Verdana, Arial;
	    font-size: 10px;
	    background-color: #FFFFCC;
		z-index:2000;
		
	}

	.diapo {
		border:3px solid #d5db95;
		margin:0px;
		padding:0px;
	}

	.bouton {
		background-image: url("images/bouton.gif");
		color: #788103;
		display: block;
		font-family: 'Gabriela',Tahoma,Arial;
		font-size: 12px;
		font-weight: normal;
		height: 32px;
		letter-spacing: 0;
		padding-top: 16px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		width: 155px;
	}	

	.bouton:hover {
		text-decoration:none;
		color:#788103;
	}
	
	.bouton2 {
		display:block;
		width: 155px;
		height: 32px;
		background-image:url('images/bouton2.gif');
		color: #FFFFFF;
		text-align:center;
		vertical-align:middle;
		font-weight:normal;
		font-family: 'Gabriela',Tahoma,Arial;
		font-size: 12px;
		padding-top:16px;
		text-decoration:none;
		letter-spacing:0px;
	}

	.bouton3 {
		display:block;
		width: 155px;
		height: 32px;
		background-image:url('images/bouton3.gif');
		color: #FFFFFF;
		text-align:center;
		vertical-align:middle;
		font-weight:normal;
		font-family: 'Gabriela',Tahoma,Arial;
		font-size: 12px;
		padding-top:16px;
		text-decoration:none;
		letter-spacing:0px;
	}	

	.bouton2:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	h1 {
		text-align: center;
		color: #f54b00;
		font-weight: bold;
		font-family: 'Gabriela', Verdana;		
	}
	
	h1 span.different {
		color:#FF9933 ;
		display:block;
	}
	
	.bottom {
		margin-right:10px;
		display: inline;
	}
	
	a#shungite img, a#vaisseau_lumiere img, a#pyramide_nathor img {
		border:0;
	}
	
	a#shungite {
		margin-right:10px;
		border:0;
		position:absolute;
		left:-23px;
		top:-50px;
	}
	
	a#vaisseau_lumiere {
		margin-right:10px;
		border:0;
		position:absolute;
		left:-2px;
		top:-26px;
	}
	
	a#pyramide_nathor {
		border:0;
		position:absolute;
		right:-18px;
		top:-26px;
	}
	
	.relative {
		position:relative;
		width:930px;
	}
	
	iframe#diapoIframe {
		margin-left:155px;
	}
	
	div#footer {
		width:927px;
		height:38px;
		background:url(images/footer.png) no-repeat;
	}
	
	.left { float:left; border:none;margin-left:5px;margin-top:5px; }
	.left img{ border:none; }
	.right { float: right; border:none;margin-right:5px;margin-top:5px; }
	.right img{ border:none; }
	a.GWD_link { color:#f54b00; }
	a.GWD_link:hover { color:#000000; }
	
	a#contactBtn {
		background-color: #f8fccf;
		border-radius:4px;
		display:inline-block;
	}
	
	form#validateEmail {
		margin-left: 15px;
		border-left: dotted 1px #f8fccf;
	}
	
	form#validateEmail label {
		color: #5B5D3F;
		font-family: 'Gabriela',Verdana;
		font-size: 0.8em;
		margin-left: 15px;
		margin-right: 10px;
	}
	
	form#validateEmail input[type="text"] {
		border: medium none;
		border-radius: 5px 5px 5px 5px;
		color: #5B5D3F;
		font-size: 12px;
		height: 15px;
		padding: 6px;
		width: 270px;
		background-color: #f6f6cf;
		font-family:'Gabriela',Verdana;
	}
	
	form#validateEmail input[type="submit"] {
		background-color: #D5DB95;
		border: 3px solid #FFFFFF;
		border-radius: 5px 5px 5px 5px;
		color: #5B5D3F;
		cursor: pointer;
		display: inline;
		font-size: 10px;
		padding: 4px;
		font-family:'Gabriela',Verdana;
	}
	
	form#validateEmail input[type="submit"]:hover {
		background-color: #ff9933;
		color:#ffffff;
	}
	
