body.PB {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: #2e2d30 url(/Files/27092/oxacorp-maincontainer.gif) repeat-x top;
	}

/* MAIN >> General page container */

/*Liens basiques*/
a:link {color: #000066; text-decoration: underline ;}
a:visited {color: #000066; }
a:hover { color: #F29400; text-decoration: underline; }


#maincontainer {
	text-align:center;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#topbanner {
	display:block;
	width:980px;
	margin-top: 5;
	margin-right: auto;
	margin-left: auto;
}
/* HEADER STYLES >> General layout configuration - Configuration de la mise en page des éléments*/
#headercontainer {
	padding:0px;
	width: 980px;
	left: 0px;
	position: relative;/* Necessary for correct display of dropdown menus */
	z-index: 100;/* Necessary for correct display of dropdown menus */
	top: 0px;
	background:  url(/Files/27092/Img/18/oxacorp-header.gif) no-repeat left top;
	margin: 0px auto;
	height: 400px;
}
#headerarea {
	width: 980px;
	margin: 0px auto;
	height: 100px;
}
#headercolumn2 {
height:300px;
left:0;
padding:0;
position:absolute;
top:100px;
width:980px;
}

#headercolumn1 {
	width: 980px;
	height:75px;
	text-align: left;
}
#headerlogo {
	margin:0;
	display: block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	height: 100px;
	width: 245px;
}
#headerlogo a {
	vertical-align: middle;
	text-decoration:none;
	margin: 0em;
	padding: 0px;
}
#headerlogo img {
	border: none;
	height: 100px;
	width: 245px;
}
#headerbanner {
	display:block;
	width:100%;
	background-color:Silver;
	text-align:center;
}
#headerdata {
	text-align: left;
	padding: 0;
	width: 100%;
	margin-left: 0px;
	height: 0px;
}
#headerdata img {
	margin: auto 0px;/* image should be no larger than 460px */
	padding: 0px;
	float: right;
}
#headertext {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	top: 0px;
	display: block;
	left: 0px;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	text-align: left;
	width: 450px;
	clear: left;
}

/* HORIZONTAL MENU  >> menu block  - Boîte menu*/
#headermenu {
	overflow: visible;
	width: 735px;
_width:734px;
	top: 75px;
	left: 245px;
	padding: 0px;
	position: absolute;
}
/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des éléments*/
ul#hmenu {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	float: right;
}
#hmenu li {
	position:relative; /* Necessary for submenu positioning  */
	float: left;
	left: 0px;
	top: 0px;
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
	white-space: nowrap;
	_width: 1px;
	color: #006;
	text-decoration:none;
	padding: 6px 20px;
	margin-top: 0px;
}
/* HORIZONTAL MENU  >> mouseover links styles - Elément survolé*/
#hmenu li a:hover {
}
#hmenu a.menu:hover, #hmenu a.subactive {
	text-decoration:none;
	color: #fff;
	background: #AE1318;
}
/* HORIZONTAL MENU  >> - text styles - Mise en form des Textes*/
#hmenu span {
	
}

/* HORIZONTAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

/* HORIZONTAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#hmenu li.end {
	width: 1px;/*necessary when floating the ul to the right*/
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
_display: none;
}
/* HORIZONTAL MENU  >> Menu items - Eléments*/
#hmenu li.mitext {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
}
#hmenu li.miimg img{
	border:none;
}
#hmenu li.miimg a {
	padding:0;
}
/* HORIZONTAL SUBMENU >> */
ul#hmenu li div {
	margin:0;
	border:none;
	padding-top:0px;
}
ul#hmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;/*DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:-1px;
	top:25px;
	background: #AE1318;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;

}

ul#hmenu li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
}
ul#hmenu li ul.submenu a, ul#hmenu li ul.submenu span,ul#hmenu li ul.submenu li.mispacer, ul#hmenu li ul.submenu li.misep {
	background-color:transparent;
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:187px;
}

/* Class used to specify the rightmost item on the horizontal menu and correctly position it's submenu */
ul#hmenu li.menuright ul.submenu{
	left:auto;
	right:-1px;
	*right:-1px; /* for IE only */
}
ul#hmenu li ul.submenu li {
	
}
ul#hmenu li ul.submenu li.begin{
	display:none;
}

ul#hmenu li ul.submenu li.mispacer{
	height:15px;
}
ul#hmenu li ul.submenu li.misep{
	height:4px;
	border-bottom: 1px solid #3D270F;
}

