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('../GE Inspira Bold.ttf')format('truetype');
}

@font-face {
font-family: 'GE Inspira';
src: url('../GE_Inspira.ttf')format('truetype');
}

body{
	/* Styling the body */
	color: #646464;
  color: #c6c6c6;
	font-size:1.2em;
	/*background: url('../fond3.jpg') repeat; */
	font-family: 'GE Inspira', serif;
  background: #181818;
}

#gallery{
	/* The pics container */
	margin-top:50px;
	position:relative;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	display: float;
	width: 230px;
	height: 173px;
	overflow: hidden;
}

.pic{
	/* Styles specific to the pic class */
	position: absolute;
	/*top: 0;*/
	/*border:3px solid #eeeeee;*/
	/*border-bottom:3px solid #eeeeee;*/
	
	/* CSS3 Box Shadow pour les miniatures*/
	/*box-shadow:8px 8px 10px #807a7a;*/
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.info{
	width: 40px;
	height: 40px;
	float:left;
}

label, input{
	/* The modal dialog URL field */
	display:block;
	padding:3px;
}

label{
	font-size:10px;
}

fieldset{
	border:0;
	margin-top:10px;
}


/* General styles for the demo page */

h1{
	/* The title of the page */
	color:#808080;
	font-family:'GE Inspira', serif;
	font-size:38px;
	font-weight: normal;
}

h2{
	/* Le lien */
	font-family:'Times New Roman', serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	margin-top: 7px;
}

hr{
	/* The horizontal ruler */
  background-color:#ff5252;
  border: none;
  color: red;
  height:1px;
}

.clear{
	/* The clearfix hack */
	clear:both;
}

#main{
	/* The main container */
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
}

a img{
	border:none;
}

a{
	color:#ff4c4c;
	font-family:'GE Inspira', sans-serif;
	text-decoration:none;
	font-size:0.9em;
}

a:hover{
	color:green;
	text-decoration:none;
}

.myClass{
	/* pour WTooltip */
	font-family: 'GE Inspira', sans-serif;
	padding-left: 6px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: rgb(255,255,255);
	border-left:6px solid red;
}

a.retour{
	float:right;
}

.infow {
	/* The subtitle MODIFIÉ */
	font-family: 'GE Inspira',sans-serif;
	font-size:1em;
	color: #808080;
  /*color: #c6c6c6; */
	line-height:150%;
	letter-spacing:1px;
	text-transform:uppercase;
}

infow:hover{
	/*text-decoration:underline;*/
	color:#808080;
}

.espacehaut {
	margin-top: 2em;
}

.espacebas {
	margin-bottom: 2em;
}
