/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 oct. 2015, 11:30:23
    Author     : Joris
*/

.loginPanel{
    width:530px;
}

.loginPanel_angersAU {
    background-color: white;
    border: 2px solid black;
    margin: 113px 63px;
    padding: 10px 40px 2px 15px;
    width: 459px;
    height: 233px;
}
.loginPanel_angersAU h2 {
    border-bottom: 2px solid #06495a;
    color: #06495a;
    font-size: 2.5em;
    font-weight: bold;
}
.loginPanel_angersAU label {
    color: #06495a;
}
.loginPanel_angersAU .connexion input{
    color: white;
    background-color: #06495a;
    border-radius: 10px;
    border: none;
    padding: 7px 10px 7px 10px;
    font-size: 1.2em;
    font-weight: bold;
}
.loginPanel_angersAU .connexion input:hover{
    opacity: 0.9;
    cursor: pointer;
}

#headerAngers{
    background-color: #E92C31;
    color: white;
    margin-bottom: -2em;
}
#headerAngers a{
    color: white;
}

#headerAngersAU{
    background-color: #06495a;
    background-image: url(../images/SY49AN/header-AU.jpg);
    width: 1230px;
    height: 105px;
    color: white;
    margin-bottom: -0.75em;
}
#headerAngersAU a{
    color: white;
}

#headerTE53AU{
    background-color: #06495a;
    background-image: url(../images/TE53/header-AU.jpg);
    width: 1230px;
    height: 105px;
    color: blue;
    margin-bottom: -0.75em;
}

#headerEpinal{
    background-color: #06495a;
    /*background-image: url(../images/SY88EP/bandeauWeb.jpg);*/
    background-image: url(../images/SY88EP/bandeauWeb_2.jpg);
    width: 1230px;
    height: 207px;
    color: black;
}
#headerEpinal a{
    color: black;
}

#headerPau{
    background-color: white; /* Nuances de gris TE : #A5AFB4 #46505A */
    background-image: url(../images/SY64PA/logo_te64.png);
    background-repeat: no-repeat;
    height: 100px;
    color: blue;
}
#headerPau a{
    color: blue;
}

.mainTable, .mainTable td, .mainTable th{
    color:black;
    border : 1px solid black;
    border-collapse: collapse;
}


#headerBlanc{
    /*background-image:linear-gradient(to right,white, #95a5a6);*/
    background-color: white;
    color: blue;
    margin-bottom: -2em;
}
#headerBlanc a{
    color: blue;
}
