html {
	margin-top: 0;
	width: 100%;
}

body {
	margin-top: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto; 
	font-family: comic sans ms, times new roman, arial, sans-serif;
	background-color: #ffffff;
	color: #0000FF;
	font-size: 1em;
    background-image: url(../imagcom/fondg.png),url(../imagcom/fondd.png),url(../imagcom/fondsc.jpg);
	background-position:left,right,50%;
	background-repeat: repeat-y;
}

canvas-align: center;

p:first-letter {
	font-family: comic sans ms, times new roman, arial, sans-serif;
	color:#004459;
	font-weight: bold;
	font-size: 1em;
}

.texte {
	border: 1px solid blue;
	margin-top: 1.5em;
	margin-bottom: 0;
	margin-right: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top:0.5em;
	padding-bottom: 1em;
	background-color: #ffffff; 
	text-align: justify;
	overflow: hidden;
	border-radius: 2em 1em;
}