/** informations
used colors:
#003366  #036  blue (dark)
#6685A3  #68A  blue (light)
#B31B34  #912  red
#333333  #333  black
#666666  #666  gray (dark)
#BBBBBB  #BBB  gray (medium)
#EEEEEE  #EEE  gray (light)
**/


/** non standards CSS :'( **/
html, body, textarea, div {
  scrollbar-face-color:      #EEE;
  scrollbar-highlight-color: #FFF;
  scrollbar-shadow-color:    #FFF;
  scrollbar-3dlight-color:   #68A;
  scrollbar-darkshadow-color:#68A;
  scrollbar-arrow-color:     #68A;
  scrollbar-track-color:     #FFF;
}
/** non standards CSS END :) **/

body {
  background-color:#FFF;
  color:#333;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}

var { /* used for Anthea style */
  color: #036;
  font-size: 105%;
  font-style: normal;
  font-weight: bolder;
  font-variant: small-caps;
}

a {
  color:           #036;
  text-decoration: none;
  border-bottom:   dotted 1px #036;
}
a:hover {
  color:           #36A;
  border-bottom: solid 1px #36A;
}

a.back2top, a.back_to_top {
  text-align: right;
  margin: 0 1em;
  border-width: 0;
  display: block;
  height: 23px;
  padding-right: 2.5em;
  font-size: 10px;
}

a.back2top { background: transparent url("imgs/puce.top.png") no-repeat top right; }
a.back_to_top { background: transparent url("imgs/puce.top_a.png") no-repeat top right; }
a.back_to_top:hover { background-position: -23px right; }
a.back2top:hover { background-position: bottom right; }

p {
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr {
  width: 60%;
  color: #036;
  background-color: #036;
  height: 1px;
  border-width: 0;
  border-style: dotted;
}

dt {
  font-weight: bold;
  color: #036;
}

dd {

  text-align: justify;
  margin: 0 2em;
}

.ath_webprd_anthea {
  color: brown;
  font-weight: bold;
  font-variant: small-caps;
}

.ath_webprd_name {
  color: navy;
  font-style: italic;
}

/* Elements d'indexation */
.index_material {
  overflow: hidden;
  display: none;
}

/* Header */
.page_header {
  background: #036;
  height: 78px;
}

.page_header .lang_selector {
  float: left;
  width: 359px;
  background: #036 url("imgs/a_ban01.jpg") no-repeat top left;
  height: 100%;
}

.page_header .lang_selector .links {
  color: #000;
  font-weight: bold;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 7pt;
  padding-left:10px;
  padding-top:23px;
}
.page_header .lang_selector .links .lang_link {
	border-left: solid 3px #036;
}

.page_header .lang_selector .links .lang_link#selected {
	border-left: solid 3px #FFF;
}

.page_header .lang_selector .links img {
	border:0;
}

.page_header .lang_selector .links a {
	text-decoration:none;
	border-bottom: none;
}
.page_header .lang_selector .links #selected a  {
	color: #FFF;
}
.page_header .lang_selector .links a:hover {
	color: #FFFFFF;
}

.page_header .lang_selector #lang_list {
  width: 100px;
  height: 16px;
  margin-top:30px;
  margin-left:16px;
  color:#036;
  border:solid white 1px;
  background: #FFF;
  font-weight: bold;
  font-size:8pt;
}

.page_header .logo {
  float: right;
}

.page_header .intro_flash {
  float: right;
  height: 100%;
}

.page_header .logo_anthea {
  float: right;
  width: 190px;
  background: #036 url("imgs/p_ban02.jpg") no-repeat top right;
  height: 100%;
}

.page_header .logo_anthea a {
  width:      190px;
  height:     100%;
  display:    block;
  border-width: 0;
}

.page_header .logo_anthea span {
 display: none;
}

/** Footer **/
.footer {
  background-color: #912;
  color:            #FFF;
  font-weight:      bold;
  font-size:        x-small;
  height: 20px;
  border-top: solid #BBB 1px;
}

.footer ul {
  margin: 0;
  padding:0;
}

.footer ul li {
  font-size:    10px;

  font-weight:  bold;
  line-height:  2em;
  padding:      0 1em;
  list-style:   none;
  float:left;
}

.footer ul li a {
  color:      #FFF;
  text-decoration: none;
  border: 0;
}

