/* CSS Document */
@font-face {
	font-family: 'Conv_DINPro-Regular';
	src: url('fonts/DINPro-Regular.eot');
	src: local('?'), url('fonts/DINPro-Regular.woff') format('woff'), url('fonts/DINPro-Regular.ttf') format('truetype'), url('fonts/DINPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Conv_DINPro-Regular';
	margin:0px;
	}
.Champs{
	color:#fff;
	margin-bottom:10px;
	}
.Champs input{
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    color: #fff;
	}
textarea{
	width:90%;
	height:150px;
	color:#fff;
	background-color: transparent;
	}
	
input.Postuler{
	background-color:#CCC;
	width:100%;
	border:1px solid #000;
	padding:10px;
	cursor:pointer;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
	}
input.Postuler:hover{
	opacity:0.8;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
	}
