/* GENERAL STYLES */

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body, html {
  height: 100%;
}

body {
  background-color: #c5e1ef;
  background-image: url(../../img/bgcolor.png);
  text-align: center;
  font-family: tahoma, sans-serif;
}

img {
  display: block;
}

input, select, textarea {
  border: 1px solid black;
}

li {
  list-style-type: none;
}

/* END GENERAL STYLES */


/* THE CONTAINER DIV */
#container {
  width: 790px;
  margin: auto;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-image: url(../../img/bg.png);
  background-repeat: repeat-y;
}


/* HEADER STYLES */
#header { /* entire header section */
  width: 100%;
  height: 274px;
  position: relative;
  background-image: url(../../img/banner.png);
}

#bbbButton {
  position: absolute;
  width: 67px;
  height: 58px;
  bottom: 40px;
  left: 464px;
}

#caaButton {
  position: absolute;
  width: 88px;
  height: 47px;
  bottom: 41px;
  left: 532px;
}

#constructionButton {
  position: absolute;
  width: 128px;
  height: 47px;
  bottom: 40px;
  left: 599px;
}

#languageButton { /* language switch button */
  height: 26px;
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 8pt;
  text-align: right;
}

#languageButton a {
  color: #999;
}

#languageButton a:hover {
  text-decoration: none;
}

#bannerButtons { /* the banner buttons */
  height: 101px;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
}

#bannerButtons img {
  float: left;
}

#bannerButtons .button {
  float: left;
}

#bannerButtons #plusDropDown {
  visibility: hidden; /* changed via javascript */
  position: absolute;
  top: 101px;
  right: 5px;
  width: 136px;
  font-size: 8pt;
}

#plusDropDown ul {
  width: 100%;
}

#plusDropDown ul li {
  border-bottom: 1px solid #c4bd97;
  padding: 0 15px 0 0;
  text-align: right;
  color: white;
  background-image: url(../../img/plusDD_bg.gif);
  background-repeat: repeat-y;
}

#plusDropDown ul li a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
}

#plusDropDown ul li a:hover {
  color: #7b6d21;
}

#plusDropDown ul li.last {
  border: 0;
  background-image: url(../../img/plusDD_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 2px;
}

/* END HEADER STYLES */


/* CONTENT STYLES */
#content {
  padding-bottom: 161px;
  position: relative;
}


#content #menu {
  width: 140px;
  padding: 15px 0 25px 0;
  float: left;
}


#content #main, #content #mainFull {
  width: 270px;
  float: left;
  padding: 35px 20px 20px 50px;
  color: #333;
  text-align: left;
  font-size: 8pt;
}

#content #mainFull {
  width: 540px;
}

#content h1 {
  font-size: 10pt;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #a3191d;
  padding-bottom: 15px;
}

#content h2 {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #484015;
	padding-bottom: 15px;
}

#content h2 a {
	color: #484015;
}

#content h2 a:hover {
  text-decoration: none;
}

#content .anchorList {
  font-size: 8pt;
  color: #a3191d;
}

#content .anchorList a {
  color: #a3191d;
}

#content .anchorList a:hover {
  text-decoration: none;
}

#content h3 {
    font-size: 10pt;
	font-weight: bold;
	color: #787A7C;
	padding-bottom: 10px;
}

#content h4 {
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.7;
	padding-bottom: 0px;
}

#content p {
  padding-bottom: 20px;
  line-height: 1.7;
}

#content .etapes {
    font-size: 10pt;
	font-weight: bold;
	color: #787A7C;
	padding-bottom: 10px;
}

#postitContainer {
  float: right;
  text-align: left;
  
  width: auto !important;
  width: 300px;
  min-width: 300px;
}

#postitContainer object {
  float: right;
  margin-right: 50px;
}

#postit {
  width: 266px;
  background-image: url(../../img/postit_bg.png);
  background-repeat: repeat-y;
  margin: 3px 42px 0 0;
}

#postitContent {
  width: 230px;
  height: 160px;
  overflow: auto;
  text-align: left;
  margin: 0 5px 10px 20px;
  color: #a3191d;
  font-weight: 500;
  font-size: 8pt;
  line-height: 1.4;
  
  scrollbar-base-color: #fdecb4e;
  scrollbar-arrow-color: #dbc84e;
  scrollbar-3dlight-color: #e5d259;
  scrollbar-darkshadow-color: #ddc94d;
  scrollbar-face-color: #f5e26a;
  scrollbar-highlight-color: #e5d259;
  scrollbar-shadow-color: #dcc84c;
  scrollbar-track-color: #e4d051;
}

#postitContent a {
  color: #a3191d;
}

#postitContent a:hover {
  text-decoration: none;
}


/* END CONTENT STYLES */


/* FOOTER STYLES */
#footer {
  width: 100%;
  height: 161px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../img/footer.png);
  font-size: 8pt;
}

#footerLinks {
  height: 25px;
  width: 86%;
  background-image: url(../../img/footer_links_bg.gif);
  margin: 23px auto 0 auto;
  position: relative;
  color: #c7bf8a;
  padding-top: 7px;
  text-align: center;
}

#footerLinks a {
  color: #c7bf8a;
  text-decoration: none;
}

#footerLinks a:hover {
  color: #c7bf8a;
  text-decoration: underline;
}

#footerLinks ul {
  display: block;
  padding-left: 15px;
  margin: auto;
  white-space: nowrap;
}

#footerLinks li {
  float: left;
  padding: 0 4px 0 4px;
  background-image: url(../../img/footer_links_spacer.gif);
  background-repeat: no-repeat;
  background-position: 100% 75%;
}

