/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
body{
	font-family:Arial,Helvetica,sans-serif;	

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------- */

.clear {
  clear:both;
} 
.float-left {
	float:left;
	color:#505050;
}
.float-right {
	float:right;
}
#wrap {
  position:relative;
  width:981px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}

#wrap.homepage {
  width:981px;
  height:383px;
  background:transparent url(../images/background.jpg) no-repeat;
  background-position:center 60px;
}

#menu {
  position:relative;
  background:transparent url(../images/menu.png) no-repeat;
  width:981px;
  height:70px;
  margin-top:20px;
}
#home{
	position:absolute; 
	height:50px;
	width:145px;
}

#menu ul{
  margin-left:215px;
}

#menu ul li {
  float: left;
}

.legal {
  font-size:13spx;
  color:#E42200;

}

#menu ul li a {
  color: #e9faff;
  font-family: "Arial";
  font-size: 16px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  /*margin-left:45px;
  margin-top:13px;*/
  padding: 13px 22px;
  padding-bottom:12px;
  background-color:#e42200;
  display:block;
  border-right:1px solid #a92812;
}
#menu ul li:last-child a{ border-right:none}

#homepage {
  width:981px;
  height:700px;
}

#homepage_blocks {
  width:981px;
  height:470px;
}

#homepage #picture .hppoint {
  position:absolute;
  cursor:pointer;
}

#homepage #picture .infos_bulle {
  position:absolute;
  display:none;
  background:transparent url(../images/bulle_left.png) no-repeat;
  width:170px;
  height:auto;
  margin-top:-125px;
  margin-left:33px;
  text-align:center;
  padding-left:8px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  padding-bottom:24px;
}

#homepage #picture .infos_bulle h2 {
  position:relative;
  margin-top:13px;
  color:#ffffff;
  font-weight:bold;
  font-size:15px;
}

#homepage #picture .infos_bulle p {
  position:relative;
  margin-top:5px;
  color:#ffffff;
  font-size:13px;
}

#homepage #picture .infos_bulle a {
  position:relative;
  top:13px;
  color:#ffffff;
  font-size:12px;
}

#homepage #picture .infos_bulle img {
  position:relative;
  top:5px;
}

#homepage #picture .infos_bulle img.peopleimg {
  width:auto;
  height:69px;
}

#homepage #our_people_block {
  position:absolute;
  left:0px;
  bottom:-130px;
  text-align:center;
  height:auto;
}

#homepage #our_brands_block {
  position:absolute;
  right:0px;
  bottom:-130px;
  text-align:center;
  height:auto;
}

#homepage #our_brands_block .texte, #our_people_block .texte {
  margin-top:10px;
}

.gradiant1 {
  position:relative;
  background:transparent url(../images/gradiant1.png) no-repeat;
  width:520px;
  height:2px;
  margin-left:auto;
  margin-right:auto;
}

.gradiant2 {
  position:relative;
  background:transparent url(../images/gradiant2.png) no-repeat;
  width:981px;
  height:1px;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
}

#homepage #home_care {
  position:relative;
  text-align:center;
  margin-top:10px;
}

#homepage #pushs {
  position:relative;
  margin-top:25px;
  width:auto;
  height:180px;
}

#homepage #pushs .push {
  position:relative;
  background:transparent url(../images/push.png) no-repeat;
  width:241px;
  height:160px;
  float:left;
  margin:2px;
}

#homepage #pushs .push:hover {
  background:transparent url(../images/push_hover.png) no-repeat;
}

#homepage #pushs .push h2 {
  position:relative;
  z-index:9;
  margin:15px 0px 0px 20px;
  font-family: 'Maven Pro', sans-serif;
  font-weight:400;
  font-size:18px;
  color:#ff2c00;
}

#homepage #pushs .push a {
 text-decoration:none;
}

#homepage #pushs .push h3 {
    color: #676868;
    font-family: Arial;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    margin-left: 10px;
    margin-top: 14px;
    text-decoration: none;
    width: 104px;
}


