/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

 
html {
  background: #fff;
}


body {
  color:#696969;
  font-family: "Arial", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
iframe{ border:none;}
img{ vertical-align:top;}
h1 {margin:0; font-size:36px; font-weight:bold; color:#272729; line-height:40px;}

h2 { margin:0; font-size:34px; font-weight:bold; color:#272729; line-height:36px; }

h3 {margin:0; font-size:22px; color:#2289c9; font-weight:bold; }

h4 {margin:0;  font-size:18px;  font-weight:bold;}

h5 {margin:0}

h6 {margin:0}

p {margin:0}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {margin-top:0;}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {max-width:100%; overflow:hidden; min-width:1100px;}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header { border-bottom:solid 1px #d7dde4; margin-bottom:1px; }

/*
 * Wraps the sidebars the content column
 */
#columns {
	margin: auto;
    position: relative;
    width: 1065px;
	background:url(../images/bg-content-container.gif) repeat-y 3px top;
	overflow:hidden;
}
.front #columns {

	margin: -6px auto auto;
    width: 1020px;
	background:none;
}
/*
 * Main content column wrapper
 */
#content-column {
	padding-top:16px;
	background:url(../images/bg-main-content.gif) no-repeat 3px top;
}
.front #content-column {
	padding-top:0;
	background:none;
}
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {
	width:1018px;
	margin:auto;
	background:url(../images/bg-content.gif) repeat-x bottom;
	border:solid 1px #ededed;
}
.front #main-content {
	width:auto;
	margin:0;
	background:none;
	border:none;
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {
	padding-bottom:25px;
}
.front #content {
	padding:0;
}

/*
 * Footer wrapper
 */
#footer {
	background:#515151 url(../images/bg-footer.gif) repeat-x top;
	color:#FFF;
}
#footer-container{
	width:950px;
	margin:auto;
	padding:35px;
	background:#515151 url(../images/footer-blur.gif) no-repeat 3px 2px;
}
.footer-wrapper{
	background:url(../images/footer-shadow.gif) no-repeat center top;
}
#menu-footer-solutions ul ,
#footer ul.menu {
	margin:0;
	padding:0;
}
#footer h3 {
	font-size:16px;
	color:#FFF;
	margin:0;
	padding:0 0 0 9px;
}
#footer-container h2{
	color:#FFF;
	font-size:30px;
	padding:15px 0 10px 0;
	letter-spacing:-1px;
}
#block-block-1{
	float:left;
	margin-bottom:45px;
	width:49%;
	padding-right:3%;
	border-right:solid 1px #aaaaaa;
}
#block-block-1 .content{
	font-size:16px;
}
#block-block-1 .custom-link{
	margin-top:10px;
}
#block-block-2{
	float:left;
	padding-left:5%;
	width:42%;
	margin-bottom:45px;
}
#block-block-2 .title-boutons-partage{
	overflow:hidden;
}
#block-block-2 .boutons-partage-right{
	padding-top:15px;
}
#block-block-2 .boutons-partage-right img{
	float:left;
	margin-left:10px;
}
#block-block-2 form{
	padding-top:10px;
}
#block-block-2 h2{
	float:left;
	padding-right:20px;
}
#block-block-2 .content{
	font-size:16px;
}
#block-block-2 .form-type-textfield{
	float:left;
	background:url(../images/bg-textfield.png) no-repeat left top;
	width:224px;
	height:35px;
	overflow:hidden;
	margin: 0 10px 0 0;
}
#block-block-2 input.form-text{
	float:left;
	padding:10px 5px 10px 5px;
	background:none;
	font-size:14px;
	letter-spacing:-1px;
	color:#3c3e45;
	border:none;
	width:200px;
}
#block-block-6{
	float:left;
}
.global-footer-menu{
	clear:both;
	overflow:hidden;
	border-top:solid 1px #AAAAAA;
}
#block-trylive-solutions-footer,
#block-trylive-menu-about-us-menu-footer{
	float:left;
	width:220px;
	padding-right:10px;
	margin-left:50px;
	padding-top:20px;
}

#block-trylive-menu-support-menu-footer{
	float:left;
	padding-top:20px;
}

#block-trylive-solutions-footer li,
#block-trylive-menu-about-us-menu-footer li,
#block-trylive-menu-support-menu-footer li{
	list-style:none;
	list-style-image:none;
	padding-left:10px;
	background:url(../images/puce2.gif) no-repeat left 5px;
}

#block-trylive-solutions-footer a,
#block-trylive-menu-about-us-menu-footer a,
#block-trylive-menu-support-menu-footer  a{
	font-size:14px;
	color:#FFF;
	text-decoration:underline;
}
#block-trylive-solutions-footer a:hover,
#block-trylive-menu-about-us-menu-footer a:hover,
#block-trylive-menu-support-menu-footer  a:hover{
	text-decoration:none;
}

