@charset "iso-8859-1";
/* CSS and design ------------------------------------------------------------------------------------------ */

/* Genral style of every page ------------------------------------------------------------------------------------------------ */

body {
	background: url(images/bg_page.png) repeat;
	background-repeat: repeat-x;
	background-color:#e3e3e3;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: normal;
	padding: 0;
	margin-top: 0;
	margin-right: 7.5;
	margin-bottom: 0;
	margin-left: 7.5;
	font-weight: normal;
}

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}
	
#page {
	position:relative;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#ffffff;
	background: url(images/bg_page_2.png) 0 0 repeat-y;
}
#page_1 {
	position:relative;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#ffffff;
	background: url(images/bg_page_2_new1.png) 0 0 repeat-y;
}

.bloc_top {
	width: 1000px;
	height: 24px;
	background: url(images/bg_header_top.png) 0 0 repeat-x;
	border:0px;
	float:left;
	text-align:right;
	color:#fff;
	padding:13px 20px 0px 0px;
	}
.top_link {
  font-size:10px;
  font-weight:bold;
  color:#fff;
  }
.top_link:hover {
 	color:#62a7f7;
  }

.bloc_header {
	width: 1020px;
	height: 97px;
	border:0px;
	float:left;
	position:relative;
	background-image: url(images/bg_header_New1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

/* Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

ul#menu1{
	float: left;
	width:1000px;
  height:39px;
	list-style: none;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	background: url(images/bg_menu.png) 0 0 repeat-x;
  }

ul#menu1 li{
	float: left;
	width: 112px;
	height: 39px;
	text-align: center;
	margin-right:10px;
	}

ul#menu1 li:hover, ul#menu1 li#current{
	background: url(images/bg_menu_current.png) 0 0 no-repeat;
	}

ul#menu1 li a{
	display: block;
	width: 112px;
	height: 39px;
	line-height:35px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	}

ul#menu1 li:hover a, ul#menu1 li#current a{
	color: #ffffff;
}


/* Style of the left menu ------------------------------------------------------------------------------------------------ */
	
#column1 {
	float:left;
	width:190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	}
#column3 {
	float:left;
	width:190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-color: #e3e3e3;
	}
/* Style of the important news  ------------------------------------------------------------------------------------------------ */

.head_menu_1 {
	border:0px;
	width:190px;
	height:31px;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:28px;
	padding-left:10px;
	background-image: url(images/bg_header_menu_2.png);
	}
	
.head_menu_2 {
	border:0px;
	background:url("images/bg_header_menu_2.png");
	width:190px;
	height:31px;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:28px;
	padding-left:10px;
	}
  	
.hot_news {
	width:190px;
	padding:10px;
	}
.zero_hot_news {
	width:190px;
	padding:0px;
	}
.calendar_home {
	width:190px;
	padding:10px;
	background-color: #d6d6d6;
	}
.zero_calendar_home {
	width:190px;
	padding:0px;
	background-color: #d6d6d6;
	}
.home1 {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	}
.home2 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	}
.home2_mission {
	font-size:22px;
	color:#000000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}
.date {
	font-size:14px;
	color:#0072fe;
	font-weight:bold;
	}
.career_date {
	font-size:14px;
	color:#0072fe;
	font-weight:bold;
	text-decoration:underline;
	}
.contact_date {
	font-size:14px;
	color:#5d7f27;
	font-weight:bold;
	text-decoration:underline;
	}
.clientservices_date {
	font-size:14px;
	color:#5d7f27;
	font-weight:bold;
	text-decoration:none;
	}
.subject {
	font-size:11px;
	color:#5d7f27;
	font-weight:bold;
	text-decoration:underline;
	}
.contact_subject {
	font-size:13px;
	color:#0072fe;
	font-weight:bold;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	}
.text {
	font-size:10px;
	color:#737373;
	margin:10px;
	}
.zero_text {
	font-size:10px;
	color:#737373;
	margin:0px;
	}
.text_home {
	font-size:18px;
	color:#000;
	margin:10px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	}
.next {
	font-size:10px;
	color:#f0a011;
	font-weight:bold;
	text-decoration:underline;
	}	


/* Style of the newsletter ------------------------------------------------------------------------------------------------ */


.unsubscribe {
  font-size:10px;
  text-decoration:underline;
  float:left;
  color:#424242;
  font-weight:bold;
	height:29px;
	line-height:22px;
	margin-left:10px;
  }

.newsletter_input {
  width:174px;
  margin:5px 0px 10px 10px;
  padding:2px; 
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
  }
.newsletter_text {
  padding:10px;
	font-size:10px;
  color:#424242;  
  }
.zero_newsletter_text {
  padding:0px;
	font-size:10px;
  color:#424242;  
  }
	

/* Style of the red / green buttons  ----------------------------------------------------------------------------------------------- */
	
.button_blue {
	font-size:12px;
	color:#ffffff;
	width:98px;
	height:23px;
	line-height:22px;
	float:right;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background: url(images/bg_button_blue.png) 0 0 no-repeat;
	}


/* Style of right part - first bloc------------------------------------------------------------------------------------------------ */
	
#column2 {
	float:left;
	width:799px;
	background:#fff;
	margin:0px;
	}
