body {
	background-color: #ffecd2;
	font-family: "Comic Sans MS";
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 32px;
	color: #209bb8;
	font-variant: small-caps;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 2px;
	color: #339966;
	text-align: left;
}
h3 {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #9c0000;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #EAA80C;
	text-indent: 5pt;
	text-align: left;
}
h5 {
	font-size: x-small;
	font-style: italic;
	font-weight: lighter;
	text-transform: lowercase;
}
img {
	border: 0px;
	padding-top: 0px;
	background-position: center;
	vertical-align: middle;
}
p {
	font-size: medium;
	text-align: justify
}
.petit-paragraphe {
	font-size: small;
;	text-align: center
}
a.bouton:link {
	width: auto;
	height: auto;
	background-color: #ffecd2;
	color: #9c0000;
	font: normal small "Comic Sans MS";
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	border-color: #209bb8 #339966 #339966 #209bb8;
	border-style: solid double double solid;
	border-width: medium thick thick medium;
}
a.bouton:visited {
	width: auto;
	height: auto;
	background-color: #ffecd2;
	color: #9c0000;
	font: normal small "Comic Sans MS";
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	border-color: #209bb8 #339966 #339966 #209bb8;
	border-style: solid double double solid;
	border-width: medium thick thick medium;
}
a.bouton:hover{
	width: auto;
	height: auto;
	color: #9c0000;
	font: normal small "Comic Sans MS";
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	background: #FFDDAE;
	border-color: #339966 #209bb8 #209bb8 #339966;
	border-style: double solid solid double;
	border-width: thick medium medium thick;
}
.bouton {
	padding: 3px;
}
