/***
--------------------------- 
HTML Element Initialization
---------------------------
. reset HTML Elements
***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;
	padding:0;
	border: 0px;
}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}


/*** Principal ***/

body#libra {
	margin: 0 5px 0 50px;
	font:80.5% arial,helvetica,sans-serif; /* Sets base */
	color:#000;
	background-color:#fff;
  }
  * html body#libra { 
    font:80% arial,helvetica,sans-serif; /* IE6 reset */
    width:98.9%; 
    } 

a:link {
	color:#e54611;
}

a:visited { color:#639; }

/*** 
---------------------
Structure de Base
---------------------
***/

#home-banner,
#home-wrapper { width:auto; }

#home-main {
  width:100%;  
  border:0;
  border-collapse:separate;
  empty-cells:hide;
  vertical-align:top;
  height:350px; 
  }

#home-column-main,
#home-column-right { vertical-align:top; }

#home-column-main { width:100%; }

#home-content-main {
	margin:8px 8px 0 0;
	border:#aeaeae 1px solid;
}


/***
-----------------------
Cadres En-tête
-----------------------
***/

#home-header {
	overflow:visible;
	height: 62px;
	text-align:right;
	padding: 5px 0px 5px 0px;
	width: 801px;
  }
  
#home-logo {
  position:absolute;
  top:0px;
  left:10px;
  height:46px;
  z-index:10; /* Moz logo active */
  }

#home-header .nav-secondary {
  margin-right:-1px; 
  padding:12px 0 0 10px; 
  height:10px;
  font-size:86%; 
  color:#666; 
  background-color:transparent; 
  white-space:nowrap;
  }

.nav-secondary .region-selector { margin:0 26px 0 90px; }

.nav-secondary .region-selector span.region,
.nav-secondary .region-selector span.language { font-weight:bold; }

.nav-secondary .region-selector .language-selector { padding-left:4px; }

#home-header .nav-secondary a, 
#home-header .nav-secondary a:visited {
  color:#2f6681; 
  background-color:transparent;
  text-decoration:none;
  font-weight:normal;
  }

#home-header .nav-secondary a:hover, #home-header .nav-secondary a:active { text-decoration:underline; }

#home-header .nav-secondary .link-delimiter { padding:0 7px 0 4px; }
#home-header .nav-secondary a.login, 
#home-header .nav-secondary a:visited.login,
#home-header .nav-secondary .loggedin {
  font-weight:bold;
  }


/*** 
---------------------
Autres styles - Coins arrondis
---------------------
***/

.corner-top, .corner-left, .corner-bottom {
  position:relative; /* req */
  background-image:(../images/design/cr_def.gif);
  background-repeat:no-repeat;
  display:block;
  font-size:0;
  height:3px;
  }

.corner-top {
  background-position:100% 0;
  width:auto;
  top:-1px;
  right:-1px;
  }

.corner-top .corner-left {
  background-position:0 -6px;
  width:3px;
  left:-2px;
  }

.corner-bottom {
  background-position:100% -3px;
  clear:both;
  width:auto;
  bottom:-1px;
  right:-1px;
  }

.corner-bottom .corner-left {
  background-position:0 -9px;
  width:3px;
  left:-2px;
  }

.cdc-rc-container {
  border:1px solid #ccc;
  width:auto;
  }

.side {
  border:1px solid #aeaeae;
  border-top:0;
  }

/*** 
---------------------------
Site Area Navigation Styles
---------------------------
***/


#cdc-nav-module {
  position:relative;
  margin-top:1px;
  background: url(../images/design/menu.png) repeat-x top left;
  z-index:10;  /* req: flydowns */
  }
  /* IE requires height. FF1.0 takes literally */
  * html #cdc-nav-module { height:1%; }

#cdc-lastnav-module {
  position:relative;
  margin-top:1px;
  background: url(../images/design/menu_bleu.png) repeat-x;
  z-index:10;  /* req: flydowns */
  }
  /* IE requires height. FF1.0 takes literally */
  * html #cdc-nav-module { height:1%; }

#cdc-nav-module .nav-container  {
  margin-top:-3px; 
  width:798px;
  }
  /* IE6 moves flydown 1 pixel down to not overlap nav */    
  * html #cdc-nav-module .nav-container { margin-bottom:-1px; }

