/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/
.contenupage h2{
	background:#9dbbd6;
	text-align:center;
	padding:4px;
	margin-top:10px;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:5px;
}
.contenupage h3 {
	font: bold 16px Arial;
	color: #132867;
	margin-bottom: 10px;
}
.contenupage h4 {
	margin-left: 30px;
	font: bold 14px Arial;
	color: #132867; 
}
.contenupage .adresse {
	margin-left: 50px;
	margin-bottom: 10px;
}