.footer ul li a:hover {
  color: #036;
}

.footer span#copy {
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height:  2em;
  color: #BBB;
  font-weight: normal;
  font-size: 9px;
  font-style: italic;
  float: right;
  margin-right: 5px;
}

/* Menu de navigation */
.navigation {
}

.navigation #menu .menuitem a {
  font-size:       11px;
  font-weight:     normal;
  background-color:#FFF;
  color:           #68A;
  text-align:      center;
  text-decoration: none;
  border:          0px;
  display: block;
  width: 120px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
.navigation #menu .menuitem#selected a {
  color: #FFF;
  background-color: #036;
  border-bottom: 1px solid #036;
}
.navigation #menu .menuitem a:hover {
  background-color: #EEE;
  color: #036;
}
.navigation #submenu {
  height: 20px;
  position: relative;
}
#contact .navigation #submenu {
  left: 550px;
}
#partners .navigation #submenu {
  left: 450px;
}

.navigation #submenu .menuitem a {
  font-size:       11px;
  font-weight:     normal;
  background-color:#036;
  color:           #FFF;
  text-align:      center;
  text-decoration: none;
  border:          0px;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-right: 1px solid #57A;
}
.navigation #submenu .menuitem#selected a {
  color: #FFF;
  background-color: #912;
}
.navigation #submenu .menuitem a:hover {
  background-color: #EEE;
  color: #036;
}

/* Table principale */
.main_table {
  width:100%;
}

/* Menu latéral */
.side_menu {
  background: #036 url("imgs/galets.jpg") repeat top left;
  width:178px;
  border:0px;
  color: white;
  font-weight: bold;
  font-size: 8pt;
  padding: 0px;
}

#home .side_menu {
  background: none;
}


.side_menu #side_picture {
  background: #036 url("imgs/vg_home.jpg") no-repeat top;
  height: 207px;
}
/* Image d'en-t? du menu lat?l */
#home .side_menu #side_picture {
  background: #036 url("imgs/vg_index.jpg") no-repeat top left;
}
#company.addresses .side_menu #side_picture {
  background-image: url("imgs/vg_company.addresses.jpg");
}
#company.customers .side_menu #side_picture {
  background-image: url("imgs/vg_company.customers.jpg");
}
#company.overview .side_menu #side_picture {
  background: #036 url("imgs/vg_company.jpg") no-repeat top left;
}
#company.team .side_menu #side_picture {
  background-image: url("imgs/vg_company.team.jpg");
}
#services.training .side_menu #side_picture {
  background-image: url("imgs/vg_training.jpg");
}
#services.all_out .side_menu #side_picture {
  background-image: url("imgs/vg_all_out.jpg");
}
#industries .side_menu #side_picture {
  background-image: url("imgs/vg_industries.jpg");
}
#partners .side_menu #side_picture {
  background-image: url("imgs/vg_partners.jpg");
}
#contact .side_menu #side_picture {
  background-image: url("imgs/vg_contact.jpg");
}
#news .side_menu #side_picture {
  background-image: url("imgs/vg_news.jpg");
}
#meet .side_menu #side_picture {
  background-image: url("imgs/vg_meet.jpg");
}
#company.canada .side_menu {
  background: #036 url("imgs/canada_left_banner.jpg") repeat top left;
}
#company.canada .side_menu #side_picture {
  background-image: url("imgs/vg_canada.jpg");
}

/* Menu commun */
.side_menu #common_menu {
  background-color: #912;
  margin: 0px;
  padding:0px;
  border:0px;
  margin-bottom: 10px;
}
.side_menu #common_menu a {
  font-size:    12px;
  font-weight:  bold;
  line-height:  2em;
  color:      #FFF;
  text-decoration: none;
  border: 0;
  display:block;
  background: #912;
  padding-left: 10px;
  border: solid 1px #912;
}
.side_menu #common_menu a:hover {
  background-color: #A12;
  border-top: solid 1px #B13;
  border-left: solid 1px #B13;
  border-bottom: solid 1px #913;
  border-right: solid 1px #913;
}

