@charset "utf-8";
/* CSS Document */

.link_noline {
	text-decoration: none;
}

.Menu {
	left: 2px;
}

/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


#contact_form{
	background-color: #333334;
	padding: 5px;
	width: 750px;
	overflow: hidden;
}

#contact_form ul {
	float: left;
}
#contact_form ul li {
	list-style-type: none;
	margin: 10px;
	clear: both;
}
#contact_form input#name,#email,#subject {
	padding: 8px;
	width: 400px;
	border: 1px solid #CCC;
	float:left;
	margin-left: 10 px;
	border-radius: 5px;

}



#contact_form textarea#message {
	padding: 8px;
	width: 400px;
	height: 150px;
	border: 1px solid #CCC;
	float:left;
	margin-left: 10 px;

}

#contact_form label{
	/**/float:left;
	text-align: right;
	width: 100px;
	margin-right: 10px;
	border-radius: 5px;
}

#contact_form input.button{
	margin: 10px;
	padding: 6px;
	float: right;
}

.button{
	color: #FFF;
	background-color: #000;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Big_char {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #446C85;
}


.Big_char-g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #04A79C;
}
