/*en-tête de la page */
html, body {
	height: 100%;
	margin: 0; padding: 0;
}
body {
	display : table;
	width: 100%;
}

header{
    margin:  0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
    background: -moz-linear-gradient(bottom right,rgb(219,219,219),rgb(96,136,170),rgb(219,219,219));
    background: linear-gradient(to bottom right,rgb(219,219,219),rgb(96,136,170),rgb(219,219,219));
    top: 0px;
}
.section_header{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 6em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.logo_head{
    margin: 0px 5%;
    padding-top: 15px;
    float: left;
    width: 7%;
}
.titre{
    float: left;
    width: 50%;
}
.connexion_head{
    padding-top: 3em;
    float: left;
    width: 10%;
}
.p_header{
    font-size: 20px;
    font-style: oblique;
    font-weight: 800;
    color: rgba(20,20,20,1);
    margin-top: 0px;
}
.t_header{
    font-weight: bold;
    color: rgba(255,255,255,1)
}
.img{
    height: 5em;
}