body
{
font-family:courier, "arial black";
}
main
{
width:60%;
margin:auto;
}
a
{
border:0px;
color:black;
text-decoration:none;
}
html
{
margin:auto;
width:100%;
height:100%;
background-image:url(../img/background.jpg);
background-repeat:no-repeat;
}


.grostexte
{
font-family:courier;
font-size:2em;
}
.moyentexte
{
font-family:courier;
font-size:1.5em;
font-weight:bold;
}
.minitexte
{
font-size:0.3em;
word-spacing:normal;
text-transform:lowercase;
font-style:italic;
}


/*CSS de la form de connexion*/
.formConnexion
{
padding-top:10%;
padding-left:20%;
}
form 
{
display:table;
}
label
{
display:table-cell;
}
input
{
display:table-cell;

}
select, option
{
display:table-cell;
}
/*Fin de CSS de la form de connexion*/



/*Section pour le logo de header*/
.headerlink
{
width:85%;
height:100%;
display:inline-block;
right:10%;
}
header
{
display:block;
text-align:right;
right:6%;
width:15%;
height:15%;
background:url("../img/customer_logo.png")no-repeat;
background-position:right;
background-size:contain;
position:absolute;

}
/*Fin de la section poru le logo du header


