*{
	margin: 0;
	padding: 0;
}
body {
	background: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797f7f;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #1a275c;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
input, select, textarea{
	border: 1px solid #e1e0de;
}

/*----------------------------------------------------------------------------*/
/*ref*/
h1, .baseline{
	line-height: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #BFBFBF;
}
.baseline, .baseline a{
	color: #BFBFBF;
}

/*----------------------------------------------------------------------------*/
#topMenu{
	position: relative;
	background: #7bbfbc url(/images/commun/box-wide.png) 50% 0 no-repeat;
	margin: 0 auto;
	padding: 4px 20px 0 4px;
	width: 992px;
	height: 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#topMenu ul{
	float: right;
	background: #389e9b;
	height: 30px;
}
#topMenu li{
	display: block;
	float: left;
	height: 30px;
}
#topMenu a{
	display: block;
	float: left;
	border-right: 1px solid #7bbfbc;
	padding: 0 20px;
	height: 30px;
	line-height: 30px; 
	color: #fff;
}
#topMenu a.current, #topMenu a:hover{
	background: #1a4a49;
}
#topMenu a:first-letter{
	color: #1d2d5a;
}
#topMenu a.current:first-letter, #topMenu a:hover:first-letter{
	color: #fff;
}

#header{
/*	position: relative!important;
	position: static;
	z-index: 1;
	background: #fff url(/images/commun/box-wide.png) 50% 100% no-repeat;
	margin: 0 auto;
	padding: 0 4px 6px;
	width: 1008px;
	height: 182px;*/
    background: url("/images/commun/box-wide-header.png") repeat-y scroll 0 0 transparent;
    height: 140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1012px;
}
#header .intro {
    padding: 0 0 0 12px;
}
#header p{
}
#acs{
	background: url("/images/commun/acs.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 130px;
    outline: medium none;
    text-indent: -5000px;
    width: 176px;
}
#header img{
	position: absolute;
	top: 0px;
	right: 4px;
}
#menu{
	background: url("/images/commun/bgmenu.png") 0 0 repeat-x;
        font-size: 10px;
        font-weight: bold;
        height: 41px;
        margin: 0 0 7px;
        padding: 0;
        position: relative;
        text-align: right;
        text-transform: capitalize;
        width: 1012px;
}
#menu ul{
	float: left;
}
#menu li{
        background: url("/images/commun/separ.png") 100% 0 no-repeat;
	display: block;
	float: left;
}
#menu li:hover{
}
#menu a{
        color: #FFFFFF;
        display: block;
        float: left;
        font-family: "lucida sans";
        font-size: 14px;
        font-weight: bolder;
        height: 38px;
        line-height: 38px;
        padding: 1px 20px 0 18px;
        text-align: center;
}
#menu a.current, #menu a:hover{
	background: url("/images/commun/bgmenu-hover.png") 0 0 repeat-x;
	/*background: #1a4a49;*/
}
#menu a:first-letter{
	/*color: #1d2d5a;*/
}
#menu a.current:first-letter, #menu a:hover:first-letter{
/*	color: #fff;*/
}
#global{
    width: 1012px;
    margin: 0 auto;
}
#menu li#locales{
/*        height: 38px;
        padding: 0 0 0 62px;
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;*/
}
#menu li#locales a{
        background: none;
	border: medium none;
        color: #909090;
        display: block;
        font-size: 10px;
        font-weight: normal;
        height: 11px;
        line-height: 11px;
        padding: 0;
        text-indent: 12px;
        text-transform: capitalize;
        width: 32px;
        z-index: 2;
}
#menu li#locales a.current{
    text-indent: -5000px;
}
#menu li#locales {
        background: url("/images/commun/flags/flesh.gif") 28px 12px no-repeat;
        position: absolute;
        height: 11px;
        margin: 7px 0 0;
        overflow: hidden;
        padding: 7px 0 0 8px;
        right: 0;
        top: 0;
        width: 39px;
        z-index: 88;
}
#menu #locales:hover{
        background: url("/images/commun/local.png") 0 0 no-repeat;
        height: auto;
}
#locales a.current{
    margin: 0 0 10px;
}
div#menu #locales ul li a#goTo_fr:hover{
        /*background: url("/images/commun/locale-top.png") 0 0 no-repeat;*/
}
#locales ul li{
        background: none;
        height: 11px;
        padding: 0 0 10px;
}

