﻿.banniereTop {
    width: 100%;
    background: url("../ressources/banniereTop.jpg");
    background-position: 0% 42%;
    height: 300px;
    float: left;
    background-size: 100%;
}

.portrait {
    background-color: #1A4A72;
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 70px;
    left: 5%;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1.42857143;
    font-size: 0.8em;
    padding: 15px;
}

.ptop {
    padding-top: 0;
}

.banniereBot {
    width: 100%;
    background: #599fd9;
    height: 50px;
    float: left;
}

.h3 {
    -webkit-box-shadow: 0px 28px 0px -23px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 28px 0px -23px rgba(0,0,0,0.46);
    box-shadow: 0px 28px 0px -23px rgba(0,0,0,0.46);
}

.nav-pills > li > a {
    border-bottom: 3px white;
    color: white !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.menu li a {
    color: #808080;
}

    .menu li a:hover {
        border-bottom: solid 3px #599fd9;
    }

.menu li.onglet-selected a {
    background-color: white !important;
    border-bottom: solid 3px #599fd9;
    color: #599FD9 !important;
    text-shadow: 0 0 0 white;
}


.menu {
    list-style-type: none;
    vertical-align: middle;
    color: white;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    border-bottom: solid 1px lightgrey;
}

.body {
    width: 100%;
    height: 1000px;
    background-color: lightgrey;
    float: left;
    /*
    font-size:50px;*/
}

body {
    font-family: "Comis MS";
}


.rondMina {
    background: url('../ressources/5.jpg');
}

.photo1 {
    background: url('../ressources/1.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.photo2 {
    background: url('../ressources/4.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.photo3 {
    background: url('../ressources/3.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}


.divAcceuil {
    margin: auto;
    margin-top: 15px;
    line-height: 2em;
}

.main {
    padding: 30px;
    margin: 25px;
    z-index: 0;
    background: white;
    -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.28);
    transition: all 0.7s ease-out;
}

.z-index999 {
    z-index: 999;
}

blockquote {
    font-style: normal;
    margin-left: 32px;
    font-family: "Segoe Print", "Times New Roman", Verdana;
    padding-left: 48px;
    background: url("../ressources/blockquote.png");
    background-repeat: no-repeat;
    min-height: 30px;
}


.heightPsy {
    min-height: 600px;
    height: auto;
}

.heighMeSituer {
    height: 550px;
}

.widthCent {
    width: 97.5%;
}

.heightCapt {
    height: 50px;
}

.minidiv {
    min-height: 650px;
    height: auto;
    transition: all 0.7s ease-out;
}

.minidiv2 {
    min-height: 300px;
    height: auto;
    transition: all 0.7s ease-out;
}

    .minidiv:hover, .minidiv2:hover, .hooverStyle:hover {
        transform: scale(1.1);
        box-shadow: 0 0 40px 10px rgba(0,0,0,0.28);
    }

.button {
    padding: 6px 0 6px 0;
    font: bold 13px Arial;
    background: #f5f5f5;
    color: #555;
    border-radius: 2px;
    width: 100px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #999;
}

.hooverStyle {
    transition: all 0.7s ease-out;
}