#footerLinks li.last {
  background-image: none;
  padding-right: 0;
}

#footerLinks .left, #copyInfo .left {
  position: absolute;
  left: -3px;
  top: 0;
}

#footerLinks .right, #copyInfo .right {
  position: absolute;
  right: -3px;
  top: 0;
}

#copyInfo {
  position: relative;
  padding-top: 7px;
  color: #cac08b;
  width: 43%;
  margin: auto;
  height: 25px;
  background-image: url(../../img/footer_copyinfo_bg.gif);
}

#copyInfo a {
  color: #cac08b;
}

#copyInfo a:hover {
  text-decoration: none;
}

/* END FOOTER STYLES */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}




/* FORM STYLES */


legend, h2 {
  color #484015;
  font-size: 8pt;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  padding-top: 10px;
}

label, input {
  margin-bottom: 3px;
}

label.sameLine {
  float: left;
  width: 50px;
  clear: left;
}

label.sameLineLarge {
  float: left;
  width: 120px;
  clear: left;
}

input.sameLine {
  float: left;
  width: 50px;
  margin-right: 5px;
}

input.small {
  display: block;
  float: left;
}

input.medium {

}

input.large {

}

label {
  display: block;
}

button {
  border: 1px solid black;
  padding: 2px;
  margin: 4px;
}

textarea {
  width: 206px;
}


/* CALENDAR */

#cal {
  text-align: left;
}


#cal td {
  border: 1px solid black;
  text-align: center;
}

#cal .head a {
  color: #999;
  background-color: white;
}

#cal .head a:hover {
  color: black;
  background-color: white;
}

#cal td.selected {
  color: white;
  background-color: #999;
}

#cal td.selected a {
  color: white;
}

#cal td.empty {
  border: 1px solid #CCC;
  text-align: center;
}

#cal td a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#cal a {
  color: #999;
  text-decoration: none;
}

#cal a:hover {
  color: white;
  background-color: #999;
}

/* END CALENDAR */


/* END FORM STYLES */



a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
}

#dropDownBanner, .dropDownBannerOriginal {
  width: 284px;
  text-align: center;
  height: 57px;
  position: absolute;
  top: -57px;
  right: 0;
  z-index: 3;  }
  
  #dropDownBanner img {
    display: block;
	margin: auto;
  }
  
  #dropDownBanner #ddClose {
    font-size: 6pt;
	position: absolute;
	top: 0;
	right: 50px;
  }
  
  .disc li {
    margin-left: 15px;
    list-style-type: disc;
  }
  
  .sitemap {
    margin-left: 15px;
  }
  
  .sitemap li {
  	list-style-type: disc;
  }
  
  #facebook {
    position: absolute;
    top: 10px;
    right: 50px;
  }
  
  .pagination {
    text-align: right;
    font-weight: 600;
    
    line-height: 30px;
    vertical-align: middle;
  }
  
  .pagination img {
    display: inline;
    position: relative;
    top: 3px;
  }
  
  .pagination span {
    color: #900;
  }
  
  .pagination span.off {
    color: #999;
  }
  
  .testimonials {
    background: url(../../img/billboard_back.gif) top left;
    width: 540px;
    margin:  0 auto 20px;
  }
  
  .testimonial {
    width: 232px;
    margin: 15px 0 10px 30px;
    float: left;
  }
  
  .testimonial div {
    padding: 0 10px 10px;
    background: url(../../img/t_postit_bg.gif) top left;
  }
  
  .testimonial img {
    float: left;
  }
  
  .testimonials .image {
    float: right;
    background: url(../../img/polaroid.gif) top left;
    width: 225px;
    height: 215px;
    margin: 25px 30px 10px 0;
  }
  
  .testimonials .image img {
    margin: 15px auto 0;
    width: 200px;
    height: 150px;
  }
  
  .socialMedia {
	margin-bottom: 10px;
  }
  
  .socialMedia img {
  	float: left;
	padding-right: 5px;
  }
  
  .image_module {
    width: 260px;
  }
  
  
  .image_module .right_arrow {
    background: transparent url(../../img/arrow_right.gif);
    margin-left: 10px;
  }
  
  .image_module .left_arrow {
    background: transparent url(../../img/arrow_left.gif);
  }
  
  .image_module .right_arrow, .image_module .left_arrow {
    width: 26px;
    height: 20px;
    float: right;
    cursor: pointer;
  }
  
  .image_module .right_arrow:hover, .image_module .left_arrow:hover {
    background-position: 0 21px;
  }
  
  .image_module .image {
    width: 260px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
  }
  
  .image_module .go_portfolio {
    float: left;
    width: 152px;
    height: 32px;
    background: transparent url(../../img/english/go_portfolio.gif) 0 32px repeat-y;
    cursor: pointer;
  }
  
  .image_module .go_portfolio:hover {
    background-position: 0 0;
  }
  
  
  .image_module .toggle_before_after {
    float: left;
    width: 152px;
    height: 34px;
    background: transparent url(../../img/english/before_after.gif) 0 34px repeat-y;
    cursor: pointer;
  }
  
.admin_list {
  z-index: 3;
}

.admin_list a {
  position: relative;
  z-index: 3;
}

.admin_list a img {
  position: absolute;
  display: none;
  z-index: 3;
  top: 0;
  left: -300px;
}

.admin_list a:hover img {
  display: block;
}

button.alt {
  float: right;
  position: relative;
  bottom: 30px;
  left: 10px;
}