@charset "utf-8";
/* CSS Document */

textarea {
	border: 1px solid #4c4c4c;
	background-color: #ffffff;
	height: 110px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
input {
	border: 1px solid #B2B2B2;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	width: 200px;
	height: 16px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
select {
	border: solid 1px #e6e6e6;
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	color: #4c4c4c;
	width: 190px;
	height: 22px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.asterisque {
	color: #595140;
}
.CV input{
	border:0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	width: 180px;
	height: 16px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
input.imgCode{
width:90px;
}
.button input {
	width: 70px;
	height: 22px;
	border: none;
	padding: 0px;
	background: none;
}
.button a:link, .button a:visited, .button a:active, .button a:hover {
	width: 70px;
	height: 22px;
	border: none;
	padding: 0px;
	background: none;
}

select.title {
	width: 106px;
	height: 22px;
}
.button-form{
	border:none;
	height:22px;
	width:70px;
	color:#d9d9d9;
	font-family:Myriad Pro;
	font-size:12px;
}

.subt_btn{
	padding-right:10px;}
	
.pointer_arrow{
	cursor:pointer;
	}