.side_menu #common_menu a#intersite {
  font-size:    12px;
  font-weight:  bold;
  line-height:  2em;
  color:      #FFF;
  text-decoration: none;
  border: 0;
  display:block;
  background: #036;
  padding-left: 10px;
  border: solid 1px #036;
}
.side_menu #common_menu a#intersite:hover {
  background-color: #037;
  border-top: solid 1px #038;
  border-left: solid 1px #038;
  border-bottom: solid 1px #035;
  border-right: solid 1px #035;
}

.side_menu #common_menu a#quotation {
  background: #912 url("imgs/quote_express_blured.jpg") no-repeat center bottom;
  height: 90px;
}

.side_menu #common_menu a#quotation:hover {
  background: #A12 url("imgs/quote_express.jpg") no-repeat center bottom;
}
/* Menu local */
.side_menu #local_menu {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
}

.side_menu #local_menu .index_link {
  padding-left: 12px;
  background: url("imgs/puce_arbo.gif") no-repeat left center;
  text-decoration: none;
  color: #FFF;
  border:0px;
}

.side_menu #local_menu .index_link:hover {
  color: #036;
  border:0px;
}

.side_menu #local_menu ul {
  margin: 0px;
  margin-top: 5px;
  margin-left: 12px;
  margin-bottom: 10px;
  padding:0px;
  border:0px;
}

.side_menu #local_menu ul li {
  list-style:   none;
  background: url("imgs/puce_txt.gif") no-repeat left center;
  padding-left: 12px;
}

.side_menu #local_menu ul li a {
  color: #FFF;
  text-decoration: none;
  border:0px;
}

.side_menu #local_menu ul li a:hover {
  color: #036;
  border:0px;
}

/* Menu quote */
.quote_menu {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-top: solid #FFF 1px;
  border-bottom: solid #FFF 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #36A; 
}

a .quote_menu {
  color: #FFF;
  text-align: center;
}

.quote_menu #title {
  margin:0px;
  padding:0px;
  border:0px;
  border-bottom: solid #FFF 1px;
  background: #912;
  font-size: 11pt;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quote_menu #link {
  padding: 0px;
  margin: 15px;
  padding-top:115px;
  padding-bottom:10px;
  margin-bottom: 10px;
  border: solid #68A 3px;
  background: #036 url("imgs/logo_quote_hover.jpg") no-repeat center top;
}

.quote_menu #link:hover {
  border: solid #DDD 3px;
  background: #68A url("imgs/logo_quote.jpg") no-repeat center top;
}

.quote_menu #descr {
  margin: 15px;
  text-align: justify;
  font-style: italic;
  font-weight: normal;
}

/* Contenu des pages */
.page_content {
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  background: transparent url("imgs/logo_anthea_filigrane.gif") no-repeat right bottom;
}

/* Sidebar */
.page_content .side_bar {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 8pt;
  position: fixed;
  top: 115px;
  right: 0px; 
}

.page_content .side_bar .side_item {
  background: #EEE;
  border: solid #AAA 1px;
  width: 250px;
  padding: 5px;
}

#side_download {
/* background: #EEE url("imgs/download.gif") no-repeat top right;*/
}

#side_info hr {
  background-color: transparent;
  width: 100%;
  border:1px dotted #AAA;
  height: 0px;
}

.page_content .side_bar .side_item h5 {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

.page_content .side_bar .side_item h5 a {
  color: #000;
  border: 0px;
}

.page_content .side_bar .side_item h5 a:hover {
  border-bottom: dotted #000 1px;
}

.page_content .side_bar .side_item ul {
  font-size:    x-small;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

.page_content .side_bar .side_item li {
  list-style-image: url("imgs/puce_txt.gif");
  padding: 0px;
  list-style-position: inside;
}

.page_content .side_bar .side_item li a {
  border: 0px;
}

/* Arborescence */
#contenair div#arborescence {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size:    x-small;
  font-weight:  bold;
  padding-left: 16px;
  background:   #FFF url("imgs/puce_arbo.gif") no-repeat center left;
}
#contenair div#arborescence a {
  color: #369;
  text-decoration: none;
  border: 0;
}
#contenair div#arborescence a:hover {
  color: #036;
  text-decoration: underline;
}

