html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { }
body {  font-family: Arial, Tahoma, sans-serif;  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }


#w { display: block; width: 100%; margin: 0 auto; padding-top: 45px; }


/* nav menu styles */
#nav { 
  display: block; 
  width: 210px; 
  margin:0; 
  /*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.7);*/
}

#nav li { }

#nav > li > a { 
  display: block; 
  padding: 5px 14px;
  font-size: 12px;
  
  color: #43362d;
  text-decoration: none;
  border-bottom: 1px solid #d0cecd;
  background-color: #d0cecd;
  background:url(/fr/image/gif/puce_menu.gif)#e1e1e1 194px 12px no-repeat;
  
  /*
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#292929));
  background: -webkit-linear-gradient(top, #e1e1e1, #e1e1e1);
  background: -moz-linear-gradient(top, #e1e1e1, #e1e1e1);
  background: -ms-linear-gradient(top, #e1e1e1, #e1e1e1);
  background: -o-linear-gradient(top, #e1e1e1, #e1e1e1);
  background: linear-gradient(top, #e1e1e1, #e1e1e1);*/
}
#nav > li > a:hover, #nav > li > a.open { 
  
  background:url(/fr/image/gif/puce_menu_hover.gif)#e1e1e1 194px 12px no-repeat;
  background-color: #ccc;
  text-decoration:underline;
  
}

#nav li ul { display: none; background: #4a5b78; }

#nav li ul li a { 
  display: block; 
  background: #999;
  padding: 5px 2px;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: none;
  border-bottom:#e1e1e1 1px solid;
  color: #eee;  
}
#nav li ul li a:hover {
  background: #777;
}
#nav li ul li a:hover, #nav > li ul li> a.open { 
  background: #777;
}

/* nav menu styles */
#nav2 { 
  display: block; 
  width: 100%; 
  margin: 0px;  
}

