/*
 * Observatoire de la Franchise, version 2.0
 * http://www.observatoiredelafranchise.fr/
 *
 * Copyright 1997-2010, Goodweb
 * Path: /css/stats_fiches.css
 * Description: statistiques fiches
 *
 */
 
/*
 * Sommaire:
 *
 *		= Layout
 *			+ Entete
 *			+ Liste fiches
 *
*/



/*
 = Layout ---------------- */

	/*
	+ Entete */
		#colC h4.titreForm span{color:#363434;font-weight:bold}
		#colC h4.titreForm img#picto{height:56px;margin:2px 0 0 495px;width:69px}
		#colC #bgBlanc{background:url(../images/bgBlanc.gif) repeat-x 0 30px;color:#3e3e3e;padding-top:12px}
		#colC #bgBlanc #HeaderInfos{height:160px;padding:0 15px}
		#colC #bgBlanc #HeaderInfos h3.arrow{background-position:-1px 3px;color:#363434;display:block;float:none;font-size:17px;margin:0;padding-bottom:3px;width:533px}
		#colC #bgBlanc #HeaderInfos h4{color:#757575;font-size:17px;font-weight:bold;margin:-5px 0 0 35px;padding-bottom:10px}
		#colC #bgBlanc #HeaderInfos p{margin:0 15px 0 35px}
		#colC #bgBlanc .posSelectEns{background:url(../images/mcontour/form/bg-td-inputTxt.gif) no-repeat top left;float:right;height:19px;margin:0 65px 0 0;padding:2px 0 0 2px;width:215px}
		#colC #bgBlanc .posSelectEns select{border:none;font-size:11px;height:17px;width:210px}

	/*
	+ Liste fiches */
		ul#listeStats {list-style-type:none;margin:20px 0 0 60px;float: left; padding-bottom: 20px;}
		ul#listeStats li{ float: left; font-size:11px; margin:0 0 3px;}
		ul#listeStats li span { float: left; }
		ul#listeStats li .num{font-weight:bold; width: 25px; font-size: 14px; margin-top: 10px;}
		ul#listeStats li .img{ width: 50px; height: 46px; float: left; }
		ul#listeStats li .nom{font-weight:bold;margin-left:20px; margin-top: 10px; font-size: 14px; width: 380px; }
		ul#listeStats li .nom a{color:#690;text-decoration:none}
		ul#listeStats li .nom a:hover{color:#690;text-decoration:underline}
		ul#listeStats li .color{font-weight:bold; font-size: 14px; margin-top: 10px; float: left; }
		ul#listeStats li .vert{color:#690;}
		ul#listeStats li .rouge{color:#C00;}
		ul#listeStats li .orange{color: #f90;}
		div#entete,div#derConsult{display:block;margin:10px 65px 20px 30px}
		div#entete{border-bottom:1px solid #CCC;height:20px;margin-bottom:0}
		div#derConsult a{color:#690;font-weight:bold;text-transform:underline}

