@import url(http://fonts.googleapis.com/css?family=Dosis:300,400);@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Tangerine);
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400);

#form_contact {
	/*border: 2px solid red;*/
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#form_contact fieldset {
	border: 2px solid #333333;
	font-size: 14px;
	color: #123456;
    width: auto;
}

#form_search fieldset {
	border: 2px solid #EAE9E9;
	font-size: 10px;
	color: #123456;
}

#form_contact fieldset {
	border: 2px solid #EAE9E9;
	font-size: 14px;
	color: #123456;
    width: auto;
    padding-right: 5px;
    padding-bottom: 5px;
}

.champ {
	font-size: 12px;
	width: 210px;
    height: 18px;
    font-family: Arial;
    vertical-align: middle;
}

.champ1 {
	font-size: 13px;
	min-width: 210px;
    height: 90px;
    font-family: Arial;     
    vertical-align: middle;
}

.texte_legende {
	color: #19b651;
    font-family: squada one;
    font-size: 18px;
    text-shadow: none;
    padding: 0 3px 0 3px;
}

.texte {
	font-size: 14px;
	width: 250px;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
    font-family: Rokkitt;
    color: #222222;
    position: relative;
	margin-top: -150px; /* valor negativo del alto del footer */
	clear:both;
}