body .column {
  visibility: visible;
}
.box_home,
.bande_grise,
.box_log {
  display:none;
}

/* PUBLIC */
.main .site {
  position:relative;
}

.geoloc #fiche {
  text-align:center;
}
.geoloc #fiche a {
  display:inline-block;
  margin:15px auto;
  background:url(../images/fleche_next.png) no-repeat left 4px;
  padding:0px 0px 0px 20px;
}
/* FIN PUBLIC */

/* ADMIN EDIT */
.article_edit {
  height:27px;
  margin-bottom:15px;
}
.article_edit a {
  margin:0px;
  padding:5px 15px 5px 28px;
  background-color:#eaeaed;
  float:left;
  background-position:4px center;
  height:auto;
  width:auto;
}
.article_edit a.btl:hover {
  color:#3399FF;
}
/* FIN ADMIN EDIT */

/* RECHERCHE */
.boxrecherche {
  position:absolute;
  bottom:45px;
  left:550px;
  height:30px;
  width:310px;
  background-color:#fff;
  z-index:800;
  box-shadow:1px 1px 4px rgba(0,0,0,0.5);
  border:1px solid #999;
  padding:5px 10px;
}
.boxrecherche input:not([type="submit"]) {
  background:none !important;
  border:0px;
  padding:3px !important;
  color:#000;
  width:260px;
}
.boxrecherche input[type="submit"] {
  background:url("../images/search.png") no-repeat right center;
  box-shadow:none;
  height:28px;
  width:28px;
  cursor:pointer;
  border:0px;
  margin:1px 0px 0px 0px;
}
.close {
  background-image:url(../images/close.png) !important;
}
.bt_search {
  display:inline-block;
  background:url("../images/search.png") no-repeat right top;
  padding:3px 28px 3px 10px;
}
#bt_search.close {
  background-position:right 6px;
}
/* FIN RECHERCHE */
/* FOOTER */
.footer .rs {
  display:inline-block;
  padding-left:15px;
}
.footer .rs a {
  float:right;
  padding:0px;
  margin:0px 5px;
  margin-bottom:-7px;
}
.footer .region_editoriale {
  display:inline-block;
}
.footer .region_editoriale .bloc_footer {
  text-align:center;
  padding:10px 0px 5px 0px;
}
.footer .region_editoriale .bloc_footer ul.navGestionEditoriale li {
  float:none;
  display:inline-block;
}
.footer .region_editoriale .bloc_footer li a {
  display:block;
  float:none;
  padding:0px 20px;
}
.footer_copy {
  border-top:1px solid #FFF;
  padding-top:10px;
  margin-top:15px;
  color:#545454;
}
.footer_copy a {
  color:#999;
  padding:0px 20px;
}
/* FIN FOOTER */

.forum {
  border-right:1px solid #8CBDDA;
  padding:14px 12px 14px 8px;
  width:168px;
}
/* UL  LI */

ul.donnees {
  background-color: #CDDAE2;
  margin:0px 10% 0px 0px;
  padding:10px;
}
ul.donnees li {
  list-style-type:none;
  padding:0px;
  margin:8px 0px;
}
ul.donnees li a {
  background: url("../images/fleche_puce2.png") no-repeat left 8px;
  padding:4px 0px 4px 18px;
  color:#000;
}
ul#order li {
  background:url(../images/icones/take.png) no-repeat left 8px;
  padding:4px 0px 4px 17px;
}
ul#order li:hover {
  background-image:url(../images/icones/take_roll.png);
}
/* FIN UL  LI */
/****************************************************************/
/****************************************************************/

/* ENQUETES */
.enquetes_tableau_croise{
  border-collapse:collapse;
  empty-cells:show;
  margin:20px auto;
  width:100%;
  color:black;
  background:white;
  text-align:center;
}
.enquetes_tableau_croise thead{
  border-bottom:2px solid #bbb;
}
.enquetes_tableau_croise tfoot{
  border-top:2px solid #bbb;
}
.enquetes_tableau_croise thead th{
  color:#5F65B4;
}
.enquetes_tableau_croise{
  border:2px solid #bbb;
}

