/****************************
 * Modele > Liste
 ***************************/
.list
{
	margin: 				30px 30px;
}


.blocinfo
{
	/*background-color: 		#E1E5D8;*/
	padding: 				20px 20px;
	margin:		 			20px 0;
	background-color: 		#F0F2EB;
	background-image: 		url(../images/commons/blocinfo.png);
	background-position: 	bottom right;
	background-repeat: 		no-repeat;
	color: 					#86927C;
}
.blocinfo a:link,
.blocinfo a:hover,
.blocinfo a:active,
.blocinfo a:visited
{
	color: 					#86927C;
}

.list h1
{
	font-family: 			'Times New Roman', Georgia, Serif;
	font-size: 				18pt;
	font-weight: 			bold;
	padding: 				0;
	margin: 				15px 0;
	color: 					#86927C;
	letter-spacing: 		-1px;
}

.list .picture
{
	float: 					right;
	margin: 				20px 0 20px 10px;
	width: 					120px;
	text-align: 			center;
}

.list .item
{
	margin: 	50px 0;
}

.list h2
{
	font-family: 			'Times New Roman', Georgia, Serif;
	font-size: 				13pt;
	font-weight: 			bold;
	padding: 				5px 0;
	margin: 				0;
	color: 					#86927C;
	letter-spacing: 		-1px;
	background-image: 		url(../images/commons/puce.png);
	background-position: 	left;
	background-repeat: 		no-repeat;
	padding-left: 			6px;
}

.list a:link, h2,
.list a:hover h2,
.list a:active h2,
.list a:visited h2
{
	color: 					#86927C;
}

.list .name
{
	font-weight: 			bold;
	font-size: 				10pt;
	color: 					#899570;
}
.list .date_mini
{
	font-weight: 			bold;
	font-style: 			italic;
	font-size: 				10pt;
	color: 					#C9D1B9;
}
.list .date
{
	font-family: 			'Times New Roman', Georgia, Serif;
	font-weight: 			bold;
	font-size: 				14pt;
	color: 					#C9D1B9;
}

.list .description
{
	font-size: 				8pt;
	font-style: 			italic;
	color: 					#899570;
	text-align: 			justify;
	margin-bottom: 			5px;
}


.list .link:link,
.list .link:hover,
.list .link:active,
.list .link:visited
{
	font-weight: 			bold;
	color: 					#86927C;
	background-color: 		#F3F5F2;
	border: 				1px solid #D2DECC;
	font-size: 				8pt;
	padding: 				2px 10px;
	-moz-border-radius: 	3px;
	text-decoration: 		none;	
	margin-top: 			10px;
	margin-left: 			2px;
}

.list .link:hover
{
	background-color: 		#D2DECC;
}

/****************************
 * Modele > Zoom
 ***************************/
.zoom
.zoom h2
{

}

.zoom .date
{

}

.zoom .description
{

}

.zoom .link:link,
.zoom .link:hover,
.zoom .link:active,
.zoom .link:visited
{

}