#block-block-7{
	float:left;
	font-size:12px;
	line-height:10px;
}
.footer-bottom-container{
	clear:both;
	padding-top:30px;
	padding-left:305px;
}
#block-menu-menu-menu-secondaire{
	float:left;
	font-size:12px;
	line-height:10px;
}
#block-menu-menu-menu-secondaire ul{
	margin:0;
}
#block-menu-menu-menu-secondaire li{
	float:left;
	border-left:solid 1px #FFF;
	list-style:none;
	padding:0 5px;
}
#block-menu-menu-menu-secondaire li.first{
	border:none;
}
#block-menu-menu-menu-secondaire li a{
	color:#FFF;
}
/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
	width:965px;
	margin:auto;
	padding-top:10px;
}

/*
 * Logo
 */
#logo {
  float:left;
  padding-top:15px;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
	margin: 0;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	padding-bottom:3px;
	padding-right: 115px;
	margin-top:-2px;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {
	padding:45px 35px 0 35px;
}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content { overflow:hidden; width:1018spx; margin:auto; }
.front .region-tertiary-content { width:1020px;}
.region-tertiary-content .region-inner{ padding:30px; background:#FFF url(../images/bg-inner-shadow.gif) no-repeat top center; }
.front .region-tertiary-content .region-inner{ background:none;}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  color:#2187C5;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
ul.menu {
  margin: 0;
  padding: 0;
}


header ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li a,
ul.menu li a {
  display: block;
  white-space: nowrap;

}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {

}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: right;
  padding:0 35px;
}

.item-list ul.pager {
	margin: 0;
  text-align: right;
}
.item-list ul.pager li {
  margin: 0;
  display: inline;
  list-style-type: none;
  padding: 0 9px;
  font-size:19px;
  color:#aaaaaa;

}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0 9px;
  font-size:19px;
  color:#d4d4d4;
}
ul.pager li  a{
	color:#d4d4d4;
}
ul.pager li.pager-current {
  font-weight: 700;
}
ul.pager li.pager-current{
	color:#9c9d9d;
	font-weight:bold;
}
.block ul.pager li {
  margin: 0;
  }

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {

}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  padding:0 35px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin:10px auto;
  width:92%;
  /*display:none;*/
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

.bouton-read-more a{
	color:#2187c5;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:underline;
}
.bouton-read-more a:hover{
	text-decoration:none;
}

.custom-link{
	position:relative;
	background: url(../images/planche-btn.png) no-repeat  right -43px;
	float:left;
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 1px #3d3d3e;
	font-weight:normal;
	padding-right:46px;
	cursor:pointer;
}
.custom-link:hover{
	text-decoration:none;
	background-position: right -134px;
}
.custom-link input,
.custom-link span{
	text-align:left;
	min-width:140px;
	background:url(../images/planche-btn.png) no-repeat left -1px ;
	float:left;
	padding:0 5px 0 10px;
	line-height:42px;
	cursor:pointer;
	font-size:22px;
}
.custom-link input{
	color:#FFF;
	height:42px;
	border:none;
}
.custom-link.skin-link3 input{
	height:36px;
}

.custom-link:hover input,
.custom-link:hover span{
	background-position:left -92px ;
}

.custom-link.skin-link2{
	background-position:right -415px;
}
.custom-link.skin-link2:hover{
	background-position: right -515px;
}
.custom-link.skin-link2 input,
.custom-link.skin-link2 span{
	background-position:left -373px;
	font-size:18px;
	min-width:0;
}
.custom-link.skin-link2:hover input,
.custom-link.skin-link2:hover span{
	background-position: left -473px;
}
.custom-link.skin-link3{
	background-position:right -608px;
}
.custom-link.skin-link3:hover{
	background-position: right -694px;
}
.custom-link.skin-link3 input,
.custom-link.skin-link3 span{
	background-position:left -572px;
	font-size:18px;
	line-height:36px;
	min-width:0;
}
.custom-link.skin-link3:hover input,
.custom-link.skin-link3:hover span{
	background-position: left -658px;
}


.custom-link.skin-link4{
	background-position:right -228px;
}
.custom-link.skin-link4:hover{
	background-position: right -320px;
}
.custom-link.skin-link4 input,
.custom-link.skin-link4 span{
	background-position:left -186px ;
	font-size:18px;
	min-width:0;
}
.custom-link.skin-link4:hover input,
.custom-link.skin-link4:hover span{
	background-position: left -278px;
}
#header-top-container {
	float:right;
	font-size:14px;
	margin:0;
	padding-bottom:27px;
}
#header-top-container .block{
	margin:0;
}
#header-top-container li{
	line-height:25px;
}
#header-top-container a{
	color:#4b77ab;
	padding:0 10px;
	text-decoration:underline;
}
#header-top-container a:hover{
	text-decoration:none;
}

#header-top-container .last a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:#2186c4;
}
#header-top-container .last a:hover {
	background:#106da7;
}
#header-top-container .last.active a {
	background:#145178;
}

#menu-bar {
	clear:right;
	margin:0;
}

header nav ul.nice-menu{
	z-index:99999999;
	float:right;
}

