*{	
	margin:0px;
	padding:0px;
	outline:none;
}
	
html{
	overflow-y: scroll;
	background:#e8e8e8 url(../img/background.jpg) repeat-x fixed;
}
	
html,body{
	width:100%;
	color:#3d3d3d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:22px;
}
.figure{
	padding:4px;
	background-color:#FFFFFF;
	border:solid 1px #e6e6e6;
	margin:0px 10px 10px 0px;
}


img a, img a:hover, img	 {
	border:none;
}
a{
	color:#3d3d3d;
	text-decoration:underline;
}
a:hover{
	color:#94b5a7;
	text-decoration:underline;
}





#website{
	width:1024px;
	min-width:1024px;
}


#header {
	padding-left:64px;
	padding-top:10px;
	height:100px;
	padding-bottom:35px;
	position:fixed;
	background:url(../img/background_header.png) repeat-x;
	left:0px;
	top:0px;
	width:100%;
}
#header h1 a{
	display:block;
	width:534px;
	height:100px;
	text-indent:-99999px;
	background:url(../img/logo_signature.png) no-repeat;
}
/*
#header h1 a:hover{
	background:url(../img/logo_over.png) no-repeat;
}
*/

#menu{
	width:160px;
	margin-right:20px;
	position:fixed;
	top:130px;
	left:0px;
	margin-left:64px;
	letter-spacing:-0.03em;
}



#menu ul{
	list-style:none;
	text-transform:uppercase;
}
#menu ul li{
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	height:24px;
}
#menu ul li a{
	text-decoration:none;
	color:#94b5a7;
}
#menu ul li a:hover, #menu ul li a.selected{
	color:#3d3d3d;
}
#content{
	width:760px;
	padding-top:138px;
	margin-bottom:65px;
	margin-right:20px;
	margin-left:244px;
}
#navigation {
	position:fixed;
	height:11px;
	line-height:11px;
	font-size:10px;
	top:84px;
	float:right;
	width:230px;
	margin-left:535px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation a, #navigation a:hover{
	text-decoration:none;
}
#navigation ul li{
	float:right;
	list-style:none;
	margin-left:20px;
}
#navigation ul li.suivant{
	background:url(../img/separateur.gif) no-repeat left 1px;
	margin-left:10px;
	padding-left:10px;
}
#content .texte{
	width:560px;
	margin:0px 100px 40px 100px;
}
#content .texte.citations div.figure{
	margin:auto;
}
#content .texte h1{
	background:url(../img/filet.gif) repeat-x bottom;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-bottom:2px;
}
#content .texte h3, #content .texte h4{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
}
#content .texte h4 {
	font-style:normal;
	color:#818181;
}
#content .texte h3, #content .texte h4{
	width:450px;
	margin: 15px auto 0px auto;
	text-align:center;
}


#content .texte .chapo{font-style:italic;margin-bottom:30px}
#content .texte .figure{margin-top:20px;}

#content .portfolio table {border-collapse:none;margin:0px;padding:0px;border-spacing: 0px;}
#content .portfolio table td{vertical-align:top;}
#content .portfolio table td img{cursor:pointer;}
#content .portfolio .photo{text-align:center;}
#content .portfolio .photo .figure{margin:auto;}

#content .portfolio  h3, #content .portfolio h4{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding:0px;
	line-height:16px;
}
#content .portfolio  h4 {
	font-style:normal;
	color:#818181;
}



#footer{

	position:fixed;
	bottom:0px;
	padding-left:344px;
	width:100%;
	background:url(../img/background_footer.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	color:#818181;
	padding:20px 0px 0px 0px;
}


#footer .copyright{
	width:560px;
	margin-left:344px;
	background:url(../img/filet.gif) repeat-x;
	padding:10px 0px;
}
	

.clear:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
}
