

html, body {
            height: 100%;
            margin: 0;
            font-family: 'Roboto';
            background: #EEE;
}


nav {
    width:  900px;
    height: 40px;
    background-color: #004d99;
    margin:0 auto;
    list-style:none;
    line-height: 40px;
    float: center;
    border:1px solid #ccc;
    border-width:1px 0;
    text-align:center;
    border-radius: 10px 10px 0px 0px;
}

nav ul{
    float: left;
    margin-left: 30px;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    transition: 0.8s all;
}
nav ul li a{
    text-decoration: none;
    color: #FFF;
    padding: 30px;
}

nav ul li:hover{
    background-color: #99c2ff;
    color: black;
}

nav ul li a:hover{
    color: black;
}






#main
{
    min-height: 100%;
    background: rgb(255, 255, 255);
    padding: 0%;
    

}

#site_content{


    width: 900px;

    align-content: center;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 10px 10px 10px 10px;
    /* background-color: #cce6ff; */
    background-color: #004d99;

    border-radius: 0px 0px 10px 10px;



}


#content{
    text-align: left;
    width: 76%;
    height: 100%;
    margin-left: auto;
    padding: 10px;
    background-color:#e6f3ff;
    height:100%;
    display: table;
}

#sidebar {
    height: 100%;
    float: left;
    width: 200px;
    padding: 20px 15px 20px 15px;
    /* background-color:#e6f3ff; */
    background: linear-gradient(#e6f3ff, #e6f3ff ,#19194d);
    align-content: left;

    margin-left: auto;
	margin-right: auto;
	display: block;

}


#sidebar img{
    margin-left: auto;
	margin-right: auto;
	display: block;

}




#photo_identite {
    align-content: center;
    float: center;
    width: 160px;
    height: 160px;
    margin: 0 0 0 0;
    box-shadow: 6px 6px 6px gray;
}


#profil h1{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto';
    text-align: center;
}

#profil h2{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto';
    text-align: center;

}


#team_id {
    color: #5900b3;
}


#contact {

    font-size: 15px;
    font-family: 'Roboto';
    text-align: left;
    color: black;
align-content: left;
    list-style-type: none;

}



#contact h5{
    font-weight: bold;
font-family: 'Roboto';
align: left;

}
#email a{

padding: 0 0 0 10px;
display: block;
margin-top:0;
background: transparent url(../img/email_2.png) no-repeat left top;
background-image:url(../img/email_2.png)

}


#email {
    padding: 0 0 1px 25px;
    display: block;
    margin-top:0;
    background: transparent url(../img/email_2.png) no-repeat left top;
    background-image:url(../img/email_2.png)
}

#address {
    padding: 0 0 1px 25px;
    display: block;
    margin-top:0;
    background: transparent url(../img/adress_2.png) no-repeat left top;
    background-image:url(../img/adress_2.png)
}

#phone {
    padding: 0 0 1px 25px;
    display: block;
    margin-top:0;
    background: transparent url(../img/phone_2.png) no-repeat left top;
    background-image:url(../img/phone_2.png)
}



hr {
    display: block;
    width: 80%
    height: 2px;
    border: 2px;
    border-top: 2px solid black;
    margin: 1em 0;
    padding: 0;
}




#footer {

    background: transparent;
    width: 80%;
    align-content: center;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 10px 10px 30px 10px;
    color: #16B84E;
    text-align:center;
    font-family: 'Roboto';
    text-align: center;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}


.band-bar {
    margin: 0;
    padding: 0;
    background-color: #80b3ff;
    width: 100%;
    font-weight: bold;
    font-family: 'Roboto', Georgia;



}

.band-bar ul {
    list-style-type: none;
    text-decoration: none;
}




.title {
    padding: 3px 0 3px 0;
    font-weight: bold;
    font-family: 'Roboto', Georgia;
    text-align: left;
}
