/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* reset */

a,a:hover {
  text-decoration:none;
}

img,form,fieldset,a {
  border:none;
  outline:none;
}

ul li,ol li {
  list-style:none;
}

/* common simple classes */

.uppercase {
  text-transform:uppercase;
}

.clear {
  clear:both;
}

.left {
  float:left;
}

.right {
  float:right;
}

.hidden {
  display:none;
}

img,a {
  border:none;
  outline:none;
}

.spam_check {
  display:none;
}

/* common */

.table_centered,.table_centered td {
  vertical-align:middle;
  text-align:center;
}

.gallery table {
  border-spacing:5px;
}

.gallery table td {
  width:120px;
  height:120px;
  /*background:#EEE;*/
  vertical-align:top;
}

#logged_overlay {
  position:absolute;
  z-index:1000;
  background:#FFF;
  opacity:.8;
  width:100%;
  height:20px;
  padding:5px 0;
  top:0;
}

#logged_overlay p {
  margin:0 0 0 10px;
}

#logged_logout {
  position:absolute;
  right:20px;
  display:block;
  text-align:right;
  top:5px;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000;
    margin:0;
    width:100%;
}
a {
    color:#bf1e2e;
    text-decoration:none;
    outline: 0;
}
a:hover {
    text-decoration:underline;
}
.clear {
    clear:both;
}
.center {
    position:relative;
    width:960px;
    margin:0 auto;
}

/* header */
#header {
    background:url(content/design/header-bg.png) repeat-x;
    height:248px;
}
#header-page {
    position:absolute;
    top:0;
    left:-20px;
    background:url(content/design/header-pic-bg.png) no-repeat;
    width:998px;
    height:275px;
}
#header img {
    margin-left:11px;
}

/* top menu */
#menu {
    height:104px;
    background:url(content/design/red-bg.png) center bottom no-repeat;
}
ul {
    padding:0;
    margin:0;
}
#menu li {
    list-style-type:none;
    background:none;
    float:left;
}
#menu li.menu_last {
    border:none;
    padding-right:0;
}
#home-link {
    position:absolute;
    background:url(content/design/logo.png);
    top:39px;
    left:0;
    width:234px;
    height:65px;
    cursor:pointer;
}
#quick-links {
    position:absolute;
    top:39px;
    right:0;
    height:36px;
    font-size:12px;
}
#quick-links a {
    color:#000;
}
#quick-links li {
    border-right:dotted 1px #c4c4c4;
    padding:15px 10px 0 10px;
    height:21px;
}
#quick-links li.active span {
    font-weight:bold;
}
#quick-links li.menu_last {
    border-right:1px dotted #C4C4C4;
    margin-right:65px;
}
#social {
    position:absolute;
    bottom:3px;
    right:0;
}
#menu-links {
    position:absolute;
    /*background:url(content/design/menu-bg.png) top left;*/
    top:75px;
    right:0;
    width:auto;
    height:29px;
}
#menu-links a,
#menu-links span {
    color:#fff;
}
#menu-links li {
    border-right:dotted 1px #fff;
    padding:8px 11px 0 11px;
    height:21px;
    cursor:pointer;
}
#menu-links a:hover {
    text-decoration:none;
}
#menu-links li:hover,
#menu-links li.active {
    background:#545454;
}
#menu-links .menu_first:hover,
#menu-links .menu_first.active {
    background:url(content/design/menu-first-bg.png) no-repeat;
}

