body
{
	background-color: #000000;
	width: 1280px;
	color: #ffffff;
}

.tdi
{
	padding: 5px;
	color: #000000;
}

.head /* main header who contain logo */
{
	list-style-type: none;
	float: center;
	background-color: red;
	width: 1280px;
	height: 200px;
	max-width: 1280px;
	max-height: 200px;
}

.headlogo /* logo header */
{
	list-style-type: none;
	position: absolute;
	float: center;
	width: 1280px;
	height: 200px;

}

.headtitre
{
	list-style-type: none;
	position: absolute;
	widows: 1280px;
	float: center;
	text-align: center;
}

.menulogin
{
	list-style-type: none;
	position: absolute;
	float: left;
	border-radius: 10px;
	background-color: #ffffff;
	width: 150px;
	height: 190px;
	margin-top: 50px;
	margin-left: 0px;
	color: #000000;
}

.panier
{
	list-style-type: none;
	position: absolute;
	float: left;
	border-radius: 10px;
	background-color: #ffffff;
	width: 150px;
	height: 140px;
	margin-top: 250px;
	margin-left: 0px;
	color: #000000;
}

.panierlogo
{
	width: 100px;
	height: 100px;
	margin-top: 5px;
	margin-left: 25px;
}
.menuleft
{
	list-style-type: none;
	position: absolute;
	float: left;
	border-radius: 10px;
	background-color: #ffffff;
	width: 150px;
	height: 150px;
	margin-top: 400px;
	margin-left: 0px;
	color: #000000;
}

.menuwrite
{
	list-style-type: none;
}

.listcontent /* list product */
{
	list-style-type: none;
	float: left;
	position: absolute;
	border-radius: 10px;
	background-color: #ffffff;
	width: 1100px;
	height: 550px;
	margin-top: 50px;
	margin-left: 180px;
	color: #000000;
}

.copyright /* footer index */
{
	list-style-type: none;
	float: left;
	position: absolute;
	border-radius: 5px;
	background-color: #ff8c00;
	width: 1280px;
	height: 15px;
	margin-top: 700px;
	margin-left: 0px;
	font-family: monospace;
	text-align: right;
	color: #000000;
}

.copyrightpanier
{
	list-style-type: none;
	float: left;
	border-radius: 5px;
	background-color: #ff8c00;
	width: 1280px;
	height: 15px;
	margin-left: 0px;
	font-family: monospace;
	text-align: right;
	color: #000000;
}

.image
{
    border-style: solid;
    border-width:2px;
    border-color: #394048;
    margin: 2px;
}

.authmodif
{
	list-style-type: none;
	float: left;
	position: absolute;
	border-radius: 10px;
	background-color: #ffffff;
	width: 500px;
	height: 150px;
	margin-top: 100px;
	margin-left: 50px;
	color: #000000;
}

.authwrite
{
	color: #000000;
}

.viewpanier
{
	list-style-type: none;
	background-color: #ffffff;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 50px;
	width: 1280px;
	color: #000000;
}