﻿/* Fond de la page User*/
.userProfileBackground{
    /*background-image: url(../Images/LoginPicS4D_Opacity.jpg);*/
    height: 664px;
    background-color: white;
}

/* Mise en forme du titre de la page */
.userProfileTitle{
    height: 64px;
    text-align: right;
}

/* Mise en forme du titre de la page */
.userProfileTitle a{
    display: block;
    padding: 15px;
    background-color: grey;
    width: 1010px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
}

/* Mise en forme de la photo de couverture du profil de l'utilisateur */
.userProfileCover{
     background-image: url(../Images/lac_leman.jpg);
    /*background-image: url(../Images/SaintLuc_User_Profile.png);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    background-size: cover;
    height: 147px;
}

/* Mise en forme du titre de l'hopital dans la photo de couverture */
.userProfileCover a{
    padding: 10px;
    position: relative;
    left: 30px;
    top: 85px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    border-radius: 10px;
    height: 30px;
    background-color: #38B1C6;
}

/* Mise en forme des titres au dessus des infos de l'hopital */
.userProfileInfoTitle{
    padding-top: 20px;
    padding-left: 30px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #8CC63E;
}

/* Mise en forme de la liste contenant les infos */
.userProfileInfo ul{
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    padding-left: 30px;
}

.userProfileInfo li{
    padding: 5px;
    font-family:Arial, Helvetica, sans-serif;
}

/* Mise en forme des titres de contenu pour les infos */
.userProfileInfoContent {
    font-weight: bold;
}






.UP_BtnFeatures {
    position: relative;
    top: 1px;
    left: 1px;
    height: 45px;
    margin: 10px 7px;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: Blue;
    border: 3px white solid;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    transition: .5s ease;
}