/* structure */
body {
  background: #302e2e url(../images/bandeau_left.gif) repeat-x;
}
* html #bandeau_right {
  position: relative;
}
#bandeau_right {
  background-color: blue;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 132px;
  z-index: 1;
  background: url(../images/bandeau_right.gif) repeat-x;
}

#cadre_0 {
  background: #f9f8f3 url(../images/centre_repeat.gif) repeat-x;
  margin: 132px 0 -132px 0;
}

#cadre_1 {
  min-height: 200px;
  width: 1000px;
  margin: auto;
  background-color: #f00;
  z-index: 2;
  position: relative;
  background: url(../images/bandeau.gif) no-repeat;
  top: -132px;
}

#header {
  height: 132px;
  position: relative;
}

#footer {
  background: url(../images/footer-repeat.gif) repeat-x;
  height: 181px;
  margin-top: 24px;
}

/* commun */
body {
  font-size: 11px;
  font-family: Arial; 
}
a {
  cursor: pointer;
}
.btn_link span {
  display: none;
}

/* header */
#header .tohome {
  display: block;
  width: 317px;
  height: 77px;
  background: url(../images/decomatic.png) no-repeat;
  position: absolute;
  top: 12px;
  left: 0px;
}

#langue {
  position: absolute;
  right: 0;
  top: 15px;
}

#langue a {
  float: left;
  display: block;
  width: 33px;
  height: 32px;
}

#langue #fr_FR {
  background: url(../images/fr.gif) no-repeat;
}
#langue #en_GB {
  background: url(../images/en.gif) no-repeat;
}
#langue #de_DE {
  background: url(../images/de.gif) no-repeat;
}

#recherche {
  position: absolute;
  top: 61px;
  right: 0;
  background: url(../images/bkg_recherche.gif) no-repeat;
}

#recherche input {
  border: none;
  background: none;
  float: left;
}

#recherche input[type="text"] {
  width: 159px;
  padding: 6px 0 0 15px;
}

#recherche input[type="submit"] {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* menuh */
#menuh {
  position: absolute;
  bottom: 0;
  left: 0;
}

#menuh > li {
  background: url(../images/menu_left.png) no-repeat;
  padding: 0 0 0 11px;
  display: inline;
  float: left;
  overflow: visible;
  margin-right: -3px;
  position: relative;
}

#menuh > li > a {
  background: url(../images/menu_right.png) no-repeat right top;
  padding: 0 11px 0 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
}

#menuh > li > a > span {
  background: url(../images/menu_repeat.png) repeat-x;
  float: left;
  line-height: 27px;
  padding: 5px 0 0 0; 
}

#menuh > li:hover,
#menuh > li.active {
  background-position: 0 -33px;
  cursor: pointer;
}

#menuh > li:hover > a,
#menuh > li.active > a {
  background-position: 100% -33px;
  color: #ff9000;
}

#menuh > li:hover > a > span {
  text-decoration: underline;
}

#menuh > li:hover > a > span,
#menuh > li.active > a > span {
  background-position: 0 -33px;
}

#menuh li > div {
  position: absolute;
  top: 32px;
  left: 0;
  width: 287px;
  background: url(../images/smenu_bottom.png) no-repeat bottom;
  padding-bottom: 8px;
  display: none;
}

#menuh li:hover > div {
  display: block;
}

#menuh li > div > div {
  background: url(../images/smenu_bkg.png) repeat-y;
  padding-bottom: 12px;
  padding-top: 12px;
  overflow: auto;
}

#menuh > li:hover div {
  cursor: auto;
}

#menuh div > ul {
  margin: 0 16px;
  padding-bottom: 15px;
  border-top: 6px solid #f8ad2a;
  border-bottom: 6px solid #f8ad2a;
  width: 255px;
  float: left;
}

#menuh div > ul > li {
  padding: 0 0 0 0;
  margin-top: 15px;
}

#menuh div > ul a,
#menuv a {
  color: #050505;
  text-decoration: none;
}

#menuh div > ul a[href='#'],
#menuv a[href='#'] {
	cursor: default;
}
	
#menuh div > ul > li > a,
#menuv > ul > li > a {
  font-size: 14px;
}

#menuh div > ul ul,
#menuv > ul ul {
  margin-top: 3px;
}

#menuh div > ul ul a,
#menuv > ul ul a {
  font-size: 12px;
  background: url(../images/puce.gif) no-repeat 0 4px;
  display: block;
  width: 240px;
  padding: 0 0 5px 15px;
}

#menuh div > ul ul a:hover,
#menuv > ul ul a:hover {
  color: #e48b00;
  text-decoration: underline;
}

#menuh div > ul ul a[href='#']:hover,
#menuv > ul ul a[href='#']:hover {
  color: #050505;
  text-decoration: none;
}

/* colonnes */
#colonnes {
  background: url(../images/colonnes_separation.gif) repeat-y 775px 0;
  margin: 24px 0 0;
  /*overflow: auto;*/
  overflow: hidden;
}

#left,
#right {
  float: left;
  min-height: 1px;
}

#left {
  width: 750px;
  padding-right: 25px;
  padding: 0 25px 42px 0;
  line-height: 1.25;
}

