/* ******************************** */
  /*       BEMAC Support Portal       */
  /* Version 1 - JCB - Septembre 2008 */
  /*                   css/style.css      */
  /* ******************************** */

#titre {
 font-family : tahoma, verdana, courier;
 font-size : 24px;
 color : red; 
}

td {
 font-family : tahoma, verdana, courier;
 font-size : 12px;
 color : #474747;
}

a.option {	
 color : #474747;		
 text-decoration:none;
 font-family : tahoma, verdana, courier;
 font-size : 12px;
}

a.option:hover {
 color : red;
 text-decoration : underline;
 font-family : tahoma, verdana, courier;
 font-size : 12px;
}

select {       		         
 font-family : tahoma, verdana, courier;
 font-size : 12px;
 color : #474747;
}

input {
 color: #474747;
 font-family : tahoma, verdana, courier;
 font-size : 12px;
}

.button {
 font-weight: bold;
} 

a {	
 color : red;		
 text-decoration :underline;
 font-family : tahoma, verdana, courier;
 font-size : 12px;
}

a:hover	{
 color : red;
 text-decoration :none;
 font-family : tahoma, verdana, courier;
 font-size : 12px;
}

a.footer {	
 color : #474747;		
 text-decoration:none;
 font-family : tahoma, verdana, courier;
 font-size : 10px;
}

a.footer:hover {
 color : red;
 text-decoration : underline;
 font-family : tahoma, verdana, courier;
 font-size : 10px;
}

.switchcontent{
 display:none;
}

#copyright {
 font-family : tahoma, verdana, courier;
 font-size : 10px;
 color : #474747;
}

/* Gestion des Onglets */
td.clsTab {
 background-color : #C0C0C0; /* #003366; */
 border-bottom : #ECE9D8 2px inset; /* #99ccff */
 /*border-right : #D6D5CC 2px outset;  //#6699cc
   border-top : #C0C0C0  2px solid;  //#003366
   border-top: #99ccff 2px inset; */
 cursor: hand;
}

td.clsTab A {
 color : black; 
 font-size : 11px; 
 text-decoration : none;
}

td.clsTab A:hover  {
 color : #FF0000; 
 font-size : 11px; 
 font-weight : bold;
 text-decoration : underline;
}

td.clsTab A:active {
 color : inherit; 
 font-size : 11px; 
 /*text-decoration : underline;*/
}

td.clsTabSelected {
  background-color : #D6D5CC;			/*#6699CC; */
  border-left : #ECE9D8 2px outset; 		/*#99CCFF*/
  border-right : #ECE9D8 2px inset; 		/*#99CCFF*/
  border-top : #ECE9D8 2px outset; 		/*#99CCFF*/
  cursor: hand;
}

td.clsTabSelected A {
 color : black; 
 font-size : 11px;
 font-weight : bold; 
 text-decoration : none;
}

td.clsTabSelected A:hover {
 color : #FF0000; 
 font-size : 11px; 
 font-weight : bold; 
 text-decoration : underline;
}

td.clsTabSelected A:active {
 color : inherit; 
 font-size : 11px; 
 font-weight : bold; 
 /*text-decoration : none;*/
}