#menu li#locales a#goTo_en, #menu li#locales a#goTo_en:hover{
	left: 62px;
	background: url(/images/commun/flags/en.gif) 0 0 no-repeat;
}
#menu li#locales a#goTo_fr, #menu li#locales a#goTo_fr:hover{
	left: 22px;
	background: url(/images/commun/flags/fr.gif) 0 0 no-repeat;
}
#goTo_sp{
	left: 969px;
}
#menu li.parent {
        position: relative;
}
#menu li.parent:hover {
        position: relative;
	background: url("/images/commun/bgmenu-hover.png") 0 0 repeat-x;
}
#menu li.parent:hover ul {
        display: block;
}
#menu li.parent ul{
	background: url(/images/commun/subMenu.png) 0 0 no-repeat;
        position: absolute;
        left: 0;
        top: 38px;
        z-index: 100;
        display: none;
}
#menu .parent ul li{
        background: none;
}
#menu .parent ul li a:hover{
        background: none;
}
/*#locales{
}
#locales a{
	display: block;
	position: absolute;
	top: 120px;
	z-index: 2;
	border: none;
	padding: 0;
	width: 32px;
	height: 32px;
	text-indent: 5000px;
}
#goTo_en, #topMenu a#goTo_en:hover{
	left: 62px;
	background: url(/images/commun/flags/en.png) 0 0 no-repeat;
}
#goTo_fr, #topMenu a#goTo_fr:hover{
	left: 22px;
	background: url(/images/commun/flags/fr.png) 0 0 no-repeat;
}
#goTo_sp{
	left: 969px;
}*/

/*----------------------------------------------------------------------------*/
#main{
	 margin: 0 auto;
        position: relative;
        width: 1012px;
        z-index: 0;
}

/*----------------------------------------------------------------------------*/
#leftSide{
	position: relative;
	z-index: 1;
	float: left;
	width: 238px;
	font-size: 10px;
}
#leftSide ul.menuHeader{
	background: url("/images/commun/menu-v-t.png") no-repeat scroll 0 0 transparent;
        padding: 3px 0 0;
}
#leftSide li.menuChild{
	background: url("/images/commun/menu-v-b.png") no-repeat scroll 0 100% transparent;
        margin: 0 0 9px;
        padding: 0 0 2px;
        width: 238px;
}
#leftSide h3{
	background: none repeat scroll 0 0 #FFFFFF;
        border-left: 1px solid #ACACAE;
        border-right: 1px solid #ACACAE;
        color: #209D7B;
        font-family: "lucida sans";
        font-size: 15px;
        font-weight: bolder;
        height: 39px;
        line-height: 39px;
        padding: 0 0 0 15px;
}
#leftSide h3 a{
	color: #209D7B;
}
#leftSide .hoverAble .hoverHolder{
	height: 0;
	overflow: hidden;
}
#leftSide li ul{
	background: #fcfcfc url(/images/commun/gradiant3.png) 0 0 repeat-x;
        border-top: 1px solid #298F73;
        border-left: 1px solid #ACACAE;
        border-right: 1px solid #ACACAE;
        padding: 12px 17px 0;
	text-transform: uppercase;
	color: #1d2d5a;
}
.hoverHolder{
}
#leftSide li ul li{
    padding: 0 0 12px;
}
#leftSide li ul a{
	display: block;
	background: url(/images/commun/puce-blue.gif) 17px 5px no-repeat;
	padding: 0 0 0 28px;
	line-height: 14px;
        color: #737373;
}

#companyInfos li{
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: none;
}
#companyInfos li strong{
	color: #00837e;
}
#leftSide #companyInfos li a{
	display: block;
	background: none;
	padding: 2px 0 0 0;
}

