﻿




/*
     FILE ARCHIVED ON 8:10:28 Jan 13, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 1:10:13 Sep 26, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#contact-container{
	color : white;
	padding-right : 15px;
	padding-left : 15px;
	padding-bottom : 15px;
	width :404px;
	height : auto;
	background-image : url(/style/images/contactez_nous_box.png);
	background-repeat : no-repeat;
	-webkit-background-size : 100% 100%;
	margin-top : 5px;
}

#contact-container label{
	float : left;
	text-align : right;
	width : 65px;
	display : inline-block;
	margin-bottom : 5px;
}

#contact-container input[type="text"]{
	display : inline-block;
	float : left;
}

#contact-container .short-input{
	width : 120px;
	margin-bottom : 5px;
}

#contact-container textarea{
	width : 100%;
	height : 96px;
	resize : none;
}

.submit-button-contact{
	border : none;
	background : #088A29;
	color : white;
	padding : 5px;
	font-weight : bold;
	border-radius : 5px;
	font-size : 19px;
	cursor : pointer;
}

.submit-button-contact:hover{
	background : #226934;
}