/* widgets */
.widget {
    position:relative;
    width:282px;
    height:180px;
    padding:17px 22px;
    font-size:12px;
}
.widget.straight {
    background:url(content/design/widget-straight-bg.png) no-repeat;
}
.widget.rounded {
    background:url(content/design/widget-rounded-bg.png) no-repeat;
}
.widget h2 {
    margin:0;
    font-size:18px;
    color:#403f3f;
}
.widget ul {
    padding:0;
    margin:0;
}
.widget img {
    float:left;
}
li {
    list-style-type:none;
}
.bottom-links {
    clear:both;
    margin-top:20px;
    border-top:dotted 1px #bf1e2e;
    border-bottom:dotted 1px #bf1e2e;
    font-size:12px;
    padding:20px 0;
}
.bottom-links .col-1 {
    /*height:150px;*/
}
.bottom-links h1 {
    font-size:14px !important;
    margin:0;
}
.bottom-links ul {
    margin:0px 0 5px 0;
    font-size:12px;
}
.bottom-links li.menu_level_0 {
    padding-left:8px;
    font-weight:bold;
}
.bottom-links li.menu_level_0 a {
    color:#000;
}
.bottom-links li.menu_level_1 {
    margin-left:-8px;
    padding-left:8px;
    background:url(content/design/li.png) no-repeat left 5px;
    font-size:11px;
    font-weight:normal;
}
.bottom-links .menu_container_0 {
    padding:8px 0 3px 0;
}
.bottom-links li.menu_level_1 a {
    color:#BF1E2E;
}
.widget .link {
    position:absolute;
    bottom:20px;
    left:15px;
    width:90%;
}

/* footer */
.footer {
    margin:10px 0 30px 0;
    font-size:11px;
    text-align:center;
}

/* home page */
#home-widgets {
    margin-top:24px;
}

.home-actualites tr {
    vertical-align:top;
    height:90px;
}
.home-actualites .actu {
    position:relative;
}
.home-actualites p {
    margin:0;
}
.home-actualites a {
    color:#000;
}
.actus-cache {
    position:absolute;
    top:0;
    left:0;
    width:143px;
    height:76px;
    background:url(content/design/actus-cache.png);
    cursor:pointer;
}
#notre-gamme {
    position:relative;
    width:650;
    height:285px;
    background:url(content/design/gamme-bg.png) no-repeat;
    margin-top:-2px;
    margin-left:-6px;
    margin-right:-8px;
}
#notre-gamme a img {
    border:none;
}

/* page */
.submenu ul {
    /*border-top:dotted 1px #959595;
    border-bottom:dotted 1px #959595;*/
    padding:10px 0 5px 0;
}
.submenu ul ul {
    padding-top:2px;
    padding-bottom:0;
}
.submenu li {
    background:#acacac;
    cursor:pointer;
    margin-bottom:5px;
    padding-top:1px;
}
.submenu .menu_container {
    padding-left:10px;
    display:block;
}
.submenu li a, .submenu li span {
    color:#fff;
}
.submenu li.active {
    background:#353535;
}
.submenu li li {
    background:#fff;
    margin-bottom:0px;
    background:#fff url(content/design/li.png) no-repeat 2px 6px;
}
.submenu li li a, .submenu li li span {
    color:#000;
}
.submenu li li.active {
    font-weight:bold;
    background:#fff url(content/design/li.png) no-repeat 2px 6px;
    color:#000;
}
/* content */
.col-1 {
    float:left;
    width:310px;
    padding-right:85px;
}
.col-2 {
    float:left;
    width:565px;
}
.home .col-1 {
    padding-right:15px;
}
.home .col-2 {
    width:635px;
}
.col-1 h1, .col-2 h1 {
    /*font-family:MyriadProBold;*/
    font-weight:bold;
    font-size:20px;
    color:#bf1e2e;
}
.content h1 {
    font-size:32px;
    /*font-family:georgia,garamond,serif;*/
    font-weight:bold;
    color:#888;
    font-style:italic;
}
.content h2 {
    font-size:18px;
}
.content li {
    list-style-type:disc;
    margin-left:15px;
    padding-bottom:5px;
    clear:left;
}
.news ul {
    clear:left;
    padding-top:10px;
}
.news .menu_years ul {
    padding-top:0;
}
.news .menu_years li {
    float:left;
    margin-right:15px;
}

#contact_form {
    background:#f9f9f9;
    border:solid 1px #777;
}
a.icon-pdf {
    display:block;
    background:url(content/design/icons/pdf.png) no-repeat;
    padding-left:50px;
    min-height:40px;
    line-height:40px;
    vertical-align:middle;
}
a.question {
    cursor:pointer;
}
a.question.current {
    font-weight:bold;
}
div.answer {
    display:none;
    background:#eee;
    padding:10px;
    margin-bottom:30px;
}
#chgmt_residant_form table {
    /*padding:5px;*/
}
#chgmt_residant_form td {
    background:#f8f8f8;
}
#chgmt_residant_form td.header {
  background:#515151;
  color:#fff;
  padding:3px 5px;
  font-weight:bold;
}