.enquetes_tableau_croise tr:hover, .tr_1:hover, .tr_2:hover{
  background:#fff0dc
}
.enquetes_tableau_croise td{
  padding:5px;
  border:1px solid #bbb;
}
.enquetes_tableau_croise thead th, .listing tfoot td{
  background:#eee;
  padding:5px;
}
.enquetes_tableau_croise .pagination{
  float:right;
  padding-top:3px
}
/* FIN ENQUETES */
/* STATS */
.stats {
  border-collapse:collapse;
  empty-cells:show;
  margin:20px auto;
  width:100%;
  color:black;
  background:white;
}
.stats thead{
}
.stats tfoot{
  border-top:2px solid #bbb;
}
.stats thead th{
  border:2px solid #bbb;
  color:#5F65B4;
  border-left:2px solid #bbb;
}
.stats thead td {
  background:#eee;
  border-left:2px solid #bbb;
  border-bottom:0px;
}
.statscustom{
  background-color:white;
  border-bottom:2px solid #bbb;
}

.stats{
  border:2px solid #bbb;
}
.stats tbody tr:hover, .tr_1:hover, .tr_2:hover{
  background:#fff0dc
}
.stats tbody td {
  padding:5px;
  border:1px solid #bbb;
}
.stats thead th, .listing tfoot td{
  background:#E4E9EF;
  text-align:left;
  padding:5px;
}
.stats .pagination{
  float:right;
  padding-top:3px
}
.label_stat {
  width:250px;
}
/* FIN STATS */
/* style affichage profil utilisateur */
#acces_admin {
  background: #ffedc2 url(../images/icones/key.png) no-repeat 10px;
  padding: 15px 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  border:2px solid #ff6501;
  border-bottom:2px solid #ff6501;
  color: #ff6501;
  font-size: 12px;
}
/* Gestion editoriale */
.list_item_edito {
  max-height:100px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ECECEC
}
/* Validation */
.surligne {
  background-color:#BDC3C7;
  color:#000;
  padding:2px 10px;
}
.edit_statut {
  float:right;
  padding:10px;
}
.edit_statut span {

}
.edit_statut a {
  font-size:12px;
  text-decoration:underline;
}
.enligne, .horsligne, .valide, .non_valide, .pourvue {
  display:block;
  padding-left:27px;
}
.frame_haut {
	float:right;
}
.frame_haut .enligne, .frame_haut .horsligne {
  width:100px;
  font-size:11px;
  padding:4px 6px 2px 20px;
}
.frame_haut .enligne {
  background:url(../images/icones/stop.png) no-repeat left 2px;
  color:#009999 !important;
}
.frame_haut .horsligne {
  background:url(../images/icones/enligne.png) no-repeat left 2px;
  color:#EF6D6F !important;
}
.enligne, .valide {
  background:url(../images/icones/enligne.png) no-repeat left top;
}
.horsligne, .non_valide {
  background:url(../images/icones/stop.png) no-repeat left top;

}
.pourvue {
  color:#4489cf;
  background:url(../images/icones/pourvue.png) no-repeat left top;
}
.info_validation {
  color:red;
  background-color: #fff7e4;
  font-style: italic;
}
.ajout {
  color:#ff6501;
  background-color: #fff7e4;

}
.valid div {
  background:url(../images/valid_off.png) no-repeat left 2px;
  padding:0px 0px 3px 15px;
  font-size:11px;
  width:auto;
  display:inline-block;
}
.val_on div {
  background-image:url(../images/valid_on.png);
}
.val_attente div {
  background-image:url(../images/valid_attente.png);
}
.nonvalid {
  border:1px dotted #F33;
  padding:5px;
  margin:10px 0px;
}
a.valid {
  background:url(../images/fleche_verte.png) no-repeat left top;
}
a.refu {
  background:url(../images/fleche.png) no-repeat left top;
}
/* FIN Validation */

