/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/
#contenu h2{
	background:url(images/annonces.gif) no-repeat;
}
/*------------------------------------------------------------------*/
#contenu h3{
	font-size:13px;
	margin-top:20px;
}
/*Tarifs*/
#tarifs-annonces{
	margin-top:30px;
	margin-bottom:10px;
}
#tarifs-annonces table{
	width:550px;
	border:solid 1px black;
	margin-top:5px;
}
#tarifs-annonces table th{
	background:#306200;
	color:white;
}	
#tarifs-annonces table td.points{
	text-align:center;
	color:#630000;
}	
#tarifs-annonces table td,th{
	padding:5px;
	border:solid 1px black;
}
#tarifs-annonces table td.tdprixs{
	text-align:center;
	font-weight:bold;
}

#contenu .boutonsuivant{
	border:solid 1px #CCCCCC;
	background:white;
	color:black;
	width:70px;
	margin-top:20px;
	cursor:pointer;
}

#contenu p{
	margin-bottom:10px;
}
#contenu p a{
	color:black;
}