#homepage #pushs .push .picture {
  position:absolute;
  z-index:1;
  text-align:left;
  bottom:3px;
  width:241px;
  margin-left:20px;
}

#homepage #pushs .push img {
  position:relative;
  float: right;
  margin-right: 25px;
}

*+html #homepage #pushs .push img {
  margin-left:-370px;
}

*+html #homepage #pushs .push img.ieclass {
  margin-left:-270px;
}

#homepage #pushs .push h3 {
  
  float: left;
  color:#505050;
  
}


#footer {
  text-align:center;
  margin-top:15px;
  color:#ef2801;
  font-family: "Arial";
  font-size:11px;
}

#footer a {
  color:#ef2801;
  font-family: "Arial";
  font-size:11px;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

#fil_ariane {
  font-size:10px;
  color:#676868;
  font-family: 'Arial';
  text-decoration:none;
}

#fil_ariane a {
  font-size:10px;
  color:#505050;
  font-family: 'Arial';
  text-decoration:none;
}

#fil_ariane a:hover {
  text-decoration:underline;
}

#fil_ariane strong {
  text-decoration:underline;
  color:#e42200;
  font-weight:normal;
}

#contents #menu_left {
  position:relative;
  float:left;
  margin-top:15px;
}

#contents #menu_left ul {
  position:relative;
  width:160px;
  height:auto;
  border:solid 1px #e4e3e3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color:#676868;
  font-family: "Arial";
  font-size:14px;
}

#contents #menu_left ul li {
  padding:8px 0px 8px 13px;
  border-bottom:solid 1px #c3c2c2;
  border-top:solid 1px #fffefe;
}

#contents #menu_left ul li a {
  color:#505050;
  font-family: "Arial";
  font-size:14px;
  text-decoration:none;
}

#contents #menu_left ul li a:hover {
  text-decoration:underline;
}

#contents #menu_left ul li:first-child {
  border-top:none;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#contents #menu_left ul li:last-child {
  border-bottom:none;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

#contents #menu_left .level_1 {
  background-color:#f7f7f7;
}

#contents #menu_left .level_2 {
  background-color:#feeaea;
  padding-left:18px;
}

#contents #menu_left .on {
  background-color:#ffd3d3;
  border-top:1px solid #FFD3D3;
}

#contents #menu_left .on a,#contents #menu_left .level_2 a.l2_on  {
  color:#e42200;
}

#contents #content {
  position:relative;
  float:left;
  width:779px;
  /*margin-left:30px;*/
 /* padding:0px 5px;*/
}

.contact_us #contents #content {
  position:relative;
  float:left;
  width:981px;
  padding:0px 5px;            
}

#contents #content #head {
  position:relative;
  background:transparent url(../images/head.png) no-repeat;
  width:775px;
  height:189px;
  margin-top:15px;
  margin-left:37px;
  /*margin-left:44px;*/
}

#contents #content #head img {
  position:relative;
  background:transparent url(../images/head.png) no-repeat;
  width:521px;
  height:161px;
  float:right;
}

#contents #content #head h1,#contents #content #ceo_head h1 {
  position:absolute;
  width:254px;
  text-align:center;
  top:60px;
  font-size:25px;
  font-family: 'Arial';
  color:#ffffff;
  font-weight: normal;
}

#contents #content #head h2,#contents #content #ceo_head h2 {
  position:absolute;
  width:254px;
  text-align:center;
  top:90px;
  font-size:18px;
  font-family: 'Arial';
  color:#ffffff;
  font-weight: normal;
}
.contact_us {
	float:left;
}
.contact_us #contents #content #head {
	float:left;
	margin-left:0px;
	background:transparent url(../images/contact_red_bg.png);
	width:255px;
  	height:341px;
}
.contact_us #contents #content #head h1 {
	top:137px;
}
.contact_us #contents #content .contact-us-txt {
	margin-top:15px;
	background:transparent url(../images/contact_gray_bg.png);
	width:634px;
  	height:301px;
  	float:left;
  	padding:20px 45px;
}
.contact_us #contents #content .contact-us-txt .title1 {
	color:#e42200;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
}
.contact_us #contents #content .contact-us-txt .desc1 {
	margin-top:10px;
}
.contact_us #contents #content .contact-us-txt .desc1 a {
	color:#E42200;
	font-weight:normal;
	font-size:12px;
	font-family:Arial;
}

