@charset "iso-8859-1";
/* auteur: DBC TeAM */
/* Date de cr�ation: 17/12/2012 */

/* Reset */
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,
font,
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,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

html,
body {
    height: 100%;
    background: #0c4da2 url(../images/bg_body.jpg) top left repeat-x;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #747f88;
    min-width: 960px;
}

#container {
    min-height: 442px;
    background: url(../images/bg_container.jpg) top center no-repeat;
}

#containeur {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    border-top: 4px solid #f15922;
}

/******** Header ********/
#header {
    height: 156px;
    width: 100%;
    border-bottom: 9px solid #dd4c0d;
    background: #f0f0f0 url(../images/bg-header.jpg) top left repeat-x;
}

#logo {
    background: url(../images/logo-stamvie.jpg) top left no-repeat;
    width: 238px;
    height: 88px;
    float: left;
    margin: 10px 10px 0 10px;
}

#img-devis {
    background: url(../images/img-devis.jpg) top left no-repeat;
    width: 235px;
    height: 92px;
    float: right;
    margin: 10px 15px 0 10px;
}

.container {
    margin: 0 auto;
    width: 960px;
}

.clear {
    clear: both;
    width: 0;
    height: 1px;
}

/************ Menu *************/
ul#menus_site {
    background: url(../images/bg_menu.jpg) top left repeat-x;
    width: 100%;
    min-height: 33px;
    margin-top: 23px;
    padding: 2px 0 0 0;
    position: relative;
    z-index: 500;
}

ul#menus_site>li {
    display: inline-block;
    float: left;
    font-size: 14px;
}

ul#menus_site>li.first {
    margin-left: 15px
}

ul#menus_site>li>a {
    color: #555;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    height: 22px;
    background: url(../images/menu_sep.jpg) right -1px no-repeat;
}

ul#menus_site>li>a:hover,
ul#menus_site>li>a.current {
    color: #fff;
    text-decoration: none;
    background: #df5c1c;
    -moz-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

ul#menus_site>li:hover a {
    color: #fff;
}

ul#menus_site>li:hover {
    position: relative;
    z-index: 10000;
    background: #df5c1c;
    -moz-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

ul#menus_site li:hover ul,
ul#menus_site li:hover ul li:hover ul {
    left: 0;
    top: 32px;
    background: #F0F0F0;
    padding: 3px 10px 10px 10px;
    /*border:1px solid #d0cfcf;*/
    white-space: nowrap;
    width: 150px;
    height: auto;
    z-index: 10000000;
    border-top: 5px solid #db3f00;
    border-bottom: 5px solid #db3f00;
    -moz-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

ul#menus_site li:hover ul.sub_menu li {
    display: block;
    height: 20px;
    position: relative;
    float: left;
    width: 148px;
    font-weight: normal;
    padding-bottom: 10px;
    background: url(../images/trait_sep_h.gif) left bottom repeat-x;
    /*border-bottom:1px solid #ecebeb;*/
}

ul#menus_site li:hover ul.sub_menu li a {
    display: block;
    padding: 5px 1px;
    font-size: 12px;
    height: 19px;
    width: 148px;
    line-height: 18px;
    text-indent: 5px;
    color: #555;
    text-decoration: none;
}

ul#menus_site li:hover ul.sub_menu li a:hover {
    background: #db3f00;
    color: #f0efef;
}

ul#menus_site ul,
ul#menus_site li:hover ul ul,
ul#menus_site li:hover li:hover ul ul,
ul#menus_site li:hover li:hover li:hover ul ul,
ul#menus_site li:hover li:hover li:hover li:hover ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10000;
}

/******************* Slider *********************/
#content_une {
    position: relative;
    background: url(../images/bg_slider.jpg) left top no-repeat;
    width: 980px;
    height: 364px;
    margin-left: 10px
}

#content_une>ul {
    height: 334px;
    width: 978px;
    overflow: hidden;
}

#content_une>ul>li {
    height: 334px;
    width: 978px;
    float: left;
    position: relative;
}

#content_une>ul>li .slide_data {
    position: absolute;
    top: 45px;
    left: 55px;
    width: 550px;
    height: 170px;
}

#content_une>ul>li .slide_data1 {
    position: absolute;
    top: 45px;
    left: 435px;
    width: 550px;
    height: 170px;
}

#content_une>ul>li h2 {
    font-size: 18px;
    font-weight: normal;
    color: #868686;
    line-height: 125%;
    margin-top: 10px;
}

#content_une>ul>li h1 {
    font-size: 29px;
    font-weight: normal;
    color: #fff;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

