/*Metamorfic = web simplicity !CSS pour pfolio*/body {	background-image: url(../images/fond.jpg);	background-attachment: fixed;}	/* pour page simple w/no php et DB */#contenant {	height: 480px;	margin-top: -235px;	margin-left: 30px;	position: absolute;	top: 50%;	}/* pour page profil et service */#contenant_profil {	margin-top: -235px;	margin-left: 30px;	position: absolute;	top: 50%;	width: 1600px;	height: 480px;}#menu_flash_ser_pro {	height: 480px;	width: 1500px;	float: left;}/* pour page contact */#contenant_contact {	margin-top: -235px;	margin-left: 30px;	position: absolute;	top: 50%;	width: 1700px;	height: 480px;}#menu_flash_contact {	height: 480px;	width: 1600px;	float: left;}#team {	height: 480px;	float:left;	margin-left: 20px;}/* pour page w/ code php et DB */#contenu {		margin-top: -235px;	margin-left: 30px;	position: absolute;	top: 50%;	height: 480px;	}/* pour clients  */#menu_flash {	height: 480px;	width: 760px;	float: left;}/* pour projets */#menu_flash_projet {	height: 480px;	width: 600px;	float: left;}/* pour l'ensemble du site */#pfolio {	float: left;	margin-left: 20px;}#jpg{	float: left;	padding-right: 20px;}#width {	float: left;	visibility: hidden;}#number {	float: left;	visibility: hidden;}#retour {	float:left;	margin-top: 224px;}.retour {	text-decoration: none;}a.retour:link, a.retour:visited, a.retour:hover, a.retour:visited {	color: #ffffff;}