ul#hmenu li ul.submenu li.end{
	display:none;
}
/* Submenu section titles */
#hmenu li ul.submenu li.mititle span, #hmenu li ul.submenu li.mititle a {
	color:#FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

ul#hmenu li.mitext ul.submenu li.mitext{

	text-align: left;
}
ul#hmenu li ul.submenu li.menusep {
	
}
ul#hmenu li ul.submenu li a, ul#hmenu li ul.submenu li span {
	display:block;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
	color: #fff;
	/*border-top: 1px solid #AE1318;*/
	/*border-bottom: 1px solid #AE1318;*/
	border-right-style: none;
	border-left-style: none;
}
ul#hmenu li ul.submenu li a:hover {
	background-color: #18161b;  /*code couleur survole */
	color:#FFF;
	/*border-top: 1px solid #FFF;*/
	/*border-bottom: 1px solid #FFF;*/
	border-right-style: none;
	border-left-style: none;
_width:187px;
}
ul#hmenu li ul.submenu li.mititle a:hover {
	color: #fff;
}
ul#hmenu li ul.submenu li.miimg a.menu img {
	border:none;
}
ul#hmenu li.miimg ul.submenu a, ul#hmenu li.miimg ul.submenu span {
	text-align: left;
}
/* HORIZONTAL SUBMENU END */

/* END HEADER STYLES */

/* CONTENT STYLES */
#bodycontainer {
	width: 980px;
	position:relative;
	z-index:50;/* necessary for submenus */
	margin: 0px auto;
	padding: 0;
	background: #FFFFFF url(/Files/27092/oxacorp-bodyarea.gif) repeat-y right;
}


#bodyarea {
	min-height:450px;
	height:auto;
	position:relative;
	padding-top: 0px;
}
/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:450px;
}
/**/
#bodycolumn1 {
display:block;
float:left;
margin:10 0 0 0;
padding:0 0 0 0;
width:245px;
}

#bodycolumn2 {
margin:0 28px 0 270px;
padding:25px 0 0;
_padding:5px 0 0;
}
#bodycolumn3 {
	position:absolute;
	top:-114px;
	right:-20px;
	background-color:silver;
	margin:0;
	padding:0;
}
#verticalbanner {+6
	position:absolute;
	left:0;
	top:0;
}
#bodytopbanner {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	line-height: 0px;
}
#bodydata {
	margin: 0;
}
.clearbodycontainer {
	clear:both;
	font-size:1px;
	line-height:0px;
}

/* END CONTENT STYLES */

/* VERTICAL MENU  >> General layout configuration - Configuration de la mise en page générale*/
#verticalmenu {
	display:block;
	margin:0;
	padding:0;
	overflow:visible;
}
/* VERTICAL MENU  >> Menu items layout styles - Configuration de la mise en page des éléments*/
ul#vmenu {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
#vmenu li a, #vmenu li span, #vmenu li.misep, #vmenu li.mispacer {
	/*width:200px;  set menu width here */
}
/* GENERAL LI STYLES */
#vmenu li {
	padding:0;
	margin: 0;
	position:relative; /* Necessary for submenu positioning */
	text-align: left;
	zoom:1;
}
#vmenu li.miimg {
	text-align:center;
}
#vmenu li.miimg img {
	
}
/* VERTICAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#vmenu li.begin {
	display:none;
}
/* VERTICAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#vmenu li.end {
	display:none;
}

/* VERTICAL MENU  >> Spacers - Eléments de type espace*/
#vmenu li.mispacer {
	height:20px;
}
/* VERTICAL MENU  >> Separators - Eléments de type séparateur*/
#vmenu li.misep {
	height:10px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #999;
	border-left:none;
}
#vmenu li.mitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 14px;
}

/* GENERAL LINK STYLES */
#vmenu a.menu, #vmenu span {
	text-decoration:none;
	display:block;
	color:#999;
	padding: 0px;
}
/* VERTICAL MENU  >> mouseover links styles - Elément survolé*/
#vmenu li a:hover, #vmenu li a.subactive {
	color: #000;
	background: none;
}
#vmenu li.mititle span, #vmenu li.mititle a.menu {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #6b88ab;
}

#vmenu li.mititle a.menu:hover, #vmenu li.mititle a.subactive {
	
	color:#17375E;
}
#vmenu li.mitext a.menu, #vmenu li.mitext span {
	
}
*html #vmenu li.mitext a.menu, *html #vmenu li.mitext span {
	
}
#vmenu li.mitext a.menu:hover, #vmenu li.mitext a.subactive {
	
}

#vmenu li.miimg a.menu img {
	border: none;
}
#vmenu li.miimg a.menu:hover img {
	border: none;
