/* CSS Document
-- Orange : #FE6A00
-- Bleu : #0066CC
-- Rouge : #E43312
-- Jaune : FEDC00
-- Vert : #336633
*/

.mainBox { width:65%; margin:0 auto; }
.edemarcheMenu { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; }
.edemarcheMenu div a:link, .edemarcheMenu div a:visited { background-color:#FE6A00; color:#FFFFFF; padding:0.25vw 0.5vw; border:#FE6A00 1px solid; border-radius:0.5vw; }
.edemarcheMenu div a:hover, .edemarcheMenu div a:active { background-color:#FFFFFF; color:#FE6A00;  }


@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:800px) {

}

@media only screen and (max-width:600px) {

}
