#conteneur {

	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
	height: 600px;
	background: #000;

}


#conteneur #fond {

	position: absolute;
	top: 0;
	left: 0;

}


#conteneur #retour {
	z-index: 999;
	position: absolute;
	top: 10px;
	left: 10px;

}


#conteneur #logo {

	position: absolute;
	top: 10px;
	right: 40px;

}


/***********************************************************************************************/
/********** CONTENU ****************************************************************************/
/***********************************************************************************************/
#menu {

	position: absolute;
	top: 200px;
	left: 700px;

}
* html #menu {
	width: 230px;
}
	
	#menu #menu_porcelaines {
		
		display: block;
		height: 42px;
		padding-left: 50px;
		margin-bottom: 30px;
		line-height: 21px;
		color: #FFF;
		background: url('../images/oeil-bleu.png') no-repeat;
	
	}
	
	#menu #menu_faire {
		
		display: block;
		height: 42px;
		margin-bottom: 30px;
		line-height: 42px;
		text-indent: 50px;
		color: #FFF;
		background: url('../images/oeil-bleu.png') no-repeat;
	
	}


/***********************************************************************************************/
/********** GALERIE ****************************************************************************/
/***********************************************************************************************/
#conteneur #galerie {

	z-index: 1;
	position: absolute;
	top: 36px;
	left: 6px;

}


#conteneur #cache_logo {

	z-index: 999;
	position: absolute;
	left: 0;
	top: 35px;
	width: 137px;
	height: 23px;
	padding-top: 5px;
	font-size: 1.1em;
	text-indent: 30px;
	font-weight: bold;
	color: #000;
	background: url('../images/pieces_cache-galerie2.png');
	/*background: url('images/blank.gif');*/

}
	#cache_logo span {
		display: block;
		margin-top: -3px;
		padding-left: 30px;
		font-size: .8em;
		line-height: 1em;
		text-indent: 0;
		font-weight: bold;

	
	}


#conteneur  #phototheque {

	position: absolute;
	left: 10px;
	bottom: 54px;
	line-height: 1em;
	font-size: 1.1em;	
	font-weight: bold;
	

}

	#phototheque span {
	
		font-size: .8em;
		color: #57253B;
	
	}
