/* CSS Document */

#contenunancy {
	position: relative;
	width: 802px; 
	height: auto; 
	padding: 10px;
	margin-left: 10px;
	border-left: 1px solid #79235c;
	border-right: 1px solid #79235c;
	border-bottom: 1px solid #79235c;
	background: #110104 url(../img/frame_in.jpg) repeat-y;
}

#titre_galerie {
	width: 824px;
	height: 30px;
	padding:0;
	margin:0;
	background: url(../img/menubar.jpg) top repeat-x;
	position:relative;
	z-index:1500;
	font-family:arial, verdana, sans-serif;
	margin-left: 10px;
}

#titre_galerie ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#titre_galerie ul li {
	float: left;
	padding: 0 0 0 0px;
	width: 274px;
	text-align: center;
}

#titre_galerie ul li a {
	float: left;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

#titre_galerie ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../img/menubar2.jpg) top repeat-x;
	width: 100%;
}

#tab1 {
	width: 802px;
	height: 378px;
	overflow: hidden;
}

#galerie01 {
	position: relative;
	width: 406px;
	height: 378px;
	float: left;
}

#galerie01 img {
	margin: 2px;
	border: 1px solid #fff;
}

#thumbnails01 {
	width: 406px;
	height: 72px;
	margin-left: 2px;
	margin-top:6px;
}

#thumbnails01 img {
	margin: 6px 3px 2px 0;
	width: 76px;
	height: 57px;
	float: left;
	cursor: pointer;
}

#box_text01 {
	width: 378px;
	height: 366px;
	float: right;
	background: #fff;
	padding: 5px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#tab2 {
	width: 802px;
	height: 378px;
	overflow: hidden;
}

#galerie02 {
	width: 406px;
	height: 378px;
	float: left;
}

#galerie02 img {
	margin: 2px;
	border: 1px solid #fff;
}

#thumbnails02 {
	width: 406px;
	height: 72px;
	margin-left: 2px;
	margin-top:6px;
}

#thumbnails02 img {
	margin: 6px 3px 2px 0;
	width: 76px;
	height: 57px;
	float: left;
	cursor: pointer;
}

#box_text02 {
	width: 378px;
	height: 366px;
	float: right;
	background: #fff;
	padding: 5px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#tab3 {
	width: 802px;
	height: 378px;
	overflow: hidden;
}

#galerie03 {
	width: 406px;
	height: 378px;
	float: left;
}

#galerie03 img {
	margin: 2px;
	border: 1px solid #fff;
}

#thumbnails03 {
	width: 406px;
	height: 72px;
	margin-left: 2px;
	margin-top:6px;
}

#thumbnails03 img {
	margin: 6px 3px 2px 0;
	width: 76px;
	height: 57px;
	float: left;
	cursor: pointer;
}

#box_text03 {
	width: 378px;
	height: 366px;
	float: right;
	background: #fff;
	padding: 5px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contenunancy h3 {
	font-size: 105%;
	text-align: center;
	margin-bottom:10px;
}

#contenunancy p {
	font-size: 90%;
	text-align: left;
	line-height: 120%;
	margin-bottom: 10px;
}

#contenunancy .p_italic_bas {
	font-weight:bold;
	font-style:italic;
	font-size: 80%;
	position: relative;
	/*bottom: 0;*/
}

/*  Sliding Panels */

.SlidingPanels {
	position: relative;
	width: 100%;
	height: 378px;
	padding: 0px;
	border: none;
	float: left; /* Pour l´animation horizontale */
}

.SlidingPanelsContentGroup {
	position: relative;
	width: 10000px; /* Pour permettre le contenu déntrer dans l´espace prévu */
	margin: 0px;
	padding: 0px;
	border: none;
	float: left; /* Pour l´animation horizontale */
}

.SlidingPanelsContent {
	width: 802px; /* Largeur fixe basée sur le contenu */
	height: 378px; /* Hauteur fixe basée sur le contenu */
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left; /* Pour l´animation horizontale */
}