#header-home {
    position:absolute;
    top:0;
    left:-20px;
    background:url(content/design/header/background.png) no-repeat;
    width:998px;
    height:275px;
}
#header-home .bg {
	display:none;
	position:absolute;
	top:0;
	left:19px;
}
#header-home .content {
	position:absolute;
	top:0;
	left:0;
}
#header-home .content .solution {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#header-home .type {
	display:none;
	position:absolute;
	width:950px;
	height:223px;
	top:0;
	left:18px;
}
#header-home .type .title {
	position:absolute;
	left:30px;
	top:2px;
	font-size:18px;
}
#header-home .type .title span {
	color:#BF1E2E;
}
#header-home .type .description {
	position:absolute;
	top:0;
	right:13px;
	width:280px;
	height:215px;
	text-align:right;
}
#header-home .type .description h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#BF1E2E;
	font-style:normal;
	margin-top:0;
}
#header-onglets {
	position:absolute;
	top:231px;
	left:0;	
	width:959px;
	height:20px;
	margin-left:20px;
}
#header-onglets div {
	float:left;
	width:33%;
	text-align:center;
}
#header-onglets div a {
	display:block;
	margin-top:7px;
	color:#000;
}
#header-onglets div.current {
	background:url(content/design/header/selector.png) no-repeat 150px 0px;
}
#header-onglets div.current a {
	color:#BF1E2E;
}


.scroll-pane {
    position:relative;
    overflow: auto;
    width: 600px;
    height:270px;
    /*float:left;*/
    margin-left:20px;
    margin-right:20px;
}
.scroll-content {
    position:absolute;
    top:5px;
    left:0;
    width:1600px; /*1320px;*/ /*1750px;*/
    margin-left:-370px;
    /*width: 2440px;*/
    /*float: left;*/
    height:230px;
}
.scroll-content-item {
    width: 125px;
    height: 225px;
    float: left;
    margin: 10px;
    font-size: 3em;
    ___line-height: 96px;
    text-align: center;
}
.scroll-content-item span {
    text-decoration:none;
    color:#606060;
    font-weight:bold;
    font-size:12px;
    /*display:none;*/
    display:block;
    margin-top:-5px;
}
.scroll-content-item a:hover {
    text-decoration:none;
}
.scroll-content-item a:hover span {
    /*display:block;*/
}
* html .scroll-content-item {
    /* IE6 float double margin bug */
    display: inline;
}
.scroll-bar-wrap {
    position:absolute;
    top:240px;
    left:0;
    background:url(content/design/slider-bg.png) no-repeat 40px 0;
    padding-left:40px;
    padding-right:8px;
    width:552px;
    height:21px;
}
.scroll-bar-wrap .ui-slider {
    background: none;
    border:0;
    height: 2em;
    margin: 0 auto;
    z-index:20;
}
.scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 402px;
    height: 100%;
    margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
    top:3px !important;
    width:115px !important;
    height:15px !important;
    background:url(content/design/slider-button.png) !important;
    border:none !important;
    cursor:pointer !important;
    margin-left:-74px !important;
    outline:none;
    position:absolute;
    z-index:99;
}
.scroll-pane .slider-left {
    position:absolute;
    top:240px;
    left:10px;
    width:30px;
    height:21px;
    background: url(content/design/slider-button-left.png) no-repeat;
    cursor:pointer;
}
.scroll-pane .slider-right {
    position:absolute;
    top:240px;
    left:559px;
    width:30px;
    height:21px;
    background: url(content/design/slider-button-right.png) no-repeat;
    cursor:pointer;
}

.scroll-bar-wrap .legend {
    position:absolute;
    top:2px;
    z-index:2;
    color:#fff;
    cursor:pointer;
}
.legend#legend-1 {
    left:60px;
}
.legend#legend-2 {
    left:260px;
}
.legend#legend-3 {
    right:60px;
}


/*		to be used in both front and ckeditor !!	*/

.orange {
  color:#FF9933;
}

h3 {
  color:blue;
}

h4 {
  color:green;
}


