p, li {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	color: #ffffff;
	}

h1, h2, h3 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	}


/************************** MENU *****************************/

a.btn {
	display: block;
	float: right;
	position: relative;
	height: 40px;
	width: 150px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	}
	
a.btn, li.categorie {
	font-size: 20px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	}

ul.categorie {
	float: left;
	position: relative;
	list-style: none;
	}

li.categorie {
	display: block;
	float: left;
	position: relative;
	background: transparent;
	background-image: url(design/subMenuTop.png);
	background-repeat: no-repeat;
	background-position: 0 40px;
	color: white;
	text-align: center;
	height: 40px;
	width: 150px;
	}
	
ul.album {
	margin: 22px 0 0 0;
	}
	
li.album {
	clear: left;
	display: none;
	background-color: #508692;
	color: blue;
	font-size: 14px;
	font-family: Calibri;
	}
	
li.album a {
	color: white;
	text-decoration: none;
	}
	
div#menu a:hover {
	text-decoration: underline;
	}
	
li.categorie:hover {
	padding: 0 0 10px 0;
	}
	
li.categorie:hover ul.album {
	background-image: url(design/subMenuBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;
	}
	
li.categorie:hover li.album {
	display: block;
	height: 15px;
	}
	
div#thumbs {
	float: left;
	position: relative;
	clear: both;
	width: 800px;
	margin: 0 50px;
	}
	
div.barThumbs {
	clear: both;
	padding: 0 22px;
	height: 116px;
	margin: 10px 0 0;
	}
	
div.thumb {
	float: left;
	position: relative;
	height: 116px;
	width: 116px;
	margin: 0 5px;
	padding: 0 0 0;
	text-align: center;
	}
	
div.thumb:hover {
	background-color: white;
	}
	
div.thumb img.horizontal, div.thumb img.vertical {
	margin: 4px;
	border: 4px solid white; 
	}
	
div.thumb img.horizontal {
	width: 100px;
	}
	
div.thumb img.vertical {
	height: 100px;
	}
	

	
/********************** PAGINATOR ************************/

div#paginatorR {
	position: absolute;
	top: 0;
	right: 0;
	}
	
div#paginatorL {
	position: absolute;
	top: 0;
	left: 0;
	}


ul.paginator {
	list-style: none;
	font-size: 20px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	}
	
ul.paginator li a, ul.paginator li span {
	display: block;
	float: left;
	width: 30px;
	height: 50px;
	text-align: center;
	}

ul.paginator li a {
	background-color: #ffffff; 
	}
	
ul.paginator li span {
	background-color: #677179; 
	}
	
	
/****************** VIEW *******************/

div#view {
	width: 750px;
	height: 390px;
	margin: 0 75px 15px;
	background-color: #c8b18b;
	font-family: Georgia, "Trebuchet MS";
	}
	
div#view h2 {
	font-size: 18px;
	}
	
div#photo {
	float: left;
	position: relative;
	width: 375px;
	height: 390px;
	background-color: #595147;
	}
	
div#descPhoto {
	background-color: #595147;
	color: white;
	float: right;
	position: relative;
	width: 355px;
	margin: 20px 0 25px;
	padding: 5px;
	}
	
div#descPhoto p {
	font-size: 12px;
	margin: 10px;
	text-indent: 15px;
	}
	
div#emplacement {
	position: absolute;
	top: 320px;
	left: 470px;
	color: #595147;
	}
	
div#emplacement ul {
	list-style: none;
	color: #595147;
	}
	
div#emplacement li {
	color: #595147;
	}
	
div#emplacement ul li:before {
	content: "> ";
	margin: 2px 0 2px 10px;
	}
	
div#photo {
	text-align: center;
	}
	
div#photo img {
	margin: 20px 0 0;
	border: 10px solid white;
	}
	
div#photo img.vertical {
	height: 350px;
	margin: 10px auto 10px;
	}
	
div#photo img.horizontal {
	width: 350px;
	margin: 50px auto 50px;
	}