/* PAGE ADMINISTRATION */
.administration a.bti {
  display:block;
  margin:5px 0px 5px 20px;
  padding-left:25px;
  background-position:left 5px;
  color:#000;
}
.administration a.bti:hover {
  color:#0D8888;
}
.admin .index .colG,
.monprofil .colG {
  width:49%;
  padding-right:1%;
}
.admin .index .colD,
.monprofil .colD {
  width:49%;
  padding-left:1%;
}
.administration .box {

}
.administration .box h2 {

}
/* FIN PAGE ADMINISTRATION */
/* GESTION EDITO */
.contenu ul#menuItemTree  {
  padding:0px;
  margin:0px;
}
#menuItemTree li {
  list-style-type:none;
  background:none;
  padding:8px 0px;
  margin:0px;
}
.moteur .tafelTree {
  border:1px solid #5B7697 !important;
  font-size:12px !important;
}
.selection_cadre {
  border:1px dashed #fff;
  padding:15px;
}
.glisser li {
  cursor:move;
}
#ordreDesBlocs .btl {
  float:none;
  display:inline-block;
  position:absolute;
  margin:-5px 0px 0px 4px;
}
#ordreDesBlocs  li {
  padding:8px 0px;
}
/* FIN GESTION EDITO */
#tagsphere li {
  color:#F89B17;
}
caption {

  color:#7F8591;
  font-size:14px;
  padding:10px 0px 5px 0px;
}
#region_1 {
  color : black;
  border:2px solid black;
}
#region_1 div {
  border:2px solid red;
}
div.popin {
  background:#FFF;
  border:3px solid #e6142d;
  box-shadow:2px 2px 4px rgba(0,0,0,0.2);
  position : fixed;
  width:60%;
  /*height:170px;*/
  /*background:#FFF;*/
  padding-left:10px;
   z-index: 420 !important;
}
div.fermerMonPopin {
  float:right;
  margin-top:20px;
  margin-right:35px;
}
div.fermerMonPopin img:hover{
  cursor: pointer;
}
button.hide {
  display:none;
}
.pfleche1 {
  background: url(../images/fleche_next.png) no-repeat left 2px;
  padding-left:15px;
}
.pfleche2 {
  background: url(../images/fleche_next.png) no-repeat left 3px;
  padding-left:15px;
}
img.linkAble:hover{
  cursor : pointer;
}
/* correction pour chosen */
ul.chzn-choices li, ul.chzn-results li {
  background : none;
}
div.popinDecoOffre{
  padding: 20px;
}
div.popinDecoOffre p {
  padding-right : 40px;
}
#monSpanJexisteDeja{
  color : red;
}
#monSpanJeNexistePas{
  color : green;
}
.insidebox {
  color:#1B4876 !important;
}
/* GEOLOC */
.geomap #fiche {
  text-align:center;
  font-size:18px;
  padding:15px 25px;
}
.geomap a {
  margin:auto;
  display:inline-block;
}
/* FIN GEOLOC */

#s2id_liste_composantes
{
  width: 350px;
}

#s2id_liste_diplomes
{
  width: 350px;
}

#apercu_offre_groupe
{
  width: 250px;
  height: 250px;
  border-style: solid;
  color: #000000;
}

