#listing_postes{
list-style-type:none;
}

#gauche{
width:500px;
float:left;
}

#droite{
width:500px;
float:right;
}

#listing_postes{
width:100%;
}

.poste{
margin-bottom:20px;
padding:15px;
background:#FFF;
-webkit-box-shadow: 0 0 5px 0 #E3E3E3;
box-shadow: 0 0 5px 0 #E3E3E3;
}

.tab_poste{
border-collapse:collapse;
border-spacing:0px;
width:100%;
}

.select_choix{
width:40px;
text-align:center;
background:#eeeeee;
vertical-align:top !important;
}

.select_choix input{
margin-top:40px;
}

.infos_choix{
width:420px;
padding-left:10px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.tab_infos_princ{
border-collapse:collapse;
border-spacing:0px;
width:100%;
margin:5px 0px 10px 0px;
background:#dddddd;
border:solid 5px #dddddd;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.tab_infos_princ tr td{
padding:0px !important;
}

.tab_infos_princ tr{
height:24px !important;
}

p.intitule{
font-weight:bold;
margin-top:10px;
margin-bottom:5px;
}

div.valeur{
margin-bottom:10px;
}


.description ul,
.formation ul{
margin-left:30px;
}

.description,
.formation{
text-align:justify;
}




.poste.cnadidature_spontanee{

}

.poste.cnadidature_spontanee .select_choix input{
margin-top: 10px !important;
}

.poste.cnadidature_spontanee .infos_choix h3{
margin-top: 7px !important;
}