.contact_us #contents #content .contact-us-txt .desc1 a:hover{
	color:#8E1A05;
	font-weight:normal;
  text-decoration:none;
	font-size:12px;
	font-family:Arial;
}
.contact_us #contents #content .contact-us-txt .title2 {
	margin-top:25px;
	color:#e42200;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
}
.contact_us #contents #content .contact-us-txt .desc2 {
	margin-top:10px;
	font-family:Arial;
	color:#676868;
}
.product_featured {float: left;width: 770px;margin-left:44px;}
.product_featured h2 {color: #E42200;font-weight: bold;line-height: 18px;padding-bottom: 0;}
.product_featured h3 {color: #E42200;font-size: 14px;font-weight: normal;line-height: 20px;}

#contents #content #ceo_head {
  position:relative;
  background:transparent url(../images/ceo_photo.png) no-repeat;
  width:775px;
  height:189px;
  margin-top:15px;
  margin-left:44px;
}

#contents #content #ceo_head img {
  position:relative;  
  width:521px;
  height:161px;
  float:right;
}

.hide{display:none}
.product_featured p{font-size:13px;color:gray;font-family:Arial,Helvetica,sans-serif;line-height:1.4;color:#505050;}
#content .txt{ padding:20px; background:#f7f7f7; border-top:1px solid #a5a5a5;color: #676767;font-family: Arial, Helvetica, sans-serif;font-size:18px;font-weight: normal;font-weight:bold; font-style:italic; text-align:center; clear:both; width:735px;}
#content .txt2{ margin-top :10px;padding:20px; background:#f7f7f7; solid #a5a5a5;color: #676767;font-family: Arial, Helvetica, sans-serif;font-size:18px;font-weight: normal;font-weight:bold; font-style:italic; text-align:center; clear:both; width:735px;}
#content .txtbottom  {
    background: url("../images/bottom_bg.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 34px;
}
#content .goodsthumb_item  {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 380px;
}
#content .goodsthumb_img  {
    background: url("../images/goods_imgbg_01.png") no-repeat scroll left top transparent;
    display: block;
    height: 181px;
    padding: 10px 0 10px 18px;
    position: relative;
    width: 380px;
}
#content .goodsthumb_name  {
    background: url("../images/goods_name_02.png") repeat-y scroll left top #E32203;
    color: #FFFFFF;
    display: block;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    width: 358px;
	margin-left:3px;
    font-weight:normal;
    line-height:8px;
    height:39px;
}
#content .goodsthumb_name a.title {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 15px/18px Arial,Helvetica,sans-serif;
}
#content .goodsthumb_name a.learn_more {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 12px/18px Arial,Helvetica,sans-serif;
}
#content .goodsthumb_name a {
    color: #FFFFFF;
    text-decoration: none;
    font:13px/18px Arial,Helvetica,sans-serif
}
#content .goodsthumb_name a:hover {
    text-decoration: underline;
}
img, a  {
    border: none;
    outline: none;
}

.sub_section_2 {float:left;}
.sub_section_2 .title {
	float:left; color: #E42200;
    font-family: "Arial";
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.sub_section_2 .desc {
	color: #505050; font-family: Arial, Helvetica, sans-serif; font-size:13px;
	font-weight: normal;clear:both; width:765px;
	padding-top:5px;
	line-height:15px;
}
.commercial-title {
	color: #E42200;
    font-family: "Arial";
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    margin:5px 0px 10px 0px;
}
.sub_section_2 .cat_2_list {width:500px !important; height:400px; float:left; margin-top:-50px; margin-left:30px;}
.sub_section_2 .roundabout-moveable-item { width: 355px;cursor: auto; }
.sub_section_2 .roundabout-holder { padding: 0; height: 5em; list-style: none }
.sub_section_2 .roundabout-moveable-item {
     width: 10em;
     height: 10em;
     cursor: auto;
}
.sub_section_2 .roundabout-in-focus { cursor: auto; }

#content .sub_section_2 .sub_goodsthumb_item  {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width:326px;
}
#content .sub_section_2 .sub_goodsthumb_img  {
    background: url("../images/goods_imgbg_02.png") no-repeat scroll left top transparent;
    display: block;
    height: 175px;
    position: relative;
    width:326px;
    text-align:center;
    padding:10px;
    cursor:default;
}


