/*
//------------------------------------------------------------------
// 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 générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/


#header{
	height:119px;
	background:url(images/fdheader.gif) right no-repeat;
}
/*------------------------------------------------------------------*/

h2.actualites{
	height:17px;
	background:url(images/actualites.gif) no-repeat;
}
h2.produits{
	height:17px;
	background:url(images/produits.gif) no-repeat;
}
h2.nouveaute{
	height:20px;
	background:url(images/titre-nouveaute.jpg) no-repeat;
	border:none;
	margin-bottom:10px;
}
.nouveaute-logo{
	height:200px;
	background:#0E78AF;
	margin-bottom:50px;
	color:white;
	font-weight:bold;
	text-align:center;

}
#content .partieinferieur .visuelproduits .nouveaute-logo a img{
	text-align:center;
	margin:5px auto;
	border:#529BC4 3px solid;

}