body{
	background: #474747 url(../img/bg.png);
}
p{
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
img.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*------------------ HEADER -------------------*/
#header{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
}
	#header ul,#header li{
		display: inline;
	}
	#header ul{
		right: 0;
		position: absolute;
		top:40px;
	}
			#header ul li a{
				font-size: 50px;
				text-decoration: none;
				color: black;
				margin: 0;
				padding: 0;
				margin-left: 20px;
			}
#logo {
	font-size: 100px;
	margin:0;
	padding:0;
}
	#logo a{
		text-decoration: none;
		color: black;
	}
/*------------------ PHOTO -------------------*/
.picture{
	height: 800px;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	.picture img,.picture_sidebar img{
		position: absolute;
		top:0;
		left:0;
	}
/*------------------ INFOS PHOTO -------------------*/
.title{
	font-size: 50px;
	position: absolute;
	top:30px;
	left:30px;
	background-color: black;
	-moz-opacity: 0.7;
	-webkit-opacity:0.7;
	-opera-opacity:0.7;
	opacity:0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 10px;
}
	.title a, .category a{
		text-decoration: none;
		color: white;
		display: block
	}
.category{
	font-size: 50px;
	position: absolute;
	bottom:30px;
	right:30px;
	background-color: black;
	-moz-opacity: 0.7;
	-webkit-opacity:0.7;
	-opera-opacity:0.7;
	opacity:0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 10px;
}
.iLikeThis{
	position: absolute;
	bottom:30px;
	left:30px;
	background-color: black;
	-moz-opacity: 0.7;
	-webkit-opacity:0.7;
	-opera-opacity:0.7;
	opacity:0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 10px;
	color: #fff;
	font-size: 25px;
}
/*------------------ NAVIGATION -------------------*/
#previous{position:absolute;top:500px;left:50px;}
#next{position:absolute;top:500px;right:50px;}
/*------------------ FOOTER -------------------*/	
#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
	margin-top: 50px;
	color: #ccc;
}
	#footer h2{
		font-size: 50px;
	}
	#footer ul{
		margin-left: auto;
		margin-right: auto;
		width: 640px;
	}
	#footer li.cat-item{
		list-style: none;
		margin: 5px;
		padding: 10px;
		background: black;
		color: white;
		display: block;
		width: 130px;
		text-align: center;
		float: left;
	}
	#footer li.cat-item:hover{
		box-shadow: 0px 2px 3px #555;
		-moz-box-shadow: 0px 2px 3px #555;
		-webkit-box-shadow: 0px 2px 3px #555;
	}
		#footer li a{
			color: white;
			text-decoration: none;
		}
#present{
	text-align: justify;
	margin-top:-20px;
}
#legal {
	margin-top: 20px;
	text-align: center;
	background-color: gray;
	color: white;
	padding: 5px;
	font-size: 10px;
}
	#legal a{
		text-decoration: none;
		color: white;
		border-bottom: 1px dashed white;
	}
/*----------- PAGE AND SIDEBAR ------------*/
#page{
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}
		#page h2 a{
			text-decoration: none;
			color: black;
			font-size: 40px;
			left: 350px;
			top:30px;
			position:absolute;
			margin-bottom: 0;
			height: 100px;
		
		}
.text{
	position:absolute;
	top:80px;
	text-align: justify;
	margin-left: 310px;
	margin-top: 0;}
.picture_sidebar{
	height: 100px;
	position: relative;
	width: 300px;
}
	.picture_sidebar .title{
		font-size: 15px;
		top:10px;
	}
#sidebar{
	width: 300px;
	position: relative;
	left: 223px;
}
/*----------- CATEG --------------*/
.categ{
	position: relative;
	height: 200px;
	width: 200px;
	float:left;
}
	.categ img{
		position: absolute;
		float: none;
	}
	.categ h3{
		font-size: 25px;
		color:white;
		left: 53px;
		top:100px;
		display:none;
	}
/*----------- clearer --------------*/
.clearer{clear: both;}
