html *{
	margin:0;
	padding:0;
	border:0;
	border-image-width:0;
}body {
	background-color:#000000;
	background-image:url(../img/background.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
}p{
	margin-bottom:1em;
}a{
	text-decoration:none;
	color:#FFFFFF;
}h1{
	font-family: 'Jaldi', sans-serif;
	color:#FFFFFF;
	padding-top:0px;
	padding-bottom:20px;
}#conteneur {
	/*background-image:url(../img/black_transp_bg.png);*//* séparation pas nécessaire graphiquement*/
	text-align:center;
	margin:auto;
	margin-top:200px;
	padding-bottom:40px;
	min-height:180px;
	width:100%;
}#language_selection{
	color:#FFFFFF;
	font-family: 'Jaldi', sans-serif;
	width:800px;
	text-align:right;
	margin:auto;
	height:20px;
}#footer {
	text-align:center;
	margin:auto;
	margin-top:40px;
	width:100%;
}.job_list{
	text-align:left;
	font-family: 'Jaldi', sans-serif;
	font-size:20px;
	color:#FFFFFF;
	margin:auto;
	width:800px;
	margin-bottom:20px;
}.job_list_cpny{
	display:inline-block;
	min-width: 100px;
	text-decoration:none;
	color:#FFFFFF;
}.job_btn {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #999999;
  padding: 7px 10px 7px 10px;
  margin-bottom:5px;
  text-decoration: none;
  display:inline-block;
  text-shadow: 0px 3px 3px #888;
}.apply_btn {
  background: #c2c2c2;
  background-image: -webkit-linear-gradient(top, #c2c2c2, #888888);
  background-image: -moz-linear-gradient(top, #c2c2c2, #888888);
  background-image: -ms-linear-gradient(top, #c2c2c2, #888888);
  background-image: -o-linear-gradient(top, #c2c2c2, #888888);
  background-image: linear-gradient(to bottom, #c2c2c2, #888888);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.apply_btn:hover {
  background: #c2c2c2;
  background-image: -webkit-linear-gradient(top, #c2c2c2, #777777);
  background-image: -moz-linear-gradient(top, #c2c2c2, #777777);
  background-image: -ms-linear-gradient(top, #c2c2c2, #777777);
  background-image: -o-linear-gradient(top, #c2c2c2, #777777);
  background-image: linear-gradient(to bottom, #c2c2c2, #777777);
  text-decoration: none;
}.job_announce{
	width:800px;
	color:#FFFFFF;
	margin:auto;
	margin-bottom:40px;
}.job_announce h2{
 	font-size:18px;
	font-weight:bold;
}.job_announce h2 span.at{
 	font-weight:400;
	color:#AAAAAA;
}.job_announce h3{
 	font-size:17px;
	font-weight:bold;
	margin-bottom:1em;
}.job_announce h4{
 	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
}.job_title{
	background-image:url(../img/table_title_50px.png);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin:auto;
	color:#FFFFFF;
	text-align:left;
	padding-top:15px;
	padding-left:15px;
	height:35px;
	font-family: 'Jaldi:700', sans-serif;
	font-size:18px;
}.job_desc_part_1{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color:#E1E1E1;
	color:#888888;
	text-align:justify;
	padding:15px;
	font-family: 'Jaldi:400', sans-serif;
	font-size:16px;
}.job_desc_part_1 ul{
	padding-left:25px;
	padding-bottom:1em;
}.job_desc_part_1 ul li{
	padding-bottom:5px;
}.job_desc_part_2{
	background-color:#FFFFFF;
	color:#AAAAAA;
	text-align:justify;
	padding:15px;
	padding-bottom:5px;
	font-family: 'Jaldi:400', sans-serif;
	font-size:16px;
}.job_desc_part_2 ul{
	padding-left:25px;
	padding-bottom:1em;
}.job_desc_part_2 ul li{
	padding-bottom:5px;
}.job_footer{
	background-color:#FFFFFF;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height:15px;
	-webkit-box-shadow: 0 10px 10px 0 #000000;
	box-shadow: 0 10px 10px 0 #000000;
}.bot_logo{
	padding-left:10px;
	padding-right:10px;
}
/* popup classes*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}.overlay:target {
  visibility: visible;
  opacity: 1;
}.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  font-family: 'Jaldi:400', sans-serif;
}.popup p{
  color:#888;	
}.popup ul{
  color:#888;
  padding-left:25px;	
}.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  margin-bottom: 15px;
}.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}.popup .close:hover {
  color: #06D85F;
}.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }.popup{
    width: 70%;
  }
  .popup h2{
	margin-bottom: 1em;
  }
}

/* PARTIE FORMULAIRE */
legend{
	font-weight:bold;
	margin-bottom:20px;
}
input[type=text], input[type=email]{
 border:#CACACA 1px solid;
 padding: 5px;
 width:120px;
 margin-bottom:10px;
}
label.coord
{
	padding: 5px;
	display: block;
	width: 85px;
	float: left;
}
label.timing
{
	padding: 5px;
}
fieldset{
	display: block;
	float: left;
	width: 250px;
}
.timing_fieldset{
	padding-left:20px;	
}.timing_item{
	margin-bottom:5px;
}
.timing_label{
	
}

/*
	Demo CSS code
*/

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position:fixed;
	/*height:20px;
	width:20px;*/
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	z-index:999;
	color:#04F318;

	

}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
textarea{
	border:#CACACA 1px solid;
}