background-color:none;
}
/* VERTICAL MENU SUBMENUS >> BEGIN */
ul#vmenu li div{
	padding:0px;
	margin:0;
	border: none;
}
ul#vmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color:#FFFFFF;
	border: 1px solid #000;
	position:absolute;
	top:0px;
	left:200px;
	visibility:hidden;
}
/* Class used to specify the Bottommost item on the Vertical menu and correctly position it's submenu */
ul#vmenu li.menuup ul.submenu{
	bottom:-1px;
	top:auto;
}
/* GENERAL SUBMENU LI STYLES */
ul#vmenu li ul.submenu li {
	margin:0;
	text-align: left;
}
ul#vmenu li ul.submenu li.miimg, ul#vmenu li ul.submenu li.miimg img {
	text-align:center;
	padding:0;
}

ul#vmenu li ul.submenu li.misep {
	height:4px;
	border-bottom: 1px solid #000;
	border-top:none;
	border-right: none;
	border-left:none;
}
ul#vmenu li ul.submenu li.menusep {
}
ul#vmenu li ul.submenu li a, ul#vmenu li ul.submenu li span, ul#vmenu li ul.submenu li.misep, ul#vmenu li ul.submenu li.mispacer{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	margin: 0px;
}
ul#vmenu li.mititle ul.submenu li a.menu, ul#vmenu li.mititle ul.submenu li span {
	background-image:none;
}

#vmenu li ul.submenu li.mititle span, #vmenu li ul.submenu li.mititle a.menu {
	margin: 0px;
	padding-top: 4px;
	padding-bottom:4px;
	font-size: 12px;
	color:#000000;
	line-height: 15px;
	font-weight: bold;
	text-decoration:none;
	border-right:none;
	background-image:none
}
#vmenu li ul.submenu li.mititle a.menu:hover {
	color: #000;
	background-color: #d9d9d9;
	border-right:none;
}
ul#vmenu li ul.submenu li.mitext a.menu, ul#vmenu li ul.submenu li.mitext span {
	color:#666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	padding-top:4px;
	padding-bottom:4px;
	border-right:none;
}
ul#vmenu li ul.submenu li.mitext a.menu:hover{
	font-weight:normal;
	color: #000;
	background: #d9d9d9 url(none);
	border-right:none;
}
ul#vmenu li ul.submenu li.miimg a.menu, ul#vmenu li ul.submenu li.miimg a.menu img{
	text-align:center;
	border-right:none;
}

ul#vmenu li ul.submenu li.miimg a.menu:hover{
	background-color: #d9d9d9;
	border-right:none;
}

/* VERTICAL SUBMENU END */

/* FOOTER STYLES */
#footercontainer {
	padding:0;
	width:980px;
	font-size: 0px;
	color: #000000;
	margin: 0px auto 0;
	background: url(/Files/27092/oxacorp-bodyarea.gif) repeat-y left top;
}
#footerarea {
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background: url(/Files/27092/oxacorp--footer.gif) no-repeat left bottom;
	}
#footermenu {
	clear:both;
	margin:0 0 0 245;
	padding:10px 0px;
	overflow:visible;
	width: 735px;
	border-top: 1px solid #CCC;
	font-size: 10px;
}
/* FOOTER MENU >> Menu items layout - Configuration de la mise en page des éléments*/
ul#fmenu {
list-style-type:none;
margin:0 10px;
padding:0;
text-align:left;
white-space:nowrap;
_margin: 0 0 0 10px;
}

#fmenu li {
	border:none;
	display:inline;
	line-height: 20px;
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
_margin : 0px;

}
/* FOOTER MENU >>  Link styles - Mise en forme des liens*/
#fmenu a.menu, #fmenu span{
	text-decoration:none;
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
_padding-left: 10px;
}
/* FOOTER MENU >>   mouseover links styles - Elément survolé*/
#fmenu li a:hover {
}
#fmenu a.menu:hover {
	text-decoration:underline;
	color: #000;
}
/* FOOTER MENU >> First element (border before first menu item) - Premier élément (bordure)*/
#fmenu li.begin {
	display: none;
}
/* FOOTER MENU >>  Separator  between menu items - Separateur entre les éléments*/
#fmenu li.sep {
	background-color:#FFFFFF;
}
#fmenu li.mispacer {
	line-height:10px;
	width:1px;
	margin:0 2px;
	padding:0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* FOOTER MENU >> Last element (border after last menu item) - Dernier élément (bordure)*/