header nav ul.nice-menu > li {
	border:none;
	background:url(../images/sep-nav-header.gif) no-repeat left center;
	padding-bottom:7px;
}
header nav ul.nice-menu > li:hover,
header nav ul.nice-menu > li.leave-bg ,
header nav ul.nice-menu > li.active-trail {
	background:none;
}
header nav ul.nice-menu li > a{
	font-size:18px;
	float:left;
	padding:0 13px 0 0;
	font-weight:bold;
	letter-spacing:-1px;
	overflow:hidden;
}
header nav ul.nice-menu li > a span{
	float:left;
	margin:0;
	padding: 3px 0 0 11px;
	line-height:24px;
	cursor:pointer;
}

header nav ul.nice-menu > li.first a{
	margin-left:0;
}

ul.nice-menu-down .menuparent > a {
	padding-right:10px;
}
ul.nice-menu-down li.menuparent{
	background:none;
}
ul.nice-menu-down li.menuparent.over, ul.nice-menu-down li.menuparent.over  , ul.nice-menu-down li.menuparent:hover  {
	background:url(../images/menu-arraw.gif) no-repeat center bottom;
}

ul.nice-menu-down li.active-trail > a,
ul.nice-menu-down li.over > a,
ul.nice-menu-down li > a:hover{
	background:url(../images/planche-btn.png) no-repeat right -766px;
	color:#FFF;
	padding-right:13px;
	text-decoration:none;
}
ul.nice-menu-down li.active-trail > a span,
ul.nice-menu-down li.over > a span,
ul.nice-menu-down li > a:hover span{
	background:url(../images/planche-btn.png) no-repeat -75px -738px;
}
ul.nice-menu-down li.active-trail.last > a{
	background:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

ul.nice-menu li.menuparent ul{
	padding-top:25px;
	overflow:hidden;
	border:none;
	width:1000px;
}
ul.nice-menu li.menuparent ul li{
	border:none;
	background:none;
	float:left;
	padding-top:7px;
	padding-bottom:15px;
	width:auto;
	padding-right:25px;
	clear:none;
}
ul.nice-menu li.menuparent ul li.last{
	padding-right:0;
}
ul.nice-menu li.menuparent ul li a ,
ul.nice-menu li.menuparent ul li.active-trail a,
ul.nice-menu li.menuparent ul li a:hover{
	float:none;
	background:none;
	font-size:15px;
	color:#696969;
	letter-spacing:0;
	padding:0;
}
ul.nice-menu li.menuparent ul li a span,
ul.nice-menu li.menuparent ul li.active-trail a span,
ul.nice-menu li.menuparent ul li a:hover span{
	padding:0;
	background:none;
}
ul.nice-menu li.menuparent ul li a:hover{
	color:#2186c4;
	text-decoration:none;
	padding:inherit;
	background:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:0;
}

/*** slideshow front page ****/
.front .region-secondary-content{
	padding-bottom:6px;
	background:#fcfcfc url(../images/sep-slider.gif) repeat-x bottom;
	position:relative;
}
.front  #block-views-nodequeue-1-block{
	margin:0;
}
.front  #block-views-nodequeue-1-block .view-content{
	max-width:1100px;
	margin:auto;
	position:relative;
}
.nav-menu-bg{
	width:100%;
	position:absolute;
	top:0;
	background:#FFF;
	z-index:99999998;
	display:none;
	-moz-opacity: 0.90;
	opacity: 0.90;
	filter:alpha(opacity=90);
	border-bottom:solid 1px #dadfe6;
}

/*** front slide show ***/

#views_slideshow_controls_text_nodequeue_1-block{
	width:980px;
	margin:auto;
	position:relative;
}
 .views-slideshow-controls-top{
	position:relative;
	z-index:9999999999999999999;
}
#views_slideshow_controls_text_nodequeue_1-block .views-slideshow-controls-text-previous a,
#views_slideshow_controls_text_nodequeue_1-block .views-slideshow-controls-text-next a{
	position:absolute;
	display:block;
	text-indent:-50000px;
	z-index: 999999999;
	left:0;
	top:155px;
	background:url(../images/planche-btn.png) no-repeat -385px -813px;
	background-color:transparent;
	width:45px;
	overflow:hidden;
	height:45px;
	outline: 0 none;
}
#views_slideshow_controls_text_nodequeue_1-block .views-slideshow-controls-text-next a{
	left:auto;
	right:0;
	background-position:right -813px;
}
.slideshow-item-description{
	position:absolute;
	right:90px;
	top:75px;
	width:370px;
}

