* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  font: 11px Verdana, sans-serif;
  background: #fff url('../images/body_bg.png') repeat-x;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.bold {
	font-weight: bold;
}

.none {
	display: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

hr {
  margin: 10px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
  position: relative;
  top: 120px;
  background: url(../images/container_bg.png) repeat-y;
  width: 659px;
  margin: auto;
}

#container-top {
  background: url(../images/container_top_bg.png) no-repeat;
  padding: 35px 35px 0 35px;
  min-height: 785px;
}

#container-bottom {
  background: url(../images/container_bottom_bg.png) no-repeat;
  height: 35px;
}

#menu {
  position: absolute;
  top: 35px;
  left: -139px;
  background: url(../images/menu_bg.png) no-repeat;
  padding-top: 27px;
  padding-left: 17px;
  width: 155px;
  height: 412px;
}

#menu > a {
  position: relative;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  width: 129px;
  height: 26px;
  padding-top: 15px;
  padding-left: 15px;
  display: block;
  font-size: 12px;
  background: url(../images/menu_off.png) no-repeat;
}

#menu > a:hover, #menu > a.selected {
  color: #280000;
}

#menu-accueil:hover { background: url(../images/menu_accueil_over.png) no-repeat; }
#menu-accueil.selected { background: url(../images/menu_accueil_on.png) no-repeat !important; }

#menu-actualite { top:-7px; }
#menu-actualite:hover { background: url(../images/menu_actualite_over.png) no-repeat; }
#menu-actualite.selected { background: url(../images/menu_actualite_on.png) no-repeat !important; }

#menu-societe { top:-14px; }
#menu-societe:hover { background: url(../images/menu_societe_over.png) no-repeat; }
#menu-societe.selected { background: url(../images/menu_societe_on.png) no-repeat !important; }

#menu-equipe { top:-21px; }
#menu-equipe:hover { background: url(../images/menu_equipe_over.png) no-repeat; }
#menu-equipe.selected { background: url(../images/menu_equipe_on.png) no-repeat !important; }

#menu-partenaire { top:-28px; }
#menu-partenaire:hover { background: url(../images/menu_partenaire_over.png) no-repeat; }
#menu-partenaire.selected { background: url(../images/menu_partenaire_on.png) no-repeat !important; }

#menu-etude { top:-28px; } /* { top:-35px; } */
#menu-etude:hover { background: url(../images/menu_etude_over.png) no-repeat; }
#menu-etude.selected { background: url(../images/menu_etude_on.png) no-repeat !important; }

#menu-reference { top:-35px; } /* { top:-42px; } */
#menu-reference:hover { background: url(../images/menu_reference_over.png) no-repeat; }
#menu-reference.selected { background: url(../images/menu_reference_on.png) no-repeat !important; }

#menu-vousetes { top:-42px; } /* { top:-49px; } */
#menu-vousetes.over { width: 134px; background: url(../images/menu_vousetes_over.png) no-repeat; z-index: 50; }
#menu-vousetes.selected { background: url(../images/menu_vousetes_on.png) no-repeat !important; }

#menu-presse { top:-49px; } /* { top:-56px; } */
#menu-presse:hover { background: url(../images/menu_presse_over.png) no-repeat; }
#menu-presse.selected { background: url(../images/menu_presse_on.png) no-repeat !important; }

#menu-contact { top:-56px; } /* { top:-63px; } */
#menu-contact:hover { background: url(../images/menu_contact_over.png) no-repeat; }
#menu-contact.selected { background: url(../images/menu_contact_on.png) no-repeat !important; }

.submenu {
  position: absolute;
  border: 1px solid #280000;
  background: url(../images/submenu_bg.png) repeat;
  padding: 5px;
}

.submenu a {
  display: block;
  min-width: 127px;
  height: 15px;
  background: url(../images/submenu_a_bg.png) bottom no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 10px;
  padding-top: 2px;
}

.submenu a.last {
  background: none;
}

#twitter {
  position: absolute;
  top: 475px;
  left: -105px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/twitter.png) bottom no-repeat;
}

#picasa {
  position: absolute;
  top: 475px;
  left: -75px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/picasa.png) bottom no-repeat;
}

#tabs {
  position: absolute;
  top: -20px;
  left: 279px;
}

#tabs a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-top: 6px;
  text-align: center; 
  height: 18px;
  float: left;  
}

#tabs #tab1 {
  background: url(../images/tab1.png) no-repeat;
  width: 125px;
}

#tabs #tab2 {
  background: url(../images/tab2.png) no-repeat;
  width: 120px;
}

#tabs #tab3 {
  background: url(../images/tab3.png) no-repeat;
  width: 121px;
}

#logo-opsone {
  position: absolute;
  top: -100px;
}

/**POSTIT**/

.postit-top {
  background: url(../images/postit_top_bg.png) no-repeat;
  width: 504px;
  min-height: 300px;
  margin-top: 15px;
  padding: 27px 45px 23px 45px;
}

.postit-top.first{
  margin-top: 0;
}

.postit-bottom {
  background: url(../images/postit_bottom_bg.png) 6px 0 no-repeat;
  width: 594px;
  height: 4px;
}

.postit-top h1 {
  position: relative;
  background-repeat: no-repeat;
  width: 294px;
  height: 32px;
  left: -4px;
  margin-bottom: 20px;
}

.postit-top h1.long {
  width: 349px;
}

.postit-top h1 span {
  display: none;
}

.postit-top h2 {
  position: relative;
  background-repeat: no-repeat;
  width: 203px;
  height: 26px;
  left: -4px;
  margin-top: 20px;
}

.postit-top h2.long {
  width: 260px;
}

.postit-top h2 span {
  display: none;
}

.postit-top h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

.postit-top p {
  text-align: justify;
  margin-top: 15px;
}

.postit-top p strong.green {
 color: #70ad10;
}

.postit-top ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: square;
  padding-left: 35px;
}

.postit-top a {
  color: #510a0e;
  font-weight: bold;
  text-decoration: none;
}

.postit-top a:hover {
  text-decoration: underline;
}

/**STICKER**/

#sticker-accueil {
  position: absolute;
  top: 90px;
  left: 380px;
  width: 220px;
  height: 130px;
  background: url(../images/sticker_accueil.png) no-repeat;
}

#sticker-societe {
  margin: auto;
  margin-top: 20px;
  width: 480px;
  height: 180px;
  background: url(../images/sticker_societe.png) no-repeat;
}

#sticker-reference {
  margin-left: -28px;
  margin-top: 20px;
  margin-bottom: -28px;
  width: 561px;
  height: 248px;
  background: url(../images/sticker_reference.png) no-repeat;
}
