#ContactForm {
	font-size:13px;
}

#ContactForm .left {
	float:left;
	width:450px;
}

#ContactForm .right {
	float:right;
	width:450px;
}

#ContactForm h1 {
	color:#af1108;
	font-size:16px;
	font-weight:bold;
	margin:0px 0 10px 0;	
}

#ContactForm h3 {
	color:#af1108;
	font-size:16px;
	font-weight:bold;
	margin:40px 0 0px 0;	
}


/* CONTACT FORMULAR */
#contactFormular {
    width:470px;
    margin:0 auto;
    
}

#contactFormular .txtFile {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contactFormular .formLine {
	clear: both;
    margin:12px 0;
    height: 20px;
}

#contactFormular .formLineTxtArea {
	clear: both;
    margin:12px 0;
    height: 160px;
}

#contactFormular h1 {
    font-size:16px;
    color:#008000;
    margin:0 0 0 0;
}

#contactFormular h2 {
    float:left;
    font-weight:bold;
    font-size:12px;
    margin:3px 20px 0 0;
    width:100px;
}

#contactFormular input {
    float:left;
    border: 1px solid #999; 
    -moz-border-radius: 0px; 
    font-size:12px;
    height:15px;
}

#contactFormular input[type=submit] {
    margin:30px 0px 45px 110px;
    background: url("https://sweet-habitat.com/images/btn_envoyer.png") top left no-repeat;
    width: 150px;
    height: 25px;
}

#contactFormular input[type=submit]:hover {
	background-position: bottom left;
}


#contactFormular .file {
    border-top: 0px;
    border-bottom-width: 0;
    font-size:12px;
    height:20px;
}

#contactFormular textarea {
	
    float:left;
    font-size:14px;
    border: 1px solid #999; 
    -moz-border-radius: 0px; 
    font-size:12px;
}

#contactFormulat p {
	margin:0;
}

.errorUpdateContent {
	
	width:350px;
	margin: 0px 0 10px 00px;
	padding:5px;
	background-color:#9AE400;
	color:#FFF;
	float:left;
}

.succesUpdateContent {
	
	width:350px;
	margin: 0px 0 10px 00px;
	padding:5px;
	background-color:#9AE400;	
	color:#333;
	float:left;
}

.clearing {
    font-size: 0;
    line-height: 0;
    clear: both;
}