.views-slideshow-controls-bottom{
	position:absolute;
	z-index:9999999;
	overflow:hidden;
	right:60px;
	bottom:20px;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item{
	cursor:pointer;
	float:left;
	margin-right:10px;
	padding:2px;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item span{
	background:url(../images/planche-btn.png) no-repeat -475px -867px;
	width:10px;
	height:10px;
	overflow:hidden;
	float:left;
}
.views-slideshow-controls-bottom .active span{
	background-position:-455px -867px;
}


.views-slideshow-cycle-main-frame-row-item h2 {
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:15px;
}
.views-slideshow-cycle-main-frame-row-item h2 strong{
	font-size:42px;
	line-height:40px;
	letter-spacing:-1px;
	display:block;
}
#views_slideshow_controls_text_pause_nodequeue_1-block {
	display:none;
}

div.region-sidebar-second{
	position:fixed;
	top:186px;
	z-index:99999999;
	width:auto;
	margin:0;
	right:0;
}
.front div.region-sidebar-second{
	top:203px;
}
.region-sidebar-second ul{
	margin:0;
	padding:15px 15px 0 15px;
	background:#7d7d7d url(../images/bg-social.gif) repeat-x top;
}
.region-sidebar-second ul li{
	list-style:none;
	padding-bottom:15px;
	overflow:hidden;
}
.region-sidebar-second ul li a{
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-50000px;
	background:url(../images/social-pictos.png) no-repeat center top;
}

.region-sidebar-second ul li a.twitter{
	background-position:center -42px;
}
.region-sidebar-second ul li a.youtube{
	background-position:center -80px;
}
.region-sidebar-second ul li a.rss{
	background-position:center -119px;
}
#block-trylive-solutions-plug-and-solutions{
	position:relative;
	z-index:33;
}
#menu-top-solutions{
	padding-bottom:20px;
}
#menu-top-solutions ul{
	margin:0;
	padding:0;
	background:#2186c4;
	padding:1px 0;
	overflow:hidden;
	width:101%;
}
#menu-top-solutions ul li{
	list-style:none;
	padding:0;
	float:left;
	margin:0;
	color:#FFF;
	overflow:hidden;
}
#menu-top-solutions ul li:hover{
	background:url(../images/bg-hover-link.gif) no-repeat center top;
}
#menu-top-solutions ul #menu-top-global:hover{
	background:none;
}
#menu-top-solutions ul li img{
	float:left;
	margin-right:10px;
}
#menu-top-solutions ul li div,
#menu-top-solutions ul li a{
	padding:10px 20px;
	display:block;
	height:25px;
	overflow:hidden;
	min-width:147px;
	color:#FFF;
	text-shadow:1px 1px 1px #196897;
	border-left:solid 1px #3ea0d2;
	border-right:solid 1px #1a6b9d;
	font-weight:bold;
	font-size:16px;
	background-repeat:no-repeat;
}
#menu-top-solutions #menu-top-global div{
	padding-left:20px;
	min-width:185px;
	text-align:center;
	background-image:none;
	background-color:#145178;
}
#menu-top-solutions ul li a:hover{
	background:#106da7 url(../images/bg-hover-link.gif) no-repeat center top;
	border-left:solid 1px #145178;
	text-decoration:none;
}

#columns  .content-inner {
	margin:0;
}



.front #main-content h2,
.region-content-aside h2,
.region-tertiary-content h2{
	font-size:32px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#272729;
	padding-bottom:26px;
}
.front #block-block-3 h2,
.front #block-views-video-virtual-mirror-block h2{
	padding-bottom:20px;
	padding-top:6px;
}
.front #main-content h3{
	font-size:16px;
	padding-bottom:10px;
	font-weight:bold;
	color:#969696;
}

.front dl{
	margin:0;
}

/*** block front boost your shopping ***/

#block-views-video-virtual-mirror-block h2{
	margin-top:-40px;
	position:relative;
	z-index:333;
}
#block-views-video-virtual-mirror-block{
	width:465px;
	float:left;
	margin-top:40px;
	z-index:333;
	padding-left:35px;
	position:relative;
	border-right:solid 1px #f2f2f2;
	margin-bottom:30px;
	padding-bottom:15px;
}
.front .views-field-field-video-youtube{
	overflow:hidden;
}
.front .views-field-field-video-youtube .field-content{
	float:left;
	padding:1px;
	background:#FFF;
	border:solid 1px #4f5962;
}
.front .views-field-field-video-youtube .field-content iframe{
	float:left;
}


/*** block home rock your business ***/
#block-block-3{
	float:left;
	padding-left:40px;
	margin-bottom:30px;
	width:450px;


}
#block-block-3 dl{
	color:#696969;
}
#block-block-3 dt{
	background:url(../images/puce1.png) no-repeat 20px 7px;
	font-size:18px;
	font-weight:bold;
	padding: 0 0 0 65px;
}
#block-block-3 dd{
	padding-left:65px;
	padding:0 0 10px 65px;
	font-size:16px;
	margin:0;
}
#block-block-3 .link{
	float:right;
}
#block-block-3 .link a{
	float:left;
	clear:both;
	margin-bottom:3px;
}
#block-block-3 .link a.default-link{
	padding-left:10px;
	color:#4b77ab;
	font-size:12px;
	text-decoration:underline;
}
#block-block-3 .link a.default-link:hover{
	text-decoration:none;
}
#block-block-3 .custom-link span{
	font-weight:normal;
}

/*** block front try your self ***/
#block-block-4{
	clear:both;
	color:#696969;
	background:url(../images/dot.png) repeat-x top;
}
#block-block-4 .block-content{
	padding:30px 35px;
	overflow:hidden;
	background:url(../images/dot.png) repeat-x bottom;
}
#block-block-4  .visuel-try-it-yourself{
	float:left;
	padding-right:50px;
}
#block-block-4  .description-try-it-yourself{
	padding-top:20px;
	font-size:18px;
	line-height:20px;
}
.front #block-block-4  h3{
	color:#696969;
	font-size:18px;
}
#block-block-4  .custom-link{
	margin-top:10px;
}


