/***********************************************/
/* CGI Inc. 2005 modif July 10, 2006 */
/***********************************************/

/***********************************************/
/* HTML tag styles / Elements                  */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
	background-color: #B2B4AC;
	background-image:  url("/cgi/images/gr_bg.gif");
}
td{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
}
img{
	border:0px;
}
/******* hyperlink styles *******/

a:link, a:visited{
	color: #004080;
	text-decoration: underline;
}

a:hover, a:active{
	color: #CE0024;
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
h4 { /* used in company overview and ISO 9001 pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE0024;
	margin: 0px 10px 0px 100px;
	padding: 0px;
}

p { /* default style for all text indent based pages */
	margin: 0px 20px 0px 100px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Styles                           */
/***********************************************/
#container{ /* style used to center the navigation */
	margin-left: auto;
	position: absolute;
	width: 770px;
}
.table_content { /* style used to keep the table 30px from the left image( all library + 4_40, events pages) */
	margin-left: 30px;
}
.sm_txt_normal_red { /* style used for the dates of the events pages*/
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3300;
}
/************** tools styles *****************/

input.search{
	color: #333333;
	font-size: 11px;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.search_zone { /* style used for the search results */
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.page_list { /* style used in /cgi-bin/htsearch */
	font-size: 14px;
	font-weight: bold;
	color: #CE0024;
}

/************* Home ****************/

/*.home_lang {
	font-size: 11px;
	color: #ffffff;
}

a.home_lang:link, a.home_lang:visited{
	color: #ffffff;
	text-decoration: none;
}

a.home_lang:hover, a.home_lang:active{
	text-decoration: none;
	color: #ffffff;
}

/************* Careers styles ****************/
.menu_careers
{
	list-style-image: url(/cgi/images/gr_arrow_close.gif);
	list-style-type: none;
	margin: -4px 10px 0px 30px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nav_careers {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.nav_careers:link, a.nav_careers:visited{
	color: #333333;
	text-decoration: none;
}

a.nav_careers:hover, a.nav_careers:active{
	text-decoration: underline;
	color: #CE0024;
}
.nav_careers_active {
	list-style-image: url(/cgi/images/gr_arrow_close.gif);
	list-style-type: none;
	font-weight: bold;
	color: #CE0024;
	text-decoration: none;
}
/************* globalNav styles ****************/
.main_nav
  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color : #000000;
	text-decoration: none;
	height: 19px;
	vertical-align: middle;
	padding-left: 1px;
  }

a.main_nav:link, a.main_nav:visited, a.main_nav:active, a.main_nav:hover  {color :#000000; text-decoration: none;}

/************ section styles - About us **************/

h2.subtitle_indent { /* style used only in 1_41_tx_insurance */
	margin-left: 100px;
}

ul.menu_anchor_about 
{
	list-style-image: url(/cgi/images/gr_arrow_anchor.gif);
	list-style-type: none;
	margin: -4px 40px 0px 30px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.anchor_nav {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

a.anchor_nav:link, a.anchor_nav:visited{
	color: #333333;
	text-decoration: none;
}

a.anchor_nav:hover, a.anchor_nav:active{
	text-decoration: underline;
	color: #CE0024;
}
/*.about_top {
	font-size: 10px;
	color: #CE0024;
	text-align: right;
}
a.about_top:link, a.about_top:visited{
	color: #CE0024;
	text-decoration: none;
}

a.about_top:hover, a.about_top:active{
	text-decoration: underline;
	color: #CE0024;
}*/

/************ section styles - Home **************/

.top{
	padding:10px;
}

.topLeft{
	float:left;
	height:84px;
}

.topRight{
	float:right;
	height:84px;
}

.blueHeader{
color:0098cc
}

.blueHeaderLarge{
color:0098cc;
font-size:30px;
}

.courses{
	height:425px;
	overflow:scroll;
	width:180px;
}

.whiteText{
color:#FFFFFF;
font-weight:bold;
}

.whiteHeader{
color:#FFFFFF;
font-weight:bold;
font-size:24px;
}

.whiteHeaderSmall{
color:#FFFFFF;
}

.containerLeft{
	width:205px;
	float:left;
}

.containerLLeft{

	float:left;
	width:160px;
	padding:10px;
}

.containerLRight{
	float:right;
	width:5px;
}

.containerRight{
	width:560px;
	float:right;
	position:relative;
}

.containerRightTop{
	position:absolute;
	top:25px;
}

.containerRightLeft{
	float:left;
	width:165px;
	padding:10px;
	height:475px;
}

.containerRightMiddle{
	float:left;
	width:165px;
	padding:10px;
	height:475px;
}

.containerRightRight{
	float:left;
	width:165px;
	padding:10px;
	height:475px;
}

.moreInfo{
	float:left;
	width:500px;
	text-align:left;
}

.clear{
	clear:both;
}

.bottomLeft{
	float:left;
	width:300px;
	padding:10px;
	height:200px;
}

.footerLink{
	background-color:#0098cc;
	width:770px;
}

.schedule{
	background:#0098cc;
	width:172px;
	height:25px;
	text-align:center;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/************ placement ****************************************/
.containerLeftPlace{
	width:250px;
	float:left;
}

.containerLLeftPlace{

	float:left;
	width:205px;
	padding:10px;
}

.containerLRightPlace{
	float:right;
	width:5px;
}

.containerRightPlace{
	float:left;
	padding:10px;
}


/************ section styles - About us / Offices **************/

.offices_bg {
	background-image: url(/cgi/images/gr_01_offices_e.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.offices_bg_f {
	background-image: url(/cgi/images/gr_01_offices_f.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.offices_title {
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.offices_text_intro {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.offices_region_title_canada {
	font-size: 12px;
	color: #CE0024;
	font-weight: bold;
	background-image: url(/cgi/images/gr_01_offices_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.offices_region_title {
	font-size: 12px;
	color: #CE0024;
	font-weight: bold;
}
.offices_text {
	font-size: 11px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	width: 180px;
}
/*.offices_h_line {
	background-image: url(/cgi/images/gr_01_offices_underline.gif);
	background-repeat: repeat-x;
	background-position: top;
}*/
.menu_offices {
	font-size: 11px;
	color: #333333;
}
a.menu_offices:link, a.menu_offices:visited{
	color: #333333;
	text-decoration: none;
}
a.menu_offices:hover, a.menu_offices:active{
	text-decoration: underline;
	color: #CE0024;
}
p.content_text {
	margin: 0px 10px 0px 100px;
	padding: 0px;
}

/************ section styles - About us / Countries **************/

.menu_countries 
{
	list-style-image: url(/cgi/images/gr_arrow_close.gif);
	list-style-type: none;
	margin: -4px 10px 0px 30px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu_countries_sub 
{
	list-style-image: none;
	list-style-type: none;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nav_countries {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.nav_countries:link, a.nav_countries:visited{
	color: #333333;
	text-decoration: none;
}

a.nav_countries:hover, a.nav_countries:active{
	text-decoration: underline;
	color: #CE0024;
}
.nav_countries_sub {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	list-style-type: none;
}

a.nav_countries_sub:link, a.nav_countries_sub:visited{
	color: #333333;
	text-decoration: none;
}

a.nav_countries_sub:hover, a.nav_countries_sub:active{
	text-decoration: underline;
	color: #CE0024;
}
.menu_countries_sub2 
{
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.nav_countries_sub2 {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	list-style-type: none;
}
a.nav_countries_sub2:link, a.nav_countries_sub2:visited{
	color: #333333;
	text-decoration: none;
}

a.nav_countries_sub2:hover, a.nav_countries_sub2:active{
	text-decoration: underline;
	color: #CE0024;
}
.nav_countries_active {
	list-style-image: url(/cgi/images/gr_arrow_open.gif);
	list-style-type: none;
	font-weight: bold;
	color: #CE0024;
	text-decoration: none;
}
.nav_countries_active2 {
	list-style-image: url(/cgi/images/gr_arrow_close.gif);
	list-style-type: none;
	font-weight: bold;
	color: #CE0024;
	text-decoration: none;
}
.nav_countries_sub_active {
	font-weight: normal;
	color: #CE0024;
	text-decoration: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.nav_countries_sub2_active {
	font-weight: normal;
	color: #CE0024;
	text-decoration: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

p.countries_home_text, #countries_home_text { /*countries home pages*/
	margin-right: 20px;
	margin-left: 30px;
}

.ams_clients { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.liste_careers_opp {/* style used in 1_43_tx_ukcareer_opp */
	list-style-type: none;
	margin: 0px 10px 0px 135px;
	padding: 0px;
	list-style-image: none;
}
/*.governance {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b6b4b;
	font-size: 12px;
	font-weight: bold;
}*/

/************ section styles - Industries **************/

p.img_title_right_nav {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
p.right_nav 
{
	margin: 5px 10px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

ul.txt_align{
	margin: 0px 20px 0px 135px;
	padding: 0px;
}

ul.txt_align_title{
	margin: 0px 20px 0px 215px;
	padding: 0px;
}

ul.txt_no_align{
	margin: 0px 20px 0px 40px;
	padding: 0px;
}

.table_loading_page {
	margin-left: 30px;
}
.menu_loading_pages 
{
	list-style-image: url(/cgi/images/gr_double_ul_arrow_grey.gif);
	list-style-type: none;
	margin: -4px 10px 0px 35px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: none;
}
.nav_loading_pages {
	font-weight: bold;
	color: #CE0024;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	float: none;
}

a.nav_loading_pages:link, a.nav_loading_pages:visited{
	color: #CE0024;
	text-decoration: none;
}

a.nav_loading_pages:hover, a.nav_loading_pages:active{
	text-decoration: underline;
	color: #CE0024;
}
.text_indent {
	margin-left: 100px;
	margin-right: 10px;
}
ul.text_one_column {
	margin-right: 20px;
}
/************ section styles - Library **************/

p.library_content {
	margin: 0px 60px 0px 0px;
	padding: 0px;
}
.library_headings {
	margin: 0px;
	padding: 0px;
}
.library_pulldown {
	background-color: #EEEEEE;
	font-size: 11px;
	width:100px;
}

p.library_content_center {
	margin-left: 230px;
}

.library_tableofcontent {
	color: #CE0024;
	font-size: 14px;
	font-weight: bold;
}
.library_fonts {
	font-size: 11px;
}
/**************** footer styles *****************/
.text_left {
	font-size: 10px;
	color: #FFFFFF;
}
.text_right {
	font-size: 10px;
	color: #333333;
	padding-left: 10px;
}
.footer_link{
	color: #004080;
}
a.footer_link:link, a.footer_link:visited{
	color: #004080;
	text-decoration: none;
}
a.footer_link:hover, a.footer_link:active{
	text-decoration: none;
	color: #CE0024;
}


/********************* Common styles **********************/

.top {
	text-align: right;
	height: 20px;
}
.button_top {
	text-align: right;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.align_left {
	margin-left: 0px;
}

.resume_header {
	font-size: 14px;
	font-weight: bold;
	color: #CE0024;
}
.library_back {
	font-size: 10px;
	font-weight: bold;
}
.faq_response {
	margin-left: 20px;
}

.faq_question {
	background-color: #ECECE9;
	padding: 5px 5px 5px 5px;
}

ul.ams_acquisition {
  list-style-type: disc
	padding: 10px;
	line-height: 30px;
}

/********************* Landing pages **********************/

p.landing_title { 
	font-family: Arial, Helvetica, sans-serif;
	color: #9b9d93;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 5px 5px 15px;
	padding: 0px;
}

.landing_more {
	color: #CE0024;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin: 5px 5px 10px 15px;
	padding: 0px;
}

a.landing_more:link, a.landing_more:visited{
	color: #CE0024;
	text-decoration: none;
	text-align: right;
}

a.landing_more:hover, a.landing_more:active{
	text-decoration: underline;
	color: #CE0024;
	text-align: right;
}
.bg_splash {
	background-image: url(/cgi/images/bg_splash.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu_splash {
	font-weight: bold;
	color: #CE0024;
	text-decoration: none;
}
a.menu_splash:link, a.menu_splash:visited{
	color: #CE0024;
	text-decoration: none;
}
a.menu_splash:hover, a.menu_splash:active{
	text-decoration: none;
	color: #FF0000;
}
.input_splash {
	background-color: #EEEEEE;
}

/************* globalNav styles ****************/
.menuIndServ
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 5px 10px 0px 10px;
	padding: 0px;
  }

a.menuIndServ:link, a.cgifederal_nav:visited 
	{
	color :#004080;
	text-decoration: none;
	}

a.menuIndServ:active, a.cgifederal_nav:hover 
	{
	color :#CE0024; 
	text-decoration: underline;
	}
/********************* pop-up styles **********************/

.small_txt 
{
	font-size: 11px;
}.splash_text_intro {
	line-height: 20px;
}

/********************* CGI-AMS **********************/

ul.menu_cgi_ams 
{
	list-style-image: url(/cgi/images/gr_arrow_close.gif);
	list-style-type: none;
	margin: -4px 40px 0px 30px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu_cgi_ams {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

a.menu_cgi_ams:link, a.menu_cgi_ams:visited{
	color: #333333;
	text-decoration: none;
}

a.menu_cgi_ams:hover, a.menu_cgi_ams:active{
	text-decoration: underline;
	color: #CE0024;
}.vertical_line {
	background-color: #FFFFFF;
	background-image: url(/cgi/images/gr_bg_alliances_line_v.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.text_annual {
	font-size: 11px;
}
.text_anual_red_bold {
	font-weight: bold;
	color: #CE0024;
	font-size: 11px;
}
.link_anchors {
	font-size: 10px;
	color: #9B9D93;
	text-decoration: none;
	font-weight: bold;
}
a.link_anchors:link, a.link_anchors:visited{
	color: #9B9D93;
	text-decoration: none;
}

a.link_anchors:hover, a.link_anchors:active{
	text-decoration: underline;
	color: #999999;
}

/********************* NEW SPLASH PAGE  (CM 16 juin 2005)**********************/

.splash_tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.splash_tx:link, a.splash_tx:visited{
	color: #CE0024;
	text-decoration: none;
}

a.splash_tx:hover, a.splash_tx:active{
	text-decoration: underline;
	color: #CE0024;
}

/********************* NEW OVERVIEW PAGE  (CM 16 juin 2005)**********************/

.menu_lang 
{
	list-style-image: url(/cgi/images/gr_arrow_close_grey.gif);
	list-style-type: none;
	margin: -4px 10px 0px 30px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.nav_lang {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.nav_lang:link, a.nav_lang:visited{
	color: #333333;
	text-decoration: none;
}

a.nav_lang:hover, a.nav_lang:active{
	text-decoration: underline;
}

.nav_lang_active {
	list-style-image: url(/cgi/images/gr_arrow_close.gif);
	font-size: 11px;
	font-weight: bold;
}

.nav_lang_open {
	list-style-image: url(/cgi/images/gr_arrow_open.gif);
	font-size: 11px;
	font-weight: bold;
}

.h4_overview { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.h4_overview_other { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3300FF;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


.sm_txt_normal { font : normal 10px Arial, Helvetica, sans-serif; text-decoration : none; color : #000000; }

/********************* NEW INDUSTRY + SERVICES PAGES  (CM 11 juillet 2006)**********************/

.boxed_hd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #CE0024;
}

.boxed_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
}

.boxed_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
}

.link_body { text-decoration: underline}
a.link_body:link {color: #004080} 
a.link_body:visited {color: #004080; text-decoration: underline}
a.link_body:active {color: #CE0024}
a.link_body:hover {color: #CE0024}


/************ Background-images **************/


.bg_cool {
	background-image: url(/images/bg_td_blue.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    }
    
.bg_cool2 {
	background-image: url(/images/bg_td_blue2.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    }
    
.bg_boxLt {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_lt.gif);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }
    
.bg_boxLt2 {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_lt2.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }
    
.bg_boxLt2b {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_lt2b.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }
    
.bg_boxLt3 {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_lt3.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }
    
.bg_boxLt3b {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_lt3b.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }
    
.bg_boxLt3c {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_lt3c.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }
    
.bg_boxLt3d {
	background-color: #FFFFFF;
	background-image: url(/images/bg_box_lt3d.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border:1px;
    }    
    
.bg_boxMd {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_md.gif);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    }
    
.bg_boxMd2 {
	background-color: #F8F8F3;
	background-image: url(/images/bg_box_md2.gif);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    }

.TxtSUP { font-size: 8px;}

p.landingPage { /* default style for all text indent based pages */
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.link_landingPage { text-decoration: underline}
a.link_landingPage:link {color: #004080; text-decoration:none} 
a.link_landingPage:visited {color: #004080; text-decoration: none}
a.link_landingPage:active {color: #CE0024; text-decoration:underline}
a.link_landingPage:hover {color: #CE0024; text-decoration:underline}

.gamme_services {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 16px; PADDING-BOTTOM: 0px; MARGIN: 0px 10px 0px 0px; COLOR: #d90026; LINE-HEIGHT: normal; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif
}