<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin &lt;ludovic@dreamclic.com&gt; / www.dreamclic.com
// 
// Version             : 1.0
// Date de crÃ©ation    : 27/12/2004
// Date de mise Ã&nbsp; jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
/*------------------------------------------------------------------*/
#content{
	background:url(images/visuels/boutique.jpg) top center no-repeat;	
}

#content img{
	border:solid 1px #9c0303;
	margin-bottom:5px;
}

#content .photos{
	width:100px;
	margin-left:10px;
	float:right;
	padding-right:10px;
	margin-top:20px;
}

#content  .retour{
	display:block;
	color:#cfcfcf;
	clear:both;
	text-decoration:none;
	border-top:solid 1px #cfcfcf;
	text-align:center;
	margin-top:30px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}

#content p a{
	color:#c99036;
}

</pre></body></html>