#content .sub_section_2 .sub_goodsthumb_name  {
    background: url("../images/goods_name_sub_02.png") no-repeat;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
    width: 300px;
    line-height:normal;
    font-weight:normal;
    height:63px;
	margin-left:3px;
}
#content .sub_section_2 .sub_goodsthumb_name a.title {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 15px/16px Arial,Helvetica,sans-serif;
}
#content .sub_section_2 .sub_goodsthumb_name span.title {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 15px/16px Arial,Helvetica,sans-serif;
}
#content .sub_goodsthumb_name a.learn_more {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 12px/15px Arial,Helvetica,sans-serif;
}
#content .sub_section_2 .sub_goodsthumb_name a {
    color: #FFFFFF;
    text-decoration: none;
    font:12px/15px Arial,Helvetica,sans-serif;
}
#content .sub_section_2 .sub_goodsthumb_name span {
    color: #FFFFFF;
    text-decoration: none;
    font:12px/15px Arial,Helvetica,sans-serif
}
#content .sub_section_2 .sub_goodsthumb_name a:hover {
    text-decoration: underline;
}

#content .sub_section_2 .sub_goodsthumb_name td {
	vertical-align:middle;
}
.our_brands_page {margin-left:30px;}

.who_we_are{border:0px solid red;margin-left:37px;width:99.5%;float:left;color:grey;font-size:13px;}
.who_we_are_left{width:70%;}
.who_we_are_full_left{width:100%;}
.who_we_are .star{margin-right:10px}
.who_we_are .year{font-weight:bold; font-size:13px; font-family:arial,Helvetica,sans-serif;color:#505050;}
.who_we_are .description p {float:left;margin-left:3px; font-size:13px; font-family:arial,Helvetica,sans-serif;width:774px;color:#505050;}
.who_we_are .description2 p {float:left;margin-left:3px; font-size:13px; font-family:arial,Helvetica,sans-serif;color:#505050;}
.who_we_are .description p strong{font-weight:bold;}
.who_we_are ul li {margin-bottom:10px}
.who_we_are_right{width:30%;}

#contents .our_brands_page #head {margin-left:0px !important;}

.revenue table td {vertical-align:middle;}
.revenue .year strong {color:#E42200; font-size:14px; font-family:arial,Helvetica,sans-serif;}
.revenue ul li {margin-bottom:15px; float:left; }
#contents .our_brands_page #head {margin-left:0px !important;}

.management_team {
  position:relative;
  margin-top:25px;
  margin-left:25px;
}

.management_team h2 {
  position:relative;
  margin-left:5px;
  color:#e42200;
  font-family:"Arial";
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}

.management_team .mt_bg {
  position:relative;
  float:left;
  background:transparent url("../images/management_team.png") no-repeat;
  width:183px;
  height:255px;
  margin:15px 5px;
}

.management_team .mt_bg img {
  position:absolute;
  bottom:100px;
}

.management_team .mt_bg p {
  position:absolute;
  bottom:75px;
  left:10px;
  color:#ffffff;
  font-family:"Arial";
  font-size:15px;
}

.management_team .mt_bg strong {
  position:absolute;
  top:185px;
  left:10px;
  color:#ffffff;
  font-family:"Arial";
  font-size:15px;
  font-weight:bold;
}

.management_team .mt_bg a {
  position:absolute;
  bottom:10px;
  left:10px;
  color:#ffffff;
  font-family:"Arial";
  font-size:12px;
  font-weight:bold;
}

.member_team {
  position:relative;
  border:#c8c8c7 solid 1px;
  padding:10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.member_team  .bg2{
  float:none;
  margin:5px 5px;
}

.member_team  .infos {
  position:absolute;
  top:20px;
  left:230px;
  width:150px;
}

.member_team  .infos h2 {
  font-family:"Arial";
  font-size:16px;
  font-weight:bold;
}

.member_team  .infos2 {
  position:absolute;
  top:20px;
  left:430px;
  width:150px;
}

.member_team  .infos2 h2 {
  font-family:"Arial";
  font-size:16px;
  font-weight:bold;
}

.member_team  .infos2 input, .member_team  .infos2 textarea {
  font-family:"Arial";
  font-size:12px;
  color:#676868;
  border:#c8c8c7 solid 1px;
  padding:7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 4px 4px 1px #9e9e9e; 
  -webkit-box-shadow: inset 5px 5px 12px #9e9e9e; 
  box-shadow: inset 2px 2px 6px #9e9e9e;
  margin:5px;
  width:300px;
}

.member_team  .infos2 textarea {
  resize:vertical;
  max-height:172px;
  height:100px;
}

.member_team  .infos2 input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:none;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  font-family:Arial;
  text-decoration:none;
  width:60px;
  cursor:pointer;
  margin-top:10px;
  margin-left:260px;
}

.member_team  .infos p {
  font-family:"Arial";
  font-size:12px;
  color:#676868;
  line-height:16px;
  margin-left:5px;
}

#menu ul li a:hover ,.top_menu_selected{	
	/*color:#000000 !important;*/
	background-color:#8e1a05 !important;
}

.bgred {
  background:transparent url("../images/button.png") repeat-x;
  width:auto;
  height:28px;
  padding:7px 15px;
  text-align:center;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  font-family:Arial;
  text-decoration:none;
}
#bouton_pdf{
   background-color: #E42200;
   width:140px;
   padding: 5px 11px;
   height:auto;
   text-align:left;
   margin-top:10px;
   font-size:14px;
   -moz-border-radius:5px 5px 5px 5px;
}

.bgred_pdf {
  text-align:center;
  color:#ffffff;
  font-size:15px;
  font-family:Arial;
  text-decoration:none;
}

#contents .who_we_are_values #head {
	float:left;
	background:transparent url(../images/head.png) !important;
	width:775px !important;
  	height:189px !important;
}
#contents .who_we_are_values #head h1{
	
}
#contents .who_we_are_txt {
	float:left;
	margin-left:255px;
	
	height:170px;
}
#contents .who_we_are_txt table{
	width:520px;
	background:#ffffff;
}
#contents .who_we_are_txt table td{
	vertical-align:middle;
	width:260px;
	background:transparent url(../images/img_08.png);
	border-left:1px solid #ffffff;
}
#contents .who_we_are_txt table td.active{
	background:transparent url(../images/img_07.png);
}
#contents .who_we_are_txt table .second_row td{
	vertical-align:middle;
	width:260px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