#content_une>ul>li h1 span {
    color: #0c4da2;
}

#content_une>ul>li h1 span.orange {
    color: #e75113;
}

#content_une #pager {
    width: 680px;
    text-align: left;
    position: absolute;
    bottom: 3px;
    left: 10px;
    z-index: 2000;
}

#content_une #pager>div {
    /*background-color: #333;
	background-color: rgba(51,51,51,.7);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 5px 10px 2px 10px;
	display: inline;*/
}

#content_une #pager>div a {
    background: url(../images/feature-dots.png) no-repeat 0 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    text-decoration: none;
}

#content_une #pager>div a+a {
    margin-left: 2px;
}

#content_une #pager>div a.activeSlide {
    background-position: right 0;
}

a.slideButton,
a.slideButton:visited {
    display: inline-block;
    padding: 5px;
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    text-decoration: none;
    background: url("../images/slide-button.jpg") no-repeat scroll right top transparent;
    height: 28px;
    width: 102px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    margin-top: 35px;
    float: right;
    margin-right: 200px;
}

a.slideButton:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #575756
}

a:hover {
    text-decoration: underline;
}

#bloc-bas {
    width: 990px;
    margin: 10px auto;
    /*height:213px;*/
    padding: 0px 10px 5px 0;
    background: #fff;
}

#bloc-bas>ul>li {
    width: 280px;
    /*height:213px;*/
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 0px 5px;
}

#bloc-bas>ul>li.first {
    padding-left: 10px;
    width: 190px;
    margin-right: 20px
}

#bloc-bas>ul>li.first img {
    padding: 3px;
}

#bloc-bas>ul>li.second {
    padding: 0;
    width: 545px;
}

#bloc-bas>ul>li.last {
    margin-right: 0px;
    width: 190px;
    margin-left: 5px
}

#bloc-bas h2 {
    color: #439d17;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #439d17
}

#bloc-bas p {
    font-size: 95%;
    line-height: 18px;
    margin-right: 6px;
    padding: 10px 0 9px 0;
    font-color: #333
}

#bloc-bas ul.bullets li {
    font-size: 95%;
    line-height: 18px;
    margin-bottom: 4px;
    padding-left: 10px;
    background: transparent url("../images/bullet-arrow-blue.gif") no-repeat scroll 0% 50%;
    margin-left: 8px;
    color: #ff6600;
}

/*****************TAB*****************************/
#left {
    margin-top: 18px;
}

#right {
    margin-top: 18px;
}

.hsbcSkinSet03 h2 {
    color: #FF0000;
}

.hsbcSkinSet03 h3 {
    padding-top: 15px;
}

.hsbcSkinSet03 {
    width: 548px;
}

h1 {
    font-size: 175%;
    line-height: 33px;
    padding-bottom: 9px;
}

.vtabs-content-column {
    float: left;
    width: 323px;
    margin-left: 18px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden
}

.hsbcSkinSet03 p {
    font-size: 75%;
    line-height: 20px;
    margin-right: 6px;
    padding-bottom: 9px;
}

#Jtabs ul.listStyle30 {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 176px;
    padding-left: 1px;
    overflow: visible;
}

#Jtabs ul.listStyle30 li {
    list-style: none outside none;
    margin: 0;
    position: relative;
}

#Jtabs ul.listStyle30 li.firstItem {
    height: 33px;
    list-style: none outside none;
    margin: 0;
    padding: 4px 1 11px 8px !important;
}

#Jtabs ul.listStyle30 li.lastItem {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 4px 1 11px 8px !important;
}

.tabSel {
    height: 33px !important;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
    width: 176px;
    background-image: url(../images/tabs/tab_content_sel_bg.gif);
    background-repeat: repeat-y;
    position: relative;
    left: -1px;
}

#Jtabs ul.listStyle30 li.selectedItem {
    height: 33px !important;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
    width: 176px;
    background-image: url(../images/tabs/tab_content_sel_bg.gif);
    background-repeat: repeat-y;
    position: relative;
    left: -1px;
}

#Jtabs ul.listStyle30 li.lastSelectedItem {
    height: 33px !important;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
    width: 176px;
    background-image: url(../images/tabs/tab_content_sel_bg.gif);
    background-repeat: repeat-y;
    position: relative;
    left: -1px;
}

#Jtabs .listStyle30 a {
    color: #333333;
    font: 12px/34px Helvetica, Arial, sans-serif;
    padding: 0;
    text-decoration: none;
    margin-left: 11px;
    height: 33px;
    width: 168px;
    display: block;
}