#fmenu li.end {
	display: none;
}
/* FOOTER MENU >> Separator */
#fmenu li.misep {
	display:block;
	height:0px;
	width:0px;
	margin:0;
	font-size:0px;
	line-height:0px;
}
/* END FOOTER MENU */
/* COPYRIGHT and CREDITS */
#copyright {
font-size:10px;
margin:20px 0 0 265px!important; margin:20px 0 0 -155px;
text-align:left;
width:300px;
}
#copyright span {
	color: #666;
	padding:0px;

}
#poweredby {
margin:0 0 0 510px;
_margin:0 0 0 150px;
padding:0;
position:relative;
top:-15px;
width:120px;
font-size: 10px;
}

#poweredby a, #poweredby a:link, #poweredby a:visited {
	color: #666;
	text-decoration:none;
}
#poweredby a:hover {
	text-decoration:underline;;
	color: #333;
}
#poweredby span {}
/* END COPYRIGHT and CREDITS */
/* END FOOTER */

/*LANGUAGE ICONS */
#langflags {
bottom:-85px;
float:left;
left:60px;
margin:0;
padding:10px 5px;
position:absolute;
text-align:right;
display:none;
}
#langflags ul, #langflags li, #langflags a, #langflags span {
	margin: 0;
	padding: 0;
}
#langflags ul {
	list-style-type:none;
	list-style-position:outside;
	text-align:center;
}

#langflags ul li {
	display: inline;
	text-align: right;
}
#langflags ul li a span {
	background-repeat:no-repeat;
	display: inline;
	white-space: nowrap;
	text-align: center;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	background-position: center center;
	height: 10px;
	width: 22px;
	line-height: 1em;
}
#langflags a span {
	border:1px solid #999;
}
#langflags a:hover span {
	border:1px solid #FFCC00;
}
#flag0 {
	background: #FFF url(/DesignCss/SharedImages/FlagL0.gif) no-repeat;
}
#flag1 {
	background: #FFF url(/DesignCss/SharedImages/FlagL1.gif) no-repeat;
}
#flag2 {
	background:#FFF url(/DesignCss/SharedImages/FlagL2.gif) no-repeat;
}
#flag3 {
	background:#FFF url(/DesignCss/SharedImages/FlagL3.gif) no-repeat;
}
#flag4 {
	background:#FFF url(/DesignCss/SharedImages/FlagL4.gif) no-repeat;
}
#flag5 {
	background:#FFF url(/DesignCss/SharedImages/FlagL5.gif) no-repeat;
}
/* END LANGUAGE ICONS */

.navbar {
	margin: 0px;
	padding: 0px;
}
.navbar span, .navbar select {
	font-family:arial;
	font-size:12px;
	font-style:normal;
}
.navbar ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar li {
	padding:0;
	margin: 0;
	border:0;
	display: inline;	
}
.navbar a, .navbar a:visited, .navbar .off{
	color:#6b88ab;
	font-weight: bold;
	text-decoration:none;
}
.navbar a:hover {
	color:#ee6612;
	font-weight: bolder;
	text-decoration: underline;
}

.navbar span {
	white-space:nowrap;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a span.navfirst, a span.navprev, a span.navnext, a span.navlast {
	margin: 0 5;
}

.navbar select {
	background-color:#FFF;
	color:#000;
}
.view {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.viewtbl {
	width: 100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0px;
}

.sectiontb {
	margin:0;
}
.sectiontbarea {
	margin: 0px;
	padding: 0px;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}
.sectiondata {
	background-repeat: repeat-x;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sectiondataarea {
	_width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.TopIllustration {
	position:absolute;
	left: 0px;
	top: 0px;
}
#TopIllustrationBox {
	height: 300px;
	width: 100%;
}

div.sectiondataarea table {
	width: 100%;
	border:none;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
.imgbordernone, .imgthumbnail, .imgmain, .imgcat  {
	border:none;
}
/* Main buttons */
a.btnmain {
	line-height: 1.7em;
	white-space:nowrap;
	margin: 2px 0px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
	background-color: #17375e;
}

a.btnmain:hover{
	text-decoration:none;
	background-color:#6b88ab;
	color:#FFFFFF;
}
a#btnsearch, a#btnviewcart {
	padding-left : 20px;
	background: #17375e no-repeat 4px center;
}
a#btnsearch:hover, a#btnviewcart:hover {
	background-color: #6b88ab;
}
a#btnsearch {
	background-image: url(/DesignCss/SharedImages/white/Search.gif);
}
a#btnviewcart {
	background-image: url(/DesignCss/SharedImages/white/ShopBag.gif);
}
/* Secondary buttons */
a.btnsub {
	font-size:10px;
	font-weight:bold;
	color:#6b88ab;
	text-decoration:none;
	padding:4px 0px 4px 23px;
	background: url(/DesignCss/SharedImages/bullet.gif) no-repeat left center;
	line-height: 2em;
	margin: 10px 0px;
}
a.btnsub:hover {
	text-decoration:underline;
}
a#btnemailfriend {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat 0px 0px;
}
a#btnaddtofav {
	background: url(/DesignCss/SharedImages/Favorite.gif) no-repeat 0px 0px;
}
a#btnattachment {
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat 0px 0px;
}

