 @charset "UTF-8";
 /* CSS Document */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                         DETAIL OFFRE EMPLOI                                        ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#fiche_emploi {
	display: inline-block;
	width: 75%;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 30px;	
	overflow: hidden;
}

#fiche_emploi h3 { 
	font-size: 18px; 
	color: #31A7D2;
	border-bottom: solid 2px rgba(0,0,0,0.1);
}

#fiche_emploi h3 span{ 
	float: right;
	line-height: 22px;
	color: #31A7D2;
	
}

#fiche_emploi p { 
	margin: 2px 0;
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}


#fiche_emploi h4 { 
	font-size: 15px; 
	font-weight: bold;
	color: rgba(0,0,0,0.5);
	border-bottom: solid 2px rgba(0,0,0,0.1);
	margin: 20px 0 10px;
}


#detail_offre, #repondre_offre {
	padding: 0 20px;	
}

#detail_offre li, #repondre_offre li { 
	display: block;
	margin: 2px 0;
	font-size: 15px; 
	font-family: "LibertySans",helvetica;
	color: rgba(0,0,0,0.5);
}

#detail_offre li span, #repondre_offre li span { 
	font-weight: bold;
}

#detail_offre_HTML {padding: 0 20px;}

#detail_offre_HTML,
#detail_offre_HTML p,
#detail_offre_HTML ul,
#detail_offre_HTML ul li {
	font-size: 14px; 
	font-family: "Roboto",helvetica,Arial,sans-serif;
	color: rgba(0,0,0,0.6);

}

#detail_offre_HTML li{
	margin-left: 20px;
	display : list-item;
	list-style-type: circle;

}



/* COLONNE DROITE : WORK FOR DREKAN */

#work_for_drekan {
	display: inline-block;
	width: 22%;
	padding: 10px;
	border-radius: 8px;
	background-color:#fff;
	float: right;
	text-align: center;
}

#work_for_drekan h1{
	text-align: center;
	font-size: 28px;
	margin-bottom: 5px;
}

#work_for_drekan h3{
	text-align: center;
	color: #31A7D2;
}

#work_for_drekan #career_profile{
	position: relative;	
	height: 200px;
	background: url(../images/career_mod3.png) no-repeat;
	background-position: bottom;
	background-color: rgba(0,0,0,0.01);
}

#work_for_drekan #career_profile img{
	position: absolute;
	bottom: 0;
}

#work_for_drekan #career_facts {
	position: relative;
	width: 70%;
	right: 0; bottom: 0;
}

#work_for_drekan #career_facts li{
	display: block;
	width: 100%;
	padding: 10%;
	margin: 10px 0;
	right: 0; bottom: 0;
	height: auto;
}
