/* ****************************************************************************************************** IMAGES DANS 3 COLONNES */

#contentMenuGener{
	background-image:url(../img/home_imgBasMenu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#contentMenuCata{
	background-image:url(../img/fond_menuCata2.gif);
	background-repeat:repeat-y;
}

#contentRight{
	background-image:url(../img/home_forme.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* ******************************************************************************************************* MENU */

#menu{
	 margin-bottom:325px; 
}


/* ******************************************************************************************************* PANIER */

#homeRightTop{
	background-image:url(../img/home_panier.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:40px;
}

#home_panier{
	display:block;
	padding-top:10px;
	margin-left:390px;
	height:40px;
	padding-left:45px;
	text-decoration:none;
}

#home_panier h4{
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

#home_panier p{
	font-size:11px;
	color:#b7060b;
	text-decoration:none;
}

/* ******************************************************************************************************* ACTU */

#homeActu{
	margin-left:30px;
	margin-right:30px;
	padding-bottom:20px;
}

/* ************************ ACTU TITRE ***************************** */

#homeActu_titre{
	border-bottom:#999999 1px solid;
}

#homeActu_titre h3{
	float:left;
	background-image:url(../img/home_actu.gif);
	background-repeat:no-repeat;
	width:74px;
	height:17px;
	margin-right:260px;
}
#homeActu_titre h3 span{
	display:none;
}

#homeActu_titre a{
	float:left;
	display:block;
	background-image:url(../img/picto_actu.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	color:#000000;
	text-decoration:none;
}
#homeActu_titre a:hover{
	color:#bc0509;
	text-decoration:underline;
}

/* ************************ ACTU BLOC ***************************** */

.homeActu_bloc{
	margin-top:10px;
}
.homeActu_bloc h6{
	font-weight:bold;
	color:#bc0509;
	font-size:11px;
}
.homeActu_bloc h4{
	font-weight:bold;
	color:#000;
	font-size:12px;
}

.homeActu_bloc dd{
	font-size:11px;
}

.homeActu_bloc dd a{
	text-decoration:none;
	color:#000000;
}

/* ******************************************************************************************************* SELECTION */

#homeSelection{
}

#homeSelection_tire{
	height:44px;
	background-color:#eeeeee;
	background-image:url(../img/home_selection.gif);
	background-repeat:no-repeat;
	background-position:30px bottom;
	margin-bottom:15px;
}

#homeSelection_tire h3{
	display:none;
}

/* ************************ SELECTION BLOC ***************************** */
.homeSelection_bloc{
	margin-left:30px;
	margin-bottom:15px;
}

.homeSelection_photo{
	float:left;
	padding-right:27px;
}

.homeSelection_info{
	float:left;
}

.homeSelection_info h4{
	font-size:12px;
	padding-bottom:2px;
}
.homeSelection_info p{
	font-size:11px;
}

.homeSelection_infoprix{
	font-size:11px;
	font-weight:bold;
	color:#bc0509;
}

.homeSelection_btn{
	padding-top:6px;
}

.homeSelection_btn a{
	display:block;
	float:left;
	margin-right:25px;
}

