/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
}
.h1, h1 {
  font-size: 36px;
  color: #74b52c;
  font-family: 'Indie Flower', cursive;
}
.h2, h2 {
  font-size: 28px;
  color:#882d86;
  font-family: 'Indie Flower', cursive;
}
.h3, h3 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  margin-top: -6px;
}
.h4, h4 {
  font-size: 25px;
  color: #74b52c;
}
.h5, h5 {
  font-size: 14px;
  color: #882d86;
  font-weight: bolder;
}
.violet{
	color:#882d86;
}
.vert{
	color:#74b52c;
}
a,a:link,a:visited,a:active{
	color:#74b52c;
}
/* mouse over link */
a:hover {
    color:#89dc2e;
}
img{
	margin:10px;
}
.menu{
	font-family: 'Indie Flower', cursive;
	padding-top:100px;
}
.centre{
	text-align:center;
}
.marginauto{
	margin:auto;
}

a.aactive,a:link.aactive,a:visited.aactive,a:active.aactive{
	font-weight:bolder;
	color:#882d86;
}
a:hover.aactive{
	font-weight:bolder;
	color:#bc39b9;
}
.hasJS #logocentre{
	display:none;	
	margin:auto;
}
#logocentreapres{
	display:none;
	margin-top:-720px;
}
.maxsizeMenu{
	width:740px;	
}