/***********Planet Design STYLE*****************/
/*
Prés commande de meubles en ligne
copyright l'architecture informatique : www.architecture-informatique.com
*/
* {
	margin: 0;
	padding: 0;
}
/*description page*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black; /*#101010*/
	/*background-color: white;*/
	font-size: 65%;
	text-align:center;
	color:white;/*#7B7D7B*/
}
#page, #contenu { /*Conteneur général pour ecran 800X600*/
  margin: 0 auto;
  width: 775px;
  color:white;
  text-align: left;
}
#contenu {position: relative;height:600px;background-color:#292429;z-index: 1;}
/*bandeau vertical gauche commun*/
#gauche {
  float: left;
  background-color: #191919;
  width:206px ;
  height:600px;
  /*text-align:center;*/
}
#gauche p, #gauche h3 {
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;
  font-size: 110%;         
}
/*Emplacement logo commun a tous*/
#topgauche {
  width:206px ;
  height:41px;
  margin-top:18px;
  background-color: transparent;
}
/*Gauche page acceuil*/
#suitegaucheac{
  position: relative;
  background: url(../images/accbandgauche.gif) no-repeat top;
  width:206px;
  height:541px;
}
#archi {
  position: absolute;
  top:85px;
  left:24px;
  width:168px;
  height:120px;
  background: url(../images/architecte.jpg) no-repeat top left;
}
#archi h2 {
  padding:0 2px 5px 64px;
}
#archi h2 {
  font-size:110% ;
  font-weight: bold;
}
#camion {
  position: absolute;
  top:220px;
  left:24px;
  width:160px;
  height:130px;
  background: url(../images/camion.jpg) no-repeat top center;
}
#camion p, #camion h2 {
  color: white;
}
#camion h2 {
  font-size:110% ;
  font-weight: bold;
  padding:60px 2px 5px 4px;
}
#camion p, #archi p, #champa p {
  font-size:9px ;
}
#financier {
  position: absolute;
  top:300px;
  left:24px;
  width:168px;
  height:120px;
  background: url(../images/financier.jpg) no-repeat left bottom;
}
#financier p, #financier h2 {
  color: white;
}
#financier h2 {
  font-size:105% ;
  font-weight: bold;
  padding:2px 2px 0 2px;
}
#financier p {
  padding:2px 2px 0 68px;
  font-size:9px ;
}
#champa {
  position: absolute;
  top:390px;
  left:24px;
  width:160px;
  height:120px;
  background: url(../images/champagne.jpg) no-repeat right top;
}
#champa p, #champa h2 {
  color: white;
}
#champa h2 {
  font-size:110% ;
  font-weight: bold;
  padding:2px 70px 50px 2px;
}
/*#champa p {
  padding: 10px 0 0 0;
}*/
/*FIN Gauche page acceuil*/

/*gauche page des pack ou choix mobilier dans un pack*/
#suitegauchepac, #suitegauchechoi{
  position: relative;
  width:206px;
  height:541px;
}
#suitegauchepac {
  background: url(../images/bandopack.gif) no-repeat top;
}
#lecteur {
  height:170px;
  padding:0 2px;
  text-align: center;
}
#lecteur h1, #lecteur h2 {
  font-size: 200%;
}
#lecteur h4 {
  font-size: 140%;
}
/*Affichage des petits packs*/
#bandegauche {
  margin-top: 150px;
  margin-left: 3px;
  text-align: center;
}
#bandegauche li, #bandegauche li a {
  display: block;
  width:91px;
  height:73px;
  margin:2px ;
  color:white;
  font-size: 9px;
  text-align: center;
}
#bandegauche li {
  float: left;
}
#bandegauche li span {
  font-size: 12px;
}
#bandegauche ul {
  margin:0;
  padding:0;
}
/*FIN gauche page des pack*/
#bandegauchechoi{
  margin-top: 60px;
  margin-left:50px;
  width:91px;
  height:75px;
  text-align: center;
}
#bandegauchechoi a {
  display: block;
  width:91px;
  height:75px;
  text-indent: -3000px;
}
/*Centre Commun à toutes les pages*/
#centre {
  position: relative;
  float: left;
  background-color: rgb(39,39,39);;
  width:569px;
  height:600px;
  z-index: 0;
}
/*Centre Menu Commun à toutes les pages*/
#topcentre {
  float:left;
  height:41px;
  width:432px;
  margin-top:18px;
  background-color: transparent;
}
#bandecentre {
  height:22px;
  width:569px;
  background-color:black;
  margin:0;
  padding:0;
}
#bandecentre li, #bandecentre li a {
  display: block;
  width:108px ;
  height:22px;
}
#bandecentre li {
  float: left;
}
#bandecentre li a { text-indent: -3000px;}
#bandecentre ul {
  margin:0;
  padding:0;
}
/*FIN Centre Menu Commun à toutes les pages*/
/*Affichage grande Image Pack*/ 
#imgcentrefin {
  position: relative;
  margin: 0;
  padding:0;
  float:left;
  width:569px;
  height:547px;
  background-color:transparent ;
  
}
#imgcentrefin h1 {
  font-weight:lighter;
  font-size: 180%;
  margin-top:382px;
  margin-left:330px;
}
#imgcentrefin h2 {
  font-weight:lighter;
  font-size: 140%;
  margin-left:370px;
}
#imgcentrefin p {
  font-size: 110%;
  margin-left:330px;
}
/*FIN Affichage grande Image Pack*/ 

