﻿/* Vient de Edit.css et EditUser.css */
#corpForm 
{
    position:absolute;
    top:-12px;
    left:0;
}
.LeftMarge
{
    padding-left:40px;
}
/* FIN vient de... */

/* vient de EdtitCarnetOrdre.css */
.LivOK
{
    color: #009;
    width: 100%;
    text-align: center;
}

.LivKO
{
    color:#ff0000;
    width:100%;
    text-align:center;
}

/* FIN vient de... */

#pageUserInfo
{/* contenu de la page */
    position:relative;
    width:740px;
    
}

#titreUserInfo
{
    position: relative;
    background-image: url(./Images/user_info/titrepage_userinfo.gif);
    background-repeat:no-repeat;
    height:26px;
}

#formUserInfo
{
    position: relative;
    height:580px;
}

#contenuFormUserInfo
{
    position: relative;
    top:20px;
    left:10px;
}

#txtActualiserInfoPerso
{
    position: relative;
    width:356px;
    height:16px;
    left:10px;
    background-image: url(./Images/user_info/txt_actualiser_info_perso.gif);
    background-repeat:no-repeat;
    margin-bottom:20px;
}

#txtEditUserEmail
{
    position: relative;
    width:680px;
    height:90px;
    left:17px;
}


#userInfoAvatar
{/* block : je souhaite m'abonner à la newsletter de BDaBD */
    position:absolute;
    background-image: url(./Images/user_info/block_userAvatar.gif);
    background-repeat:no-repeat;
    width:241px;
    height:146px;
    right:50px;
    top:30px;
    padding:25px 7px 10px 0px;
    line-height:16px;
    text-align:center;
}

#userInfoAbonnementNews
{/* block : je souhaite m'abonner à la newsletter de BDaBD */
    position:absolute;
    background-image: url(./Images/user_info/blockUserInfo_news.gif);
    background-repeat:no-repeat;
    width:241px;
    height:146px;
    right:50px;
    top:210px;
    padding:25px 7px 10px 0px;
    line-height:16px;
    text-align:center;
}

.editUserLigne2
{ /* Permet de créer une ligne contenant le texte et combo qui suit le texte */
    position: relative;
    display:block;
    width:430px;
    left:25px;
    margin:1px 0 7px 0;
    padding:0px;
    text-align:right;
    line-height:20px;
    height:20px;
}

.editUserDroite2
{ /* Permet de mettre les combos à droite du texte et d'aligner tous les combos sur une ligne verticale */
    position: relative;
    display:inline;
    float:right;
    width:260px;
    margin:0px;
    padding:0px;
    text-align:left;
    line-height:20px;
    height:20px;
}
.editUserGauche2
{ /* Permet de mettre le texte à gauche du combo et d'aligner tous les textes sur une ligne verticale */
    position: relative;
    display:inline;
    float:left;
    width:170px;/**/
    height:24px;
    margin:0px;
    padding:0px;
    text-align:left;
    line-height:20px;
    height:20px;
}

.grandBlock
{
    height:50px;
    line-height:50px;
}

.userInfoChampsGras
{
    position:absolute;
    background-image: url(./Images/inscription/etape_obl_en_gras.gif);
    background-repeat:no-repeat;
    width:298px;
    height:34px;
    top:12px;
    left:40px;
}


/* PROFESSIONNELS */

#pageProInfo
{/* contenu de la page */
    position:relative;
    width:740px;
}

#titreProInfo
{ /* Titre VOTRE ENTREPRISE */
    position: relative;
    background-image: url(./Images/mon_profil/titre_entreprise.gif);
    background-repeat:no-repeat;
    height:26px;
}

#formProInfo
{
    position: relative;
    height:320px;
}

#contenuFormProInfo
{
    position: relative;
    top:20px;
    left:10px;
}

#titreProInfo2
{/* Titre VOUS */
    position: relative;
    background-image: url(./Images/mon_profil/titre_vous.gif);
    background-repeat:no-repeat;
    height:26px;
    margin-top:20px;
}

#formProInfo2
{
    position: relative;
    height:430px;
}

#contenuFormProInfo2
{
    position: relative;
    top:20px;
    left:10px;
}

.editProLigne2
{ /* Permet de créer une ligne contenant le texte et combo qui suit le texte */
    position: relative;
    display:block;
    width:480px;
    left:25px;
    margin:1px 0 7px 0;
    padding:0px;
    text-align:right;
    line-height:20px;
    height:20px;
}

.editProDroite2
{ /* Permet de mettre les combos à droite du texte et d'aligner tous les combos sur une ligne verticale */
    position: relative;
    display:inline;
    float:right;
    width:260px;
    margin:0px;
    padding:0px;
    text-align:left;
    line-height:20px;
    height:20px;
}
.editProGauche2
{ /* Permet de mettre le texte à gauche du combo et d'aligner tous les textes sur une ligne verticale */
    position: relative;
    display:inline;
    float:left;
    width:220px;/**/
    height:24px;
    margin:0px;
    padding:0px;
    text-align:left;
    line-height:20px;
    height:20px;
}
