body {
	width: 100%;
	margin: 0;
	font-family: Verdana, serif;
	font-size: 12px;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}

#global {
	margin: auto;
	width: 420px;
	height: 575px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	padding: 75px 0 0 480px;
}

#footer {
	position: relative;
	width: 430px;
	bottom: -25px;
	right: 70px;
	font-size: 10px;
	color: #666;
}

#txt_simple {
	width: 320px;
	height: 500px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 11px;
	color: #fff;
}

#txt {
	width: 320px;
	height: 500px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
#txt div {
	display: block;
	text-align: center;
}
#txt i {
	display: block;
	text-align: right;
	margin: 8px 0 8px 0;
}
#txt form {
	color: #fff;
	line-height: 20px;
}
#txt form .email {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #c50532;
	color: #888;
	width: 250px;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom: 5px;
}
#txt form .other {
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
	width: 280px;
	font-size: 12px;
	font-family: Verdana;

}
#txt form .send_pardon {
	background: transparent url(../images/submit.png);
	height: 28px;
	width: 178px;
	border: none;
}
#txt form .send_pardon:hover {
	cursor: pointer;
	background-image: url(../images/submit_h.png);
}
#txt form .pardonner {
	background: transparent url(../images/jepardonne.png);
	height: 28px;
	width: 97px;
	border: none;
}
#txt form .pardonner:hover {
	cursor: pointer;
	background-image: url(../images/jepardonne_h.png);
}
#txt form .enfer {
	background: transparent url(../images/enfer.png);
	height: 28px;
	width: 110px;
	border: none;
}
#txt form .enfer:hover {
	cursor: pointer;
	background-image: url(../images/enfer_h.png);
}
#txt form input[type="button"] {
	width: 19px;
	height: 19px;
	border: 0;
	background-image: url(../images/plus.png);
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#txt form input[type="button"]:hover {
	cursor: pointer;
}

#float {
	position: fixed;
	top: 0;
	left: 50%;
	width: 591px;
	height: 20px;
	margin-left: -296px;
	padding-left: 1px;
	text-align: center;
	font-size: 11px;
	background-color: #F0315D;
	border-right: 1px solid #E01242;
	border-left: 1px solid #E01242;
	border-bottom: 1px solid #E01242;
	line-height: 20px;
}
#float a {
	padding: 4px;
	background-color: #E01242;
	color: #fff;
	margin-right: 1px;
}
#float b a {
	text-decoration: underline;
}
#float a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #E01242;
}
#home {
	position: relative;
	bottom: 520px;
	left: -410px;
}
#home a {
	display: block;
	width: 240px;
	height: 60px;
}
#about {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 210px;
	height: 165px;
	background: url(../images/about.jpg) no-repeat;
	background-position: left 15px;
	font-size: 10px;
	color: #888;
}
