body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image:url(images/fond.png);
background-attachment:fixed; 
background-position:center center;
}

.input {
	background-color: #f4f4f4;
	border: 3px solid #E3C06C;
	font-size: 25px;
	height: 40px;
	width: 350px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

.input1 {
	background-color: #f4f4f4;
	border: 1px solid #E3C06C;
	font-size: 15px;
	height: 15px;
	width: 30px;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
}

select { 
 background-color: #E3C06C; 
 color: #000000;
 font-size: 11pt;
 font-family: verdana, sans-serif;
}
.text {
	font-size: 12px;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	color: #4D2F2F;
}
.text1 {
	font-size: 12px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
}
.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 510px;
	height: 130px;
}
.d2 {
	background-image: url(images/d2.png);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: center top;
	width: 590px;
	height: 270px;
}
.d3 {
	background-image: url(images/d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 510px;
	height: 180px;
}
.d4 {
	background-image: url(images/d4.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 510px;
	height: 80px;
}
.d5 {
	background-image: url(images/d5.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 510px;
	height: 110px;
}

.button {
    border: none;
    background: url(images/create.png) no-repeat top left;
    padding: 2px 8px;
    width: 220px;
	height: 45px;
}
.button:hover {
    border: none;
    background: url(images/create1.png) no-repeat top left;
    padding: 2px 8px;
    width: 220px;
	height: 45px;
}

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