/* CSS Document */

.inf_contact{
	float:left;
	width:450px;
	

}

.form_contact{
	float:left;
	width:385px;
	
	
}

.adresse{
	float:left;
	width:250px;
	height:75px;
	margin-left:20px;
	margin-top:25px;

	
}

.desc_adr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-left:55px;
	
	padding-top:15px;
	width:210px;
	
}



.icon_adr{
	float:left;
	width:40px;
	height:75px;
	background-image: url(../images/address-icon1.png);
	background-position:center;
	background-repeat:no-repeat;
	
}

.icon_tel{
	float:left;
	width:40px;
	height:75px;
	background-image: url(../images/address-icon2.png);
	background-position:center;
	background-repeat:no-repeat;
	
}


.table1{

	width:500px;
	height:400px;
	
	margin-top:30px;
	margin-left:30px;
	color:#666;
	
	font-family: Arial, Helvetica, sans-serif; 
	 
	  font-size:12px;
	
}

.table1 tr{
	height:25px;
}

.table1 input{
	width:300px;
	height:20px;
	border:solid 1px #999;
	
}

.table1 input:hover{
	width:300px;
	height:20px;
	/*border:solid 1px #999;
	box-shadow: 0 0 5px #3CF ;*/
	
	
}
	






.table1 textarea:hover{
	width:300px;
	height:100px;
	/*border:solid 1px #999;
	box-shadow: 0 0 5px #3CF ;*/
}


.table1 textarea{
	width:300px;
	height:100px;
	border:solid 1px #999;
}



input.required, textarea.required{

	box-shadow: 0 0 5px #F99 ;

    -webkit-box-shadow: 0 0 5px #F99; 

    -moz-box-shadow: 0 0 5px #F99;

    border:1px solid #FF090F; 

}

.btn_contact{
	float:left;
	width:85px;
	height:25px;
	background: url(../images/btn_lsuite.PNG) 0 top no-repeat;
	
	
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	padding-top:5px;
	
	text-align:center;
	cursor:pointer;
	margin-left:250px;
	margin-bottom:25px;
	margin-top:10px;

}

.btn_contact:hover{
	float:left;
	width:85px;
	height:25px;
	background: url(../images/btn_lsuite.PNG) 0 top no-repeat;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	padding-top:5px;
	text-align:center;
	cursor:pointer;
	margin-left:250px;
	margin-bottom:25px;
	margin-top:10px;



}