/* icons */
#icontrash, #iconerror, #iconwarning, #iconsalespolicy, #iconattachment, #iconemail, #iconweb, #iconmap {
	width:19px;
	height:19px;
	border:0px;
	vertical-align: text-bottom;
	margin:1px;
}
#icontrash {
	background: url(/DesignCss/SharedImages/TrashCan.gif) no-repeat;
}
#iconerror {
	background: url(/DesignCss/SharedImages/Error.gif) no-repeat;
}
#iconwarning {
	background: url(/DesignCss/SharedImages/Warning.gif) no-repeat;
}
#iconsalespolicy {
	background: url(/DesignCss/SharedImages/SalesPolicy.gif) no-repeat;
}
#iconattachment { /* Mail */
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat;
}
#iconemail {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat;
}
#iconweb {
	background: url(/DesignCss/SharedImages/Web.gif) no-repeat;
}
#iconmap {
	background: url(/DesignCss/SharedImages/Map.gif) no-repeat;
}
/*** END BUTTONS & ICONS ***/
.blockcontainer {
	width: 180px;
	margin: 0px;
	padding: 0;
}
.blockshortcut {
	background-color: #FFFFFF;
	display:block;
	padding:5px;
	color: #000;
	border: 1px solid #CCCCCC;
	margin: 0 0 5px 0;
}

.blockshortcut, .blockshortcut input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.blockshortcut form,  .blockshortcut p, .blockshortcut span, .blockshortcut input, .blockshortcut select, .blockshortcut textarea, .blockshortcut a {
	margin:0;
	padding:0;
}
.blockshortcut a, .blockshortcut a:link, .blockshortcut a:visited {
	color: #94381A;
	text-decoration:none;
}
.blockshortcut a:hover {
	text-decoration:underline;
	border:none;
}
.blockshortcut input {
	color: #000;
}
#blockuserlogin .logintagline {
	
}
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	margin: 5 5 5 0;
	border-width:1px;
	border-style:solid;
	border-color: #333 #999 #999 #333;
}
#blockuserlogin .email, #blockuserlogin input.password {
	width: 140px;
}
.blockshortcut input.blockbtn {
	margin: 5 5 5 0;
}
#blockuserlogin .blockbtn {
	margin-right:5;
}


#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
}
#blockuserlogout .hellouser {
	display:block;
}
#blockuserlogout .viewaccountinfo {
	display:block;
}
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 140px;
}
#blocksearch .searchimg {
	display:block;
	float:left;
	background-image:url(/DesignCss/SharedImages/Search.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:2px;
	width:20px;
	height:19px;
}
#blocksearch .blockbtn {
	display:block;
	clear:both;
}

#blocknewsletter .newstagline {
}
#blocknewsletter label {
}
#newsok {
	margin-right: 5px;
	background-image: none;
}
#newsko {
	margin-right: 5px;
	background-image: none;
}
#blocknewsletter .email {
	width: 130px;
}
#blocknewsletter .blockbtn {
	margin-top: 5px;
}
#blockrssfeeds a.rss {

	font-size: 20px;
	line-height: 25px;
}
#blockrssfeeds a.rss:hover {
	text-decoration:none;
}
#blockrssfeeds span.rss {
	background-image:url(/DesignCss/SharedImages/RSSFeeds.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	width:100%;
}
#blockcoupon span.coupon {
	display:block;
}
#blockcoupon input.coupon {
	width: 130px;
	margin-right: 5px;
}
#blockcoupon .blockbtn {
}
#OxaCorpPage td{
	padding-top: 10px;
	
}
#OxaCorpPage font{
	display:block;
	padding-right: 20px;
	text-align: justify;
}
#OxaCorpPage img{
	margin-top: 0px;
	padding-right: 0px;
	
}
#OxaCorpPage font.PBPTitle {
	text-align: left;
}
ul.ChapterMenu {
list-style-type:none;
position:absolute;
right:0;
text-align:center;
top:4px;
_top:5px;
margin: 0;	
padding: 0;	
}
ul.ChapterMenu li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}
ul.ChapterMenu a{
	color: #666;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	
}
ul.ChapterMenu a:hover{
	text-decoration:underline;
	color: #000;
	
}
ul.ChapterMenu a:visited{
       color: #666;
	
}