/*** block what's new ***/
#block-views-nodequeue-2-block	{
	background:#efefef url(../images/bg-what-new.gif) no-repeat center top;
	position:relative;
	top:-3px;
}
#block-views-nodequeue-2-block .view-nodequeue-2{
	background:url(../images/dot.png) repeat-x bottom;
	position:relative;
	top:5px;
	overflow:hidden;
	padding: 20px 40px 30px 40px;
}

/*** block front success stories ***/
#block-views-nodequeue-3-block {
	float:left;
	width:500px;
}
#block-views-nodequeue-3-block ul{
	margin:0;
	padding:0;
	overflow:hidden;
	width:497px;
	border-right:solid 1px #e5e5e5;
}
#block-views-nodequeue-3-block li{
	list-style:none;
	margin:10px 20px 10px 0 ;
	float:left;
	padding:1px;
	background:#FFF;
	border:solid 1px #646464;
}
#block-views-nodequeue-3-block li img{
	vertical-align:top;
	width:136px;
}
#block-views-citations-block{
	float:left;
	padding: 50px 0 0 50px;
    width: 400px;
}

#block-views-citations-block blockquote{
	background:url(../images/left-quotes.png) no-repeat left top;
	font-size:29px;
	line-height:36px;
	color:#4b4b4b;
	font-style:none;
	display:inline;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding-left:25px;
	padding-top:10px;
}
.lt-ie8 #block-views-citations-block blockquote{ display:inline-block;}
#block-views-citations-block blockquote div,
#block-views-citations-block blockquote p{
	background:url(../images/right-quotes.png) no-repeat right bottom;
	padding-bottom:15px;
	padding-right:25px;
	display:inline	;
	margin:0;
}
#block-views-citations-block .author-citations-clients{
	font-size:22px;
	line-height:24px;
	padding-top:10px;
	color:#4b4b4b;
	letter-spacing:-1px;
}
#block-views-citations-block .discover-sucess-stories-citations-clients{
	float:right;
	padding-top:10px;
}
.news-list-preview{
	overflow:hidden;
	background:url(../images/sep-new-list.gif) repeat-y center;

}
.news-list-preview ul{
	margin:0;
	padding:0;
	float:left;
}
.news-list-preview  li{
	float:left;
	list-style:none;
	width:270px;
	margin:0;
	padding:10px 30px;
}
.news-list-preview  li.views-row-first{
	border-left:none;
	padding-left:0;
}
.news-list-preview  .view-news {
	float:left;
	width: 290px;
}

.news-list-preview  .view-news  li{
	clear:both;
	width:auto;
	margin:0 0 20px 30px;
}
.news-list-preview  .view-news  li.views-row-last{
	margin-bottom:0;
}
#news-list-preview .news-list-preview h3{
	font-size:18px;
	padding-bottom:15px;
	color:#2187C5;
}
.news-list-preview img{
	background:#FFF;
	margin-bottom:10px;
	padding:1px;
	border:solid 1px #bababa;
}
.news-list-preview .views-field-body,
.news-list-preview .node-teaser-description{
	color:#696969;
}


/***  banner pages ***/

.banniere-interne-top{
	width:100%;
	background:url(../images/banner-pages.gif) no-repeat center top;
	margin:auto;
}
.mini-template-banniere{
	width:960px;
	padding-top:25px;
	margin:auto;
	overflow:hidden;
	min-height:170px;
}
.mini-template-banniere p{
	color:#696969;
	font-size:26px;
	line-height:30px;
}
.mini-template-banniere h2{
	color:#2289c9;
	font-size:36px;
	line-height:40px;
	padding-bottom:25px;
	font-weight:bold;
}
.mini-template-banniere img{
	float:left;
	margin-right:110px;
}


/*** style pages***/
.title-and-filtre{
	overflow:hidden;
}
.title-and-filtre h1{
	float:left;
	margin-right:20px;
}
.title-and-filtre #title-right{
	float:right;
	padding-top:3px;
}
.title-and-filtre .views-widget,
.title-and-filtre label{
	color:#414141;
	float:left;
	margin-left:5px;
}
.title-and-filtre label{
	font-size:16px;
	font-weight:bold;
	line-height:32px;	
}
.title-and-filtre .views-exposed-form .views-exposed-widget{
	float:none;
}


ul.listing .views-row{
	padding:0 35px 30px 35px;
	margin-bottom:30px;
	background:url(../images/dot.png) repeat-x bottom;
	overflow:hidden;
}
ul.listing .views-row-last{
	background:none;
	margin-bottom:0;
}
ul.listing .views-row h2{
	text-align:right;
}
ul.listing .views-row h2 span.news-title{
	float:left;
	float: left;
    text-align: left;
    width: 75%;
}
ul.listing  .custom-link {
	margin-top:20px;
}
.news-category img{
	vertical-align:middle;
}
.news-category{
	font-size:16px;
	color:#1372ac;
	font-weight:bold;
	text-shadow:1px 1px 1px #719db8;
}
#main-content .news-entete{
	overflow:hidden;
}
article.node .visuel-news{
	padding:20px 0;
}

