@charset "utf-8";
/* CSS Document */

body { background-image: url(../imgs/background/home.jpg); background-repeat: repeat-x; background-position: 0px 0px; }

#navcontainer{ height:603px; background-image: url(../imgs/home/visuel-gd.jpg); background-repeat: no-repeat; background-position: 0px 0px; min-width:1030px; }

#navcontainer #langues{ display:block; list-style:none; margin:0; padding:0 10px; float:right; color:#fab79f; font-weight:bold; background-color:#b78471; height:39px; }
#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 { margin-left:4px; color:#fab79f; text-decoration:none; }

#navcontainer #langues a:hover { color:#000000; }
#navcontainer #langues a.on { /*background-image: url(../imgs/navigation/fleche-langue.gif);*/ color:#FFFFFF; text-decoration:none; }

