@import url("aide.css");
@import url("aide-rwd.css");

html {
    background-color: #E1E7F5;
}
body{
	margin: 0px;
}
#bandeauAfficherAide, #bandeauContenuAide{
    margin-bottom: 0px;
}
#bandeauAfficherAide{
    display: none;
}
#bandeauContenuAide{
    display: block;
}
#headerAide #boutonFermerAide{
    margin-top: 0px;
    background-image: url('../img/fermer_17x17.png');
}