#right {
  margin: 0 0 0 25px;
  width: 200px;
}

#right > ul a {
  display: block;
  margin: 0 0 24px 0;
}

#btn_contact {
  background: url(../images/fr_FR/btn_contact.gif) no-repeat;
  height: 140px;
}

#btn_acheter {
  background: url(../images/fr_FR/btn_acheter.gif) no-repeat;
  height: 89px;
}

#btn_engagements {
  background: url(../images/fr_FR/btn_engagements.gif) no-repeat;
  height: 125px;
}

#btn_decouvrez {
  background: url(../images/fr_FR/btn_decouvrez.gif) no-repeat;
  height: 82px;
  margin-bottom: 0 !important;
}

/* footer */
#footer > div {
  width: 1000px;
  margin: auto;
  position: relative;
}

#referencement {
  color: #f2f1e7;
  display: table-cell;
  vertical-align: middle;
  height: 62px;
  /* pour ie7 qui ne comprend pas table-cell */
  /padding-top:10px;
  /height: 52px;
}

#referencement a {
	color: #f2f1e7;
	text-decoration: none;
}

#referencement a:hover {
	text-decoration: underline;
}

#links {
  position: absolute;
  top: 110px;
  left: 357px;
}

#links li {
  float: left; /* ie7 */
}

#links a {
  background: url(../images/pointilles_orange.gif) repeat-y;
  color: #9e9a93;
  font-size: 12px;
  float: left;
  text-decoration: none;
  line-height: 33px;
  padding: 0 13px 0 12px;
}

#links a:hover  {
  text-decoration: underline;
}

#links .first {
  background: none;
}
* html #footer .tohome {
  position: relative;
}
#footer .tohome {
  position: absolute;
  left: 0;
  top: 86px;
  display: block;
  width: 247px;
  height: 74px;
  background: url(../images/decomatic_footer.png) no-repeat;
}

#addonline {
  position: absolute;
  right: 0;
  top: 135px;  
}

#addonline a {
  color: #726e6b;
  font-size: 10px;
  text-decoration: none;
}

#addonline a:hover {
  text-decoration: underline;
}

#addonline img {
  vertical-align: middle;
  margin-left: 5px;
}

/* sur l'accueil */
#bandeau {
  height: 244px;
  padding: 9px;
  background: url(../images/fr_FR/bandeau_bkg.jpg) no-repeat;
  margin-bottom: 15px;
}

#bandeau a {
  width: 361px;
  height: 235px;
  float: left;
}

#bandeau a:hover {
  background: url(../images/bandeau_hover.png) no-repeat;
}

#bandeau a:first-child {
  margin-right: 10px;
}

#annonces {}

#chemin {
  height: 51px;
  background: url(../images/chemin_bkg.gif) no-repeat;
  margin-bottom: 15px;
  line-height: 47px;
  font-size: 14px;
  color: #1f1d1e;
}

#chemin span {
  background: url(../images/puce.gif) no-repeat 0 20px;
  float: left;
  padding-left: 18px;
  margin-left: 14px;
}

#chemin a {
  color: #1f1d1e;  
  text-decoration: none;
  float: left;	
}

#chemin a.first {
  background: none;
  padding-left: 35px
}

#chemin a:hover {
  text-decoration: underline;
}

#menuv {
  background: url(../images/menuv_repeat.gif) repeat-y;
}

#menuv .titre {
  background: url(../images/menuv_top.gif) no-repeat;
  display: block;
  height: 48px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fc8300;
  padding-left: 32px;
}

#menuv .titre:hover {
  text-decoration: underline;
}

#menuv > ul {
  background: url(../images/menuv_bottom.gif) no-repeat left bottom;
  padding: 0 15px 15px;
  margin-bottom: 24px;
  /*width: 170px;*/
  overflow: hidden; /* ie7 */
}

#menuv > ul > li {
  margin-top:15px;
}

#menuv ul a {
  width: auto !important;
}

#totop {
  background-color: #e4e3d9;
  text-align: right;
  line-height: 17px;
  width: 750px;
  margin-top: -17px;
  /*display: none;*/
}

#totop a {
  color: #33312e;
  font-size: 11px;
  text-decoration: none;
  background: url(../images/puce_2.gif) no-repeat right 6px;
  margin-right: 5px;
  padding-right: 13px;
}

#totop a:hover {
  text-decoration: underline;
}

.titre {
	
}

.geniecubecontenu p {
	margin-bottom: 10px;
}

.geniecubecontenu .section {
	padding-bottom: 10px;	
}

.geniecubecontenu a {
	color: #ffa308;
	text-decoration: none;
}

.geniecubecontenu a:hover {
	text-decoration: underline;
}

.modelePuce {
	font-size: 13px;
	font-weight: bold;
	color: #1f1d1e;
	padding-bottom: 10px;
}

.modelePuce h2 {
	background: url(../images/puce_3.png) no-repeat 0 5px;
	padding-left: 13px;
}

.modeleTitre {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #1f1d1e;
	padding-bottom: 10px;
}

#actues {
	margin: 0 0 20px 0;	
}

