html, body {
	padding: 0 !important;
	margin: 0;
	background-color: #f4f4f4;
}

html {
	overflow-y: scroll;
}

.hidden {
	display: none;
}

/* FORM TABLE */

table {
	border-collapse: collapse;
	margin-top: 0;
}

form {
	margin:0;
	padding:0;
}

input, button {
	overflow: visible;
	width: auto;
}

:focus { outline: none; }

.formHolder {
	margin-top: 20px;
	width: 100%;
}

th {
	text-align: left;
	font-size: 100%;
}

.formHolder th span {
	float: left;
	width: 640px;
	padding: 5px 10px;
	background-color: #303030;
	color: #ffffff;
}

.formHolder td {
	padding: 15px 10px;
}

.formHolder th {
	padding: 5px 0px;
}

.formField-heading {
	padding: 5px 0px;
}

.formEmailinput, .formTextinput, .formTelinput, .formTextarea {
	width: 260px;
	color: #616161;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f1f0f0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f1f0f0 0%, #ffffff 45%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(45%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	background: -o-linear-gradient(top, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	background: linear-gradient(to bottom, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#ffffff',GradientType=0 );
}

.formEmailinput, .formTextinput, .formTextarea, .formTelinput {
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
}

.ie9 .formEmailinput, .ie9 .formTextinput, .ie9 .formTelinput, .ie9 .formTextarea {
	filter: none;
}

.formEmailinput:focus, .formTextinput:focus, .formTextarea:focus { border-color: #7e7e7e; }

.formTextarea {
	padding: 10px;
	height: 105px;
	line-height: 16px;
	overflow: auto;
}

.formFieldHorizontal label {
	padding-right: 10px;
}

.formField-plaintext td {
	font-style: italic;
	padding-top: 30px;
}

.formSubmit {
	width: 115px;
	height: 40px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background: transparent url('../avis/button.gif') left top no-repeat;
}

.formSubmit span {
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
	background: transparent url('../avis/arrow.png') right center no-repeat;
}

.formSubmit:hover {
	background-position: left bottom;
}

.formSubmit, button {
	cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #616161;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #616161;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #616161;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #616161;
}

.error, .error-text, .formRequiredNotice, .formUploadNotice, .Required {
	color: #cc0000;
}

select {
	width: 280px;
}

/* CUSTOM SELECT */

.chzn-container {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.chzn-container .chzn-drop {
	background: #fff;
	border: solid 1px #cccccc;
	border-top: 0;
	position: absolute;
	top: auto;
	left: 0;
	margin-top: 0;
	padding-top: 2px;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	z-index: 999;
}

.chzn-container-single .chzn-single {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #cccccc;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px 0px 10px;
	color: #3f3935;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	background: #f1f0f0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f1f0f0 0%, #ffffff 45%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(45%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	background: -o-linear-gradient(top, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	background: linear-gradient(to bottom, #f1f0f0 0%,#ffffff 45%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#ffffff',GradientType=0 );
}

.ie9 .chzn-container-single .chzn-single {
	filter: none;
}

.chzn-container-single .chzn-single span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0;
}
.chzn-container-single .chzn-single div {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	border-left: solid 1px #cccccc;
	background: transparent url('../avis/arrow-down.png') center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 30px;
}

.chzn-container-single .chzn-single div:hover {
	background-color: #ffffff;
}

.chzn-container-single .chzn-single div b {
	display: none;
	width: 9px;
	height: 5px;
	margin: 11px 0 0 7px;
}
.chzn-container-single .chzn-search {
	padding: 3px 4px;
	margin: 0;
	white-space: nowrap;
	display: none;
}
.chzn-container-single .chzn-search input {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
}
.chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius   : 0 0 3px 4px;
	border-radius        : 0 0 4px 4px;
}
.chzn-container .chzn-results {
	margin: 0 5px 4px 0;
	max-height: 250px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.chzn-container .chzn-results li {
	line-height: 1.3em;
	padding: 5px;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 100%;
	text-align: left;
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
}
.chzn-container .chzn-results .highlighted {
	background: #eaeaea;
	color: #3f3935;
}
.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
	background: transparent;
}
.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #888;
	font-weight: bold;
}
.chzn-container .chzn-results .group-option {
	padding-left: 25px;
}
.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}

.chzn-container-active .chzn-single-with-drop {
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft : 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius : 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.chzn-container-active .chzn-single-with-drop div {
	background-color: #ffffff;
}

.chzn-container-active .chzn-choices {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
	-o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
	box-shadow        : 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #5897fb;
}

/* CONTENT */

#main:after {
	content: ' ';  
	display: block;  
	clear: both;  
	visibility: hidden;
}

#main {
	margin: 0 auto;
	width: 700px;
}

.social {
	float: left;
	width: 100%;
	text-align: right;
	padding: 10px 0px;
}

.social a {
	float: right;
	margin-left: 10px;
}

#header {
	float: left;
	width: 660px;
	padding: 0px 20px;
	height: 80px;
	background-color: #e40414;
	<!--background: transparent url('../avis/header-bg.gif') left top repeat-x;-->
}

.logo {
	float: left;
	margin-top: 12px;
}

.header {
	float: right;
	width: 500px;
	padding-top: 45px;
}

.header ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header ul li {
	float: left;
	margin-left: 10px;
}

.header a {
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
}

#menu {
	float: left;
	width: 100%;
	height: 40px;
	background: transparent url('../avis/menu-bg.gif') left top repeat-x;
}

#menu ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	width: 137px;
	padding-right: 3px;
	text-align: center;
	line-height: 40px;
	background: transparent url('../avis/menu-line.gif') right top no-repeat;
}

#menu ul li.last {
	width: 140px;
	padding-right: 0;
	background: none;
}

#menu ul li a {
	color: #ffffff;
	font-size: 115%;
}

#content {
	float: left;
	width: 660px;
	padding: 20px;
	background-color: #ffffff;
}

#footer {
	float: left;
	width: 660px;
	text-align: center;
	background-color: #202020;
	padding: 20px;
	color: #ffffff;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #ffffff;
}