ul.ChapterMenu .ongletactif:visited{
color: #AE1318;
	
}

/*** ORIGINAL CSS ***/
BODY.PBPW { background-color:#FFE271; color:#000000; font-family:Verdana; }
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.PBPTitle, h1 {
	display:block;
	color:#006;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:35px;
	font-style:normal;
	text-align: left;
	padding: 0;
	letter-spacing: normal;
	margin: 0px;
}
.PBSTitle, h2 {
	display:block;	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
	padding: 0px 0px;
	margin-bottom:5px;
}
.PBTopParagraph {
	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:8pt;
	padding: 0px;
	text-indent: 0;
	margin: 0px;
}
.PBColHead { color:#000000; font-family:Arial; font-size:10pt; }
.PBStatic { color:#393939; font-family:Arial; font-weight:bold; font-size:8pt; }
.PBMsg { color:#000015; font-family:Arial; font-size:9pt; }
.PBErrMsg { color:#FF0000; font-family:Arial; font-weight:bold; font-size:10pt; }
.PBMainTxt {
color:#000;
font-family:Arial;
font-size:10pt;
font-style:normal;
font-weight:normal;
}
.PBShortTxt { color:#2A2A2A; font-family:Arial; font-size:11pt; }
.PBLongTxt {
	color:#666;
	font-family:Arial;
	font-size:10pt;
}
.PBCurrency { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; }
.PBDate { color:#000000; font-family:Arial; font-size:10pt; font-style:italic; }
.PBNumber { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; font-style:italic; }
A.PBLink {
	color:#000066;
	font-size:10pt;
	text-decoration:none;
}
A.PBLink:hover {
	color:#F29400;
	font-size:10pt;
	text-decoration:underline;
}

HR.PBMain { color:#000000; height:2; }
HR.PBSub { color:#000000; height:1; }
TEXTAREA.PB { color:#000000; font-family:Arial; font-size:10pt; font-style:normal; }
SELECT.PB { color:#000000; font-family:Arial; font-size:10pt; font-style:normal; }
INPUT.PB { color:#000000; font-family:Arial; font-size:10pt; font-style:normal; }
INPUT.PBBtnStd { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; }
A.PBBtnStd { color:#000066; font-family:Arial; font-weight:bold; font-size:10pt; text-decoration:none; }
A.PBBtnStd:hover { color:#F29400; font-family:Arial; font-weight:bold; font-size:10pt; text-decoration:underline; }
.PBReqNote { color:#000000; font-family:Arial; font-size:9pt; font-style:italic; }


/* textes jusifiés dans les pages webblock*/


#maincontainer.webblock .PBMainTxt {
text-align:justify;
}

/*margin pour webblock*/
#maincontainer.webblock #bodycolumn2 {
_padding:25px 0 0;

}


/*FRANCE CSS pour header differents*/

/*header par défaut*/
#maincontainer #headercolumn2 {
	background:  transparent url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration.jpg) no-repeat scroll left top
}


/*Header webBlock*/
#maincontainer.webblock #headercolumn2 {
	background:  transparent url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat scroll left top;
}

/*Header partners*/
#maincontainer.partners #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-marseilleville.jpg) no-repeat left top;
}

/*Header actualités*/
#maincontainer.hotnews #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-011.jpg) no-repeat left top;
}


/*Header login*/
#maincontainer.adlogin #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-220v.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374437 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid390266 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374442 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration02.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374448 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-equipe.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid392769 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-MarseilleBuildingOnFire.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374449 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-PorteCles.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374450 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration08.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374451 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-ConceptHome.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374452 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-startandgo.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid389410 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-openentreprise.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374454  #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-distinction.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374455   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-distribution.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374456   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration04.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374457   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374458   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374459   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-007.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374463   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374464   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-010.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374465   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-MarseilleBuildingOnFire.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid378187   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-TGVgare.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid390486   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-002.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid393551   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-stcharlesciel.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid392886   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-MarseilleBuildingOnFire.jpg) no-repeat left top;
}


/*Header webBlock*/
#maincontainer.webblock.wbid399291    #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-008.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid397312    #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-009.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid397301    #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-009.jpg) no-repeat left top;
}


/*Header webBlock*/
#maincontainer.webblock.wbid397259    #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-009.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid405343    #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/header-10/corp-01-10-009.jpg) no-repeat left top;
}

/*ESPAGNE CSS pour header differents*/


/*Header webBlock*/
#maincontainer.webblock.wbid379979 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid390653  #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379980 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration02.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379981 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-equipe.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379892 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-PorteCles.jpg) no-repeat left top;
}


/*Header webBlock*/
#maincontainer.webblock.wbid379983 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration08.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379984 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-ConceptHome.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379986 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}


/*Header webBlock*/
#maincontainer.webblock.wbid379988   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-CielAvion.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379989   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-distribution.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379992   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration04.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379994   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379993   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid379996   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration05.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid386916   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374464   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-CielAvion.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid374465   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-MarseilleBuildingOnFire.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid386925   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-TGVgare.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid386921  #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-220v.jpg) no-repeat left top;
}

/*ITALIE CSS pour header differents*/


/*Header webBlock*/
#maincontainer.webblock.wbid380005 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid390745   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380006 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration02.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380007 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-equipe.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380008 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-PorteCles.jpg) no-repeat left top;
}


/*Header webBlock*/
#maincontainer.webblock.wbid380011 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration08.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380015 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-ConceptHome.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380016 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380030  #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-openenterprise.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380035   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-CielAvion.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380043   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-distribution.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380059   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration04.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380076   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380076   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380069   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration05.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380076   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid380094   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-CielAvion.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-MarseilleBuildingOnFire.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid   #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-TGVgare.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid  #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-220v.jpg) no-repeat left top;
}



/*UK CSS pour header differents*/


/*Header webBlock*/
#maincontainer.webblock.wbid381991 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid390602    #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid381992 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration02.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid381994 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-equipe.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid381996 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-PorteCles.jpg) no-repeat left top;
}