#Jtabs ul.listStyle30 li.tabSel a,
#Jtabs ul.listStyle30 li.selectedItem a,
#Jtabs ul.listStyle30 li.lastSelectedItem a {
    color: #ff6600;
    font-weight: bold
}

.tabLI {
    height: 33px !important;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
    width: 168px;
}

.tabLiDpl {
    height: 33px !important;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
    width: 168px;
    background-image: url(../images/tabs/tab_seperator_selected.gif);
    background-repeat: no-repeat;
}

div.tabContentTop {
    display: block;
    height: 6px !important;
    width: 544px;
    background-image: url(../images/tabs/tab_content_top.gif);
    background-repeat: no-repeat;
    font-size: 0px;
    /*ie6 fix*/
}

div.tabContentBottom {
    display: block;
    height: 6px;
    width: 544px;
    background-image: url(../images/tabs/tab_content_bottom.gif);
    background-repeat: no-repeat;
    font-size: 0px;
    /*ie6 fix*/
}

div.tabContentMiddle {
    display: block;
    width: 544px;
    height: 349px;
    background-image: url(../images/tabs/tab_content_middle.gif);
    background-repeat: repeat-y;
    padding-top: 5px;
}

.tab_seperator {
    padding: 0 !important;
    margin: 0 !important;
    height: 2px !important;
    zoom: 0;
    width: 176px;
    background: url(../images/tabs/tab_content_seperator.gif) 0 0 no-repeat;
    line-height: 0px;
    font-size: 0px;
    /*ie fix*/
}

.hsbcSkinSet03 a:focus {
    background-color: transparent !important;
    outline: 0;
}

.productA {
    background: url("../images/bullet-arrow-red.gif") no-repeat scroll 0 6px transparent;
    color: #000000;
    float: right;
    font-size: 75%;
    margin-right: 12px;
    padding-left: 9px;
    margin-top: 15px
}

div.countryListPopup {
    z-index: 2;
}

#viewAllLink {
    text-decoration: none;
}

#viewAllLink:hover {
    text-decoration: none;
}

.reseau h6 {
    color: #ff6600;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.reseau {
    width: 200px;
}

.marginT15 {
    margin-top: 15px;
}

/*************** Partenaires **************/
h2.titre-partenaire {
    color: #439d17;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 10px 10px 0 10px;
    background: url("../images/partenaires/footer-shadow1.gif") 5px bottom no-repeat;
    display: block;
}

div.max-group-logos {
    height: 142px;
    width: 951px;
    background: #f9f9f9;
    padding: 0;
    margin: 15px 0 20px 20px;
    /*text-align: center;*/
    position: relative;
    border: 1px solid #F5F5F5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

div.max-group-logos ul.partenaires_slide {
    height: 108px;
    width: 911px;
    padding: 0;
    margin: 0 0 0 49px;
    overflow: hidden
}

div.max-group-logos ul.partenaires_slide>li {
    margin: 0;
    list-style-type: none;
    float: left;
    width: 911px;
}

div.max-group-logos ul.logos_partenaires {
    margin-left: 65px
}

div.max-group-logos ul.logos_partenaires>li {
    padding: 30px 20px 0 20px;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 95px;
    overflow: hidden;
    border-left: 1px solid #fff
}

div.max-group-logos a.navl,
div.max-group-logos span.navl {
    width: 33px;
    height: 67px;
    position: absolute;
    left: 9px;
    top: 50px;
    background: url(../images/fleche_g.gif) 0 0 no-repeat;
    display: block;
    z-index: 1000
}

div.max-group-logos a.navd,
div.max-group-logos span.navd {
    width: 33px;
    height: 67px;
    position: absolute;
    right: 9px;
    top: 50px;
    background: url(../images/fleche_d.gif) 0 0 no-repeat;
    display: block;
    z-index: 1000
}

div.max-group-logos span.navl {
    background-image: url(../images/fleche_g0.gif);
}

div.max-group-logos span.navd {
    background-image: url(../images/fleche_d0.gif);
}

/*************** Footer ***************/
#footer {
    width: 100%;
    background: #00479a url("../images/bg_footer.jpg") repeat-x left top;
}

#footer table td {
    padding: 2px 11px 0 11px;
    color: #fff;
}

#footer table td a {
    color: #fff;
}

#footer table td.first,
#footer table td.last {
    padding: 2px 5px 0 5px;
    color: #fff;
}

#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0
}

#footer ul li {}

#footer ul li a {
    font-weight: bold;
    /*display:block;*/
    text-decoration: none;
    color: #c9e1fe;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/bullet-arrow-blue.gif) left 3px no-repeat;
    padding-left: 8px
}

#footer ul li a:hover {
    text-decoration: underline
}