body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,fieldset{
	/* A simple page reset */
	margin:0px;
	padding:0px;
}

@font-face {
font-family: 'GE Inspira Bold';
src: url('/fonts/GE Inspira Bold.ttf')format('truetype');
}

@font-face {
font-family: 'GE Inspira';
src: url('/fonts/GE_Inspira.ttf')format('truetype');
}

body{
	color: #646464;
  	color: #c6c6c6;
	font-size:1.2em;
	font-family: 'GE Inspira', serif;
  	background: #181818;
}

#gallery{
	/* The pics container */
	margin-top:50px;
	position:relative;
}

.pic, .pic a{
	display: float;
	width: 230px;
	height: 173px;
	overflow: hidden;
}

.pic{
	position: absolute;
	/*box-shadow:8px 8px 10px #807a7a;*/
}

.pic a{
	text-indent:-999px;
	display:block;
}

.info{
	width: 40px;
	height: 40px;
	float:left;
}

h1{
	/* The title of the page */
	color:#808080;
	font-family:'GE Inspira', sans-serif;
	font-size:38px;
	font-weight: normal;
}

hr{
	/* The horizontal ruler */
  background-color:#ff5252;
  border: none;
  color: red;
  height:1px;
}

p{
	font-family:'GE Inspira', sans-serif;
	font-size: 0.9em;
}

#main{
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
}

a{
	color:#ff4c4c;
	font-family:'GE Inspira', sans-serif;
	text-decoration:none;
}

a:hover{
	color:green;
	text-decoration:none;
}

a.retour{
	font-size: 0.8em;
	float:right;
}