/*Header webBlock*/
#maincontainer.webblock.wbid381997 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration08.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid381999 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-ConceptHome.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382001 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382002  #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration04.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382003 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-CielAvion.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382005 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-distribution.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382006 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration04.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382008 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382010 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration06.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382011 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration05.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382013#headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-oxacorp-illustration07.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382016 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-CielAvion.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382018 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-MarseilleBuildingOnFire.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382020 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-TGVgare.jpg) no-repeat left top;
}

/*Header webBlock*/
#maincontainer.webblock.wbid382021 #headercolumn2 {
	background:  url(/Files/27092/e-commerce/fr/e-commerce-solution-220v.jpg) no-repeat left top;
}


/* Composants actu et partenaires*/

.hotnews  .PBMainTxt, .partners .PBMainTxt {
font-size:15pt;
}

.hotnews .PBShortTxt, .partners .PBShortTxt {
font-size:10pt;
font-weight:bold;
}

.hotnews .sectiondata, .partners .sectiondata {
background-repeat:repeat-x;
border:1px solid #CCCCCC;
margin:0 0 10px;
padding:10px;
}

.partners .sectioncatheader {
border:none;
}

.partners .PBLongTxt {
display:block;
width:420px;
}

.hotnews .PBLongTxt {
display:block;
width:480px;
}


.hotnews a.PBBtnStd, .partners a.PBBtnStd{
color:#F29400;
font-family:Verdana;
font-size:8pt;
font-weight:bold;
text-decoration:none;
}


.hotnews a.PBBtnStd:hover, .partners a.PBBtnStd:hover {
color:#000066;
font-family:Verdana;
font-size:8pt;
font-weight:bold;
text-decoration:underline;
}

.hotnews .imgthumbnail, .hotnews .imgmain {
width:160px;
}
/* Pour SITE FR  LOGIN, DRAPEAUX ET CARTOUCHE*/ 

.espacemembre a {
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:136px 8px;
background-repeat:no-repeat;
color:#AF141E;
position:absolute;
right:11px;
text-align:right;
text-decoration:none;
top:-66px;
}

 #hmenu .espacemembre a:hover {
color:#F29400;
background-color: fff;
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:136px 8px;
background-repeat:no-repeat;
}



/* Pour SITE UK DRAPEAUX ET CARTOUCHE*/ 

.espacemembreuk a {
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:128px 8px;
background-repeat:no-repeat;
color:#AF141E;
position:absolute;
right:11px;
text-align:right;
text-decoration:none;
top:-66px;
}

 #hmenu .espacemembreuk a:hover {
color:#F29400;
background-color: fff;
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:128px 8px;
background-repeat:no-repeat;
}


/* Pour SITE ES DRAPEAUX ET CARTOUCHE*/ 