#cdc-nav-module .nav { 
  padding:6px 7px 6px 8px;
  border-right:1px solid #ccc;  
  }
  /* IE hover alternative */
  * html #cdc-nav-module .nav {
  behavior: expression( 
    this.onmouseenter=new Function("this.className+=' hover'"),
    this.onmouseleave=new Function("this.className=this.className.replace(' hover','')"),
    this.style.behavior=null);
    } 

#cdc-nav-module .lastnav { border-right:0 solid #ccc; }

#cdc-nav-module .nav:hover, #cdc-nav-module .hover {
  background:url(../images/design/menu_hover.png) repeat-x top left; 
  }

#cdc-nav-module .nav a {
	display:block;
	padding:0; /* req */
	height:Auto; /* req: min auto. Not 100% */
	color: #ffffff;
	background-color:transparent;
	font-size:90%;
	line-height:1.13em; /* equiv: 4px line-height; */
	font-weight:bold;
	text-align:center;
	text-decoration:none;
  }

#cdc-nav-module .nav:hover a, 
#cdc-nav-module .hover a { color:#be0a28; }
#cdc-lastnav-module .hover a { color:#0066FF; }


/***
----------------------------------------
Package: Basic text formatting for menus            
----------------------------------------
 . Change colors, fonts, borders, etc.
***/

.menuFrame {
	overflow:hidden;
	position:absolute;
	margin: 0px 0px 0px -47px;

  /* IE require -1px top to remove doubleline with flydown, 
     Safari is couple pixels off  */
  %margin-top:-1px; 
  }
  * html .menuFrame { margin-left:1x; } /* req: IE 6 extra 1 pixel margin */

.menu {
	position:relative;
	width:100%;
	height:100%;
	border:1px outset;
	border-top-width:0;
	font-size:86.6%;
	background-color: #CCCCCC;
  }

.menu li {
  display:inline; 
  left:0px;
  %margin-bottom:-1px; /* IE has 1 extra pixel at top of each li */
  }
  * html body .menu li {
    behavior: expression( 
      this.onmouseenter=new Function("this.className+=' subhover'"),
      this.onmouseleave=new Function("this.className=this.className.replace(' subhover','')"),
      this.style.behavior=null); 
    }

.menu a:link, .menu a:visited {
  line-height:108%;
  color:#333333;
  padding:2px 10px 3px;
  text-decoration: none;
  border-top:1px solid #999999;
  border-right:1px solid #999999;
  display:block;
  background-color: #f3f3f3;
  width:185px;
  }
  * html .menu li a:link, * html .menu li a:visited {
    background:none;
    background-color:#fff;
    filter:alpha(opacity=100); /* req: IE 6 & 7, ignored by rest */
    }
  * html .menu li a:hover {
	background-color:#e5430d;
	filter:alpha(opacity=100); /* req: IE 6 & 7, ignored by rest */
    }

.menu a:hover, .menu .subhover {
	display:block;
	background-position:0 -0px;
	background-color: #e5430d;
	color: #FFFFFF;
  }

.link-group { font-weight:bold; }

.menu .link-group a:link, .menu .link-group a:visited,
.menu .link-group a:hover, .menu .link-group a:active {
	border-top:2px solid #999999;
	border-right:1px solid #c9cbcd;  }

#solutionsFrame { %margin-left:-1px; } /* IE 7 positioning offset */
  * html #solutionsFrame { margin-left:0; } /* restore IE 6 position */

/* Partner menu opens inwards */
#partnerFrame { 
  margin-right:-1px; /* FF Fix. */
  left:637px !important; 
  }
  * html #partnerFrame { 
    left:636px !important; 
    width:201px; 
    } 

#siww_flag {
 	margin: 1px 0px 0px 45px;
	position: absolute;
	}


/*
---------------------------------
Showcase Styles
---------------------------------
 . News Parcel
 . Featured Product Parcel
*/

.news {
	margin:10px 0 2px;
	width:598px;
	float:left;
	font-size:86%;
	background-color: #FFFFFF;
	border:1px solid #aeaeae;
	color:#666;
  }