.page-node .visuel-news,
ul.listing .visuel-news{
	float:right;
	padding:20px 0;
	margin-left:45px;
}
.news-star,
ul.listing .news-star{
	margin-left:0;
}
.page-node  .visuel-star{
	float:none;
	margin-left:0;
}
#main-content  .view-nodequeue-4 p{
	font-size:16px;
	padding-bottom:20px
}
.share-link-read-more .link-read-more{
	float:left;
}
.share-link-read-more{
/*	overflow:hidden;*/
}
.social-share-buttons{
	float:right;
}
.fb-like {
	float:right;
}

.twitter-share-button{
	float:right;
	margin-left:7px;
}

ul.listing,
.listing ul.listing{
	margin:0;
	padding:0;
	
}
ul.listing li,
.listing ul.listing li{
	list-style:none;
	margin:0;
}


/**** style article node ***/

article.node p{
	font-size:16px;
	line-height:24px;
	padding-bottom:20px;
}


.back-to-list{
	display: block;
    position: relative;
    top: -25px;
	color:#2187c5;
	font-weight:bold;
	font-size:14px;
}
.accroche-news{
	font-size:16px;
	line-height:24px;
}
.view-header {
	font-size:16px;
	line-height:24px;
	padding:10px 35px 30px 35px;
}

.view-header h2{
	color: #2289C9;
    font-size: 24px;
    font-weight: bold;
	text-transform:uppercase;
}
.verbatime-news .author-citations-clients{
	padding-right:20px;
}

.verbatime-news {
	float:right;
	background:#2181bb;
	padding:  20px;
    text-align: center;
    width: 410px;
	font-size:20px;
	margin-left:20px;
	text-align:center;
	color:#FFF;
}
.views-field-field-verbatim{ 
	text-align:center;	
}
body .verbatime-news p{ 
	padding-right:20px;
	padding-bottom:0;
	line-height:normal;
	font-size:inherit;
}
.verbatime-news blockquote{
	text-align:center;
	background: url(../images/citation-top.png) no-repeat 0px top;
    font-size: 25px;
    font-weight: normal;
    line-height: 39px;
    margin: 0;
	text-align:left;
    padding-top: 10px;
	display:inline;
    padding-left: 25px;
	padding-right:20px;
}
.lt-ie8 .verbatime-news blockquote{ display:inline-block;}
.verbatime-news blockquote *{
	background: url(../images/citation-bottom.png) no-repeat right bottom;
    display: inline;
	font-size: 25px !important;
	line-height:normal  !important;
    margin: 0;
    padding-bottom: 15px !important;
    padding-right: 25px;
}

#block-views-nodequeue-6-block,
#block-views-faq-faq-recent{
	background:url(../images/dot.png) repeat-x top;
	padding:35px;
}
#block-views-nodequeue-6-block h2,
#block-views-faq-faq-recent h2{
	font-size:36px;
}
#block-views-nodequeue-6-block ul,
#block-views-faq-faq-recent ul{
	width:110%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#block-views-faq-faq-recent ul{
	width:auto;
}
#block-views-nodequeue-6-block ul li{
	float:left;
	width:200px;
	list-style:none;
	list-style-image:none;
	margin:0 45px 0 0;
}
.mini-template-mt3 .custom-link span,
#block-views-nodequeue-6-block .custom-link span{
	min-width:135px;
}
#block-views-nodequeue-6-block .views-field-field-description-document{
	padding-bottom:20px;
	font-size:18px;
	min-height:280px;
}
#block-views-nodequeue-6-block .vews-field-field-visuel-de-couverture{
	padding-bottom:20px;
}
#block-views-faq-faq-recent ul li{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:10px  0 0 25px;
	font-size:16px;
	background:url(../images/open-tab.png) no-repeat left 14px;
}
#block-views-faq-faq-recent ul li.on{
	background-image:url(../images/close-tab.png);
}
#block-views-faq-faq-recent .custom-link{
	float:right;
	margin-right:15px;
}
#block-views-faq-faq-recent .custom-link span{
	min-width:135px;
}
#block-views-faq-faq-recent  .views-field-title a{
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
}
#block-views-faq-faq-recent .views-field-title a:hover{
	text-decoration:none;
}
#block-views-faq-faq-recent .views-field-body{
	display:none;
}
#block-views-faq-faq-recent h3{
	margin-top:20px;
}


/**** page contact ****/

