﻿/* CSS Document */

#logo {
	position:absolute;
	left:400px;
	top:200px;
	width : 118px;
	height : 130px;
	background : transparent url('../images/ik-logo.jpg') no-repeat center center;
	z-index:1;
}

#curriculum {
	position : absolute;
	left : -226px;
	top : -92px;
	width : 239px;
	height : 92px;
	z-index : 3;
	background : transparent url('../images/curriculum.gif') no-repeat center center;
}

#references {
	position : absolute;
	left : -131px;
	top : 130px;
	width : 145px;
	height : 114px;
	z-index : 3;
	background : transparent url('../images/references.gif') no-repeat center center;
}

#photos {
	position : absolute;
	left : 118px;
	top : -110px;
	width : 167px;
	height : 178px;
	z-index : 3;
	background : transparent url('../images/photos.gif') no-repeat center center;
}

#demos {
	position : absolute;
	left : 90px;
	top : 130px;
	width : 158px;
	height : 150px;
	z-index : 3;
	background : transparent url('../images/demos.gif') no-repeat center center;
}

#sourire {
	position : absolute;
	left : -339px;
	top : 130px;
	width : 800px;
	height : 26px;
	z-index : 2;
	background : transparent url('../images/sourire.jpg') no-repeat center center;
}

#textCurriculum {
	position : absolute;
	left : -273px;
	top : -70px;
	z-index : 4;
	text-align : center;
}

#textReferences {
	position : absolute;
	left : -168px;
	top : 254px;
	z-index : 4;
	text-align : center;
}

#textPhotos {
	position : absolute;
	left : 198px;
	top : -140px;
	width : 167px;
	height : 178px;
	z-index : 4;
	text-align : center;
}

#textDemos {
	position : absolute;
	left : 255px;
	top : 265px;
	z-index : 4;
	text-align : center;
}

#johnAkaIkonea {
	position : absolute;
	left : -96px;
	top : -98px;
	z-index : 4;
	color : #808080;
	font-size : 10px;
}

#mail {
	position : absolute;
	left : -60px;
	top : 224px;
	z-index : 4;
}

#ki {
	position : absolute;
	left : -339px;
	top : 0px;
	width : 339px;
	height : 130px;
	background : transparent url('../images/ki.jpg') no-repeat center center;
}

#ik {
	position : absolute;
	left : 118px;
	top : 0px;
	width : 339px;
	height : 130px;
	background : transparent url('../images/ik.jpg') no-repeat center center;
}

#underConstruction {
	position : absolute;
	left : 400px;
	top : 20px;
	padding : 5px;
	border : 1px dotted #A29928;
}


