/*
 * GENERAL
 */

body {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/**/background: #666;
/**/color: #666;
}

a {
/**/color: black;
}
a:hover{
	text-decoration: underline;
}

p{
	margin:0;
	padding:0;
}

h1, h2{
	font-weight: normal;
	margin:0;
	padding:0;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}

/*
 * BANNER
 */

#free_banner{
/**/color: #F2F2F2;
	font-size: 350%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/*
 * BOXES
 */

.boxtop{
	margin: auto;
	width: 853px;
	height: 20px;
	background: transparent url(/images/box_top.png) center top no-repeat;
}

.boxbottom{
	margin: auto;
	width: 853px;
	height: 20px;
	background: transparent url(/images/box_bottom.png) center bottom no-repeat;
}

/*
 * PRESENTATION
 */

#whoami{
	margin: auto;
	width: 813px;
	background:	transparent url(/images/box_bg.png) center repeat-y;
	padding: 0 20px 0 20px;
}

#idcard{
	width: 382px;
	margin: 7px;
	border-right: 1px solid #CCC;
	height:100%;
}

#photo{
	padding: 4px;
/**/border: 1px solid #CCC;
/**/background: #F2F2F2;
}

#personnalinfo{
	width: 260px;
	margin-right: 10px;
}
#personnalinfo p{
	margin-bottom: 5px;
}

#skills{
	width: 400px;
	margin-top: 7px;
}

/*
 * MAIN
 */

#main{
	margin: auto;
	width: 813px;
	background:	transparent url(/images/box_bg.png) center repeat-y;
	padding: 0 20px 0 20px;
}

#shackube{
	margin-left: 1px;
	width: 500px;
	height: 375px;
}

#projects{
	width: 310px;
	height: 335px;
/**/border-left: 1px solid #CCC;
	margin-top: 13px;
}
#projects ul{
	margin: 0;
	padding: 0;
	margin: 5px 5px 5px 5px;
}
#projects li{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	padding: 0px 5px 0px 5px;
/**/background: #F2F2F2;
}
#projects li:hover{
/**/background: #CCC;
}
#projects .selected{
/**/background: #666;
	color: white;
}
#projects a {
/**/color: #666;
}

/*
 * DESCRIPTION
 */

#descriptioncontainer{
	margin: auto;
	width: 813px;
}

#projectdescription{
	margin-left: 16px;
	margin-top: -19px;	
	margin-bottom: 30px;
	width: 468px;
	height: 200px;
	background: transparent url(/images/descr.png) no-repeat bottom left;
	padding: 0px 16px 22px 0px;
}
#projectdescription p{
	color: black;
	padding: 0 5px 5px 5px;
}
#projectdescription h2{
	font-size: 120%;
	margin-bottom: 3px;
	text-align: center;
	width:100%;
	height: 20px;
	padding-top: 5px;
	background: url(/images/descr_top.jpg) repeat-x;
}