/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/

#contenupage h3{
	font-weight:bold;
	font-size:13px;
	color:#0B4A29;
}

#contenupage p.intro{
	margin-bottom:40px;
	font-size:13px;
}

#contenupage .tarifs  {
	background:#EFEFEF;
	float:right;
	width:350px;
	margin-left:20px;
	text-align:center;	
}


#contenupage .tarifs h4{
	font-weight:bold;
	font-size:14px;
	color:#0B4A29;
	margin:5px;
}

#contenupage .tarifs  p{
	font-weight:bold;
	font-size:11px;
}

#contenupage .tarifs img{
	border:solid 1px #0B4A29;
	margin-bottom:10px;
	margin-top:10px;
}
#contenupage .tarifs table {
	width:95%;
	margin-right:auto;
	margin-left:auto;
	border:solid 1px #0B4A29;	
	margin-bottom:15px;
}
#contenupage .tarifs table th{
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	background:#0B4A29;
	color:white;
	font-weight:bold;
	border:solid 1px #0B4A29;	
	padding:4px;
}

#contenupage .tarifs table td{
	border:solid 1px #0B4A29;
	padding:4px;
	text-align:left;
}

#contenupage .tarifs table td.prix{
	text-align:center;
}