#presentation,
#profil,
#vignette,
#profil-rh,
#competences,
#experiences,
#formations,
#stages,
#divers,
#contact,
#profil-restricted {
    background-image: url(../images/dot.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 1em 0;
}

#profil-rh {
    padding-top: 0;
}

#vignette {
    margin-top: 1em;
}

#profil-restricted {
    background-position: left top;
}

#vignette-publique {
    padding: 1em 0;
}

#tab-profil {
    
}

#photo-membre {
    float: left;
    margin: 0 1em 2em 0;
    width: 100%;
    height: 100%;
}

#membre-infos {

}

.bloc-clear {
    clear:both;
    font-size: 2px;
}

#presentation_profil {
    padding-top: 0.5em;
}

form.rad input.text {
    /*height: auto !important;*/
    width: 200px;
}


/* form inscription style */

.edition-membre input {
    border: 1px solid rgb(194, 190, 175);
}

.edition-membre input.radio,
.edition-membre input.checkbox {
    border: 0;
}

.edition-membre #table_photo label {
    width: 100px;
}

.edition-membre #table_nom_prenom label.textlabel {
    width: 60px;
}

.edition-membre #table_nom_prenom input {
    width: 150px;
    margin-right: 1em;
}

.edition-membre .bloc_question label {
    float: none;
    width: auto;
    text-align: justify;
}

/* jquery validate styles */
.edition-membre .textlabel {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: left;
  width: 125px;
}

.edition-membre .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

.edition-membre .text {
  width: 200px;
}

.edition-membre #date_naissance {
  width: 100px;
}

.edition-membre label.error {
  padding-left: 2px;
  padding-bottom: 2px;
  font-style: italic;
  font-weight: normal;
  color: #EB9B01;
}

.duree_preavis label.error {
    display: inline;
    float: none;
}

.edition-membre label.myerror {
  padding-left: 2px;
  padding-bottom: 2px;
  font-style: italic;
  font-weight: normal;
  color: #EB9B01;
}

.edition-membre input.text,
.edition-membre select.text {
  float: left;
}

.edition-membre input.error,
.edition-membre select.error {
  /*border: 1px solid #EB9B01;*/
}

.edition-membre table.inlinelabels {
  margin-bottom: 1em;
}

.edition-membre .inlinelabels input.text {
  float: none !important;
  width: 85% !important;
}


.edition-membre label.checked {

}

.edition-membre .checked {
    display: none !important;
}

.edition-membre label.statusLabel {
    display: inline !important;
    float: none !important;
    font-weight: normal !important;
    padding: 1em;
}

.edition-membre .selectlabel {
    width: 80%;
}

.button input {
    float: right;
    margin: 2em;
}

#table_secteurs_activite,
#table_domaines_commpetences {
    clear: both;
}

#table_status_pro .statusLabel {
    width: auto !important;
}

#table_secteurs_activite .checkbox {
    margin: 0 4px 4px 0;
}

#informations_annuaire {
    font-style: italic;
    text-align: justify;
    margin-top: 2em;
    font-size: 70%;
}


#bloc_errors {
    background: #EB9B01;
    color: white;
    margin: 1em;
    padding: 1em;
}

#bloc_edit_ok {
    background: #EB9B01;
    color: white;
    margin: 1em;
    padding: 1em;
}

#bloc_errors p {
    color: white;
    font-weight: bold;
}

#tab-profil div.line,
#tab-cv div.line {
    margin: 0.2em 0;
}

#tab-profil div.blocquestion {
    margin: 1em 0;
}

#tab-profil div.blocquestion span.label {

}


#tab-profil span.label,
#tab-cv span.label {
    font-weight: bold;
}

#tab-profil span.text,
#tab-cv span.text {
    padding-left: 0.5em;
}

#tab-profil pre,
#tab-cv pre {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-family: Arial,Verdana,Helvetica,sans-serif;

    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;    
}

#tab-profil #presentation_profil {
    margin-top: 1em; 
}


.blocs-experiences-formations td {
    padding: 0 0.3em;
}

.blocs-experiences-formations .textlabel {
    width: 80px !important;
}

.blocs-experiences-formations .text {
    width: 230px !important;
}

.blocs-experiences-formations table {
    margin-bottom: 2em !important;
}

.table_stage {
    padding-top: 2em;
}


