/************/	
/**  HOME  **/
/************/

/********COULEURS*******/
/*
violet = #682d44
marron = #3a1c14
violet moyen = #9f5974
*/


.home {
	width:320px;
	height:800px;
	}
.block-home {
	clear:both;
	width:320px;
	height:413px;
	margin-left:0px;
	} 
	
/**************/	
/**  SLIDER  **/
/**************/
#container-slider{
	width: 320px;				
	height:134px;				
	clear: both;
	}	
#content-slider{
	width: 320px;
	margin-left:0px;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:320px;		/* MODIFIE ICI */ 
	height:147px;
	}	
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	left:-1000px;					
	top:160px;
	}	
#nextBtn, #slider1next{ 
	left:-1100px;					
	}


/**************/	
/**  BLOCKS  **/
/**************/

.block-home {
	width:255px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:580px;
	margin-left:18px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	margin-top:20px;
	padding:0 0 0 30px;
	}
.blockhome {
	width:198px;
	height:270px;
	padding:10px 0 0 0;
	}
.blockhome-img {
	width:225px;
	}
.blockhome-txt {
	width:205px;
	height:140px !important;			/* POUR FIREFOX, CHROME ET ATARI */
	height:140px;
	margin:-195px 0 0 10px; 
	}
.blockhome-txt-txt {
	width:160px;
	}
.blockhome-txt-txt img {
	width:120px;
	padding-left: 0px;
	margin-top: -30px;
	}
.blockhome-txt-txt > h2 a, h2  a:hover, h2  a:active {
	font-size:14px;
	}