/*****************************************/
/*layout page Dessine moi ma maison - */
/*****************************************/


/*****************************************/
/*navigation etapes concevoir sa maison- */
/*****************************************/
UL#etapes
{
	margin:0;
	margin-top: 5px;
	padding:0;
}
#etapes LI
{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0;
	font-weight:bold;
}
#etapes LI A
{
	display:block;
	float:left;
	height:14px;
	padding:0 7px 0 0;
	color:black;
	font-weight:bold;
}
#etapes LI A:hover,#etapes LI.current A
{
	color:black; 
	text-decoration:none;
}
#etapes LI.disabled  A,#etapes LI.disabled  A:hover
{
	cursor:text;
	color:#cdcdcd; 
}
#etapes LI.previous A
{
	color:#fa6700; 
}

#etapes LI.current A
{
	color:black; 
	cursor:text;
}
/*****************************************/
/*recapitulatif choix précédents- */
/*****************************************/
#chemin
{
	height: 51px;
	overflow: hidden;
}

HTML.MSIE #historique
{
	margin-top: -2px;
}

#historique UL
{
	float:left;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-right:7px;
	list-style:none;
}
#historique LI
{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0;
	font-weight:bold;
}
#historique UL.plus
{
	margin-top:5px;
}
#historique UL.chambres
{
	margin-top:0px;
}
#historique UL.surface
{
	margin-top:2px;
	padding:2px 3px;
	color:white;
}
#historique UL.amenagement
{
	margin-top:2px;	
}
/*****************************************/
/*page concevoir sa maison- */
/*****************************************/

H2
{
	background:url(../img/puceorange.gif) no-repeat left;
	margin:5px 0;
	padding:0;
	padding-left:8px;
}
P
{
	margin:3px 0;
	padding:0;
}
#conception
{
	width:530px;
	height:160px;
	margin-top:10px;
	background:url(../img/concevoir/degrade.jpg) repeat-x;
	background-position:0 30px;
	border: 1px solid #ffe8d9;
}

#menubar
{
	width : 530px;
	height: 46px;
	background:url(../img/concevoir/gris.gif) repeat-x;	
	position: absolute;
	z-index: 0;
}

#conception UL
{
	margin:0;
	padding:0;
	list-style:none;
	z-index: 2;
	position: absolute;
}
#conception LI
{
	margin:0;
	padding:0;
	float:left;
	cursor: pointer;
}
#conception IMG
{
	border:0;
}

#resultat
{
	margin-top:65px;	
}

#resultat SPAN
{
	position: absolute;
	cursor: pointer;
}

#boutonsuivant
{
	float:right;
	margin:10px 5px 0 0;
}

#texteref
{
	padding:10px 20px 10px 20px;
	text-align:justify;
}
#refgauche
{
	float:left;
	width:500px;
	margin-right:20px;
	text-align:justify;
}
#refdroite
{
	float:left;
	margin-left:10px;
	width:200px;
	overflow:hidden;
}


