/********************* MAIN_MENU ********************/

a.main_menu  {
  text-decoration: none;
  font-size:16px;
  font-weight:bold;
  color:#135c9a;
  width: 223px;
  font-family:Arial, Verdana;
  cursor: pointer;
 }
a.main_menu_select  {
  text-decoration: none;
  font-size:16px;
  font-weight:bold;
  color:#ec7537;
  font-family:Arial, Verdana;
}

a.main_menu_select  img {
  text-decoration: none;
  border:0px;
}
span.main_menu {
/*  background-image:url('main_menu-bg.png');*/
  background-repeat: repeat-y;
  padding: 0px 5px 0px 10px;
  font-family:Arial;
  display: block;
  color: #181e7d;
  font-family: Arial, Verdanna;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding-left:50px;
  padding-top:10px;
  text-transform:uppercase;
}

span.main_menu:hover {
  color: #135c9a;
}

#main_menu_select {
  text-decoration: none;
  position:absolute;
  left:198px;
}
/********************* SUB_MENU ********************/

.sub_menu {
  width: 223px;
  text-align: left;
}
a.sub_menu:visited {
	color: #181E7D;
}

a.sub_menu  {
  text-decoration: none;
  font-size:16px;
  font-weight:bold;
  color:grey;
  font-family:Arial, Verdana;
  cursor: pointer;
	font-variant: small-caps;  
 }
 
b.sub_menu  {
  text-decoration: none;
  font-size:16px;
  font-weight:bold;
  color:grey;
  font-family:Arial, Verdana;
  cursor: pointer;
	font-variant: small-caps;  
 }
 
 b.sub_menu_texte {
 	text-decoration:none;
 	font-weight: normal;
 	font-size: 12px;
 	padding-top:10px;
 	display:block;
 }

span.submenutitle  {
  background-image: url('../imgs/submenutitle.png');
  background-repeat: no-repeat;
  padding:0px 5px 0px 10px;
  display: block;
  font-size:16px;
  font-weight: bold;
  cursor: pointer;
  width:223px;
  height:37px;
  color: #181E7D;
  cursor:default;
  font-variant: small-caps;  
}
span.submenulink  {
	background-image: url('../imgs/submenulink2.png');
  background-repeat: no-repeat;
	background-color: #ffffff;
  padding:0px 5px 0px 10px;
  display: block;
  font-weight: normal;
  cursor: pointer;
  width:223px;
  color:grey;
  height:37px;
}
span.submenutitlelink  {
	background-image: url('../imgs/submenutitle.png');
  background-repeat: no-repeat;
	background-color: #ffffff;
  padding:0px 5px 0px 5px;
  display: block;
  font-weight: bold;
  cursor: default;
  width:223px;
  height:23px;
  color:grey;
  color:#181E7D;
}
span.submenutitlelink:hover  {
	color: #181E7D;
}
span.submenulink:hover {
	color: #181E7D;
}
span.submenutitlelink:visited  {
	color: #181E7D;
}
span.submenulink:visited {
	color: grey;
}


 a.sub_menu_select  {
  text-decoration: none;
  font-size:16px;
  font-weight:bold;
  color:#ec7537;
  font-family:Arial;
 }
a.sub_menu_select  img {
  text-decoration: none;
  border:0px;
}
#sub_menu_selection  {
  text-decoration: none;
  position: absolute;
  left:190px;
  border:0px;
 }
/************************* MENU DEROULANT *****************************/

#menu {
  text-align: left;
}

#menu dd {
  border:0px;
  margin-left:190px;
	margin-top:-30px;
	position:absolute;
	z-index:100;
	width:223px;
}

#menu  dt {
  background-image: url('../imgs/menu2.png');
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px;
  height:37px;
  width:197px;
}

#menu  dt:hover {
  background-image: url('../imgs/menu2-hover.png');
  background-repeat: no-repeat;
}

.inter_menu {
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  background-image: url('main_menu-bg.gif');  
  background-repeat: repeat-y;
}

#menu  a {
  cursor: pointer;
  width: 100px;
}

#menu a:hover {
  text-decoration: underline;
}

