/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
#contenupage {
	padding-bottom:48px;
}
#content div#galeries h3{
	
}
#content div#galeries ul.liste-galeries{
	list-style-type:none;
	margin:32px 32px 32px 70px;
}
#content div#galeries ul.liste-galeries li{
	text-align:center;
	width:170px;
	float:left;
	margin:10px;
	height:238px;
	border:1px solid #979771;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color:#800B04;
	position:relative;
}
#content div#galeries ul.liste-galeries li h4{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	color:#20215A;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	background:white;
	text-align:center;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}
#content div#galeries ul.liste-galeries li  h4 a{
	color:#20215A;
	font-size:.8em;
}
#content div#galeries  ul.liste-galeries li p.photo{
	position:absolute;
	top:34px;
	left:0;
	margin:0;
	float:left;
}
#content div#galeries  ul.liste-galeries li p.photo a{
	width:170px;
	height:140px;
	line-height:140px;
	display:block;
	float:left;
}
#content div#galeries  ul.liste-galeries li p.photo a img{
	border:2px solid #fff;
	vertical-align:middle;
}
#content div#galeries  ul.liste-galeries li p.resume{
	font-size:0.88em;
	text-align:center;
	position:absolute;
	bottom:12px;
	left:0;
	margin:0 4px;
	width:162px;
}
