/*---- Emploi -------*/
#emploi {
width: 572px;
background: #EEEEEE url(design/emploi_milieu.gif) 0 0 repeat-y;
position: relative;
}
#emploi_haut {
background: transparent url(design/emploi_haut.gif) 0 0 no-repeat;
height: 42px;
font-size: 1px;
}
#emploi_bas {
background: transparent url(design/emploi_bas.gif) 0 0 no-repeat;
height: 15px;
font-size: 1px;
}
#emploi h1 {
color: white;
position: absolute;
top: 1px;
left: 40px;
font-size: 1.1em;
}
#emploi p {
margin-left: 15px;
padding-bottom: 8px;
}
#emploi  .lien {
padding-bottom: 0;
}
#emploi #emploi_images{
float: right;
margin: 0 15px 0 5px;
}
#emploi .lien a {
font-weight: bold;
color: #FF7E28;
padding-right: 35px;
background: transparent url(design/fleche_orange.gif) top right no-repeat;
text-decoration: none;
}
#emploi .lien a:hover {
text-decoration: underline;
}

/*---- Encart -------*/
.encart_espace_entreprise, .encart_espace_interimaire  {
width: 283px;
position: relative;
float: left;
margin-right: 5px;
margin-top: 10px;
height: 202px;
}
.encart_espace_entreprise {
background: #EDF2F8 url(design/espace_entreprise.gif) 0 0 repeat-y;
}
.encart_espace_interimaire {
background: #EDF2F8 url(design/espace_interimaire.gif) 0 0 repeat-y;
}
.encart_espace_interimaire h1, .encart_espace_entreprise h1 {
color: #E52525;
font-size: 1.05em;
font-weight: bold;
text-align: right;
margin-right: 10px;
margin-top: 10px;
}
.encart_espace_interimaire p, .encart_espace_entreprise p {
margin-left: 120px;
padding-top: 8px;
}
.encart_espace_interimaire p.lien, .encart_espace_entreprise p.lien{
position: absolute;
bottom: 12px;
right: 10px;
}
.encart_espace_interimaire .lien a, .encart_espace_entreprise .lien a{
font-weight: bold;
color: #004C99;
padding-right: 35px;
background: transparent url(design/fleche_bleu.gif) top right no-repeat;
text-decoration: none;
}
.encart_espace_interimaire .lien a: hover, .encart_espace_entreprise .lien a:hover{
text-decoration: underline;
}
