body {
	background-color: #000000;
background-image:url(background.jpg);
background-position:center center;
background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.fond {
	background-image: url(images/fond.png);
	background-position: center top;
	width: 425px;
	height: 355px;
}
#ground {
	background-image: url(images/ground.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}	
.grid {
	margin: 0px;
	padding-left: 20px;
}	


.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 70px;
}
.d2 {
	background-image: url(images/d2.png);
	background-position: center top;
	width: 1000px;
	height: 460px;
}
.d3 {
	background-image: url(images/d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 250px;
}

.text {
	font-size: 26px;
	font-family: Bimini;
	color: #ffffff;
	padding: 35px;

}
.text1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}
.button {
    border: none;
    background: url(images/submit.png) no-repeat top left;
    padding: 2px 8px;
    width: 195px;
	height: 45px;
	margin-left: 35px;
	margin-top: 20px;
}
.button:hover {
    border: none;
    background: url(images/submit1.png) no-repeat top left;
    padding: 2px 8px;
    width: 195px;
	height: 45px;
	margin-left: 35px;
	margin-top: 20px;
}



.sociable					{
		margin				:	16px 0 !important;
}
.sociable img				{
		float				:	none;
		width				:	20px;
		height				:	20px;
		border				:	0;
		margin				:	0;
		padding				:	0;
}
.sociable-hovers			{
		opacity				:	.4;
		-moz-opacity		:	.4;
		filter				:	alpha(opacity=60);
}
.sociable-hovers:hover		{
		opacity				:	1;
		-moz-opacity		:	1;
		filter				:	alpha(opacity=100);
}