﻿body {
  background-image: url("../images/fond.jpg");
}

h1 {
	display: block;
	color:red;
	font-size:2cm;
	font-family:"Freestyle Script";
	text-align:center;
}
h2 {
	display: block;
	color:blue;
	font-size:1cm;
	font-family:"Freestyle Script";
	text-align:left;
}

p {
	color:black;
	font-size:0.5cm;
	font-family:Arial;
}
#rouge {
	color:red;
	font-size:0.5cm;
	font-family:Arial;
	font-style: italic;
}
#bleu {
	color:blue;
	font-size:0.5cm;
	font-family:Arial;
	font-style: italic;
}
#vert {
	color:green;
	font-size:0.5cm;
	font-family:Arial;
	font-style: italic;
}
#lettre
{
	color:red;
	font-size:0.8cm;
	font-family:Arial;
	font-style: italic;	
}
#chateau {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:0;
  width:400px;
  height=200px;
}
div#titre {
	width:800px;
	height:100px;
}
div#contenu {
	width:800px;
	height:400px;
	}
div#piedpage {
	clear:both;
	width:600px;
	height:50px;
	}
div#menu {
	float:left;
	width:200px;
	height:400px;
	}
div#cura_reglages {
	float:left;
	width:500px;
	height:1000px;
	}
div#cura {
	width:1100px;
	height:1200px;
}
#scroll_to_top {
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 50px;
  right: 30px;
}
#scroll_to_top img {
  width: 25px;
}
button {
  width:130px;
  display: inline-block;
  padding: 6px 6px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4040f0;
  border: none;
  border-radius: 15px;
  box-shadow: 0 6px #999;
  color=white;
}
button:hover {background-color: #357070}
button:active {
  background-color: #3e8e41;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}
winding {
	font-family: "Wingding";
	src: url("wingding.ttf") ;
}