* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    padding: 0;
}

body {
    color: #474747;
    font-size: 16px;
    background: none;
    overflow-y: scroll;
}

p, ul, li, div{
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
    color: #474747;
}    

body header {
    background-color: #f8f8f8;
    float: none;
    height: 200px;
    margin: 10px auto 20px;
    padding-bottom: 10px;
    width: 960px;
}


#adresse {
    color: #474747;
    float: left;
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
    height: 150px;
    margin: 10px auto 5px 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 15px;
    width: 300px;
}



#logo {
    color: #000000;
    float: right;
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
    height: 150px;
    margin: 20px 10px 10px;
    padding: 5px;
    width: 150px;
}

form {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0 solid;
}

h1, h2, h3, h4, h5, h6 {
    color: #474747;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 16px;
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
}

h2 {
    font-size: 19.2px;
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
    color: #474747;
    margin: 15px 0;
}

div {
    outline: 0 none;
}

#page_margins {
    margin: 0 auto;
    width: 960px;
    background: none;
}

#main{
	padding: 30px 50px 50px;
	background: #FFFFFF;
	margin-top: 140px;
	background-image: linear-gradient(180deg, rgba(240, 240, 240, 1) 0.28%, rgba(192, 192, 192, 1) 99.8%);
	position: relative;
	bottom: 120px;
}

.borderSeperator {
    border-top: 1px solid #222221;
    margin-top: 20px;
    padding-top: 20px;
}

.form-field {
    margin-bottom: 5px;
}

.form-label {
    float: left;
    font-weight: bold;
    padding-top: 3px;
    text-align: left;
    width: 200px;
}

.form-label.right {
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 570px;
}

.formfield_fieldwrap.price{
	text-align: right;
	width: 254px;
}

label {
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
}

.form-field-error label {
    color: #cc3333;
}


input, textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #222221;
    cursor: pointer;
    padding: 2px;
    resize: none;
    width: 600px;
    color: #474747;
    font-family: "Trebuchet MS","TheSans SemiLight Plain",Helvetica,source-sans-pro;
}

textarea{
	height: 100px;
}

input[type="checkbox"], input[type="radio"] {
    border: 0 none;
    float: left;
    margin-left: 200px;
    width: auto;
    vertical-align: middle;
}

input[type="image"]{
	width: auto;
	border: 0;
	float: right;
}

.form-field-error input,
.form-field-error textarea {
    border: 1px solid #cc3333;
}

input[type="submit"] {
	margin-right: 54px;
    float: right;
    width: auto;
    padding: 5px;
}

select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #222221;
    cursor: pointer;
    padding: 2px;
    width: 606px;
}

.form-errors-text {
    color: #cc3333;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
}

ul.form-errors {
	list-style-type: square;
    color: #cc3333;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
}



a:link {
	color: #827F7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1523E4;
}
a:active {
	text-decoration: none;
}

.gtc a{
    color: #474747;
	text-decoration: underline;
}

.clear,
.cContentElementPart{
	clear: both;
}


footer {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    position: fixed;
    text-align: center;
}

body footer p {
    color: #818181;
    font-family: "Trebuchet MS",Helvetica;
    margin: 16px 0;
	padding: 0 21px;
}

footer .phone{
	float: left;
}

footer .mail{
	float: right;
}

footer .middotfirst{
	padding-right: 70px;
}

footer .middotlast{
	padding-left: 70px;
}


.footerline {
    background-color: #23e416;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(35, 228, 22, 1) 100%);
    clear: left;
    height: 4px;
    width: 960px;
    margin-bottom: 10px;
}