.autoSize{
	width: 99.5%;
	height: 98%;
	margin-left: 4px;
}

.center{
	margin-left: auto;
    margin-right: auto;
}

.textAlign{
	text-align: center;
}

body{
	margin:auto;
	max-width: 1000px;
	min-width: 415px;
	border-left:solid;
	border-right: solid;
	border-bottom: solid;
	background-image: url(../picture/fond_blanc.jpg);
	background-size: 100%;
	background-attachment: fixed ;
	box-shadow: 4px 8px 5px #888888;
	border-radius: 0px 0px 10px 10px;
}

article div{
	text-indent: 20px;
	margin: 10px;
}

.miniature{
	width: 200px;
	height: auto;
	border-radius: 10px;
	margin: 20px;
	box-shadow: 4px 8px 5px #888888;
}

.inline{
	display: inline-block;
}

.debutImageFlottante{
	float: left;
}
.finImageFlottante{
	clear: both;
}

textarea{
	width: 90%;
}