/* CSS Document */
/* HOMELIST : TABLO HOME RUBRIQUE **********************************************************/
#homeList{
	width: 					100%;
	padding:				0px;
}
#homeList td{
	height:					90px;
	font-size:				10px;
	color:					#1B386A;
	vertical-align:			top;
}
#homeList h1{
	margin:					15px 0px 15px 0px;
}

/* DETAILSLIST : TABLEAUX INTERNES **********************************************************/
#detailsList{
	font-size:				11px;
	text-align:				justify;
	margin:					15px 0px 0px 36px;
}
#detailsList h3{
	font-size:				12px;
	font-weight:			bold;
}
.icone{
	width:					67px;
	background:				#FFF url(../media/panorama_icones_ombre.gif) top left no-repeat;
}
.pave{
	width:					226px;
	padding:				0px 20px 0px 0px;
}
.lienMain, .lienMain:hover, .lienMain:active, .lienMain:visited,{
	font-size:				12px;
	font-weight:			bold;
}
.description{
	display:				block;
	font-size:				9px;
	line-height:			12px;							
	padding:				0px;
	margin:					0px;
}
.pave img{
	border:					0px;
	margin:					8px 3px  0px 0px;
}

/* LISTE DES FICHES : INNER **********************************************************/
.listFiches{
	list-style-type: 		none;
	margin:					0px 0 0 15px;
	padding:				0px;
}
.listFiches li{
	padding:				0 0 25px 20px;
	background:				url(../media/puce_verte.gif) top left no-repeat;
}
.listFiches span{
	margin:					0px;
	padding:				0px;
	display:				block;
	font-size:				10px;
	text-align:				justify;
}
.listFiches img{
	margin:					0 3px 0 0;
}
.listFiches a{
	font-size:				11px;
}
/* DETAILS DES FICHES **********************************************************/
#detailsFiches{
	margin:					0 0 0 30px;
}
#detailsFiches td{
	font-size:				11px;
	vertical-align:			top;
	padding:				0 6px 0 6px;
}
#detailsFiches td ul{
	list-style-type:		none;
	margin:					5px 0 0 2px;
	padding:				0;
}
#detailsFiches td ul li{
	margin:					0 0 5px 0;
	padding:				0 0 0 14px; 
	background:				transparent url(../media/puce.gif) top left no-repeat;
	background-position:	-3px 1px;
}
#detailsFiches .positionList{
	color:					#85C820;
	text-align:				left;
	list-style-type: 		none;
	margin:					0;
	padding:				0px;
}

#detailsFiches .positionList li{
	display:				block;
	font-weight:			bold;
	background:				transparent url(../media/puce.gif) top left no-repeat;
	padding:				0 0 0 15px;
	background-position:	-3px 1px;
	margin:					0 0 20px 0;
}
#detailsFiches .positionList a{
	font-weight:			normal;
}
#detailsFiches .outils{
	margin:					30px 0px 0px 0px;
	padding:				0;
	list-style-type:		none;
}
#detailsFiches .outils li{
	margin: 				0 0 10px 0;
}
.current{
	color:					#467402;
}
cite{
	margin:					0px;
	padding:				15px 0px 10px 0px;
	color:					#666;
	font-size:				10px;
}
.contentFiches P	{
	clear: both !important;
}
