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: #808080;
	font-size:1.2em;
	background: url('../fond3.jpg') repeat;
	font-family:'GE Inspira', verdana, serif;
}

#gallery{
	/* The pics container */
	margin-top:25px;
	position:relative;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:133px;
	height:100px;
	overflow:hidden;
}

.pic{
	/* Styles specific to the pic class */
	position: absolute;
	border:3px solid #EEEEEE;
	border-bottom:3px solid #eeeeee;
	
	/* CSS3 Box Shadow */
	box-shadow:2px 2px 3px #807a7a;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.drop-box{
	/* The share box */
	width:240px;
	height:120px; /*130px;*/
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	background:url(drop_box1.png) no-repeat;
}

.drop-box.active{
	/* The active style is in effect when there is a pic hovering above the box */
	background-position:bottom left;
}

.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; white;
	font-family:Times New Roman, Arial, Helvetica, sans-serif;
	font-size:38px;
	font-weight: normal;
}

h2{
	/* Le lien */
	font-family:Times New Roman, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	letter-spacing:1px;
	margin-top: 7px;
}

aa{
	/* The subtitle MODIFIÉ */
	font-family: 'GE Inspira',sans-serif;
	font-size:1em;
	line-height:150%;
	letter-spacing:1px;
	text-transform:uppercase;
}

hr{
	/* The horizontal ruler */
	background-color:#b2b2b2;
	border:none; medium 
	color:#b2b2b2;
	margin-top:10px;
	margin-bottom:0px;
	height:1px;
	width:100%;
}

.clear{
	/* The clearfix hack */
	clear:both;
}

#main{
	/* The main container */
	margin-left:60px;
	margin-right:30px;
	margin-top:30px;
}

a img{
	border:none;
}

a{
	color:red;
	text-decoration:none;
	outline:none;
	font-size:1em;
}

a:hover{
	text-decoration:none;
	color:blue;
}

aa:hover{
	/*text-decoration:underline;*/
	color:#808080; #00BBFF; 
}

.myClass{
	/* pour WTooltip */
	font-family: 'GE Inspira', sans-serif;
	padding-left: 6px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: white;
	/*background:url(fondpetit.png) no-repeat;*/
	border-left:6px solid red;
}

.infow {
	/* The subtitle MODIFIÉ */
	font-family: 'GE Inspira',sans-serif;
	font-size:1em;
	color: #808080;
	line-height:150%;
	letter-spacing:1px;
	text-transform:uppercase;
}

infow:hover{
	/*text-decoration:underline;*/
	color:#808080;
}

.espacehaut {
	margin-top: 2em;
}

.espacebas {
	margin-bottom: 2em;
}
