/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

#content{
	background:url(images/visuels/boutique.jpg) top center no-repeat;	
}

#content table {
	width:98%;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
}



#content table td{
	text-align:center;
}

#content table img{
	border:none;
	margin-top:10px;
}

#content table a{
	font-size:13px;
	color:#eab625;
	text-decoration:none;
}


