<!--
/*wrapper du carrousel, ça chacun fait comme il lui plait, plait, plait*/
#vCarrouselWrapper {
	height: 90px;
	width: 800px;
	overflow: hidden;
	margin: 10px 0;
}
/*
conteneur des boutons gauche/droite
pas indispensable, on peu le faire direct sur les boutons
et ce sont eux dont on passe les id à la class
*/
#carrouLeft, #carrouRight {
	float: left;
	width: 80px;
	height: 90px;
	padding-top: 13px;
}
/*classes passée au carrousel, en arguments et en options*/
/*le conteneur du carrousel*/
#vCarrousel {
	float: left;
	width: 390px;
	height: 90px;
	position: relative; /*indispensable*/
	overflow: hidden; /*indispensable*/
}
.vCarrouItem {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	float: left;
}
/*--carrousel vertical--*/
#verticalEx {
	width: 800px;
	/*height: 400px;*/
  margin-left:100px;
  font-family: Georgia, Times New Roman, Serif;
}
#blablaDiv {
	float: left;
	height: 300px;
	width: 600px;
	position: relative;
	overflow: hidden;
	background: transparent;
	margin-left:10px;
	text-align:center;
	color: #6633ff;
}

.blablaContent {
	width: 560px;
	height: 290px;
	/*border: 1px solid #cecece;*/
	margin-top:5px;
	background-position:bottom left;
	background-image: url(images/clavier.png);
	background-repeat: no-repeat;
}

.blablaContent a {
	display: block;
	float: left;
	margin: 0 12px 2px 0;
	/*border: 1px solid #cecece;*/
} 
#vCarrouselVWrapper {
	float: left;
	width: 150px;
	height: 214px;
	margin: 20px 0;
}
#carrouTop, #carrouBottom {
	width: 150px;
	height: 41px;
	padding: 5px 0;
	text-align: center;
}
#vCarrouselV {
	width: 150px;
	height: 113px;
	position: relative;
	overflow: hidden;
}
.vCarrouVItem {
	display: block;
	width: 150px;
	height: 113px;
	margin-bottom: 10px;
}
/* pour l'image box */
#virtualImgDiv {
	border-color: #fff;
	background: #fff url(img/redWhiteLoader.gif) center center no-repeat;
}
#virtualImgMask {
	background: #000;
}
#virtualImgCloseLink {
	background: url(img/closeZoom.png) left top no-repeat;
}
#virtualBoxLegend {
	padding: 10px 0 0 0;
	text-align: left;
	color: #666;
	font-size: 11px;
}
-->
