/*
//------------------------------------------------------------------
// 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         :
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#content {
	text-align: left;
}
#content table#global {
}
#content table#global td#recherches_populaires {
	width: 200px;
	padding-right: 15px;
	padding-top: 10px;
	vertical-align: top;
}
#content table#global td#recherches_populaires h4 {
	font: bold 12px Arial, sans-serif;
	margin-bottom: 10px;
}
#content table#formulaire {

}
#content table#formulaire td {
	padding: 10px 5px;
	vertical-align: center;
}
#content table#formulaire td select {
	width: 250px;
}
#content table#formulaire td p.info {
	font-size: 10px;
	margin: 0;
}
#content ul#criteres_recherche {
	margin-left: 20px;
}
#content #recherches_populaires {
	float: left;
}