body{
	margin:0;
	padding:0;
	border: none;

	font-family: arial,sans-serif;
	background: #e6e6e6 url('../images/bg-all.jpg') repeat-x;
}
.clear{
	clear: both;
}


a {
	text-decoration:none;
	outline:none;
	color:#000;
}

p{
	margin: 0;
}

img, fieldset {
	border:none;
	}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
.wrapper-main {

	width:1001px;
	margin: auto;
	background-color:#fff;


}
.wrapper {
	width:100%;
}
#header{
	width: 100%;
	margin: auto;
	height: 135px;
	background: url('../images/bg-header.jpg') repeat-x;
}
.logo{
	float: left;
	margin: 28px 0 0 50px;
	width: 222px;
}
.intro{
	color: #000;
	width: 500px;
	float: left;
	margin: 47px 0 0 118px;

}

/********************************* css recherche *******************************/
#recherche{
	width: 900px;
	height: 38px;
	margin:38px auto;
	background-color: #f18903;
	padding: 12px 0 2px;
}
.frm_search img,.frm_search input{
	float: left;
	margin-left: 20px;
}
.frm_search input[type='text']{
	height: 17px;
	width:235px;
}
.frm_search select{
	width: 235px;
	margin-left: 20px;
	float: left;
	height: 23px;
}
.frm_search input[type='submit']{
	margin-left: 20px;
	background: url('../images/go.jpg') no-repeat;
	width: 25px;
	height: 25px;
	border:none;
	cursor: pointer;
}


/********************************* css main menu *******************************/
#menu{
	width: 900px;
	margin:32px auto 0;
}
#menu ul li{
	float: left;
	padding-right: 105px;
}
#menu ul li:last-child{
	padding-right: 0;
}
#menu ul li a:hover{
	border-bottom: 5px solid #f18903;
}

#menu ul .active a{
	border-bottom: 5px solid #f18903;
}

#menu ul li a{
	color: #000;
	font-size: 14px;
}

.article{
	width: 900px;
	margin:auto;
}

#banner-slide{
	border: 1px solid #d2d2d2;
	width: 900px;
}

p.bjqs-caption{
	background-color:  rgba(0, 0, 0, 0.35);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.contenu{
	width: 100%;
	margin-top: 40px;
	float: left;
}
.bloc1,.bloc2,.bloc3{
	width: 257px;
	float: left;
	border: 1px solid #d2d2d2;
	margin-right: 23px;
	padding: 12px;
	text-align: justify;
}
.bloc2{
	text-align: left;
}
.bloc3{
	margin-right: 0;
	background: url('../images/frau-right.jpg') no-repeat right bottom;
}
.t-bloc{

	color: #f38b00;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.bloc2 ul li a,.bloc3 ul li a{
	color: #a6a6a6;
	text-transform: uppercase;
}

.bloc2 ul li a:hover,.bloc3 ul li a:hover{
	color: #000;
}
.bloc3 ul li a{
	text-decoration: underline;
}
.icone-cv{
	margin-top: 30px;
}
.telecharger-cv a{
	color: #f38b00;
	text-decoration: underline;
	
}

.icone{
	display: block;
	margin-bottom: 20px;
	width: 38px;
}

.consulter-offre a{
	color: #f38b00;
	text-decoration: underline;
	padding: 20px 0 15px 0;
	display: block;
}
/********************************* css message *******************************/
div#message span {
	display:block;
	height:32px;
	width:32px;
	position: absolute;
	right: 0;
	bottom: -19px;
	cursor: pointer;
}
div#message .alert_success span {
	background: url(../images/msg_ok.png) center no-repeat;
}
div#message .alert_error span {
	background: url(../images/msg_error.png) center no-repeat;
}
div#message .alert_warning span {
	background: url(../images/msg_warn.png) center no-repeat;
}
div#message .alert_success {
	background:none repeat scroll 0 0 #B5F1BC;
}
div#message .alert_error {
	background: none repeat scroll 0 0 #F2B5B9;
}
div#message .alert_warning {
	background:#e7a924;
}
div#message h4 {
	border-radius: 10px;
    box-shadow: 0 0 15px #555555;
    color: #53524F;
    margin: auto;
    padding: 8px;
    text-align: center;
    width: 437px;
    position: relative;
}
div#message {
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 999;
}
/********************************* css validator *******************************/
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 99999;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
.formError .formErrorContent {
	background: #e14440;
	position:relative;
	line-height: 13px;
	z-index:5001;
	color: #fff;
	width: 115px;
	font-family: tahoma;
	font-size: 11px;
	border: 0px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	margin-top: 50px;
	margin-left: -102px;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
	z-index: 5006;
	display:none;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #e14440;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/********************************* css contact **********************************/
.formulaire_contact {
    width: 630px;
   	float: left;

}

.formulaire_contact label{
	width: 200px;
}
#map {
	height:100%;
	width:100%;
}
#mapi .map_holder {
	height:280px
}
.map_holder {
	height:250px;
	margin-bottom: 10px;
	-webkit-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.carte:hover {
	background:url(../images/carte.png) no-repeat center #fff !important;
	text-indent:-999px;
}
.buttons2 {
	position: relative;
	top: 20px;
	right: -30px;
}
.buttons {
	position: relative;
	left: 75px;
}
.map{
	margin-bottom: 40px;
}
.formulaire_contact form input[type="text"] {
    border: 1px solid #A6A6A6;
    height: 28px;
    margin-bottom: 20px;
    width: 228px;
    text-indent: 5px;
}
.formulaire_contact form textarea{
    border: 1px solid #A6A6A6;
    margin-bottom: 20px;
    width: 380px;
    height: 185px;
    float: left;
    text-indent: 5px;
}
.formulaire_contact form input[type="submit"]{
	background: #F28B00;
	border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    height: 32px;
    width: 90px;

}
.article_content_left{
	float: left;
	width: 240px;
	margin-right: 30px;
	color: #f38b00;
}
.form-left{
	width: 225px;
	float: left;
	margin-right: 16px;
}
.captcha{
	float: right;
	margin-right: 6px;
}
.captcha img{
	float: left;
    margin-right: 10px;
    margin-top: 2px;
}
#captcha {
	width: 213px !important;
}