.espacemembrees a {
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:143px 8px;
background-repeat:no-repeat;
color:#AF141E;
position:absolute;
right:11px;
text-align:right;
text-decoration:none;
top:-66px;
}

 #hmenu .espacemembrees a:hover{
color:#F29400;
background-color: fff;
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:143px 8px;
background-repeat:no-repeat;
}




/* Pour SITE IT DRAPEAUX ET CARTOUCHE*/ 

.espacemembreit a {
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:98px 8px;
background-repeat:no-repeat;
color:#AF141E;
position:absolute;
right:11px;
text-align:right;
text-decoration:none;
top:-66px;
}

 #hmenu .espacemembreit a:hover{
color:#F29400;
background-color: fff;
background-image:url(/Files/13825/V7FR-flecheF29400orange.gif);
background-position:98px 8px;
background-repeat:no-repeat;
}

/**********************Cartouches*****************************/
.cartouche, .cartouche img {
float:right;
border:medium none;
display:block;
position:relative;
top:40px;
text-align:right;
text-decoration:none;
}

.cartouchefr, .cartouchefr img {
float:right;
border:medium none;
display:block;
position:relative;
top:40px;
text-align:right;
text-decoration:none;

}

* html .cartouchefr {
/* Que pour IE */
top:45px;
right:-3px;
}

/**********************DRAPEAUX*****************************/


.flag {
display:inline;
margin:0 5px 0 0;
padding:0;
position:relative;
right:-90px;
top:10px;
}

.flag, .flag img {
border:none;
}


/****************snipes spéciaux**********************/

.joblisting .PBMainTxt {
color:#000066;
font-family:Verdana;
font-size:12pt;
font-style:normal;
font-weight:normal;
}


a.ongletactif {
color:#AE1318;
font-style:normal;
font-weight:bold;
}

.joblisting #bodydata {
margin:0;
padding:0 0 0 52px;
}

.joblisting  .sectiondataarea {
border-bottom:1px solid #000066;
margin:20px 0;
padding:0 0 10px;
}

/******************************************flux rss************************************************/

.fluxrss {
float:left;
width:auto;
height:auto;
border:medium none;
margin-left:10px;
position:relative;
text-align:left;
text-decoration:none;
top:112px;
}

* html .fluxrss  {
/* Que pour IE */
top:92px;
}


.fluxrss ul {
margin:0;
padding:0;
width:auto;
}

.icone {
display:inline;
margin:0 5px 0 0;
padding:0;
position:left;
right:0;
top:46px;
}

.icone , .icone  img {
border:none;
}


/*******************************************lien accueil******************************************/

.accueil img {
border:medium none;
height:100px;
left: -370px;
position:relative;
top:-40px;
width:245px;
}


/******************************************rss page societe************************************************/


.titreRss{
color:#000;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
}


#rss {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:12px;

}

.datefield{ /*CSS de la date*/
color:gray;
font-size: 110%;
}

.descriptionfield{ /*CSS de la description*/
}

#rss a { /*CSS des liens*/
color:#006;
text-decoration: none;
font-weight: bold;
}

#rss a:hover { //*CSS des liens*/
color:#006;
text-decoration: underline;
font-weight: bold;
}

#rss p { /*CSS des liens*/
display:block;
padding-bottom:15px;
padding-top:10px;
border-top:1px solid #ccc;
}

#rss div { /*CSS des liens*/
border:0;
}


#rss a.titlefield{ /*CSS du titre*/
font-size: 130%;
color:#006;
text-decoration: none;
font-weight: bold;
}

#rss a:hover.titlefield{ /*CSS du titre*/
text-decoration: underline;
}



/*** CSS JQUERY TABS GENERAL***/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.tabs-nav ul {
	display:inline;
	width:auto;
}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/Files/13825/Img/02/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #27537a;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
clear: both;
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
height:auto;
font-size:13px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/Files/13825/Img/06/loading.gif) no-repeat 0 50%;
}


/* CSS tabs tous */

#onglet  ul{
list-style: none;
margin: 0;
padding: 0;
}

#onglet  li{
margin: 0;
padding: 0;
}

#onglet  .tabs-container ul {
	margin-left:38px;

}

#onglet .tabs-container li{		
		list-style-image: url(/Files/13825/V8-FR-puce.png);
	list-style-position: outside;
	margin-top:4px;
	margin-bottom:9px;
	padding:0;
}



#onglet .tabs-container ol li{
	list-style-type: decimal;
	margin-top:4px;
	margin-bottom:9px;
	padding:0;
}

