body {
	background: url(../Images/Arbre-ecole.jpg) no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

h1 {
	font-size: 42px;
	font-family: "Rockwell";
	color: #02ACEE;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 2px 0 0 #177997, -2px 0 0 #177997, 0 2px 0 #177997, 0 -2px 0 #177997, 1px 1px #177997, -1px -1px 0 #177997, 1px -1px 0 #177997, -1px 1px 0 #177997;
}

#logo {
	position: fixed;
	bottom : 5px;
	left : 5px;
}

p {
	font-size: 14px;
	font-family: "Rockwell";
	margin-left: auto;
	margin-right: auto;
	position : fixed;
	bottom: 5px;
	right: 5px;
	float: right;
	text-align: left;
}

/* 
#65B043 vert
#A40084 violet
#02ACEE bleu 
*/


.bouton {
  text-shadow: 1px 1px 0px #666666;
  font-family: Georgia;
  color: #a40083;
  font-size: 20px;
  background: #3cb0fd;
  padding: 10px 20px 10px 20px;
  border: solid #b3b3b3 2px;
  text-decoration: none;
  position: fixed;
  left:40%;
  width:20%;
}

.bouton:hover {
  background: #65b043;
}


.boutonCollege {
  border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  text-shadow: 1px 1px 0px #666666;
  font-family: Georgia;
  color: #a40083;
  font-size: 20px;
  background: #3cb0fd;
  padding: 10px 20px 10px 20px;
  border: solid #b3b3b3 2px;
  border-left: transparent;
  text-decoration: none;
  position: fixed;
  left: 25px;
  top: 200px;
}

.boutonCollege:hover {
  background: #65b043;
}

.boutonEcole {
  border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  text-shadow: 1px 1px 0px #666666;
  font-family: Georgia;
  color: #a40083;
  font-size: 20px;
  background: #3cb0fd;
  padding: 10px 20px 10px 20px;
  border: solid #b3b3b3 2px;
  border-right: transparent;
  text-decoration: none;
  position: fixed;
  float: right;
  right: 25px;
  top: 200px;
}

.boutonEcole:hover {
  background: #65b043;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 34px;
}
.btn-arrow-left {
    padding-right: 34px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 32px; /* same as height */
    height: 32px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
	border-right: solid #b3b3b3 2px;
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 4px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 4px;
    -moz-border-radius: 0px 4px 0px 4px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -18px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -17px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: -1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}