/*----------------------------------------------------------------------------*/
#middle{
	background: #FFFFFF url("/images/commun/bgProdListTop.png") 0 0 no-repeat;
        float: right;
        margin: 0;
        padding: 3px 0 0;
        position: relative;
        width: 764px;
        z-index: 0;
}
#middleInner{
	background: #FFFFFF;
        border-left: 1px solid #C5C5C7;
        border-right: 1px solid #C5C5C7;
        padding: 6px 17px 0;
        width: 728px;
        position: relative;
}
.close{
	background: url("/images/commun/bgProdListBottom.png") 0 0 no-repeat;
        position: absolute;
        bottom: 0;
        display: block;
        height: 2px;
        left: -1px;
        width: 764px;
}
/*----------------------------------------------------------------------------*/
#middle h2{
	margin: 0 0 8px 0;
	font-size: 24px;
	font-weight: normal;
	color: #1d2e5a;
}
#middle p{
	margin: 0 0 10px 0;
}
.catIntro{
	margin: 0 0 20px 0;
}
.subCatList{
	background: url("/images/commun/produit.png") 0 0 repeat;
        float: left;
        height: 230px;
        margin: 0 12px 17px 0;
        width: 136px;
        overflow: hidden;
}
.subCatList.last{
    margin: 0 0 17px 0;
}
.subCatList dt{
	color: #FFFFFF;
        display: block;
        font-size: 13px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        padding: 1px;
        text-align: center;
}
.subCatList dt a{
	color: #fff;
        display: block;
}
.subCatList dd{
        height: 191px;
}
.subCatList h3{
        font-weight: normal;
        padding: 8px 0 3px;
        text-align: center;
        line-height: 13px;
}
.subCatList h3 a{
        color: #797f7f;
	font-size: 11px;
}
.subCatList .imgProd{
        height: 100px;
        display: block;
}
.subCatList li{
	color: #797F7F;
        float: left;
        font-size: 11px;
        margin: 0;
        padding: 0 0 4px;
        position: relative;
        text-align: center;
        width: 100%;
}
.subCatList li strong{
	color: #209D7B;
        font-size: 12px;
        font-weight: normal;
}
.subCatList li.prodPic{
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	background: none;
	padding: 0;
	width: 90px;
}
.subCatList li.prodPic a{
	display: block;
}
.subCatList li.prodPic img{
	position: absolute;
	right: 0;
	display: block;
	height: 68px;
}
.subCatListe{
    margin: 0 0 1px;
}
.subCatListe dt {
    background: none repeat scroll 0 0 #1B2952;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.subCatListe dt a {
    color: #FFFFFF;
}
.subCatListe dd {
    background: url("/images/commun/gradiant3.gif") repeat-x scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #1B2952;
    height: 76px;
    padding: 10px 10px 10px 45px;
    position: relative;
}
.subCatListe h3 {
    font-size: 14px;
    margin: 5px 0;
}
.subCatListe li {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    padding: 0 15px;
    position: relative;
    width: 354px;
}
.subCatListe li strong {
    border-left: 1px solid #FFFFFF;
    color: #00837E;
    display: block;
    font-size: 14px;
    left: 137px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.subCatListe li.prodPic {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 90px;
    z-index: 1;
}
.subCatListe li.prodPic a {
    display: block;
}
.subCatListe li.prodPic img {
    display: block;
    height: 68px;
    position: absolute;
    right: 0;
}
/*----------------------------------------------------------------------------*/
.prodDetails{
	padding: 0 4px 0 5px;
}
.prodDetails dt{
	display: block;
	position: relative;
	background: #1b2952;
	margin: 0 0 10px 0;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.prodDetails dt em{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 11px;
	font-style: normal;
}
.prodDetails dt a{
	text-decoration: underline;
	color: #fff;
}

#diapo{
	float: left;
	background: #eff0f0;
	border: 9px solid #e5e6e6;
	padding: 1px;
	width: 351px;
	height: 238px;
}
#thumbnails{
	float: left;
	background: #fff;
	border: 10px solid #e5e6e6;
	padding: 10px 0 0 10px;
	width: 341px;
}
#thumbnails{
	height: auto;
}
#thumbnails li{
	float: left;
	margin: 0 10px 10px 0;
}

#rightHalf{
	float: left;
	border: 1px solid #e5e6e6;
	margin: 0 0 2px 5px;
	padding: 15px;
	width: 328px;
	height: 189px;
	overflow: hidden;
}
#rightHalf h2{
	font-size: 14px;
	font-weight: bold;
}

#actions{
	float: left;
	position: relative;
	z-index: 0;
	margin: 0 0 0 5px;
	width: 360px;
	height: 37px;
	font-size: 14px;
	font-weight: bold;
}
#actions p{
}
#actions a{
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
}
.goContact{
	left: -3px;
	background-image: url(/images/commun/button-green.gif);
	width: 193px;
}
.goBack{
	right: -3px;
	background-image: url(/images/commun/button-blue.gif);
	width: 173px;
}