.news .news-bottom {
	background:url(../images/design/scale.jpg) repeat-x;
	position:relative; /*  req */
	margin-top:0;
	padding:1px 0 0px;
	min-height:50px; /* req: IE7 */
  }
  * html .news.showcase-bottom { 
    height:50px;
    }

.news .parcel-content {
	margin-top:4px;
	padding:0 8px 7px 8px;
  }

.news .parcel-content {
  min-height:50px; 
  }
  * html .news .parcel-content { 
    height:51px;
    }

.news h2 {
  padding:7px 0 9px 3px;
  line-height:1em;
  font-size:142%;
  color: #333333; 
  font-weight:bold;
  border-bottom: 1px solid #f38b00;
  }

.news li { 
  color:#666;
  line-height:13px;
  padding-left:7px;  
  }

.news img { margin-bottom:-1px; }

* html .news .parcel-content ul { 
  position:relative;
  }

.news .parcel-content li { 
  display:block; 
  }

.news .parcel-content .outer { 
  height:38px; 
  %height:100%; /* req: IE7 */
  %min-height:38px; /* req: IE7 */
  display:table; 
  position:static; 
  }
  * html .news .parcel-content .outer { 
    height:38px; /* reset: IE6 */
    position:relative; 
    }

.news .parcel-content .middle {
	display:table-cell;
	vertical-align:middle;
	width:570px;
	padding:0px 0 0px;



  %position:relative; 
  %top:50%; 
  %padding:6px 0; 
	border-bottom: 1px dotted #aeaeae;
  }

.news-left .parcel-content .inner { 
  %position:relative; 
  %top:-50%; 
  }

.news a:link, .showcase a:visited {
  color:#333333;;
  text-decoration:none;
  }   
.news a:hover, .showcase a:active {
  text-decoration:underline;
  }

.news h3 {
  font-size:130%;
  font-weight:normal; /* default is bold */
  padding:1px 0 4px;
  }    

.news .link-more { font-weight:bold; }

.news div.link-more {
  line-height:1em;
  padding:6px 0 5px; 
  }
.lirelasuite {
	padding: 10px 0px 0px 0px;
	}
.link-all {
  clear:both;
  display:block;
  font-weight:bold;
  padding-left:5px;
  padding-top:12px;
  border-bottom: 1px dotted #999999;
  }

/*
-------------------------
Web Module Segment Styles
-------------------------
 . info (links)
 . quicklinks
 . (software) downloads
 . opt-parcel
*/

/* All Modules */
.side-parcel {
  background:#fff url(../images/design/home_corners.gif) no-repeat -781px bottom;
  margin:8px 0 1px;
  padding-bottom:1px;
  width:189px;
  }
#bas_contact {
	width: 100%;
	background-color: #CCCCCC;
	height: 20px;
	}
	
.side-parcel h3 {
  background:#868687;
  padding:5px 10px 4px;
  color:#fff;
  font-weight:bold;
  font-size:85%;
  line-height:1em;
  }

.liens_rapides {
	  padding:9px 0 3px 10px;
	  }

.side-parcel ul { 
  line-height:101%; /* sync IE and FF line-height */
  }

.side-parcel li {
  display:block;
  padding:0 0 5px;
  }

.side-parcel ul,
.nojs, .js {
  border-left:1px solid #aeaeae;	
  border-right:1px solid #aeaeae;	
  font-size:85%;
  }
  
.contact {
  border-left:1px solid #333333;	
  border-right:1px solid #333333;	
  font-size:85%;
  }
.side-parcel div.selectBox a {
  display:block;
  width:153px;
  min-height:14px; /* req: mac */
  padding:2px 7px 2px;
  border:1px solid #aeaeae;
  background:url(../images/design/dd_arrow.gif) no-repeat 149px 1px;
  text-decoration:none; 
  }
.side-parcel div.selectBox a:link, 
.side-parcel div.selectBox a:visited { 
  color:#666;
  text-decoration:none;
  }

div.selectBox a:hover, 
div.selectBox a:visited { text-decoration:none; }

