/*  ------------------------------------------------------------------------------------
/*                                                                           WEBRING AOC 
/*  --------------------------------------------------------------------------------- */


#webring-aop {
	position: relative;
	/*left: 31px;
	top: 15px;
	left: 28px;
	top: 30px;*/
	margin: 0;
	padding : 0;
	list-style : none;
}

#webring-aop li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	position: relative;
	height : 180px;
	width : 147px;
	overflow : hidden;
}
#webring-aop li#fromages-auvergne {
	background-color: #532b1d;
}
#webring-aop li#bleu-auvergne {
	background-color: #56b9cc;
}
#webring-aop li#cantal {
	background-color: #5e6065;
}
#webring-aop li#fourme-ambert {
	background-color: #9680da;
}
#webring-aop li#saint-nectaire {
	background-color: #9ca012;
}
#webring-aop li#salers {
	background-color: #9a678e;
}

#webring-aop li#fromages-auvergne h1 {
	background: url(images/bg-li-webring-afa.gif) left top repeat-x;
}
#webring-aop li#bleu-auvergne h1 {
	background: url(images/bg-li-webring-bleu.gif) left top repeat-x;
}
#webring-aop li#cantal h1 {
	background: url(images/bg-li-webring-cantal.gif) left top repeat-x;
}
#webring-aop li#fourme-ambert h1 {
	background: url(images/bg-li-webring-fourme.gif) left top repeat-x;
}
#webring-aop li#saint-nectaire h1 {
	background: url(images/bg-li-webring-sn.gif) left top repeat-x;
}
#webring-aop li#salers h1 {
	background: url(images/bg-li-webring-salers.gif) left top repeat-x;
}

#webring-aop a {
	display : block;
	height : 180px;
	width : 147px;
	color: #fff !important;
}
#webring-aop a:hover {	
	text-decoration: none;
}

#webring-aop h1 {
	z-index : 11;
	padding-left: 2px;
	color : #fff;
	font: bold 100%/100% "Trebuchet MS";
	width : 100%;
	height: 34px;
	margin-top: 146px;
	position: absolute;
}

#webring-aop h1 strong {
	display : block;
	color : #fff;
	font-size : 16px;
	font-weight : bold;
}

#webring-aop img {
	z-index : 10;
	color : #00f;
}

#webring-aop p {
	font-size : 12px;
	margin: 5px;
}

#webring-aop p a {	
	width: 137px !important;
}