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


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


.home {
	width:640px;
	height:650px;
	}
.block-home {
	clear:both;
	width:640px;
	margin-left:0px;
	margin-top: 20px;
	} 
	
/**************/	
/**  SLIDER  **/
/**************/
#container-slider{
	width: 640px;				
	height:268px;				
	clear: both;
	margin-left:0;
	}	
#content-slider{
	width: 640px;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:640px;		/* MODIFIE ICI */ 
	height:293px;
	}	
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	left:10px;					
	top:160px;
	}	
#nextBtn, #slider1next{ 
	left:600px;					
	}	
	

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

.block-home {
	width:590px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:310px;
	margin-left:18px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	padding:0 0 0 13px;
	}
.blockhome {
	width:293px;
	height:300px;
	padding:10px 0 0 0;
	}
.blockhome-img {
	width:285px;
	}
.blockhome-txt {
	width:285px;
	height:160px !important;			/* POUR FIREFOX, CHROME ET ATARI */
	height:160px;
	margin:-180px 0 0 0; 
	}
.blockhome-txt-gauche{
	margin:0 0 0 5px;
	}
.blockhome-txt-txt {
	width:240px;
	}
.blockhome-txt-txt img {
	width:150px;
	padding-left: 0px;
	margin-top: -25px;
	}
.blockhome-txt-txt > h2 a, h2  a:hover, h2  a:active {
	font-size:14px;
	}
