#container{
	width:900px;
	margin:auto;
	padding:auto;
}

#header{
	width:900px;
	height:80px;
	position:relative;
}

#content{
	width:876px;
	position:relative;
	background-color:#FFFFFF;
	border:solid 1px #666666;
	padding:12px;
	clear:both;
}

#nav_products{
	width:230px;
	position:relative;
	float:left;
}

#menu_guitare{
	width:206px;
	position:relative;
	float:left;
	background-color:#531C12;
	height:180px;
	background-image:url(../images/background_produit.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:solid 1px #666666;
	padding:12px
}

#specification_guitare{
	width:206px;
	position:relative;
	float:left;
	background-color:#531C12;
	height:300px;
	background-image:url(../images/background_produit.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:solid 1px #666666;
	margin-top:2px;
	padding:12px;
}

#main_content{
	width:634px;
	position:relative;
	float:right;
}

#footer{
	width:900px;
	height:30px;
	position:relative;
	margin-top:10px;
	clear:both;
	padding: 0px;
	;

}
.clear{
	clear:both;
}
