/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
	width: 100%;
	}

body {
	background-color: #d7d3ca;
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	}
	
a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	}

p {
	margin: 0;
	padding: 0;
	border: 0;
	}


img {
	margin: 0;
	padding: 0;
	border: 0;
	}

ul, li	{
	list-style-type: none;
}

#outer {
	width: 600px;
	/*height: 680px;*/
	background-color: #ebe9df;
	border: 1px dashed #660900;
	border-top: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	}
	
#banner {
	margin: 0;
	padding: 0;
	height: 300px;
	width: 600px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	}
	
#banner img{
	margin: 0;
	padding: 0;
	float: right;
	}
	
#navbar {
	width: 600px;
	height: 30px;
	background-color: #b8b2a7;
	display: block;
	margin:0;
	padding:0;
	}
	
a img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
a.illo {
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
	display: inline;
	width: 113px;
	height: 30px;
	background: url(../images/layout/illo_button.jpg) 0 0 no-repeat;
}   

a.illo:hover {
	background-position: 0 -30px;
}

a.photo {
	margin: 0 0 0 44px;
	padding: 0;
	float: left;
	display: inline;
	width: 120px;
	height: 30px;
	background: url(../images/layout/photo_button.jpg) 0 0 no-repeat;
}   

a.photo:hover {
	background-position: 0 -30px;
}

a.blog {
	margin: 0 0 0 43px;
	padding:0;
	float: left;
	display: inline;
	width: 47px;
	height: 30px;
	background: url(../images/layout/blog_button.jpg) 0 0 no-repeat;
}   

a.blog:hover {
	background-position: 0 -30px;
}

a.bio {
	margin: 0 0 0 44px;
	padding: 0;
	float: left;
	display: inline;
	width: 109px;
	height: 30px;
	background: url(../images/layout/bio_button.jpg) 0 0 no-repeat;
}   

a.bio:hover {
	background-position: 0 -30px;
}

.sel-illo {
	margin: 0 0 0 40px;
	padding: 0;
	width: 113px;
	height: 30px;
	float: left;
	display: inline;
	background: url(../images/layout/illo_button.jpg) 0 -60px no-repeat;
}   

.sel-photo {
	margin: 0 0 0 44px;
	float: left;
	width: 120px;
	height: 30px;
	display: inline;
	background: url(../images/layout/photo_button.jpg) 0 -60px no-repeat;
}   

.sel-bio {
	margin: 0 0 0 44px;
	float: left;
	width: 109px;
	height: 30px;
	display: inline;
	background: url(../images/layout/bio_button.jpg) 0 -60px no-repeat;
}   

#thumbmenu {
	width: 100%;
	margin: 24px 0 12px 0;
	padding: 0;
	background-color: #ebe9df;
	}
	
#thumbmenu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#thumbmenu img {
	width: 90px;
	height: 70px;
	border: 2px solid #800800;
	padding: 0;
	margin: 0;
	}

#biocontact {
	width: 100%;
	margin: 24px 0 12px 0;
	padding: 0;
	background-color: #ebe9df;
	}
	
#biocontact:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#biocontact img {
	border: 0;
	padding: 0 0 0 22px;
	margin: 0;
	}

#inner li {
	margin: 0 13px 12px 0;
	padding: 0;
	display: block;
	float: left;
	height: 100%;
	float: left;
}

#inner {
	margin: 0;
	padding:  0 0 0 39px;
}

ul {
	display: block;
	float: left;
}

#textos {
	margin: 0;
	padding:  0 0 0 39px;
	width: 330px; 
	float: left;
}

#textos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-style: normal;
	text-align: left;
}

#textos p.french {
	font-style: italic;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	border-top: 5px solid #ccc8be;
}

#textos p.email {
	margin: 0 0 12px 0;
	padding: 12px 0 12px 12px;
	background-color: #ccc8be;

}

#textos a {
	color: #000000;
}

#textos .email_title {
	font-weight:bold; 
	color:#800800;
}

#fotojulien {
	float: left;
	}

#footer {
	display:block;
	width: 600px;
	height: 22px;
	background-color: #ccc8be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	line-height: 23px;
	color: #827865;
	margin: 0;
	padding: 0;
	}
	