.page-contact .view-header,
.page-node .view-header,
.node .view-header{ 
	padding-left:0;
	padding-right:0;
}
.node-type-webform form div.messages ,
.page-contact  form div.messages {
	float:left;
	width:auto;
	background:none;
	padding:0 0 0 20px;
	margin:40px 0 0 20px;
	background:url(../images/error.png) no-repeat left 3px;
	color:#df0e1a;
	font-size:11px;	
	border:none;
	top:0;
}
.node-type-webform .form-item ,
.page-contact .form-item {
	margin:0;
	padding-bottom:10px;
	clear:both;
	float:left;
	position:relative;
}
.node-type-webform #main-content,
.page-contact #main-content{
	border-top:none;
	background:none;
}
.node-type-webform #content-column ,
.page-contact #content-column {
    background: none;
    padding-top: 0;
}
.page-contact #content {
	padding:0 35px 25px 35px;
	color:#888888;
}
.node-type-webform #content  form,
.page-contact #content  form{
	padding-left:35px;
	overflow:hidden;
	margin:0;
}
.node-type-webform #content  input,
.node-type-webform #content  textarea,
.node-type-webform #content  select,
.page-contact #content  select,
.page-contact #content  textarea,
.page-contact #content  input{
	color:#888888;
	font-family:Arial;
	font-size:18px;
}
.node-type-webform #content .webform-component-email  label,
.node-type-webform #content .webform-component-textfield label,
.node-type-webform #content .webform-component-select label,
/*.node-type-webform #content .form-type-checkbox label,*/
.node-type-webform #content .webform-component-textarea label,
.page-contact #content .form-type-textarea label,
.page-contact #content .form-type-select label,
.page-contact #content .form-type-textfield label{
	font-size:12px;
	display:block;
	padding-bottom:5px;
	font-weight:normal;
}
.node-type-webform #content .webform-component-email input,
.node-type-webform #content .webform-component-textfield input,
.page-contact #content .form-type-textfield input{
	background:url(../images/bg-form-elements.gif) no-repeat left top;
	width:455px;
	border:none;
	height:30px;
	padding:10px;
}
.node-type-webform  #content #webform-component-zip,
.page-contact  #content .form-item-zip{
	float:left;
	width:210px;
	margin-right:15px;
}
.node-type-webform  #content #webform-component-zip input,
.page-contact  #content .form-item-zip input{
	background-position:left -75px;
	width:190px;
}
.node-type-webform  #content #webform-component-city,
.page-contact  #content .form-item-city{
	float:left;
	width:250px;
	clear:none;
}
.node-type-webform  #content #webform-component-city input,
.page-contact  #content .form-item-city input{
	background-position:right -75px;
	width:232px;
}
.node-type-webform #content .webform-component-textarea textarea,
.page-contact #content  .form-type-textarea textarea{
	background:url(../images/bg-form-elements.gif) no-repeat left -160px;
	padding:10px;
	width:476px;
	border:none;
	resize:none;
	height:119px;
}
.node-type-webform #content .webform-component-select select,
.page-contact #content  .form-type-select select{
	width:476px;
}
.node-type-webform #content #webform-component-subscribe,
.page-contact  #content  .form-item-subscribe{
	float:left;
	width:370px;
}
.node-type-webform .description,
.page-contact  .description{
	color:#df0e1a;
	font-size:11px;
}
.page-contact  #edit-actions{
	margin:0;
}

.node-type-webform #edit-actions input,
.page-contact  #edit-actions input{
	color:#FFF;
}
.node-webform footer.submitted{
  display:none;
}
/*.node-type-webform  #page-title{
    display:none;
}*/

/**** bloc discover our solution ****/
#block-trylive-solutions-discover-our-solutions{
	overflow:hidden;
	padding:35px ;
	background:url(../images/dot.png) repeat-x top;
}
#block-trylive-solutions-discover-our-solutions ul{
	margin:0;
	padding:0;
	width:110%;
}
#block-trylive-solutions-discover-our-solutions ul li{
	padding:0;
	list-style:none;
	list-style-image:none;
	margin:0 45px 0 0;
	float:left;
	width:203px;
	overflow:hidden;
	font-size:16px;
}
#block-trylive-solutions-discover-our-solutions ul li a{
	width:183px;
	display:block;
	height:121px;
	margin-bottom:10px;
	padding:30px 10px 0 10px;
	font-size:22px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/bg-thematique.gif) no-repeat left top;
	line-height:22px;
}
#block-trylive-solutions-discover-our-solutions ul li a:hover{
	background-position:left bottom;
}
#block-trylive-solutions-discover-our-solutions ul li img{
	vertical-align:top;
}


/**** block plug & play *****/
#block-block-12 {
	padding:20px 0;
	overflow:hidden;
	background:url(../images/dot.png) repeat-x top;
}
#block-block-12  img{
	float:left;
	padding-right:50px;
}
#block-block-12 .custom-link{
	margin-top:20px;
	float:right;
}
#block-block-12 .custom-link span{
	min-width:150px;
}
#block-block-12 h2{
	padding:0;

}

/*** menu solution ****/

