﻿

.pannaux{
    background-color:#0062CC;
    height:37%;
    width: 60%;
    margin-top: 13%;
    margin-left:20%;

}

.pannaux h1{
    margin-top: 90px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pannaux label{
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pannaux .entree{
    padding:20px;
}

.image_login{
    text-shadow: 10px;
    position:absolute;
    text-align:center;
    margin-left: 21%;
    margin-top:-45px;

}

button,.bouton{
    text-align: center;
    text-transform:uppercase;
    width: 96%;
    height: 45px;
    background-color: #FFFFFF;
    border-radius: 16px;
    margin-top:35px;
    color: #433CCC;
    font-style:bold;
    font-size: 16px;
}

.boutons{
    margin-top:24px;
    height: 40px;
}

/** formulaire **/
.forms{
    margin: 15px;
    position: relative;
}
.champ1{
    margin-top:15px;
    text-align: right;
}
.champ{
    margin-top:12px;
    text-transform: uppercase;
}

.panel em{
    text-align: right;
    color: #337AB7;
    font-size:19px;
}

/** entete **/
header h1{
     font-size:18px;
     margin: 0px;
     padding: 9px;
     text-align: center;
     color:  #ffffff;
     font-style:bold;
}
header h2{
    font-size:22px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    color:red;
}

.panel h1{
    font-size:25px;
     font-style:bold;
}

.entete2{
    width: 100%;
    height: 80px;
    background-color:#0062CC;
}



#accordeon section p{
    display :none;
}

#accordeon section a{
    text-decoration:none;
    color: black;
    text-align:center;
}

#accordeon section a:hover{
    background-color:#0992CC;
    color: #ffffff;
    text-align:center;
}

#accordeon section:target p{
    display :block;
}

#accordeon section .btn1 {
    width : 100%;
    margin:2px;
}

#accordeon section  .btn2 {
    width : 90%;
    margin: 4px;
    margin-left: 15px;
    text-align:left;
    background-color: #CC0000;
    color: #FFFFFF;
}


.btn-info{

    margin: 2px;
    width: 90%;
    background-color: #337AB7;
}



.profs{
    display: none;
}
