
/*--gallery--*/
ul.gallery{
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.gallery ul{
	width:100%;
	margin:0;
	padding:5px 0 10px;
	overflow:hidden;
}
ul.gallery li{
	text-align: center;
	list-style:none;
	float:left;
	color:#666;
	width:130px;
	height:180px;
	display:inline;
	margin:4px 11px;
	padding-bottom: 10px;
	font:bold 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
}

ul.gallery li span.title{
	padding-top:3px;
	height: 3em;
}

#toprecipe ul.gallery li {
	height: 205px;
	margin: 0;
	padding: 4px 10px;
}

#toprecipe ul.gallery li span.title {
	height: 2.5em;
	text-align: left;
}

#toprecipe ul.gallery li a img {
	width: 130px;
}

#toprecipe ul.gallery li span.title a{
	color: #1C6AAC;
	clear: both;
}

#toprecipe ul.gallery li p.desc {
	clear: both;
	width: 130px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

ul.gallery img{border:1px solid #98bbd9; }
ul.gallery span,
ul.gallery strong{display:block;}
ul.gallery strong{padding:5px 0 0;}
ul.gallery a{
	color:#45811a;
	text-decoration:none;
}
ul.gallery a:hover{text-decoration:underline;}

/*--thumbs--*/
ul.thumbs{
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.thumbs ul{
	width:100%;
	margin:0;
	overflow:hidden;
}
ul.thumbs li{
	text-align: center;
	list-style:none;
	float:left;
	color:#666;
	width:50px;
	display:inline;
	padding:5px 3px;
	font:bold 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
}

ul.thumbs li span.title{
	padding-top:3px;
	height: 3em;
}

ul.thumbs img{border:1px solid #98bbd9; }
ul.thumbs span,
ul.thumbs strong{display:block;}
ul.thumbs strong{padding:5px 0 0;}
ul.thumbs a{
	color:#45811a;
	text-decoration:none;
}
ul.thumbs a:hover{text-decoration:underline;}
ul.thumbs li.selected{border:1px solid #FF0000;}
.box04 ul.paging li.selected{border:1px solid #FF0000;}

.box04 .mainImage{
	padding:15px 0px 10px 0px;
	text-align:center;
	border: 1px solid #8FB6CC;
	border-bottom:0px;
}

.box04 .mainImage.notop {
	border-top: none;
}

.box04 .mainImage .photoNav{margin-top:10px;}
.box04 .mainImage .photoNav IMG{vertical-align: middle;}

.box04 .mainImage .photoNav A{
	font-weight:bold;
	color:#1C6AAC;
	text-decoration:none;
}

.box04 .mainImage .photoNav A:hover{
	color:#8FB6CC;
	text-decoration:underline;
}
.box04 .mainImage .photoNav span.imagePager{
	padding: 0 5px;
	color: #1C6AAC;
	font-size: 1em;
}

.box04 .footer{
	padding:15px;
}

.box04 .footer .photoTitle {
	color: #0099cc;
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.box04 .footer .photoDesc {
	margin:10px 0;
}

table.albumThumbsBox td{
	padding: 0 4px;
	text-align:center;
	vertical-align: middle;
}

table.albumThumbsBox td.arrows{
	padding: 0;
}

.body.mLg {
	width: 459px;
}



/*index recettes nav*/

#toprecipe ul.recipenav {
	list-style-type: none;
	padding: 0;
	clear: both;
	padding-bottom: 10px;
	margin: 0;
	float: left;
	width: 459px;
}

#toprecipe .secondrow ul.recipenav {
	padding-left: 30px;
	width: 429px;
}

#toprecipe ul.recipenav li {
	float: left;
	padding: 0 8px;
	border-right: 2px solid #A4CF50;
}

#toprecipe ul.recipenav li.last {
	border: none;
}

#toprecipe ul.recipenav li a {
	color: #1C6AAC;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#toprecipe ul.recipenav li a.active {
	text-decoration: underline;
}