#contents .who_we_are_txt table td a{
	color:#ffffff;
	font-family:arial,Helvetica,sans-serif;
	font-size:25px;
	text-align:center;
	text-decoration:none;
}
.our_brands_page #head {margin-left:0px !important;}
.code_of_business_page #head {/*margin-left:0px !important;*/}
.code_of_business_page {/*margin-left:30px;*/}
.innovations_box_goodsthumb_img img{width:175px;height:82px;}


.locations_infos {
  position:relative;
  border:#c8c8c7 solid 1px;
  padding:10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position:relative;
  margin-top:25px;
  margin-left:36px;
}

.locations_infos h2 {
  font-family:"Arial";
  font-size:15px;
  font-weight:bold;
  color:#e42200;
  width:240px;
}

.locations_infos h3 {
  font-family:"Arial";
  font-size:12px;
  font-weight:bold;
  color:#e42200;
}

.locations_infos p {
  position:relative;
  font-family:"Arial";
  font-size:12px;
  color:#676868;
  margin-top:10px;
  width:250px;
  line-height:16px;
}

.locations_infos img {
  position:absolute;
  top:10px;
  left:270px;
}

.locations_infos .infos {
  position:relative;
  float:left;
}

.locations_infos .infos2 {
  position:relative;
  float:right;
}