#column2_new {
	float:left;
	width:968px;
	background:#fff;
	padding-right: 10px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 11px;
	}
.bloc_search {
  width:799px;
  float:left;
  height:29px;
  background:#ececec;
}


.bloc_search_input {
  float:right;
  width:120px;
  margin:0px 0px 0px 5px;
  padding:3px; 
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
  }
.bloc_search_button {
  float:right;
  width:50px;
  margin:0px 10px 0px 5px;
  padding:2px; 
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
  }

.form {
  padding:0px;
  margin:0px;
  }

.bloc_art {
  width:768px;
  padding:15px;
  }
.bloc_art_servicesdetail {
	width:938px;
	padding:15px;
  }
.bloc_submenu_art {
	width:799px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
  }

.img_right_art {
  margin:0px 15px 15px 0px;
  float:left;
  }
  .img_counter_art {
  margin:0px 0px 0px 0px;
  float:right;
  }
.txt_right_art {
	font-size:17px;
	text-align:justify;
	color:#000000;
	margin:10px;
	font-family: "Times New Roman", Times, serif;
  }
  .faq_txt_right_art {
	font-size:17px;
	text-align:justify;
	color:#000000;
	margin:10px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
	padding-top: 0px;
  }
.txt_submenu_right_art {
	font-size:14px;
	text-align:justify;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
  }
.txt_right_art1 {
	font-size:18px;
	text-align:justify;
	color:#000;
	margin:10px;
	font-family: "Times New Roman", Times, serif;
  }
.bloc_art_2 {
	width:784px;
	height:250px;
	background-color: #FFFFFF;
	background-image: url(images/Sub_heading1.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
  }

#list_last_news_2 {
	position:relative;
	display:block;
	list-style-type: none;
	padding:0px;
	width:650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
ul#list_last_news_2 li a { 
	display:block; 
	font-weight:bold;
	text-decoration:underline;
	color:#0191d2; 
	text-align:left; 
	cursor:pointer; 
	font-size:10px; 
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	}
ul#list_last_news_2 li a:hover { 
	color:#f6a231; 
	}
#list_home {
	position:relative;
	display:block;
	list-style-type: none;
	padding:0px;
	width:650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
ul#list_home li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#0072fe;
	text-align:left;
	font-size:16px;
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	}
#list_profile {
	position:relative;
	display:block;
	list-style-type: none;
	padding:0px;
	width:650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
ul#list_profile li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-align:left;
	font-size:16px;
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	}

#list_clientserv_2 {
	position:relative;
	display:block;
	list-style-type: none;
	padding:0px;
	margin:0px 0px 0px 30px;
	width:650px;
	}
ul#list_clientserv_2 li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-align:left;
	font-size:16px;
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	font-family: "Times New Roman", Times, serif;
	}
.clientserv {color: #003399;
			 font-size: 14px;
			 text-align: left;
			 }
