@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: .8em;
}

.clear {
	clear: both;
}

.no-display {
	display: none;
}

#content {
	margin: 50px auto 0;
    width: 750px;
}

#content-index {
	margin: 50px auto;
    width: 750px;
}

#logo {
	background: white url('../content/images/imf/logobalenciaga.gif') no-repeat bottom left;
	width: 200px;
	height: 22px;
	float: left;
}

#logo h1 {
	display: none;
}

#header {
	height: 25px;
	width: 750px;
}

#header h1 {
	display: none;
}
		
#boutongalerie {
	text-align: right;
	width: 250px;
	height: 17px;
	float: right;
	padding-top: 5px;
}

#flash {
    width: 750px;
	height: 430px;  
	clear: both;
}

#produit, #details, #texte {
    width: 750px;
	clear: both;
}

#produit, #texte, #formulaire {
	background: url('../content/images/imf/fond-visuel.gif') no-repeat top left;
}

#produit table, #details table, #texte table {
	width: 750px;
	height: 410px;
}

#produit td {
	width: 750px;
	height: 410px;
	text-align: center;
}

#details .imag-detail {
	text-align: center;
	padding-top: 20px;
	width: 500px;
}
	
#details .text-detail {
	text-align: right;
	vertical-align: top;
	width: 250px;
}



#credits {
	display: none;
	float: right;
}

#credits a {
	display: block;
	width: 60px;
	height: 10px;
	background: url("../content/images/imf/siteCredits_off.gif") top center no-repeat;
}

#credits a:hover {
	background: url("../content/images/imf/siteCredits_over.gif") top center no-repeat;
}

#credits span {
	display: none;
}