/* Header de page */
#contenair h2 {
  height: 90px;
  margin: 0px;
  padding: 0px;
  background: #FFF url("imgs/v_overview.jpg") no-repeat left top;
}
#company.team h2 {
  background-image: url("imgs/v_team.jpg");
}
#company.customers h2 {
  background-image: url("imgs/v_contact.jpg");
}
#company.addresses h2 {
  background-image: url("imgs/v_addresses.jpg");
}
#services.translation h2 {
  background-image: url("imgs/v_translation.jpg");
}
#services.localization h2 {
  background-image: url("imgs/v_localization.jpg");
}
#services.training h2 {
  background-image: url("imgs/v_training.jpg");
}
#services.all_out h2 {
  background-image: url("imgs/v_all_out.jpg");
}
#services.global_consulting h2 {
  background-image: url("imgs/v_global_consulting.jpg");
}
#industries.it-telecom h2 {
  background-image: url("imgs/v_technologies.jpg");
}
#industries.energy-environment h2 {
  background-image: url("imgs/v_manufacturing.jpg");
}
#industries.finance h2 {
  background-image: url("imgs/v_finance.jpg");
}
#industries.manufacturing h2 {
  background-image: url("imgs/v_distribution.jpg");
}
#industries.life-sciences h2 {
  background-image: url("imgs/v_science.jpg");
}
#industries.media-education h2 {
  background-image: url("imgs/v_education.jpg");
}
#contact.request h2 {
  background-image: url("imgs/v_translation.jpg");
}
#contact.employment h2 {
  background-image: url("imgs/v_global_consulting.jpg");
}
#contact.newsletter h2 {
  background-image: url("imgs/v_newsletter.jpg");
}
#contact.quotation h2 {
  background-image: url("imgs/v_newsletter.jpg");
}
#meet.overview h2 {
  background-image: url("imgs/v_contact.jpg");
}
#company.canada h2 {
  background-image: url("imgs/v_canada.jpg");
}
#sitemap h2 {
  height: 0px;
  background: none;
}
#contenair h2 span {
  display: none;
}

/* Page */
#contenair .menuh {
  text-align: center;
}

#contenair div.content {
  font-size: 0.8em;
  margin-left: 10px;
  margin-right: 10px;
  width: 480px;
}
#contenair div.content h3 {
  margin: 1.5em 0 0.5em 0;
  background: transparent url("imgs/puce_txt.gif") no-repeat center left;
  padding-left: 10px;
  font-size: small;
  color: #036;
}
#contenair div.content h4 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
}
#contenair div.content p {
  margin: 0 0 1em 0.2em;
}
#contenair div.content hr {
  width: 100%;
}

#contenair h4 {
	padding-left: 20px;
}

#contenair p {
	padding-left: 20px;
}

/* Home */
div#accueil {
  background: transparent url("imgs/a_illus.jpg") no-repeat bottom right;
  height: 205px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
div#accueil_text {
  background: transparent url("imgs/logo_anthea_filigrane.gif") no-repeat bottom center;
  font-size:  10pt;
  padding:    0px;
  height:     205px;
  color: #036;
  padding-left: 5px;
  margin-right: 160px;
  text-align: justify;
}
div#accueil a {
  color: #036;
}
div#accueil a:hover {
  color: #36A;
}

#intro {
  text-align: right;
  width:    100%;
  height:   195px;
  overflow: hidden;
  border-top: 1px solid #666;
  background:  transparent url("imgs/anim_accueil.jpg") no-repeat right;
}

/* News */
#home #news {
  font-size:  9pt;
  padding: 0px;
  margin:0px;
}
#home #news ul {
  padding:0px;
  margin:0px;
}

#home #news li {
  list-style: none;
  margin-bottom: 15px;
}
#home #news h2 {
  color:            #FFF;
  font-size:        12px;
  line-height:      14px;
  font-weight:      bold;
  margin:           0;
  padding:          3px 1em;
  background-color: #912;
}

#home #news a {
  border-bottom: 0px;
}
#home #news a:hover {
  border-bottom: dotted 1px;
}

#home #news h2 a {
  color: #FFF;
  text-decoration: none;
  border: 0;
}
#home #news h2 a:hover {
  color:           #FFFFCC;
  text-decoration: underline;
}
#home #news ul {
  padding:5px;
}
#home #news h3 {
  margin: 1.5em 0 0.5em 0;
  background: transparent url("imgs/puce_txt.gif") no-repeat center left;
  padding-left: 10px;
  font-size: small;
  color: #036;
}
#home #news h4 {
  margin: 0 0 0.5em 0;
}
#home #news p {
  margin: 0 0 1em 0.2em;
}
#home #news .date {
  padding:0px;
  margin:0px;
  font-style: normal;
  color: #912;
  text-align: right;
  display: inline;
}
#home #news hr {
  width: 100%;
}