.locations_infos .infos2 p {
  position:relative;
  float:right;
  width:290px;
}

.locations_infos .infos2 .links {
  /*position:absolute;*/
  bottom: 3px;
    left: -440px;
    margin-left: -6px;
    position: relative;
}

.innovations_box {
	float:left;
	margin:0px 31px;
}

#content  .innovations_box_goodsthumb_item  {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 195px;
}
#content .innovations_box_goodsthumb_img  {
    background: url("../images/innovations_img_01.png") no-repeat scroll left top transparent;
    display: block;
    height: 77px;
    position: relative;
    width: 175px;
    text-align:center;
    padding:10px;
}
#content .innovations_box_goodsthumb_name  {
    background: url("../images/innovations_img_02.png") no-repeat;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-align: left;
	margin-left:3px;
    text-decoration: none;
    width: 169px;
    line-height:normal;
    font-weight:normal;
    height:52px;
}
#content .innovations_box_goodsthumb_name a.title {
    color: #FFFFFF;
    text-decoration: none;
    font:15px/16px Arial,Helvetica,sans-serif;
}
#content .innovations_box_goodsthumb_name span.title {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 15px/16px Arial,Helvetica,sans-serif;
}
#content .innovations_box_goodsthumb_name a.learn_more {
    color: #FFFFFF;
    text-decoration: none;
    font:bold 12px/15px Arial,Helvetica,sans-serif;
}
#content .innovations_box_goodsthumb_name a {
    color: #FFFFFF;
    text-decoration: none;
    font:12px/15px Arial,Helvetica,sans-serif
}
#content .innovations_box_goodsthumb_name table td {
    vertical-align:middle;
}
#content .innovations_box_goodsthumb_name span {
    color: #FFFFFF;
    text-decoration: none;
    font:12px/15px Arial,Helvetica,sans-serif
}
#content .innovations_box_goodsthumb_name a:hover {
    text-decoration: underline;
}

#content .innovations_box_goodsthumb_name td {
	vertical-align:top;
}
.who_we_are .description_spotlight p {
    float: left;
    font-family: arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: 3px;
    color:#505050;
}

#gmapmarker p{
  width:auto;
 
}

#gmapmarker {
  width:293px;
 
}

#test_location{

 float:right;
 
}

#image_location{
  float:left;
 min-width:110px;
 width:auto;
min-height:151px;
 height:auto;
}

#texte_location p{
  text-align:right;
  margin-left: auto;
  margin-top: auto;
  line-height:20px;
}
.links
{
   margin-left: -2px;
    margin-top: 14px;
}

.lien_location{

  margin-right: 200px;
}

.contact_us #contents #content_sitemap {
    float: left;
    margin-top: -29px;
    padding: 0 5px;
    position: relative;
    width: 981px;
}

.title2 td{
  
  text-align:center;
  padding: 5px;
  padding-left:35px;
  color: #676868;
  font-size:14px;
  font-family: Arial;
  text-decoration:none;

}

.title2 .desc2 a{
  color: #676868;
  font-family: Arial;
  text-decoration:none;

}
.title2 table {
  background-color: #f3f3f3;
  margin:auto;
  height:auto;
  margin: auto auto auto -4px;
    width: 981px;
  border:1px;
  border-radius: 23px 23px 23px 23px;
}
.title2 th{
  text-align:center;
  padding: 5px;
  padding-left:25px;
  color: #E42200;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
   

}

.title2 .desc2 a:hover{
  
  text-decoration:underline;
  color: #E42200;
}

.title2 a {
  text-decoration:none;
  color: #E42200;
}

#titre_SiteMap{
  font-weight:bold;
  font-size:20px;
  font-family:Arial;
   color: #E42200;
}

#video_page {
	margin-top:-13px;

}

#video_page .bgred_video{
  background:transparent url("../images/button.png") repeat-x;
  width:auto;
  height:28px;
  padding:7px 15px;
  margin-left:419px;
  text-align:center;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  font-family:Arial;
  text-decoration:none;
}



