@charset "UTF-8";
/* CSS Document */

 
 	body {
	background-color: white;
	
	
}


.Peach {
	color: #000;
}

.Abricot {
	color: #000;
}


#Navire {
	bottom: 48px;
    position: fixed;
	left: 0;
    z-index: 1;
	width:100%;
	height:60px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 90%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%); /* Standard syntax (must be last) */
}

#Navigator {
	bottom: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
	width:100%;
	height:48px;
	background-color:white;
	
}

.invert img
{
        filter: invert(0);
        -webkit-filter: invert(0);
        -moz-filter: invert(0);
        -o-filter: invert(0);
        -ms-filter: invert(0);
		
}