#right {
	float:right; display:inline;
	width:220px;
	background:black;
}

#right h2, #right h3, #right h4, #right h5 {
	margin:30px 0 0 0; padding:4px 0 4px 35px;
	font-size:18px; font-weight:normal;
	border-bottom:3px solid #baa89c;
	color:#e5e5e5; background:url(../images/sitedesign/rb-picto-idees-deco.png) 5px center no-repeat;
}

#right h3 {
	background:url(../images/sitedesign/rb-picto-promos.png) 5px center no-repeat;
}

#right h4 {
	background:url(../images/sitedesign/rb-picto-infos-tech.png) 5px center no-repeat;
}

#right h5 {
	background:url(../images/sitedesign/rb-picto-enveloppe.png) 5px center no-repeat;
}


#right ul {
	margin:15px 0 0 10px; padding:0;
}

#right ul li {
	margin:5px 0;
}


#right ul li a {
	color:#e5e5e5;
	padding:4px 0 4px 10px;
	font-size:12px; font-weight:normal;
	text-decoration:none;
	background:url(../images/sitedesign/puce-idees-deco.png) left center no-repeat;
}

#right ul li a:hover {
	color:orange;
	text-decoration:underline;
}



#right a.catalogue {
	position:relative; display:block;
	width:190px; height:125px;
	margin:10px auto;
	text-decoration:none;
	color:white;
}

#right a.catalogue:hover {
	color:black;
}

#right a.catalogue img {
	position:absolute;
	top:0; left:0;	
	border:none;
}

#right a.catalogue p {
	position:absolute;
	top:10px; right:0;
	padding:5px 10px 5px 30px;
	text-align:center;
	font:bold 18px arial;
	background:#d24500;
	-moz-border-radius:10px; -webkit-border-radius:10px; -opera-border-radius:10px;
}




#right form.newsletter {
	margin:10px;
}

#right form.newsletter .fieldEmail {
	margin:3px; padding:3px;
	width:180px;
	font:normal 13px arial;
	border:1px solid #ccc;
	color:#4e3937; background:url(../images/sitedesign/bg-form-input.png) left top no-repeat;
}

#right form.newsletter .valider {
	width:190px;
	margin:0 0 0 2px; padding:6px 14px 7px 14px;
	font:normal 14px arial;
	border:none; cursor:pointer;
	color:white; background:url(../images/sitedesign/bg-button.png) center center no-repeat;
}