.menu_administration {
  position:fixed;
  top:30px;
  left:0px;
  width:150px;
  background:#333;
  box-shadow:0px 0px 4px rgba(0,0,0,0.3);
}
.bt_admin {
  width:35px;
  height:35px;
  position:fixed;
  background:#333 url(../images/bt_admin.png) no-repeat center;
  text-indent:-9999px;
}
.menu_administration li {
  display:block;
  float:none;
  text-align:left;
}
.menu_administration li a {
  display:block;
  color:#FFF;
  font-weight:bold;
  padding:7px 10px;
  float:none;
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,0.2);

}
.menu_administration li a:hover {
  background:#e6142d;
  color:#FFF;
}
/* I
nfobulle simple */
.info_rapide {
  position: relative;
  text-decoration: none;
  /*color : #153FDB;*/
  font-size:13px;
  height:30px;
}
.info_rapide .apercu {
  display: none; /* on masque l'infobulle */
  width:600px;
}
.info_rapide:hover {
  background: none; /* correction d'un bug IE */
  z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
.info_rapide:hover .apercu {
  display: inline;
  position: absolute;
  top: 20px;
  right: 5px;
  background: #fff;
  color:#000;
  padding:5px 10px;
  border: 1px solid #666;
  box-shadow:1px 1px 4px rgba(0,0,0,0.4);
}
.apercu {
  font-size:13px;
}
.contenu .menu_b {
  background:url(../images/bt_menu.png) no-repeat left center;
  padding:4px 0px 4px 34px;
  color:#000;
  text-transform:uppercase;
  cursor:pointer;
  margin-bottom:5px;
}
.contenu .menu_b:hover,
.contenu .menu_b:focus {
  color:#e6142d;
}
.bt_rs {
  cursor:pointer;
  float:right;
  background:url(../images/rs_facebook.jpg) no-repeat center center;
  background-size:80% auto;
  width:30px;
  height:30px;
  border:1px solid #ccc;
  border-radius:20px;
  margin-left:10px;
}
.bt_rs a {
display:block;
  width:30px;
  height:30px;
}
.bt_rs:hover {
  border-color:#e6142d;
}
.bt_twitter {
  background-image:url(../images/rs_twitter.jpg);
}
.bt_viadeo {
  background-image:url(../images/rs_viadeo.png);
}
.bt_linkedin {
  background-image:url(../images/rs_linkedin.png);
}
.login .box {
  width:100%;
  margin:auto;
  text-align:center;
  position:relative;
}

div.auto_complete
{
  width: 380px;
  background: #fff;
  z-index: 30 !important;
  overflow:auto;
  height: 450px;
}
/* SLIDE */
.slide {
  height:305px;
  margin-bottom:30px;
  position:relative;
}
.slide:after {
  display:block;
  content:"";
  visibility:visible;
  position:absolute;
  background:linear-gradient(to top, #FFF, rgba(25,255,255,0));
  height:10px;
  width:300px;
  margin-top:-10px;
  z-index:30;
}
.bx-default-pager,
.bx-controls-auto {
  display:none;
}
.slide .bx-wrapper .bx-viewport {
  background:none;
  box-shadow: none;
  border:0px;
  left:auto;
}
.slide .bxslider li {
  background:none;
  padding:0px;
  border-left:1px solid #EAEAEC;
  border-bottom:1px solid #EAEAEC;
}
.slide .photo {
  float:right;
  margin:0px;
}
.slide .photo a {
  display:table-cell;
  vertical-align:middle;
  /*background-color:rgba(105,105,105,0.1);*/
  text-align:center;
}
.slide .photo img {
  display:block;
  width:auto;
  height:auto;
}
.slide .bx-wrapper {
  margin:0px;
}
.slide .bx-wrapper .titre {
  position:absolute;
  background:none;
  bottom:auto;
  width:270px;
  padding-left:26px;
}
.slide .bx-wrapper .titre a {
  color:#000;
  font-size:24px;
}
.slide .bx-controls {
  position:absolute;
  z-index:500;
}
.slide .bx-controls a {
  display:inline-block;
  background:url('../images/control_prev.png') no-repeat center;
  padding:0px;
  width:20px;
  height:32px;
}
.slide .bx-controls .bx-next {
  left:535px;
  background-image:url('../images/control_next.png');
}
.slide .bx-controls .bx-prev:hover {
  background-image:url('../images/control_prev_on.png');
  background-position:center;
}
.slide .bx-controls .bx-next:hover {
  background-image:url('../images/control_next_on.png');
  background-position:center;
}
/* slide home */
.actu_date {
  background:#b14ec4;
  color:#FFF;
  font-weight:bold;
  font-size:14px;
  text-align:center;
  padding:1px 0px 0px 0px;
  width:120px;
  height:17px;
}
.eve_date {
  background:#CCCC00;
  width:170px;
  margin:0px 0px 15px 0px;
  position:relative;
}
.list_evenements .eve_date {
  width:200px;
}
.eve_date:after {
  display:block;
  content:"";
  visibility:visible;
  border-left:9px solid #FFF;
  border-right:9px solid #FFF;
  border-top:9px solid #CCCC00;
  width:0px;
  heigth:0px;
  position:absolute;
  left:50%;
  margin-left:-5px;
  top:18px;
}
.ligne h3 a {
  background:none;
  padding-left:0px;
}

.titre a {
  color:#000;
}
.titre a:hover {
  color:#e6142d;
}
.photo {
  text-align:center;
}
.ligne {
  border-bottom:1px solid #eaeaed;
  padding:15px 0px;
}
.td_photo {
  display:table-cell;
  padding-right:25px;
  width:200px;
}
.td_text {
  display:table-cell;
  vertical-align:top;
}
.ligne .photo {
  display:table-cell;
  vertical-align:middle;
  width:200px;
  text-align:center;
  background:#eaeaed;
}
.ligne .photo img {
  display:block;
  margin:auto;
  max-height:125px;
  width:auto;
}
/* fin slid ehome */
.slide_article {
  height:auto;
  margin-bottom:25px;
}
.slide_article .bx-controls {
  top:60px;
  left:0px;
}
.slide_article .bx-controls .bx-next {
  left:705px;
}
.slide_article .bx-wrapper .bx-viewport {
  text-align:center;
  margin:0px;
  padding:0px;
}
.slide .bxslider {
  margin:0px;
  padding:0px;
}
.slide_article .bxslider .photo {
  text-align:center;
  /*background-color:#EAEAEC;*/
}
.slide_article .photo img {
  display:block;
  max-height:367px;
  max-width:700px;
  margin:auto;
}
.slide_article .photo iframe {
  width:680px;
  height:367px;
}
/* FIN SLIDE */
.recherche_cvtheque {
  float:left;
  width:425px;
}
.listing_candidature .voir {
  background-size:15px auto;
  background-position:left top;
  padding:1px 0px 1px 20px;
  border-bottom:1px solid #ccc;
}
.listing_candidature td.actions {
  width:200px;
  text-align:left !important;
}
.listing_candidature .indic_titre {
  padding:0px 0px 3px 0px;
  color:#545454;
  font-size:12px;
}
.listing_candidature td.actions .indic {
  border-bottom:1px solid #ccc;
  padding:2px 0px;
  color:#545454;
  font-size:11px;
}
.onglet_cvtheque{
  border:1px solid #eaeaed;
  padding:15px 20px;
}
.article .img,
.article .item {
	display:table-cell;
	vertical-align:top;
	padding-right:25px;
}
.article .item h2 {
	margin-bottom:5px;
}
/*
.login .box input[type='submit'] {
  color: red;
  box-shadow:none;
  padding:3px;
}
.login .box input:not([type='submit']):not([type='checkbox'])  {
  padding:6px 10px;
  width:165px;
  display:block;
  margin:5px auto;
}
.login .pass_oubli {
  font-size:11px;
  background:none;
  color:#FFF;
	float:left;
} */
.page_connexion .box_log {
	display:block;
	width:820px;
	margin:40px auto 10px auto;
}
.page_connexion .msg {
	margin-top:-75px;
	max-width:300px;
}
.page_connexion .box_log .bt_log {
	float:left;
	width:386px;
	padding:0px;
	height:380px;
	background-position:center 65px;
}
.page_connexion .box_log .bt_entreprises {
	float:right;
}
.page_connexion .box_log h2 {
	text-align:center;
	font-size:24px;
	margin:0px;
	padding:20px 0px 130px 0px;
}
.page_connexion .box_log form {
	width:80%;
	margin:0px auto;
	position:relative;
}
.page_connexion .box_log form label {
	display:table-cell;
	width:100px;
	vertical-align: middle;
}

.page_connexion .box_log input[type="text"],
.page_connexion .box_log input[type="password"] {
	width:92%;
	margin:2px auto;
	padding:5px 4%;
	display:table-cell;
	vertical-align: middle;
}
.oublie {
	float:left;
}
.page_connexion .box_log p {
	font-size:13px;
	margin:4px 0px;
}
.page_connexion .box_log .pass_oubli {
   float:left;
	padding:6px 0px 14px 15px;
}
.page_connexion .box_log .pass_oubli a {
    color: #666;
    font-size: 11px;
	padding:0px;
}
.tabLogForm .td {
	padding:1px 0px 0px 2px;
}
.page_connexion .box_log input.submit_log {
   margin:1px 0px 0px 0px;
	padding:5px;
}
.box_loggin {
	float:left;
	width:45%;
}
.box_logginD {
	float:right;
}
.ecolePage .tabTitre {
	margin-bottom:35px;
}
.ecolePage .tabTitre h1 {
	margin:0px 0px 0px 25px;
	padding:0px;
}
.ecolePage .colG {
	width:810px;
}
.ecolePage .colD {
	width:238px;
}
.middle {
	vertical-align: middle;
}
.ecolePage .boxD {
	height:auto !important;
	margin-top:0px;
}
.ecolePage .box_offre {
	margin-top:25px;
}
.ecolePage .box_eves,
.ecolePage .boxD {
	height:auto !important;
}
.ecolePage .box_agenda {
	text-align: center;
}
.boxD .nothing {
	border:0px;
}

.boxD .nomEntreprise {
	text-transform: uppercase;
}
.boxD .int {
	padding:0px 18px;
}
.ligne_offre {
	padding-top:22px;
}
.ligne_offre .intitule a {
	color:#000;
	font-weight:600;
}
.ligne_offre .intitule a:hover {
	color: #e6142d;
}
.ecolePage .ligne_actu .titre {
    padding: 7px 0px 25px 0px;
}


