/* Ceci est un Commentaire inutile */
body{
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	padding: 0;
}
h1
{
	text-align: center;
	color:#600020;
	font-family:"Times";
}
h2{
	text-align: center;
	color:#600020;
	font-family:"Times";
}
h3{
	text-align: center;
	color:#600020;
	font-family:"Times";
}
h4{
	text-align: center;
	color:#600020;
	font-family:"Times";
}
strong{
	font-weight:normal;
	font-size:110%;
	color: teal;
}
em{
	font-weight:bold;
	font-size:80%;
	color: teal;
}
table{
	margin: auto;
}
table td{
	padding:3px;
}
body li{
	font-family:"arial narrow";
}
.degradefond{
/*	début propriété CSS3	*/
	background: -webkit-linear-gradient(to right, yellow,pink);
	background-image: -moz-linear-gradient(to right, yellow,pink);
	background: -ms-linear-gradient(to right, yellow,pink);
	background: -o-linear-gradient(to right, yellow,pink);
	background: linear-gradient(to right, yellow,pink);
/*	fin propriété CSS3	*/
/*	pour MSIE < 10.0	*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=yellow,endColorstr=pink,GradientType=1);};
/*	fin MSIE < 10.0	*/
}
.auteur{
	position: absolute;
	top: 10px;
	right: 1%;
	text-align: right;
}
.retour{
	position: absolute;
	bottom: 10px;
	right: 1%;
	text-align: right;
}
.bonus{
	position: absolute;
	top: 10px;
	right: 1%;
	text-align: right;
}
.pave{
	width: 70%;
	margin: auto;
	text-align: justify;
}
.image_relief{
	width: 70%;
	position: relative;
	margin: auto;
	text-align: center;
	border: 5px	outset  #fff0b0;
}
.texte_double{
	font-size:200%;
}
.texte_renforce{
	width: 70%;
	margin: auto;
	padding: 1%;
	font-style: italic;
	font-size:110%;
	position: relative;
	text-align: justify;
	border: 5px	outset  #fff0b0;
}
.boite{
	color: #A0522D;
	width: 80%;
	margin: auto;
	padding:2%;
	border: 15px	outset  #fff0b0;
	text-align: justify;
}
.parchemin {
	padding:1%;
	width:90%;
	margin: auto;
	text-align: justify;
	font-family:'Times New Roman',Times,serif;
	font-size: 150%;
	color:#600020;
	background-color:#ffffa0;
	background-image:url(Illustrations/Sable.jpg);
}
.boitelarge{
	color: #006060;
	width: 70%;
	margin: auto;
	padding:3%;
	border: 1% outset #fff0b0;
	text-align: justify;
	font-style:italic;
}
.lettrine {
	background-color:#ffff00;
	float:left;
	font-size:200%;
	margin-right: 1%;
}
.paragraphe {
	padding-top:10px;
}
.traitvertical{
	position: absolute;
	bottom: 10px;
	width:30%;
	border-left:5px solid #A0522D;
	padding-left:1%;
}
.footing{
	padding: 3%;
}
.hautcentre{
	width: 80%;
	margin: auto;
	text-align: center;
}
.topgauche{
	position: absolute;
	margin: left;
	top: 10px;
	width: 70%;
	text-align: left;
}
.red{
	font-weight:bold;
	font-size:100%;
	background-color: white;
	color: red;
}

