@charset "utf-8";
/* CSS Document */

.Shadow {
	background: url("../image/bg_image.png") no-repeat right bottom;
	margin: 5px 0 5px 10px;
	
	width: 289px;
	height: 305px;
	float:left;
	clear:right;
}
.Carte {
	width: 274px;
	height: auto;
	float: left;
	clear: right;
	background-color: #FFF;
	border: 1px solid #EEE;
}

.Carte:hover {
	background:#EEE;
}

.Carte .Desc {
	height: auto;
	width: 256px;
	margin: 0 auto;
}
.Carte .Desc .Droit img {
	float: left;
}

.Carte .Desc .Gauche {
	height: 100%;
	width: 60%;
	float: left;
	clear: right;
	font-size:12px;
}
.Carte .Desc .Droit {
	clear: right;
	float: left;
	height: 100%;
	width: 40%;
	font-weight: bold;
	line-height: 38px;
	font-size:12px;
}
.Image span {
	background-color: #FFC;
}
.Carte .Image {
	height: 256px;
	width: 256px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}
.breadcrumb {
	padding: 5px;
}
.pagination {
	text-align: center;
}
.pagination a {
	display:inline;
	padding: 3px;
	border: #000 solid 1px;
}
.pagination a:hover {
	background:#EEE;
}

.row1 {
	background-color:#CCC;
}
.row2 {

}