#caract{
	clear: both;
	border: 1px solid #e5e6e6;
	padding: 15px;
}
#caract h3{
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #1d2e5a;
}
#caract ul{
	margin: 0 0 30px 0;
}
#caract li{
	background: url(/images/commun/bullet2.gif) 5px 8px no-repeat;
	border-bottom: 1px solid #e5e6e6;
	padding: 2px 0 2px 15px;
}

/*----------------------------------------------------------------------------*/
.contentPics{
	float: right;
	margin: 0 0 10px 10px;
}
.contentPics img{
	display: block;
	clear: both;
	background: #E5E6E6;
	border: 9px solid #EFF0F0;
	margin: 0 0 10px 0;
	padding: 1px;
	width: 320px;
}
#contentPicsWide{
	float: none;
	clear: both;
	margin: 0 0 10px 0;
}
#contentPicsWide img{
	display: block;
	clear: both;
	margin: 0 auto 10px auto;
	width: auto;
}

table{
	margin: 0 0 20px 0;
	width: 100%;
	border: 1px solid #1A4A49;
	border-collapse: collapse;
}
th{
	background-color: #7BBFBC;
	border: 1px solid #1A4A49;
	padding: 2px 10px;
	text-align: left;
	color: #fff;
}
td{
	border: 1px solid #1A4A49;
	padding: 2px 10px;
}
.odd{
	background-color: #EFF7F7;
}
/*----------------------------------------------------------------------------*/
#doCheckout{
	width: 666px;
	padding: 25px;
}
#doCheckout p{
	position: relative;
	clear: both;
	margin: 0 0 3px 0;
	width: 666px;
	height: 21px;
	line-height: 21px;
}
#doCheckout label{
	position: absolute;
	left: 0;
	display: block;
	background-color: #7BBFBC;
	border: 1px solid #e1e0de;
	padding: 0 0 0 10px;
	width: 213px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#doCheckout input, #doCheckout select, #doCheckout textarea{
	position: absolute;
	right: 0;
	width: 436px;
	height: 19px;
	border: 1px solid #e1e0de;
}
#doCheckout select{
}

#doCheckout p.autoH{
	margin: 0 0 10px 0!important;
	margin: 0;
	height: 76px;
}
#doCheckout p.autoH label{
	height: 74px;
}
#doCheckout textarea{
	height: 74px;
}
#doCheckout p.doSendHolder{
	width: 666px;
	height: 32px;
	line-height: 32px;
}
.doSendForm, #doCheckout input.doSendForm{
	border: none;
	width: 143px;
	height: 32px;
}
input.doSendForm, #doCheckout input.doSendForm{
	background: url(/images/commun/bg-button2.gif) 0 5px no-repeat;
	height: 37px;
}
input.doSendForm.greyButton, #doCheckout input.doSendForm.greyButton{
	background: url(/images/commun/bg-buttonGrey.gif) 0 0 no-repeat;
}

#doCheckout .modepaie{
	margin:20px 0 10px;
}
#doCheckout .modepaie li{
	position: relative;
	margin-top:5px;
	height: 35px;
	clear:both;
}
#doCheckout .modepaie li.label{
	height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#doCheckout .modepaie label{
	padding-left: 30px;
	width: 636px;
	height: 35px;
	line-height: 35px;
}
#doCheckout .modepaie .label label{
	background: transparent;
	border: none;
	padding-left: 0px;
	width: 666px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
#doCheckout .modepaie input{
	top: 12px;
	left: 5px;
	border: none;
	width: 15px;
	height: 15px;
}
#doCheckout .modepaie span{
	margin:-15px 0px 0px 25px;
	display:block;
}
.modepaie li img{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
}

#doCheckout #doSendForm{
	position: relative;
	margin: 10px 0 0 0;
	height: 37px;
}
#doSendForm input{
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	border: none;
	width: 193px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
}
#doSendForm input.goContact{
	left: auto;
	right: 0px;
}
.goBack{
	right: -3px;
	background-image: url(/images/commun/button-blue.gif);
	width: 173px;
}

