@charset "utf-8";
/* CSS Document */

.main_image {
	width: 716px;
	height: 456px;
	float: left;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
	position: relative;
}
.main_image h2 {
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	color: #b6145c;
	margin: 0;
	padding: 10px;
}

.main_image img {
	display: block;
	margin: auto;
}
.main_image p {
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
	color: #868789;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none;
	bottom: 0px;
}
.main_image .block{
	width: 100%;
	background-color: #FFFFFF;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	height: 20px;
	width: 100%;
	text-indent: -99999px;
	position: absolute;
	top: -20px;
	right: 0px;
	background-image: url(../medias/croix.png);
	background-repeat: no-repeat;
	background-position: 686px top;
	background-color: #FFFFFF;
}
.main_image a.show {
	background-position: 686px top;
	background-image: url(../medias/fleche.png);
}


.image_thumb {
	float: left;
	width: 221px;
	background: #f0f0f0;
	overflow: auto;
	height: 456px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image_thumb img {
	border: 1px solid #ccc;
	background: #fff;
	height: 57px;
	display: block;
	margin: 0px;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 10px;
	width: 178px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6145c;
	border-right-color: #b6145c;
	border-bottom-color: #b6145c;
	border-left-color: #b6145c;
	background-color: #CCCCCC;
	background-image: url(../medias/degrade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	color: #b6145c;
	margin: 0px;
}
.image_thumb ul li .block {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
