body {
	background-image: url('images/fondpage.jpg');
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #422287;
	font-size: 11px;
}

#fond {
	background: url('images/fond.jpg') repeat-x top left;
	padding: 0;
	margin: 0;
}

#home {
	background: url('images/fond_home.jpg') no-repeat top center;
	height: 550px;
	padding-top: 155px;
}

#info {
	background: url('images/fond_info.jpg') no-repeat top center;
	height: 550px;
	padding-top: 155px;
}

#creations {
	background: url('images/fond_creations.jpg') no-repeat top center;
	height: 550px;
	padding-top: 155px;
}

#antiquites {
	background: url('images/fond_antiquites.jpg') no-repeat top center;
	height: 550px;
	padding-top: 155px;
}

#adresse{
	background: url('images/adresse.gif') no-repeat bottom center;
	height: 570px;
}

#menu {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 30px;
	vertical-align: top;
	/*text-transform: uppercase;*/
}

#menu .blanc {
	color: #FFFFFF;
}

#menu td{
	padding-bottom: 30px;
	vertical-align: top;
}

#menu a{
	color: #422287;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#contact td{
	font-size: 11px;
}

#contact input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #422287;
}

#contact .champs {
	width: 200px;
	border: 1px #422287 solid;
	}

#details .titre{
	font-weight: bold;
	font-size: 12px;
	color: #422287;
}

#details td.g{
	border-width: 1px 0 1px 1px;
	border-color: #969DAF;
	border-style: solid; 
}

#details td.d{
	border-width: 1px 1px 1px 0;
	border-color: #969DAF;
	border-style: solid; 
}

#details td{
	padding: 8px;
	font-size: 11px;
}

#details img.cadre{
	padding: 5px;
	border: 1px #422287 solid;
}


#rub {
	border: 1px #422287 solid;
	font-size: 11px;
}

#rub td.titrerub{
	background: url('images/fond_titre.gif') repeat-x;
	height: 24px;
	vertical-align: middle;
	border-width: 0 1px;
	border-color: #FFFFFF;
	border-style: solid;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}

#rub td.produits{
	background: #C4C5CD url('images/fond_rub.jpg') repeat-x top left;
	padding: 5px 0;
}

#rub a{
	color: #422287;
}


.intro{
	font-size: 14px;
	line-height: 22px;
}

.pointil{
	background: url('images/pointil.gif') repeat-x 0 8px;
}