a.clientserv:hover {color: #ff0000;}
.clientserv_profile {color: #0072fe;
			 font-size: 14px;
			 text-align: left;
			 }
a.clientserv_profile:hover {color: #ff0000;}

.clientserv_tool {
	color: #0072fe;
	font-size: 12.5px;
	text-align: left;
			 }
a.clientserv_tool:hover {color: #ff0000;}
.clientserv_news {
	color: #0072fe;
	font-size: 12.5px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
			 }
a.clientserv_news:hover {color: #ff0000;}
.clientserv_tool_1 {color: #0072fe;
			 font-size: 13px;
			 text-align: left;
			 text-decoration: none;
			 }
a.clientserv_tool_1:hover {color: #ff0000;}
.clientserv_tool_faq {color: #0072fe;
			 font-size: 17px;
			 text-align: left;
			 text-decoration: none;
			 }
a.clientserv_tool_faq:hover {color: #ff0000;}
.clientserv_tool_faq10 {color: #0072fe;
			 font-size: 17px;
			 text-align: left;
			 text-decoration: underline;
			 }
a.clientserv_tool_faq10:hover {color: #ff0000;}

#list_clientserv_3 {
	position:relative;
	display:block;
	list-style-type: none;
	padding:0px;
	margin:0px 0px 0px 30px;
	width:350px;
	}
ul#list_clientserv_3 li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-align:left;
	font-size:14px;
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	}
.clientserv {
	color: #003399;
	font-size: 16px;
	text-align: left;
			 }


/* Style of the galery in the page 1 (page1.htm) -------------------------------------------------------------------------- */


#parent2-wrap{
  float:left;
}
#parent2 li{
	font-size:10px;
	}
#parent2-menu a{
	margin:5px 3px 0px 0px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	background:url(images/cube_up.png) no-repeat right top;
	}
#parent2-menu a:hover, #parent2-menu a.wactive{
	color:#fff;
	background:url(images/cube_hover.png) no-repeat right top;
	}



/* Style of the partners page (page3.htm) ---------------------------------------------------------------------------------------- */

.partner_titre {
	font-size:12px;
	font-weight:bold;
	color:#62a7f7;
	text-decoration:underline;
	}

.partner_img {
	float:left;
	border:0px solid #394d53;
	margin:0 10px 0 10px;
	}
.partner_next {
	color:#949494;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	}
.partner_next:hover {
	color:#000000;
	text-decoration:underline;
	}
	


/* Style of the contact form (page4.htm) ------------------------------------------------------------------------------------- */

.texte_contact {
	font-size:10px;
	color:#737373;
	margin:10px;
	}

.input_contact {
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
	width:300px;
	}

.bouton {
	float:left;
	background:url("images/bouton_contact.png") repeat-x #FFFFFF;
	width:170px;
	height:35px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	}
.bouton:hover {
	background:url("images/bouton_contact_hover.png") repeat-x #FFFFFF;
	color:#fff;
	}
	
	
/* Style of the footer ------------------------------------------------------------------------------------------------ */

#footer {
	position:relative;
	width:1020px;
  float:left;
	background: url(images/bg_footer.png) 0 0 no-repeat;
	width:1020px;
	height:44px;
	padding: 0px;
	}
	
.texte_footer {
	margin-left:20px;
	margin-top:7px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
.link_footer {
	font-weight:bold;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	}
.link_footer:hover {
	text-decoration:underline;
	color:#62a7f7;
	}

.iconerss {
  position:absolute;
  top:7px;
  left:974px;
  }
.contact_content_1 { font: Georgia, "Times New Roman", Times, serif;
					 color: #000000;
					 font-size: 16px;
					 font-weight: bold;
					 text-align: left;
					 text-decoration: none;}
.contact_content_2 { font: Georgia, "Times New Roman", Times, serif;
					 color: #000000;
					 font-size: 16px;
					 font-weight: normal;
					 text-align: left;
					 text-decoration: none;}				 
a.contact-content_2:hover {color: #ff0000;}
a.contact_2:hover {color: #ff0000;}
.contact_2 {
	color:#0072FE;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.forms_art {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #0072fe;
	text-decoration: none;
}
a.forms_art:hover {color: #ff0000;}
.industry_link { font-family: "Times New Roman", Times, serif;
		  font-size: 14px;
		  font-weight: bold;
		  color: #003399;}
a.industry_link:hover{color:#ff0000;}
.industry_text { font-family: "Times New Roman", Times, serif;
		  font-size: 14px;
		  color: #000000;}
.style_intro {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}
#titlebox2 {
	background-color: #4e768b;
	width: 300px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color:#000;
	text-color: white;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	color: #FFF;
	margin-right: 7.5px;
	margin-left: 7.5px;
}	
#box2 {
	border-style: solid;
	width: 300px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #dae4eb;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #4E768B;
	margin-right: 7.5px;
	margin-left: 7.5px;
} 
.style1 {
	color: #4E768B;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	align: center;
	vertical-align: bottom;
	margin-right: 7.5px;
	margin-left: 7.5px;
	width: 310px;
}
.style2 {
	color: #4e768b;
	font-family: "Times New Roman", Times, serif;
	font-weight: 13px;
}
.style3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 18px;
	font-weight: bold;
}
a.style2:hover {color: #ff0000;}
.style_4 {
	color: #0072fe;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 12px;
	font-weight: bold;
}
.style_5 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 12px;
	font-weight: bold;
	text-align: center;
}
.style_6 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 20px;
	font-weight: normal;
	text-align: center;
}
.style_7 {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 26px;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
}
.style_8 {
	color: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 26px;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}
.style_9 {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 26px;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
}
.clientdetail {background-color:#FFF;}
.clientdetail_bloc_art {
  width:969px;
  padding:15px;
  }
.subject2 {
	font-size:14px;
	color:#0072fe;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;
	vertical-align:bottom;
		}