#quicklinks, #downloads {
  display:none;
  position:absolute;
  top:-1px;
  width:165px;
  background-color:#fff;
  border:1px solid #aeaeae;
  margin-bottom:8px; 
  }

.optionsBox { position:relative; }

.optionsBox ul{ 
  border:0; /* offset: double borders on left and right sides */
  width:153px;
  padding:3px 0; 
  }

.optionsBox li { display:inline; }

.optionsBox li a:hover { 
  text-decoration:none; 
  background-color:#FFCC99; 
  }

.optionsBox li a:link, .optionsBox li a:visited { 
  display:block; 
  width:100%;
  color:#666; 
  margin:0; 
  padding:2px 6px 1px;
  }
  * html .optionsBox li a:link, * html .optionsBox li a:visited { 
    font-size:110%; 
    }

.optionsBox li a:link.link-group, .optionsBox li a:visited.link-group { font-size:120%; }

#quicklinks-js {
  display:none;
  margin-top:-2px;
  padding:0 10px 10px;
  }
  * html #quicklinks-js { padding-left:11px; } 
   
#quicklinks-nojs {
  font-weight:bold;
  margin-top:-1px;
  padding:0 10px 7px;
  }
  * html #quicklinks { margin-left:-1px; } /* 1px discrepency only with QL*/
  
#downloads-js {
  display:none;
  padding:7px 10px;
  }

#downloads-nojs {
  font-weight:bold;
  padding:8px 10px; 
  }

.side-parcel a:link, .side-parcel a:visited,
#downloads-nojs a:link, #downloads-nojs a:visited {
	text-decoration:none;
	color:#e54611;
  }

.side-parcel a:hover, .side-parcel a:active,
#downloads-nojs a:hover, #downloads-nojs a:active { text-decoration:underline; }

.opt-parcel { margin-top:8px; } 

/* Alternative Settings */
.no-rc h3 {
  padding-top:5px;
  background-image:none;
  }

.alt-color    {
	background-color:#efefef;
	margin: 0;
}

.alt-links ul { padding:5px 0 1px 10px; }

.alt-links li {
  display:block;
  list-style:none;
  margin:4px 0 2px -5px;
  line-height:1em;
  padding-left:15px;
  background:url(../images/design/chevrons.gif) no-repeat 3% 25%;
  }

.alt-links a:link, .alt-links a:visited {
	color: #333333
}


/***
--------------------
Footer Styles
--------------------
. defines styles for: text/link, copyright, legal
***/

#home-footer {
	padding:15px 0 0 15px;
	font-size:86%; /* Set font smaller than normal */
	color:#333;
	line-height:13px;
  }
  * html #home-footer { padding-top:26px; } /* offset: IE6 1px less above footer */

#home-footer a, #framework-footer a:visited {
  color:#999999; 
  background-color:transparent; 
  text-decoration:none;
  }

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

#home-footer #footer-copyright {
  padding-right:7px; 
  color:#999999;
  float:left;
  }

#home-footer #footer-legal {
  white-space:nowrap;
  float:left;
  padding-bottom:18px;
  }
  * html #home-footer #footer-legal {
    padding-bottom:17px;  /* offset: IE 1 px larger */
    }
 
/**** Design haut****/

#coin {
	float: left;
	position: absolute;
	z-index: 10;
	margin:0px 0px 0px -50px;
	vertical-align: top;
	}
#intro {
	position: absolute;
	width:800px;
	height: 18px;
	z-index: 10;
	}
.introstyle {
	padding: 55px 0px 0px 0px;
	font-size: 9px;
	color: #999999;
	}
.langstyle:hover {
	text-decoration: underline;
	}
.selectedlang {
	font-weight: bold;
	}
#confiance {
	height: 68px
	}
#boitelangue {
	position: absolute;
	margin: 25px 0px 0px 80px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a.langstyle:link{
	color: #666666;
	text-decoration: none;
	}
a.langselected:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	}
a.langselected:link{
	color: #be0a28;
	text-decoration: none;
	}
a.langselected:visited{
	color: #be0a28;
	text-decoration: none;
	}
a.langstyle:visited{
	color: #666666;
	text-decoration: none;
	}
a.langstyle:hover{
	text-decoration: underline;
	}
	

	
