/* BLOCS ----------------------------------------------*/
/* communs ------------------------------------------*/
	#page {
		position: relative;
		height: 800px;
		width: 1050px;
	}
	#logo {
		position: absolute;
		height: 200px;
		width: 330px;
		left: 0;
		top: 0;
	}
	#accesPrive {
		position: absolute;
		height: 20px;
		width: 320px;
		top: 10px;
		text-align: right;
		left: 770px;
	}
	#menuBP {
		font-size: 11px;
		position: absolute;
		height: 20px;
		width: 800px;
		left: 145px;
		bottom: 86px;
		text-align: center;
	}
/* index -------------------------------------------*/
#menuIStudio {
	position: absolute;
	height: 50px;
	width: 79px;
	left: 165px;
	top: 290px;
	background-image: url(_medias/carre/carre-bleu.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 12px;
}
#menuICom {
	position: absolute;
	height: 50;
	width: 125px;
	left: 115px;
	top: 362px;
	background-image: url(_medias/carre/carre-orange.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 12px;
}
#menuIPortfolio {
	position: absolute;
	height: 35px;
	width: 153px;
	left: 130px;
	top: 434px;
	background-image: url(_medias/carre/carre-violet.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 12px;
}
#menuIAsso {
	position: absolute;
	height: 50;
	width: 135px;
	left: 170px;
	top: 491px;
	background-image: url(_medias/carre/carre-vert.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 12px;
}
#menuIContact {
	position: absolute;
	height: 21px;
	width: 63px;
	left: 140px;
	top: 563px;
	background-image: url(_medias/carre/carre-rose.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 12px;
}
/* BULLES */
#bulleStudio, #bulleCom, #bullePortfolio, #bulleAsso, #bulleContact {
	position: absolute;
	height: 211px;
	width: 281px;
	left: 380px;
	top: 235px;
	text-align: center;
	padding-top: 70px;
	visibility: hidden;
}
#bulleStudio {
	background-image: url(_medias/bulles-index/bulle-studio.jpg);
}
#bulleCom {
	background-image: url(_medias/bulles-index/bulle-com.jpg);
}
#bullePortfolio {
	background-image: url(_medias/bulles-index/bulle-portfolio.jpg);
}
#bulleAsso {
	background-image: url(_medias/bulles-index/bulle-asso.jpg);
}
#bulleContact {
	background-image: url(_medias/bulles-index/bulle-contact.jpg);
}
/* TEXTES */
#textesI {
	position: absolute;
	height: 58px;
	width: 570px;
	left: 265px;
	top: 595px;
	text-align: left;
}

