/*#################### CSS pages publiques ###############*/

/* ############# CSS POUR LE CADRE CONNEXION (autres pages) #################### */
#connexion {
position : absolute;
left:15px;
top: 85px;
}

/* ############# CSS POUR LE CADRE recrutement (autres pages) #################### */
#cadre_recrutement {
position : absolute;
left:15px;
top: 317px;
}

/* ############# CSS POUR LE CADRE sponsor (page index)#################### */
#barre_sponsor {
position : absolute;
left:17px;
top: 280px;
}

/* ############# CSS POUR LE CADRE contenu (autres pages)#################### */
#contenu {
position : absolute;
left:204px;
top: 85px;
z-index:0;
}


