*{
	margin:0px;
	padding:0px;	
}

body,html{
	background-color:#fff;
	font-family:arial,sans-serif;
	font-size:14px;
	color:#505052;
}

a{
	text-decoration:none;
	color:#505052;
}

a:hover{
	text-decoration:underline;	
}

#logo{
	display:block;
	background:url(../images/logo-clement-biron.jpg) no-repeat #fff;
	text-indent:-9999px;
	width:159px;
	height:159px;
	float:left;
}

#intro{
	border-left:1px solid #3b3b3b;
	height:39px;
	padding:120px 0 0 35px;
	margin:0 0 0 159px;
	font-size:15px;
	font-weight:bold;
	color:#211e22;
}

#menu{
	background:url(../images/bgMenu.jpg) repeat-x;
	height:94px;
	margin:40px 0 0 0;
	padding:0 0 0 159px;
}

#menu ul{
	list-style:none;
	border-left:1px solid #3b3b3b;
	padding:5px 0 0 35px;
	font-size:14px;
}

#menu ul a{
	color:#505052;
}

#worksNumbers{
	margin:0 0 0 10px;
}	

#worksNumbers a{ 
	font-size:12px;
}

#previousWork,#nextWork{
	width:8px;
	height:7px;
	display:block;
}

#previousWork{
	background:url(../images/previousGray.png) no-repeat;
}

#nextWork{
	background:url(../images/nextGray.png) no-repeat;
}

#contentBg{
	background:url(../images/bgContent.jpg) repeat-x;
}

#content{
	padding:10px 0 0 194px;
	width:650px;
}

#content p{
	padding:0 0 10px 0;	
}

#thumbMe{
	float:left;
	margin:0 10px 0 0;	
}

#footer{
	margin:40px 0 0 0;
	background:url(../images/bgFooter.jpg) repeat-x;
	clear:both;
}

#footer{
	padding:10px 0 0 194px;	
}

.selectedWorksThumb{
	width:251px;
	height:133px;
	overflow:hidden;
	float:left;
	margin:0 39px 39px 0;
	z-index:1;
}

.selectedWorksThumbRight{
	margin:0 0 39px 0;
}

h2 a{
	width:251px;
	height:39px;
	font-size:12px;
	color:#fbfbfb;
	padding:10px 0 0 35px;
	background:url(../images/backgroundWorkTitle.png) no-repeat transparent;
	z-index:10;
	margin:95px 0 0 0;
	position:absolute;
}
