html {
	font-size: 26px;
	line-height: 1.1;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
	background: url("../img/fondSmall.png");
	background-size: 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: 100% auto ;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
}

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

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img
 {  border-style: none;
 }
 
h1 {
	font-size: 26px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: normal;
	-webkit-text-size-adjust: none;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 10px;

}

h2 {
	font-size: 17px;
	font-weight: bold;
}

p {
}

.logobox {
	margin: 0 auto;
	width: 500px;
	height: 150px;
}

.buttonbox {
	margin: 0 auto;
	width: 962px;
	height: 95px;

}

.textboxtop {
	margin: 0 auto;
	width: 960px;
	height: 52px;
	background-image: url('../img/textboxtop.png');
}

.textboxcenter {
	margin: 0 auto;
	width: 960px;
	background-image: url('../img/textboxcenter.png');
}

.paragraph {
	width: 900px;
	font-size: 17px;
	margin: 0 auto;
	text-align: justify;
}

.paragraph2 {
	width: 900px;
	font-size: 17px;
	margin: 0 auto;
	text-align: justify;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
}
.gototopbox {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 15px;
 	text-transform: uppercase;
	text-decoration:underline;
	padding-bottom: 10px;
 }

.textboxbottom {
	margin: 0px auto;
	width: 960px;
	height: 33px;
	background-image: url('../img/textboxbottom.png');
}

.textboxbottomround {
	margin: 0px auto;
	width: 960px;
	height: 51px;
	background-image: url('../img/textboxbottomround.png');
}

.footer {
	padding-top: 15px;
	font-size: 13px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
}
