@charset "UTF-8";
/* CSS Document */
/* --- STYLES DE BASE --- */ 
body{
	font-family:  Verdana, Geneva, sans-serif;
}
#content {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
.border {
	border: 1px solid #F00;		
}
a {
	text-decoration:none;
}
a:link { 
  color: #999; 
} 
a:visited { 
  color: #999; 
} 
a:hover, a:focus, a:active { 
  color: #333; 
  text-decoration: underline;
} 
.hidden {
	display:none;	
}
.centered {
	text-align:center;
}
.importanttext {
	font-size: large;
}
.margin1 {
	margin-bottom:50px;	
}

/* Title */
#title {
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1em;
	font-family:  Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
#titleName {color: #666;}
#titlePortfolio {color: #999;}


/* Top menu */
#topmenu {
	font-size: 19px;
	font-variant: small-caps;
  	margin: 0; 
	padding:0;
}
#topmenu, #topmenu a {color: #999;}
#topmenu:hover, #topmenu a:hover {color: #666;}
#topmenu a:hover {
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#topmenu li {
	width:250px;
	display:inline-block;
	text-align: center;
  	margin:0; 
	padding:0;
}
#topmenu .actif, #topmenu .actif a {color: #000;}
#topmenu .actif a {
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


/* Serie menu */
#seriemenu {
	text-align: center;
	position:relative;
	top:100px;
}
.serieMenuItem {
	width:200px;
	display:inline-block;
	padding-left:50px;
	padding-right:50px;
}
.serieMenuItem a:hover {text-decoration:none;}
.serieMenuTitle {
	height:50px;
	width:200px;
	display:block;
}
.serieMenuTitle .tagline {
	font-size:19px;
}
.discreetLink:hover {text-decoration:none;}

/* footer */
#footer {
	text-align: center;
  	font-size: 0.7em; 
}
.homepage #footer {
	position:relative;
	top:150px;
}

/* iage block (for old photo series) */
a.imageblock {
	display:inline-block;
	text-align:center;
	text-decoration: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 80px;
}
a.imageblock:hover {
	text-decoration: underline;
}
.imageblock span {
	display:block;
}

/** Photo serie page */
.serieTitle {
	margin-top:50px;
	margin-bottom:50px;
	margin-left: 50px;
}
.seriethumbnails, .imagefull {
	text-align:center;
	margin-bottom: 100px;
}
.seriethumbnail {
	display:inline-block;
	margin: 5px;
}
.seriethumbnail:hover {
	border: 3px solid #666;	
	margin: 2px;
}
.seriethumbnaillarge {
	display:inline-block;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 20px;
}
.seriethumbnaillarge:hover {
	border: 3px solid #666;	
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}
.seriethumbnails4by4 {
	width:208px;
	height:208px;
	display:inline;
}
.seriethumbnail4by4 {
	display:inline-block;
	margin: 2px;
}
.seriethumbnail4by4:hover {
	border: 2px solid #666;	
	margin: 0px;
}

/** image navigation */
#imagenavigation {
	margin-bottom: 10px;
}
#imagenavigation .imagenavigationmenuitem {
	margin-right: 100px;
	margin-left: 100px;	
}
.seriethumbnailsline {
	margin-bottom: 30px;
}

/** Article presentation */
.article {
	margin-top: 40px;
	margin-bottom: 40px;	
}
.article a {
	text-decoration:underline
}
.articleimage {
	float:left;
	margin: 40px;
}
.articleclose {
	clear:both;
}
.articletext {
	margin-bottom:10px;	
}.left {
	float: left;
}
.clear {
	clear: both;
}

