


#menu_PC {
    list-style: none;
    margin: 0;
	top:-25px;
    padding: 0;
}

h1 {
    text-align: center;
}

#menu_PC li {
    display: inline-block;
    position: relative;
	color: #aaa;
	font-weight:500;
}

#menu_PC li a {
    display: block;
    padding: 10px 20px;
    color: #aaa;
	font-weight:500;
    text-decoration: none;

}


#menu_PC li a:hover {
    color: #ccc;
}

#menu_PC li:hover>ul {
    display: block;
}

#menu_PC ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
}

#menu_PC ul li {
    display: block;
    text-align: left;
    padding-left: 0;
	color: #aaa;
	font-weight:500;
}

#menu_PC ul li a {
    display: block;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #aaa;
	font-weight:500;
    text-decoration: none;
}

#menu_PC ul li a:hover {
    color: #ccc;
}

 #menu_smartphone {
        z-index:200000000;
    }

/* Smartphone */
@media (max-width: 1000px) {
    #menu_smartphone {
        display: block;
    }

    #menu_PC {
        display: none;
    }
}

/* PC */
@media (min-width: 1000px) {
    #menu_smartphone {
        display: none;
    }

    #menu_PC {
        display: block;
    }
}

#menu_PC {
    width: 570px;
    margin: 0 auto;
    position: relative;
}

#bandeau {
    text-align: center;
}

.drapeau {
    width: 25px;
    height: 17px;
}

#drapeaux {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 20px;
}

#page {
    position: relative;
    top: 75px;
}

#menu_smartphone {
    list-style-type: none;

}

#menu_smartphone a {
    text-decoration: none;
    color: #aaa;
	font-weight:500;
}

.image_carre {
    display: inline-block
}

#croix,#traits{
	background:white;
}