#home .side_bar {
  position: relative;
  top: 25px;
}

/* Sp?fique */
div#addresses div {
  padding-bottom: 1em;
  margin:         1em;
}
div#addresses hr.addr_sep {
  width: 100%
  color: #036;
  background-color: transparent;
  height: 1px;
  border-width: 1px;
  border-style: dotted;
  padding:0px;
  margin: 0px;
}
div#addresses a.map {
  display:      inline;
  border-width: 0;
  font-weight:  bold;
  padding:0px;
  margin: 0px;
  background:transparent url("imgs/puce.highlight.gif") no-repeat left bottom;
  padding-left: 15px;
}

div#addresses a.map:hover {
  color: #912;
}

#company #BVQi {
  float: left;
  margin:0px;
  margin-bottom: 20px;
  margin-right: 5px;
  border-width: 0;
  background-image: url("imgs/bvqi.gif");
  width:  170px;
  height: 100px;
}

#home #BVQi {
  float: left;
  margin:0px;
  padding: 0px;
  border: 0px;
  text-align: center;
  width:  178px;
  height: 90px;
}

#home #BVQi a {
	border: 0px;
	font-weight: bold;
	color: #e48847;
}

#BVQi span { display: none; }

#awex_price {
  float: left;
  margin:0px;
  padding: 0px;
  border: 0px;
  width:  178px;
  text-align: center;
  font-weight: bold;
  color: #e48847;
}

#awex_price a {
	border: 0px;
	font-weight: bold;
	color: #e48847;
}

#awex_price a:hover {
	color: #e48847;
}

#company #awex_price {
	margin-bottom: 10px;
	margin-right: 10px;
}

#home #awex_price {
    width:  170px;
    margin-left: 4px;
}
.lynx {
  border:1px dotted #AAA;
  height: 0px;
}

#news .date, #meet .date {
  padding:0px;
  margin:0px;
  font-style: oblique;
  color: #666;
  text-align: right;
  display: block;
}

.good_words {
	margin-top:10px;
	padding-bottom:10px;
}
.good_words .author {
	color: #036;
	text-align: right;
}
.good_words blockquote {
	font-style: italic;
	background: transparent url(imgs/quote_open.gif) no-repeat top left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 35px;
}

.tooltip_map {
	background-color: #912;
	color: #FFF;
	position: absolute;
	font-size:8pt;
	padding:3px;
	z-index: 30;
}
.tooltip_map var {
	color: #FFF;
	font-weight: normal;
}


.tooltip_map_disabled {
	background-color: #AAA;
	color: #036;
	position: absolute;
	font-size:8pt;
	padding:3px;
	z-index: 20;
	opacity:.75;
	filter:alpha(opacity=75);
}

.insert {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px;
  margin-left:30px;
  margin-right:30px;
  list-style: none;
  background-color: #FFE47A;
  border: solid 1px #DDC258;
  margin-right: 0px;
}

/* Quotation */
body.quotation #contenair form table {
  border: 3px solid #FFF;
  background-color: #FFF;
  margin: 0 auto;
}
body.quotation #contenair form table input[type="radio"] {
  background-color: transparent;
  border-width: 0;
}
body.quotation #contenair form table th {
  background-color: #036;
  color:            #FFF;
  text-align:       left;
  font-weight:      bold;
}
body.quotation #contenair form table td {
  background-color: #BBB;
  text-align: center;
}
body.quotation #contenair form textarea {
  width: 99%;
}
body.quotation #contenair form input[type="file"] {
  width: 9.5em;
}
body.quotation #contenair form .require_field input {
  outline: 1px solid #EEE;
  border: 1px solid #912;
}
body.quotation #contenair form .require_field textarea {
  outline: 1px solid #EEE;
  border: 1px solid #912;
}

/* sitemap */
body#sitemap #contenair a {
  border-bottom: 0px;
}

body#sitemap #contenair a:hover {
  border-bottom: dotted 1px;
}