/********************************* css lang ************************************/

#lang_form {
	float: right;
	margin:90px 15px 0 0;

}

#lang_form a {
	background-position: 0 0px;
	margin-left: 10px;
	float: left;
	background-repeat:no-repeat;
	background-color:transparent;
	text-indent:-999px;
	height:23px;
	width:32px;
	border:none;
	display:block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow:hidden;
	padding:0;
	cursor:pointer;
 -webkit-transition: all .4s ease-in;
 -moz-transition: all .4s ease-in;
 -o-transition: all .4s ease-in;
 transition: all .4s ease-in;
}
/*#lang_form a:hover, #lang_form a.active {
	background-position: 0 -48px;
}*/
#lang_form a.en {
	background-image:url(../images/en.png);
}
#lang_form a.ch {
	background-image:url(../images/ch.png);
}

/**************************footer******************/
.footer{
	background: #f38b00 url('../images/bg-footer.jpg') repeat-x;
	width: 900px;
	margin: 42px auto 0; 
	padding-bottom: 5px;
}
.logo-footer{
	width: 151px;
	float: left;
	margin: 12px 19px 0 12px;

}
.info-footer{
	float: left;
	margin-top: 40px;
}
.adresse{
	padding-bottom: 20px;
}
.facebook{
	float: right;
	margin:26px 37px 0 0;
}
.rj{
	display: block;
	color: #fff;
	float: left;
	padding: 5px 10px 0 0;
}
.facebook img{
	float: left;
}
.mention{
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.mention a{
	color: #fff;
	text-decoration: underline;
}
.nos_offre table th{
	color: #f38b00;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
}

.nos_offre table{
	border-collapse:collapse;
}
.nos_offre table td{
	padding: 10px 0;
}
.nos_offre table td,.nos_offre table th{
	border-bottom: 1px solid #e9e9e9;
}

.pagination{
	float: right;
	margin-top: 10px;
}
.pagination a,.pagination span{
	color: #f38b00;
	font-size: 14px;
	margin-left: 10px;
}
.pagination .current{
	color: #000;
}
.aucun{
	text-align: center;

	font-size: 18px;
}
.secteur h1{
	color:#f38b00;
}
.secteur{
	text-align: justify;
}
.bjqs-caption a{
	color: #fff;
	text-decoration: underline;
}
.nos_offre tr td a{
	display: block;
	
}
.bjqs-caption span{
	font-size: 13px;
}
.nos_offre tr a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.form_poster{
	float: left;
	width: 380px;
	margin-right: 130px;
}
.nous-rejondre{
	float: left;
	width: 315px;
	text-align: justify;
}
.ins{
	color: #f38b00;
	font-size: 14px;
}
.nj{
	color: #f38b00;
	font-size: 17px;
	padding-bottom: 25px;
}
.form_poster form{
	margin-top: 45px;
	padding-left: 40px;
}
.form_poster form label{
	display: block;
	color: #000;
	font-size: 12px;
}
.form_poster form input[type="text"]{
		border: 1px solid #a6a6a6;
		width: 294px;
		height: 34px;
		margin-bottom: 20px;
}


.form_poster form input[type="button"]{
	background: #F28B00;
	border: medium none;
    border-radius: 9px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    width: 117px;

}
.upload{

    float: left;
    height: 24px;
    margin-right: 60px;
    overflow: hidden;
    width: 89px;
    cursor: pointer;
}
.detail-titre h1{

	font-size: 21px;
	margin-bottom: 5px;
}
.info-detail{
	font-size: 14px;
	color: #000;
}
.date-offre{
	float: right;
}

.text-detail{
	text-align: justify;
	font-size: 14px;
}
.bloc-offre-detail h2
{
	color:#f38b00;
	font-size: 16px;
	margin-bottom: 5px;
}
.info-detail span{
	font-weight: bold;
	color: #f38b00
}
.bloc-offre-detail input[type="submit"]{
    background: none repeat scroll 0 0 #F28B00;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    height: 27px;
    width: 126px;
    float: right;
    cursor: pointer;
}
.cap img{
	float: left;
}
.cap input{
	float: left;
    height: 26px !important;
    margin-left: 23px;
    width: 211px !important;
    text-indent: 5px;
}
#file_upload object,.joindre_frm{
	width: 297px !important;
}
.div_btn{
	width: 300px;
	text-align: center;
}
.horaire{
	float: left;
	color: #000;
	margin: 40px 0 0 185px;
}
.horaire p{
	margin-bottom: 10px !important;
}
::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; opacity: 1; }
