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

/********COULEURS*******/
/*
greige = #f4ede6
greige plus foncé = #dbccc7
marron clair (pour titre) = #cbaa83
gris (pour texte)= #beb3a8
gris foncé (footer) = #dbccc7
blanc = #ffffff
*/


.home {
	padding-top: 0;
	width:940px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:1240px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	background-color:#ffffff;
	}

	
/**************/	
/**  SLIDER  **/
/**************/
#container-slider{
	width: 940px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:390px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	}	
#content-slider{
	position:absolute;
	width: 940px;
	margin-left:0px;
	}
#slider img {
	width: 100%; 
	display: block;
	}
	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:940px;		/* MODIFIE ICI */ 				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:390px;
	overflow:hidden;
	}	


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

.block-home {
	width:880px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:790px;
	margin-left:20px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	margin-top:20px;
	background-color:#ffffff;
	padding:0 0 0 20px;
	}
.blockhome {
	width:440px;
	height:340px;
	padding:10px 0 0 0;
	float: left;
	}
.blockhome-img {
	width:420px;
	height:320px;
	}
.blockhome-img img {
	width: 100%; 
	}
.blockhome-txt {
	width:400px;
	height:115px !important;			/* POUR FIREFOX, CHROME ET ATARI */
	height:120px;
	margin:-100px 0 0 20px; 
	position:absolute;	
	z-index:1000;
	}
.blockhome-txt-gauche{
	width:14px;
	height:120px;
	float: left;
	background:url(../images/block-bordure-gauche.png) no-repeat 0 0;
	}
.blockhome-txt-txt {
	width:345px;
	height:150px;
	padding: 0 2px 0 4px;
	background-color: #ffffff;
	line-height: 19px;
	text-align: center;
	float: left;
	}
.blockhome-txt-droite{
	width:14px;
	height:120px;
	float: left;
	background:url(../images/block-bordure-droite.png) no-repeat 0 0;
	}
.blockhome-txt-txt img {
	width:200px;
	padding-left: 0px;
	margin-top: -40px;
	}
.blockhome-img img {
	width: 100%; 
	}
.blockhome-txt-txt > a, a:active {
	font-size:16px;
	font-family:'SoftElegance',sans-serif;
	color:#936134;
	text-decoration:none;
	text-align: center;
	}
.blockhome-txt-txt > img {
	text-align: center;
	width:230px;
	}
.blockhome-txt-txt > a:hover {
	color:#936134;
	}
	
