.msg_info, .msg_success, .msg_warning, .msg_erreur {
	width: 70% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-bottom: 20px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	border: 1px solid !important;
	margin: 10px 0px !important;
	padding:15px 10px 15px 50px !important;
	background-repeat: no-repeat !important;
	background-position: 10px center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.msg_info {
	color: #00529B !important;
	background-color: #BDE5F8 !important;
	background-image: url('/recrutor/annexes/images/msg_info.png') !important;
}
.msg_success {
	color: #4F8A10 !important;
	background-color: #DFF2BF !important;
	background-image: url('/recrutor/annexes/images/msg_success.png') !important;
}
.msg_warning {
	color: #9F6000 !important;
	background-color: #FEEFB3 !important;
	background-image: url('/recrutor/annexes/images/msg_warning.png') !important;
}
.msg_erreur {
	color: #D8000C !important;
	background-color: #FFBABA !important;
	background-image: url('/recrutor/annexes/images/msg_erreur.png') !important;
}


/* détail offre d'emploi */

a.lienaction {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	text-shadow: none;
	color: #ffffff !important;
	border-color: #2176a1;
	background-color: #2176a1 !important;
	text-decoration: none;
}

h1.offre_poste {
	margin-bottom: 20px;
	color: #009bc2;
}

div.offre_societe, div.offre_mission, div.offre_profil  {
	margin-top: 30px;
}

div.offre_societe h2, div.offre_mission  h2, div.offre_profil h2  {
	color: #009bc2;
}

h2.of_lieu, h2.of_type {
	padding: 10px !important;
	font-size: 110% !important;
}

.of_repo {
	text-align: center !important;
	margin-top: 40px !important;
}

div.partageoffre {
	margin-top: 50px !important;
	text-align: center !important;
}

div.offre_lienreponse {
	margin-top: 50px !important;
	text-align: center !important;
}

div.partageoffre_btn  {
	display: inline-block;
	width: 20%;
}


/* dernières offres d'emploi */

div#list_off ul {
	margin: 0px !important;
	padding: 0px !important;
}

div#list_off li {
	list-style: none !important;
	margin-bottom: 20px !important;
	margin-top: 5px !important;
	padding-bottom: 15px !important;
	border-bottom-style: dotted !important;
	border-bottom-width: 1px !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}


/* liste offres d'emploi */

ul#listeoffresror { 
	margin: 30px !important;
	margin-bottom: 40px !important;
	list-style: none !important;
}

ul#listeoffresror li { 
	margin-bottom: 20px !important;
	padding-bottom: 15px !important;
	border-bottom : 1px solid #e9e9e9 !important;
	list-style-type: none !important;
}

div.of_ste h2, div.of_mis h2, div.of_prof h2 {
	font-weight: bold !important;
	color: #e40134 !important;
	font-size: 120% !important;
}

div.of_reference {
	margin-top: 30px;
	color: #888;
}

.offredate, .offrelieu, .offretype {
	font-size: 90%;
	color: #888888;
}

.offrelieu, .offretype {
	margin-right: 15px !important;
}

#filtrefonction, #filtreagence, #filtreposte, #filtrelieu {
	display: inline-block;
	padding: 9px;
	margin: 0px;
	border: 0px;
	border-bottom: 2px solid #009bc2;
	cursor: pointer;
	max-width: 95% !important;
}

#formfiltrefonction, #formfiltreagence, #formfiltreposte, #formfiltrelieu {
	float: left;
	margin-right: 25px;
	margin-left: 40px;
	margin-top: 30px;
	width: 45%;
}

a.lienoffre {
	color: #009bc2;
	text-decoration: none;
}

#zone_offre {
	margin: 40px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* responsive */

@media only screen and (max-width: 480px) {
	
#formfiltrefonction, #formfiltreagence, #formfiltreposte, #formfiltrelieu {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	text-align: center;
}

#zone_offre {
	margin: 20px;
	margin-top: 0px;
}

}
