@charset "utf-8";
/* CSS Document */
	form {
	  margin: 2rem 0;
	}
	form:after {
	  content: '';
	  display: table;
	  clear: both;
	}
	form .field {
	  display: block;
	  border: 1px solid #BDBDBD;
	  float: left;
	  width: 100%;
	}
	form .field.tnb {
	  border-top: 0;
	}
	form .field.half {
	  width: 50%;
	}
	form .field.tiers {
	  width: 33.333333%;
	}
	form .field.quart {
	  width: 25%;
	}
	form .field.cinq {
	  width: 20%;
	}

	form .field.last {
	  border-left: 0;
	}
	
	form .field label {
	  display: block;
	  font-size: 1.2rem;
	  padding: 1.5rem 2rem 0;
	  text-transform: uppercase;
	  color: #999;
	  font-weight: 700;
	  letter-spacing: 1px;
	}
	form .field input,
	form .field textarea {
	  display: block;
	  width: 100%;
	  padding: .5rem 2rem 1.5rem;
	  font-size: 1.8rem;
	  border: 0;
	  color: #212121;
	  outline: 0;
	}
	form .field textarea {
	  min-height: 150px;
	  resize: vertical;
	}



	#WRAPPER {
		display: block;
		height: 29em;
		width: 75em;
		margin: auto;
		background-image:url("../img/fond_log_2.jpg");
		background-repeat:no-repeat;
	}
	#WRAPPER #CONTAIN {
		display: block;
		height: 375px;
		width: 666px;
		float: left;
		overflow: auto;
		margin-left: 23%;
		margin-top: 1%;
	}

	a:link 
	{ 
	 text-decoration:none; 
	} 
	

	.btn {
	  background: #3498db;
	  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	  background-image: -o-linear-gradient(top, #3498db, #2980b9);
	  background-image: linear-gradient(to bottom, #3498db, #2980b9);
	  -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 20px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	}
	
	.btn:hover {
	  background: #3cb0fd;
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	  text-decoration: none;
	}	
