@charset "UTF-8";
/* CSS Document */

#base
{
	width: 1024px;
	height: 1600px;
	background-color:#000;
	margin: auto;
	border: #0066CC 1px solid;
}

#entete
{
	
}

#menu_principal
{
	width: 1020px;
	height: 25px;
}

#menu_gauche
{
	float:left;
	width: 15%;
	height: 72%;
	background-color: #600;
}



#produit
{
	center:
	float:left;
	width: 80%;
}

#produit_texte
{
	float:left;
	width: 100%;
	height: 20px;
}

#p1
 {
	float: left;
	width: 119px;
	height:105px;
	background-image:url(fondo_detall.jpg);
	margin-top:10px;
	margin-left:9px;
	margin-right:1.5px;
}


#F1
 {
	float: left;
	width: 66px;
	height:66px;
	margin-top:19px;
	margin-left:27px;
}

#menu_bas
{
	float:left;
	width: 1020px;
	height: 60px;
	background-color: ;
	margin-left: 2px;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	
}
	