#block-menu-block-1 ul{
	text-align:center;
	width:610px;
	padding:0 10px 20px 10px;
	margin:auto;
	position:relative;
	top:-20px;
	background:url(../images/dot.png) repeat-x bottom;
}
#block-menu-block-1 li{
	background : url(../images/sep-menu-solution.gif) no-repeat right center;
	padding:0 20px;
	float:none;
	display:inline;
}
#block-menu-block-1 li.last{
	background:none;
}
#block-menu-block-1 li a{
	color:#414141;
	float:none;	
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	display:inline;
}
#block-menu-block-1 li a:hover, #block-menu-block-1 li.active a{
	color:#2289c9;
}
.views-exposed-widget .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0 ;
	color:#414141;
}
.views-exposed-widget .ui-selectmenu-button a.ui-button {
    background-position: left -400px;
	padding: 0 40px 0 10px;
	white-space: nowrap;
}
.views-exposed-widget .ui-icon {
	background-position: right -429px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item a {
	padding-top:0;
	padding-bottom:0;
}
/*** page demo ***/
.page-demo #content{
	text-align:center;
	padding-top:20px;
}
.page-demo #main-content{
	border-top:none;
	background:none;
}
.page-demo #content-column {
    background: none;
    padding-top: 0;
}
/*** class mini template ****/
.mini-template-mt3 h2{
	color:#2289c9;
	font-size:24px;
	padding-top:10px;
}
.mini-template-mt3 h3{
	font-size:23px;
	color:#696969;
}
.mini-template-mt3 .custom-link span{
	min-width:150px;
}
.mini-template-mt2, .mini-template-mt1, article .mini-template-mt3{
	padding:30px 35px 30px 35px;	
	overflow:hidden;	
}
 article .mini-template-mt3{
	padding-top:0;
}
.node .mini-template-mt2, .node .mini-template-mt1{
	padding-left:0;
	padding-right:0;
}
.mini-template-mt1:last-child,
.mini-template-mt2:last-child{
	background:none;
	padding-bottom:0;
}
.mini-template-mt1 img{
    float: right;
    margin-left: 45px;
    padding: 0 0 20px 0;
}
.mini-template-mt1 .custom-link  span,
.mini-template-mt2 .custom-link  span{
	min-width:150px;
}
.mini-template-mt1 .custom-link ,
article .mini-template-mt3 .custom-link ,
.mini-template-mt2 .custom-link {
    /*margin-top: 20px;*/
}
article .mini-template-mt3 .visuel-news-left,
.mini-template-mt2 .visuel-news-left{
    float: left;
    margin-right: 45px;
    padding: 0 0 20px 0;
}
.border-doted{
	height:5px;
	overflow:hidden;
	clear:both;
	width:100%;
	background:url(../images/dot.png) repeat-x bottom;
}
body .mini-template-mt2 p,
body .mini-template-mt1 p,
body .mini-template-mt3 p{ font-size:14px ; line-height:20px; padding-bottom: 20px;}
/******** css lte ie9 *****/

.page-news ul.listing .views-row { overflow:visible; float:left; clear:both;width: 950px;}
.page-news #columns{ overflow:visible;}
.node-type-news #columns{ overflow:visible;}

/* modif home page */
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn-success {
    background-color: #7AD91C;
    background-image: linear-gradient(to bottom, #7AD91C, #62B60F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 4px 12px;
}
#header-top-container .menu li{
  padding: 0 10px;
}
#header-top-container .menu li a {
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
	padding: 4px 5px;
	text-decoration:none;
	width:110px;
}
#header-top-container .menu  li.last a {
    background: url("./images/log-member.png") no-repeat scroll left center transparent;
    color: #515151;
    padding-left: 20px;
	width:auto;
}
.bloc-actu{
	 background: url("./images/bg-actu.png") no-repeat scroll 0 0 transparent;
	 overflow: hidden;
}
.actu-home{
	width:100%;
	overflow:hidden;
	padding: 0;
	margin:0;
	margin: 25px 23px 40px;
 }
.actu-home li{
	border: 1px solid #000000;
    float: left;
    list-style: none outside none;
    margin-right: 28px;
    padding: 14px;
    width: 285px;
	border-left:solid 5px;
	width: 268px;
	height:218px;
	background:url(./images/bg-bloc-actu.png) no-repeat center center transparent;
}
.actu-home li:last-child{
	margin-right:0;
}
.actu-home li.actu-item1{
	border-color:#3693d3;
}
.actu-home li.actu-item2{
	border-color:#97be1e;
}
.actu-home li.actu-item3{
	border-color:#f9c311;
}
#main-content .actu-home li h2{
	margin: 0 0 20px;
	padding:0;
	color:#272729;
	font-size:18px;
	letter-spacing: -1px;
}
li h2 span{
    float: right;
	height: 35px;
	width: 65px;
}
.actu-item1 h2 span{
	background: url("./images/picto.png") no-repeat scroll left top transparent;
}
.actu-item2 h2 span{
  background: url("./images/picto.png") no-repeat scroll left -43px transparent;
}
 .actu-item3 h2 span{
	height: 52px;
	background: url("./images/picto.png") no-repeat scroll left -95px transparent;
	width: 80px;
}
.actu-home li a.read-more {
	text-decoration:underline;
}
.actu-item1 .btn, .actu-item2 .btn{
	margin-right:20px;
}
  .actu-item1  a.btn, .actu-item2  a.btn{
 	border-radius: 2px 2px 2px 2px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 25px;
	padding: 4px 5px;
    text-decoration: none;
	width: 110px;
}
 .actu-home li  p{
	min-height:105px;
 }