/* CSS Document */

.onglets_circulaires {
  width: 932px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #e1e8e6 url('/uploadedImages/Marketing/Circulaires/fond_menu_am_fr.gif') no-repeat;
}

.onglets_circulaires_en {
  width: 932px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #e1e8e6 url('/uploadedImages/Marketing/Circulaires/fond_menu_am_en.gif') top left no-repeat;
}

.onglet_ctn {
  padding-left: 160px;
  margin: 0;
}

.onglet {
  float: left;
  width: 160px;
  height: 30px;
  background: #e1e8e6 url('/uploadedImages/Marketing/Circulaires/fond_onglet_am_selected.gif') no-repeat;
  text-align: center; 
}

.onglet_active {
  float: left;
  width: 160px;
  height: 30px;
  background: #ffffff url('/uploadedImages/Marketing/Circulaires/fond_onglet_am.gif') no-repeat;
  text-align: center; 
}

.onglet a, .onglet a:visited, .onglet_active a, .onglet_active a:visited {
  font: bold 14px arial;
  line-height: 30px;
  text-decoration: none;
  color: #5780a8;
  vertical-align:bottom;
}

.onglet a:hover, .onglet_active a:hover {
  font: bold 14px arial;
  line-height: 30px;
  text-decoration: none;
  color: #E0A000;
  vertical-align:bottom;
}

a.ProvText:link, a.ProvText:visited
	{
         FONT-SIZE: 16px;
         COLOR: #0f4e8d;
         font-weight:bold;
         FONT-FAMILY: Arial, Helvetica, sans-serif;
         TEXT-DECORATION: none;
	}

a.ProvText:hover
	{
	FONT-SIZE: 16px;
	font-weight:bold;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        TEXT-DECORATION: none;
	color: #E0A000;
	}
	
a.ProvText:active
	{
	FONT-SIZE: 16px;
	font-weight:bold;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        TEXT-DECORATION: none;
         COLOR: #0f4e8d;
	}