/*block identifier vous (acceuil et dnas un pack)*/
#identi {
  position: absolute;
  background: transparent url(../images/identifiez.gif) no-repeat left top ;
  width:97px;
  height:58px;
  top:6px;
  left:660px;
  z-index: 10;
}
#identi input {
  float:left;
  width:33px;
  height:15px;
  margin-left: 1px;
  border: 1px rgb(0,0,0) solid;
  font-size:100% ;
}
#identi img {
  display: block;
  float:left;
}
#idform {
  padding-top: 22px;
  padding-left: 5px;
}
#idval {
  background: transparent url(../images/bouton/ok.gif) no-repeat left top;
  float:left;
  width:17px;
  height:17px;
}
/*background: url(../images/menu.gif) no-repeat left bottom ;*/
/*Affichage centre page acceuil*/
#titre {
  padding:10px ;
}
#titre h1 {
  text-indent: -3000px;
}
#pack1, #pack2, #pack3, #pack4 {
  position: absolute;
  width: 244px;
  height: 224px;
  text-align:center;
  cursor: help;
}
#pack1 {
  left: 10px;
  top: 120px;
}
#pack2 {
  left: 285px;
  top: 120px;
}
#pack3 {
  left: 10px;
  top: 350px;
}
#pack4 {
  left: 285px;
  top: 350px;
}
#pack1 a, #pack2 a, #pack3 a, #pack4 a {
  display:block; 
  color:white;
  font-size: 200%;
  margin:0;
  padding:0;
  cursor: help;
}
#pack1 a, #pack2 a {
  padding-top:20px;
}
#pack3 a, #pack4 a {
  padding-top:192px;
}
/*FIN Affichage centre page acceuil*/
/*Footer*/
#lepiedpage {
  width:775px;
  height:20px;
  background-color:black;
}
#lepiedpage li, #lepiedpage p {
  float:left;
  display: block;
  padding-top:2px;
}
#lepiedpage p {
  padding-left: 10px;
}
#lepiedpage a {
  background-color:black;
  color:white;
}
#lepiedpage ul {
  padding-left:180px;
  float:left;
}
/*Fin Footer*/
/*description Element*/
a {
  text-decoration: none;
  border: 0px;
  color:white; 
}
img {
border: 0px none;
}
li {
list-style:none;
}
/*class*/
.select {
  color:#E10915;
  font-weight: bolder;
}
.clear, .clearpied {
  clear:both; 
  height:1px; 
  font-size:1px; 
  line-height:1px; 
}
.clearpied{
  background-color: white; 
}
/*pour la page d'acceuil*/
a.pack{
  width: 244px;
  height: 195px;
}
a.autrepack{
  width:244px;
  height:30px;
}
.invisible{display: none;}
.pasvisible {visibility: hidden;}
.transpar {
  -moz-opacity:0.7;
  opacity: 0.7;
  /*Pour IE*/
  -khtml-opacity: 0.7;
  filter:alpha(opacity=70);
}
.transpar span, .transpar a {
  cursor:help;
}
/*
 Bulle D'aide
*/
.float {
display: none;
z-index: 4;
position: absolute;
background: rgb(255,255,204); 
-moz-opacity:0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
filter:alpha(opacity=50); 
}
.float .float-descText {
text-align:center;
width: 118px;
height: 50px;
color:black;
padding: 7px;
font-size: 11px;
line-height: 14px;
}
.bouton {
  float:left;
	color:white;
	background: black url(../images/bouton.gif) no-repeat left top;
	border: 1px white solid ;
	height: 18px;
	width:40px;
	font-size: 90%;
	display: block;
	cursor: pointer;
}

/*
Prés commande de meubles en ligne
copyright l'architecture informatique : www.architecture-informatique.com
*/
