/* ----------------------------------------------
				GENERAL
---------------------------------------------- */

@font-face {
	font-family: Gothic;
	src: url('GOTHIC.ttf');
}

@font-face {
	font-family: Gothic;
	font-weight: bold;
	src: url('GOTHICB.ttf');
}


html,body{
	background-color: #FAFAFA;
	font-family:  Gothic, sans-serif;
	color: #000;
	height: 100%;
	margin: 0;
}

/* ----------------------------------------------
				MENU
---------------------------------------------- */

div#menu {
	position: fixed;
	color: #999;
	float: left;
	width: 190px;
	padding-left: 5px;
}

span.website{
	font-size: 31px;
}

span.name{	
	font-size: 19px;
}

span.graphist{
	font-size: 31px;
}

span.contact{
	font-size: 45px;
}


/* ----------------------------------------------
				CONTACT
---------------------------------------------- */

div#contact {
	position: fixed;
	top:-750px;
	left: 50%;
	padding: 30px 40px 50px 40px;
	height: 520px;
	width: 870px;
	margin-left: -475px;
	margin-top: -300px;
	background: url("../_images/contact.png");
	border: 3px;
	z-index: 99;
	color: white;
}

div#contact table{
	color: white;

}

td.left{
	text-align: center;
	vertical-align: top;
	border-right: 2px solid #caff65;
}

td.right{
	vertical-align: top;
	padding-left: 10px;
	border-left: 1px solid #FFF;
}


/* ----------------------------------------------
				CONTENT
---------------------------------------------- */

div#fruits{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 500px;
	z-index: 3;
	text-align: right;
	overflow: hidden;
	
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
}

div#fruit {
	position: absolute;
	top: 0px;
	right: 0px;

}

div#contenu{
	position: relative;
	margin-left: 210px;
	margin-right: 50px;
	text-align: justify;
	z-index: 5;
	padding: 5px;
	background: url("../_images/fond.png");
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


/* ----------------------------------------------
				CONTACT
---------------------------------------------- */

div#description {
	overflow: hidden;
	text-align: justify;
	visibility: hidden;
}


div#project-title{
	float: left;
	width: 200px;
	height: 53px;
	padding-top: 45px;
	text-align: right;
}

div#slider{
	margin-left: 205px;
	overflow: hidden;
	height: 98px;
}

span.title{
	font-size: 50px;
	margin-left: 15px;
	color: white;
	font-weight: bold;
}



div#close{
	position: absolute;
	top: 34px;
	right: 40px;
	width: 32px;
	height: 32px;
	background: url("../_images/close.png") no-repeat;
	cursor: pointer;
}

a{
	color: #999;
	text-decoration: none;
	outline: 0;

}   

a:hover
{
	color: #9DBF32;
	outline: 0;

}

a img{
	border: 0;
	outline: 0;

}

input#mailSubmit{
	font-family:  Gothic, sans-serif;
	font-size: 20px;
}

