@font-face {
	font-family:EdwardianBold;
	src:url(imgs/EdwardianBold-webfont.eot);
}
@font-face {
	font-family:EdwardianBold;
	src:url(http://:/) format("No-IE-404"),url(imgs/EdwardianBold-webfont.ttf) format("truetype")
}
html, body{
	width:100%;
	height:100%;	
	margin:0;
	padding:0;
	position:absolute;
	left:3px;
	top:3px;
}
body{
	width:100%;
	color:#FFF;
	background: #c19ffe;
	background: -moz-linear-gradient(top,  #d1c1f3 0%, #955ff6 100%);
	background: -webkit-linear-gradient(top,  #d1c1f3 0%,#955ff6 100%);
	background: linear-gradient(to bottom, #d1c1f3 0%,#955ff6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1c1f3', endColorstr='#955ff6',GradientType=0 );
	background-size: 100% 100%;
	background-attachment: fixed;
}
.contenu{
	max-width:760px;
	margin-left:auto;
	margin-right:auto;
}
header h1{
	float:right;
  margin-top: 10px;
}
h1, h2, h3{
	font-family: EdwardianBold,Arial,sans-serif;
	text-shadow: 3px 3px 5px #f4e7ff;
	color: #8a3dc6;
}
h2, h3{
	clear:both;
}
p{
	font-size:18px;
}
/* Entêtes et pied de page */
.logo{
	float:right;
	padding:0 15px 0 0;
	margin-left:20px;
}
article{
  padding-top : 10px;
}

.bandeaufooter{
	width:100%;
	height:145px;
	position:fixed;
	left:0;
	bottom:0;
	z-index:-1;
	background: url(imgs/InstrusOmbre3.png) bottom repeat-x;	
}
footer:before{
	clear:both;
}
footer{
	color:#ddB5f6;
	text-align:right;
	margin-right:10px;
/*
	position:fixed;
	bottom:0;
	right:0;
*/
}
a, a:visited, a:active{
	text-decoration:none;
    color:#551A8B;
}
/* Arborescence de la partie partage de partitions */
.arbo{
	padding: 2px 0 8px 16px;
}
.arbo .titre{
	font-size:18px;
	font-weight:bold;
	margin-left:-12px;
	display:block;
	width:100%;
	cursor:pointer;
}
.arbo a[href]{
	color: #fdf;
	display:block;
}
form{display:inline-block}
p:first-letter{
	font-size:1.8em;
}
/* Boutons customs */
input[type="submit"], input[type="button"], input[type="reset"]{
	background-color:#f4e7ff;
	border-radius:5px;
	border:none;
	color:#8a3dc6;
	font-weight:bold;
	box-shadow: 3px 3px 3px #7451b4;
	font-size: 14px;
	padding:3px 5px;
	margin:2px;
	position:relative;
	top:0;
	left:0;
	margin-bottom:3px;
}
input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active{
	box-shadow: -2px -2px 3px #7451b4;
	position:relative;
	top:2px;
	left:2px;
/*	transition:top 0.2s, left 0.2s, box-shadow 0.3s;*/
}
/* Le menu */
nav ul{
	list-style: none;
	clear:both;
	margin:5px 0;
	padding:0;
  margin:0;
  font-size:0;
}
nav ul li{
	display:inline-block;
  white-space: nowrap;
}
nav ul li a{
	font-size:18px;
	margin:3px 0px;
	padding:0px 15px 0px 5px;
	transition: width 2s;
	color: #7451b4;
	font-family:EdwardianBold;
	font-size:16px;
    margin:0
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,c98dbb+54,8843a8+100&0.6+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(252,252,252,0.6) 0%, rgba(201,141,187,0.82) 54%, rgba(136,67,168,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(252,252,252,0.6) 0%,rgba(201,141,187,0.82) 54%,rgba(136,67,168,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,0.6) 0%,rgba(201,141,187,0.82) 54%,rgba(136,67,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fcfcfc', endColorstr='#8843a8',GradientType=0 );
	transition: color 1.5s;
}
nav ul li:first-child a{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
nav ul li:not(:first-child) a{
	border-left:2px solid rgba(0,0,0,0.1);
}
nav ul li:last-child a{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
nav ul li a:hover{
	transition: color 0.5s;
	color:#f4e7ff;
}
#photogroup{
	width:800px;
	height:450px;
	position:relative;
	margin:auto;
}
#g-1, #g-2{
	position:absolute;
}
#g-1{
	top:0;
	left:0;
}
#g-2{
	width:0;
	height:0;
	top:225px;
	left:400px;
}
.searchtitre{
  font-weight: bold;
  font-size:22px;
}
.searchlieu{
  margin-left:25px;
}