BODY {
	margin:0px;
	padding:0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	width:100%;
	height:100%;
	background-color:#54595D;
}

#container {
	width:980px;
	margin:auto;
}
img {
	max-width:100%;
	max-height:100%;
}
.bandeau img {
	max-height:none;
	width:100%;
}
a img {
	border:0px;
}

a.logo {
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
a.logo img{
	
}
.bandeau {
	border:solid 18px white;
}
#slider {
	border:solid 1px black;
	height:146px;
}
#maincontent {
	background-color:white;
	padding:28px;
	font-family: open sans,sans-serif;
	font-size: 14px;
	color:#1A1A1A;
}
h2 {
	font-family: caudex,serif;
	font-size: 36px;
	line-height: 47px;
	color:#54595D;
	margin:0px;
}
h3 {
	font-family: caudex,serif;
	font-size: 24px;
	color:#565656;
}
aside {
	width:322px;
	float:left;
	display:block;
	margin-right:40px;
	text-align:center;
}
#mainctn {
	width:535px;
	float:left;
}
aside img {
	width:280px;
	display:block;
	margin:auto;
}
aside div.label {
	font-size: 30px;
	text-align: center;
	font-weight:bold;
	font-family:soho-w01-thin-condensed,soho-w02-thin-condensed,serif;
	color:white;
	background-color:#565656;
	border:solid 1px black;
	box-shadow:0px 0px 10px #000;
	margin-bottom:50px;
}
aside div.label span {
	font-size: 24px;
}
aside .slogan {
	font-size: 30px; line-height: normal; text-align: center;
	line-height:normal;
	font-family:soho-w01-thin-condensed,soho-w02-thin-condensed,serif;
	font-weight:bold;
	color:#1A1A1A;
	width:246px;
	margin:auto;
	margin-bottom:50px;
}
hr {
	background-image:url(../images/fade_line.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:80%;
	height:29px;
	overflow:hidden;
	display:block;
	border:0px;
	margin:auto;
	padding:0px;
	margin-top:13px;
	margin-bottom:13px;
	clear:both;
}
form {
	display:block;
	padding:0px;
	margin:0px;
	width:60%;
	float:right;
}
input,textarea {
	width:100%;
	font-family: open sans,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding:5px;
	margin:5px;
	box-shadow:0px 0px 3px #1A1A1A;
	border:solid 1px #1A1A1A;
}
button {
	font-family: open sans,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding:5px;
	margin:5px;
	box-shadow:0px 0px 3px #1A1A1A;
	color:#1A1A1A;
	background-color:white;
	border:solid 1px #1A1A1A;
	float:right;
	cursor:pointer;
}
#footer {
padding-top:3px;
padding-bottom:3px;
}
#footer,#footer a {
font-family: open sans,sans-serif;
font-size: 13px;
line-height: 18px;
color:white;
}
#footer img {
	float:right;
	margin-left:2px;
	margin-right:2px;
}
.inline-error {
	color:red;
	display:block;
}
.error {
	border-color:red;
}