body{ 
    background-image: url('../img/backheader.png'); 
    background-repeat: no-repeat;
    background-attachment : fixed;
    background-size: 100%;
   
}
    

#header img{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;

}

#content {
    margin-left:220px;
    margin-right:15px;
    text-align:left;
}

/* Formumaire de connection */

#connection{
	text-align: center;
	margin: auto;
	background-color: white;
    padding: 10% 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: whitesmoke;
    border-style : solid;
    width: 300px;
    height:400px;
}

#connection form{
	text-align: center;
}

/* Page documentation */

#Titrepage {
    color: #1f3841;
}

#sub_nav{
    min-width: 40px; 
}

.wrapper{
    min-height: 100%;   
    background-color: #FEFEFE;
}

#maincontainer{
 
    background-color: #FEFEFE;
}


.getcommodpro{
    margin-top: 15px;
    background-color: rgba(116, 208, 241, 0.25);
    border-radius: 20px 20px;
    text-align:center;
}

#footer {
    position: relative;
    bottom: 0;
    clear: both;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #3d3936;

    color: #887f78;
    
    width: 100%;
    line-height: 1.5;
}

#footer a{
    color: #a49a91;
    padding-left: 10px; 
}

#footer img{
    margin-right: 5px; 
}

#main h3{
    color: #417588;
}

#corpForm label{
    font-size: 12px;
}

#corpForm h4{
    color: #417588;
}

#corpForm p{
    font-size: 13px;
}

#corpForm h3{
    text-align: center;
}

#close{
    font-size: 1.375rem;
    padding: 0px 6px 4px;
    line-height: 0.9;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #FEFEFE;
    opacity: 0.7;
    background: inherit;
}