/*
 * Feuille de style des blocs ressources sur les foches produits
 */


/* debut page d'accueil */
	
	.bloc-ressources {
		margin-top: 20px;
	}
	
	.ligne-blocs{
		float:left;
		margin-bottom:8px;
	}
	
	
	.bloc-generique, .bloc-collection{
		float:left;
		width:352px;
		margin:6px 0 6px 0;
	}
	
	.bloc-generique-top, .bloc-collection-top{
		float:left;
		width:344px;
		height:27px; 
		background-color:#cabbfa;
		background-repeat:repeat-x;
		background-position:top;	
	}
	.bloc-generique-top {
		background-image:url(../img/blocs-complement/bg_bloc-generique-top.png);
	}
	.bloc-collection-top {
		background-image:url(../img/blocs-complement/bg_collection-top-center.png);
	}
	
	.bloc-generique-top-left, .bloc-collection-top-left {
		float:left;
		width:4px;
		height:27px; 
		background-color:#cabbfa;
		background-repeat:no-repeat;
		background-position:top left;
	}
	.bloc-generique-top-left {
		background-image:url(../img/blocs-complement/bg_generique-top-left.png);
	}
	
	.bloc-collection-top-left {
		background-image:url(../img/blocs-complement/bg_collection-top-left.png);
	}
	
	.bloc-generique-top-right, .bloc-collection-top-right{
		float:left;
		width:4px;
		height:27px; 
		background-color:#cabbfa;
		background-repeat:no-repeat;
		background-position:top right;
	}
	.bloc-generique-top-right {
		background-image:url(../img/blocs-complement/bg_generique-top-right.png);
	}
	
	.bloc-collection-top-right {
		background-image:url(../img/blocs-complement/bg_collection-top-right.png);
	}
	
	.bloc-generique-top h2{
		text-align:center;
		margin:5px;
		font-size:14px;
		text-transform:uppercase;
		color:#FFFFFF;
	}
	
	.bloc-collection-top h2{
		text-align:center;
		margin:5px;
		font-size:16px;
		font-weight: bold;
		text-transform:none;
		color:#993300;
	}
	
	.bloc-generique-content, .bloc-collection-content{
		float:left;
		width:340px;
		background-color:#f2f0fd;
		border-left: solid 1px #fdb759;
		border-right: solid 1px #fdb759;
		color:#993300; 
		background-color:#FFFFFF;
		background-repeat:repeat-x;
		background-position:bottom left;
	}
	
	.bloc-generique-content {
		background-image:url(../img/blocs-complement/bg_bloc-generique-bottom.png);
		padding: 5px 5px 5px 5px;
		/*min-height:193px;*/
	}
	
	.bloc-collection-content {
		background-image:url(../img/blocs-complement/bg_collection-content.png);
		background-color: #FFFCFB;
		padding: 0;
		margin: auto;
		text-align: center;
	}
	
	* html .bloc-generique-content, * html .bloc-collection-content{ /* Lu uniquement par IE 6 */
		margin-top:-5px;
	}
	
	 .bloc-generique-content p, .bloc-collection-content p{
	 	margin-top:5px;
		text-align:left;
		
	}
	
	.bloc-generique-content h3, .bloc-collection-content h3 {
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 25px 0 0 5px;
	}
	
	.bloc-generique-content a.ensavoirplus {
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.bloc-generique-content a.ensavoirplus:hover{
		text-decoration: none;
	}
	
	.bloc-generique-content  ul{
		margin-left:10px;
		margin-top:8px;
		padding: 0px;
		clear: both;
	}
	
	.bloc-generique-content li{
		list-style:none;
		padding-left: 20px;
		line-height: 15px;
		list-style-type: none;
		font-size: 11px;
	}
		

	.bloc-generique-content li.puce{
		list-style:none;
		/*background: url(../img/blocs-complement/puce_liens-generiques.gif) no-repeat 0% 65%;*/
		padding-left: 12px;
		list-style-type: none;
	}

	.bloc-generique-content a, .bloc-collection-content a  {
		font-weight:normal;
		text-decoration:none;
		color:#993300;
	}

	.bloc-generique-content a:hover, .bloc-collection-content a:hover {
		text-decoration:underline;
	}

	.bloc-generique-bottom{
		float:left;
		width:352px;
		height:16px; 
	}

	.bloc-generique-bottom-left, .bloc-collection-bottom-left{
		float:left;
		width:4px;
		height:16px; 
		background-color:#cabbfa;
		background-repeat:no-repeat;
		background-position:bottom left;
	}
	
	.bloc-generique-bottom-left {
		background-image:url(../img/blocs-complement/bg_generique-bottom-left.png);
	}
	
	.bloc-collection-bottom-left {
		background-image:url(../img/blocs-complement/bg_collection-bottom-left.png);
	}
	
	.bloc-generique-bottom-center, .bloc-collection-bottom-center{
		position: relative;
		float:left;
		width:344px;
		height:16px; 
		background-position:bottom left;
		background-repeat:repeat-x;
		/*border-bottom: solid 1px #fdb759;*/
	}
	
	.bloc-generique-bottom-center{
		background-image:url(../img/blocs-complement/bg_generique-bottom-center.png);
	}
	
	.bloc-collection-bottom-center{
		background-image:url(../img/blocs-complement/bg_collection-bottom-center.png);
	}
	
	.bloc-generique-bottom-right, .bloc-collection-bottom-right {
		float:right;
		width:4px;
		height:16px; 
		background-color:#cabbfa;
		background-repeat:no-repeat;
		background-position:bottom right;
	}
	
	.bloc-generique-bottom-right {
		background-image:url(../img/blocs-complement/bg_generique-bottom-right.png);
	}
	
	.bloc-collection-bottom-right {
		background-image:url(../img/blocs-complement/bg_collection-bottom-right.png);
	}
	
	* html .bloc-generique-bottom-right, * html .bloc-collection-bottom-right{ /* Lu uniquement par IE 6 */
		margin-left:-4px;
		margin-top:-17px;
	}
	
/* fin page d'accueil */	
	
/* début manuel-numerique */

	#manuel-numerique{
		width:330px;
		height:100%;
		float:left;
		color:#993300;
	}
	
	#manuel-numerique .visuel-mvp{
		float:left;
		margin-right:20px;
	}


	#manuel-numerique .txt-mvp{
		float:left; 
		margin-left:5px;
		margin-right:5px;
	}	

	#manuel-numerique .txt-mvp ul{
		margin-left:156px;
		margin-bottom:10px;
		margin-top:8px;
	}
		
	#manuel-numerique .txt-mvp li{
		list-style:none;
		background: url(../img/blocs-complement/puce_txt-mvp.gif) no-repeat 0% 65%;
		padding-left: 15px;
		list-style-type: none;
	}

	#manuel-numerique .liens-mvp{
		float:left;
	}

	#manuel-numerique .ensavoirplus-mvp{
		float:right;
		margin:15px 10px 0 10px;
	}
/* fin manuel-numerique */


/*
 * STYLES DU SLIDESHOW COLLECTION
 */
.clear { clear: both; }
.left { float: left; }

.sample { padding: 10px 5px 0 5px;}
.sample .buttons { float: left; }
.sample .buttons span { display: block; color: #0080FF; padding: 0; cursor: pointer; font: 10px Arial; }
.sample .button-left span { margin: 0 7px 0 0; }
.sample .button-right span { margin: 0 0px 0 7px; }

.slideshowBox { position: relative; float: left;}
.slideshowBox span.produit { display:block; float:left; text-align: center; width: 150px; padding: 0 5px 0 5px; }
.slideshowBox span.produit  img { border: 1px solid #993300; }
.slideshowBox span.produit a:hover { text-decoration: none; }
.slideshowBox span.titre { font-size: 11px; }
.slideshowBox span.sous-titre { font-size: 10px; }

.slideshowMask { position:relative; float: left; overflow: hidden; margin: auto; text-align: center;}

span.produit img { border:none; }