* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	color: #fff;
	background:#078FB9 url(bg-body.jpg) repeat-x scroll 0 0;
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	text-align: center;
	font: 16px/24px "Trebuchet MS", Verdana, arial, sans;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #56b80e;
	text-decoration: none;
}

h2 {
	border-bottom: 1px solid #078FB9;
	padding-bottom: 2px;
}
h2 strong {
	display: block;
	color: #fff;
}
h2, h3 {
	font-size: 1em;
	margin-top: 16px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 45px;
}

h2 a {
	color: #999;
}

h3 a {
	font-weight: bold;
}

p {
	font-size: 0.8em;
	margin-top: 5px;
	line-height : 1.2em;
}

.center {
	width: 500px;
	text-align: left;
	margin: 0 auto;
	padding-left: 300px;
	position: relative;
}

#top {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding: 50px 0 10px 0px;
	color: #fff;
}

#top h1 {
	margin-bottom: 9px;
}

#band {
	background: #000;
	height: 200px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

#bot {
 	padding: 8px 0;
	/*background-color: #1d1e20;*/
	border-top: 1px solid rgba(255, 255, 255, .1);
	min-height: 280px;
}

#dl {
	display: block;
	background: url(btns_download.png) 0 0 no-repeat;
	width: 236px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.4) 0 1px 1px;
	text-decoration: none;
	line-height: 16px;
	padding: 8px 4px 4px 38px;
	min-height: 30px;
	position: absolute;
	top: 30px;
	left: 300px;
	border: 0;
}

#dl:hover {
	background-position: 0 -45px;
}

#dl:active {
	background-position: 0 -90px;
}

#dl span {
	font-size: 11px;
	color: #56b80e;
	font-weight: normal;
	display: block;
	margin-left: 3px;
}

#dl:hover span {
	color: #63d610;
}

.preview {
	position: absolute;
	left: 520px;
	top: 40px;
	font-size: 13px;
	line-height: 18px;
	height: 22px;
	background: url(bg_preview.png) 0 0 no-repeat;
	padding-left: 33px;
	width: 270px;
}

#pre {
	font-weight: bold;
}

#screen {
	width: 278px;
	height: 486px;
	position: absolute;
	left: 0;
	top: -40px;
	padding-top: 100px;
	padding-left: 10px;
}


#bts {
	position: absolute;
	top: 165px;
	left: 0;
	padding-left: 40px;
}

#donate, #share {
	width: 195px;
	overflow: hidden;
	height: 0;
	display: block;
	margin: 5px 0;
	border: 0;
}

#donate {
	background: url(btn_donate.png) 0 0 no-repeat;
	padding-top: 45px;
	cursor : pointer;
}

#donate:hover {
	background-position: 0 -45px;
}

#donate:active {
	background-position: 0 -90px;
}

#share {
	background: url(btn_share.png) 0 0 no-repeat;
	padding-top: 30px;
}

#share:hover {
	background-position: 0 -30px;
}

#share:active {
	background-position: 0 -60px;
}


/* @end */

#ftr {
	padding: 20px 0 30px;
	color: #555;
	line-height: 15px;
	font-size: 11px;
	border-top: 1px solid #272829;
	background-color: #020203;
}

#ftr form input {
	width: 100px;
	background: #ffffff;
	height: 15px;
	margin-bottom: 3px;
	line-height: 0px;
	color: #2ca9f3;
	border: 0;
	font-size: 10px;
}


.area {
	color: #2997d8;
	font: 10px "Trebuchet MS", Verdana, arial, sans;
}

#ftr form input.signup {
	width: 100px;
	background: #ffffff;
	height: 20px;
	margin-bottom: 3px;
	line-height: 0px;
	color: #2ca9f3;
	border: 0;
	font-size: 13px;
	padding: 0 6px;
}

#ftr form {
	position: absolute;
	left: 40px;
	top: 0;
	width: 195px;
}

.installeur{
	margin-top: 30px;
}

.message {
	width : 490px;
	border : 1px solid #D42276;
	padding : 4px;
	background : #ffffff;
	color: #D42276;
	font-size : 0.7em;
	line-height : 1em;
	text-transform: capitalize;
}

.info {
	/*padding-left: 40px;*/
}