body {
		background-color:white;
		background-image:url(./background.jpg);
		font-family:Verdana;
}

.main {
		position:absolute;
		top:250px;
		left:80px;
		width:800px;
		height:1000px;
		border-right: #fd9a47 5px solid;
		border-top: #fd9a47 5px solid;
		border-left: #fd9a47 5px solid;
		border-bottom: #fd9a47 5px solid;
		font-size: 10px;
		background-color: #f36638;
		text-align: center;
}



.title {
		position:absolute;
		top:30px;
		left:80px;
		border-right: #fd9a47 5px solid;
		border-top: #fd9a47 5px solid;
		border-left: #fd9a47 5px solid;
		border-bottom: #fd9a47 5px solid;
		font-size: 10px;
		background-color: #f36638;
		text-align: center;
}
.content {
		position:absolute;
		top:50px;
		left:80px;
}


.texte {
		font-size: 14px;
		background-color: #f36638;
		text-align: justify;
		color:#f1c28c;
}

.texte a{
		background-color: #f36638;
		color:#cc0000;
		text-decoration:none;
}

.titre {
		font-size: 16px;
		background-color: #f36638;
		text-align: left;
		color:#cc0000;
		font-weight:bold;

}

.img-tuto {
		border-right: #fd9a47 2px solid;
		border-top: #fd9a47 2px solid;
		border-left: #fd9a47 2px solid;
		border-bottom: #fd9a47 2px solid;
}

