@charset "utf-8";
/* CSS Document */

body { background-image: url(../imgs/background/home.jpg); background-repeat: repeat-x; background-position: 0px 0px; }

#navcontainer{ height:587px; background-image: url(../imgs/home/visuel-gd.jpg); background-repeat: no-repeat; background-position: 0px 0px; min-width:1020px; }

#navcontainer #langues{ display:block; list-style:none; margin:0 10px; padding:0; float:right; color:#fab79f; font-weight:bold; }
#navcontainer #langues li{ float:left; height:42px; line-height:42px; text-align:center; }
#navcontainer #langues a { margin-left:4px; padding-left: 10px; color:#fab79f; text-decoration:none; background-image: url(../imgs/navigation/fleche-langue-off.gif); background-repeat: no-repeat; background-position: left center; }
#navcontainer #langues a:hover { color:#000000; }
#navcontainer #langues a.on { background-image: url(../imgs/navigation/fleche-langue.gif); color:#FFFFFF; text-decoration:none; }
