/*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%;
    height: 160px;
    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%;
    min-height: 300px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.logo_head{
    margin: 0px 10%;
    padding-top: 15px;
    float: left;
    width: 10%;
}
.titre{
    float: left;
    width: 50%;
}
.connexion_head{
    padding-top: 60px;
    float: left;
    width: 15%;
}
.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)
}