/* menu.css */

#Menu {
  width: 1000px;
  height: 50px;
  border-bottom: 3px solid #d1503c;
  background: transparent url(/images/menu/menu.jpg) repeat-x;
}
#Menu ul {
  list-style-type: none;
  padding-left: 430px;
  padding-top: 18px;
  display: block;
}
#Menu ul li {
  width: auto;
  float: left;
}
#Menu a {
  background: transparent url(/images/menu/bt_left_menu.gif) no-repeat;
  display: block;
  font-size: 13px;
  margin-right: 2px;
  padding: 1px 0 1px 2px;
  color: white;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
}
#Menu a:hover,
#Menu .selected {
  background: transparent url(/images/menu/bt_left_menu_hover.png) no-repeat;
  color: #497cff; 
}
#Menu a:active,
#Menu a:focus {
  color: #497cff;
}
#Menu .selected .bouton_right {
  background: transparent url(/images/menu/bt_right_menu_hover.png) no-repeat top right;
}
#Menu .selected .fleche {
  padding-bottom: 50px;
  background: transparent url(/images/menu/fleche.gif) no-repeat center;
}
#Menu .bouton_right:hover {
  background: transparent url(/images/menu/bt_right_menu_hover.png) no-repeat top right;
}
#Menu .bouton_right {  
  background: transparent url(/images/menu/bt_right_menu.gif) no-repeat top right;
  padding: 8px;
}
#Menu .title_link {
  font-size: 24px;
  margin-left: 100px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  color: black;
  background: transparent;
}
#Menu .title_link:hover {
  background: transparent;
  color: black;
}
#Menu .text_blue {
  color: #497cff;
}

.NewsletterSubscriptionBox {
  display: block;
  float: right;
  padding: 5px 5px 0 0;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: black;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  cursor: pointer;
}