.tablefix{
	position: absolute;
	top: 350px;
	left: 10%;
	border: solid 2px black;
	border-collapse:collapse;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.tablefix td{
	border: solid 2px black;
	width: 100px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.tablefix th {
	border: solid 2px black;
	color: blue;
	background-color: #9DA8C6;
}

#resultat {
	position: absolute;
	top: 450px;
	left: 350px;
}

#formulaireCreation{
     	color: #A8B4E0;
	font-size: 30px;
	position: absolute;
	top: 350px;
	left: 30px;
	border: solid 1px white;
	padding: 10px;
}

label{
	display: block;
	float: left;
	width: 150px;
}

.description {
	width: 300px;
}

p{
	margin:0px;
	padding: 0px;
}

.articleStyle1{
	background-image: url("boutique/fiche_produit_style1.jpg");
	border:none;
	width: 220px;
    height: 350px;
    margin:10px;
}
.articleStyle2{
	background-image: url("boutique/fiche_produit_style2.jpg");
	border:none;
	width: 220px;
    height: 350px;
    margin:10px;
}
.articleStyle3{
	background-image: url("boutique/fiche_produit_style3.jpg");
	border:none;
	width: 220px;
    height: 350px;
    margin:10px;
}