/*validate*/
#doCheckout .red {
	border: 1px solid #cc0000;
}
#doCheckout label.red {
	border: none;
	color: red;
}
#doCheckout .customRed {
	border: none;
	color: red;
}
#validationMessage {
	display: none;
}

#doCheckout .errorMessage {
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 10px;
	text-align: right;
	color: #c00;
}
/*captcha*/
fieldset{
	border: none;
}
#doCaptcha{
	position: relative;
	width: 666px;
	height: 80px;
}
#doCaptcha p.bold{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#doCaptcha p.captchaItem{
	position: absolute;
	top: 25px;
	text-align: center;
}
#doCaptcha p.captchaImg{
	left: 0;
	width: 78px;
	height: 48px;
	border: 1px solid #e5e5c6;
}
#doCaptcha p.captchaMsg{
	left: 0;
}
#doCaptcha p.captchaError{
	top: auto;
	bottom: 0;
	left: 0;
	font-weight: bold;
	font-style: italic;
	color: #c00;
}
#doCaptcha p.captchaInput{
	right: 0;
	width: 80px;
	height: 50px;
}
#doCaptcha p.captchaInput .errorMessage{
	top: 0;
	right: 0;
	text-align: center;
}
#doCaptcha p.captchaInput input{
	padding: 10px 5px;
	width: 68px;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}


/*----------------------------------------------------------------------------*/
#pop{
	background: #fff url(/images/commun/box-middle.png) 0 0 no-repeat;
	padding: 15px 0 0 0;
	width: 776px;
	height: 105px;
	text-align: center;
	font-size: 14px;
	color: #7a7777;
}
#popInner{
	background: #fff url(/images/commun/box-middle.png) 0 100% no-repeat;
	padding: 0 15px 15px 15px;
	width: 746px;
	height: 90px;
}
#pop h5{
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	color: #2b2b2b;
}
#pop p{
	margin: 0 0 10px 0;
}
#whatsNext{
	position: relative;
}
#whatsNext a{
	position: absolute;
	top: 2px;
	display: block;
	font-size: 16px;
	color: #4b3e27;
}
#doContinue{
	left: 52px;
}
#doValidate{
	right: 50px;
}

/*----------------------------------------------------------------------------*/
.searchResults li{
	border-bottom: 1px dotted #993399;
	margin: 0 0 10px 0;
}
.searchResults li h4{
	margin: 0 0 5px 0;
}
.highLight, *.highLight{
	background-color: #D1D9DF;
	background: url(/images/commun/bg-button.gif) 0 0 repeat-x;
	padding: 0 5px;
	color: #fff;
}
.searchResults strong{
	display: block;
	text-align: right;
	font-weight: normal;
}
.searchResults a:hover{
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
#footer{
	position: relative;
	margin: 0 auto;
	padding: 20px 4px 0;
	width: 1008px;
	text-align: center;
	font-size: 9px;
}
#footer a{
	/*color: #797f7f;*/
}


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

/*----------------------------------------------------------------------------*/
.relative{
	position: relative;
}
.atLeft{
	left: 0;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.fnone{
	float: none;
}
.clear{
	clear: both;
}
.lclear,#main li.lclear{
	clear: left;
}
.rclear,#main li.rclear{
	clear: right;
}
.noHeight{
	display: block;
	margin-top: -1px;
	height: 1px;
	line-height: 1px;
	font-size:1px;
}
.hidden{
	display: none;
}
.hideOverflow{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.hiddenOverflow{
	overflow: hidden;
}
.hidePosition{
	position: absolute;
	left: -5000px;
}
.block{
	display: block;
}
.padded{
	padding: 25px;
}
.tenPixBottomM{
	margin-bottom: 10px;
}
.twentyPixBottomM{
	margin-bottom: 10px;
}
.nomargin{
	margin: 0;
}
.noborder{
	border: none;
}
.norborder{
	border-right: none;
}
.nobborder{
	border-bottom: none;
}
.notborder{
	border-top: none;
}
.nolborder{
	border-left: none;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.autoWidth{
	width: auto;
}
.autoHeight{
	height: auto;
}
.small{
	font-size:9px;
}
.tenPixSize{
	font-size: 10px;
}
.medium{
	font-size: 14px;
}
.big{
	font-size: 24px;
}
.fontSize12{
	font-size: 12px;
}
.sixRightMargin{
	margin-right: 6px;
}
em strong{
	color:#009;
	font-style:normal;}
