/* ====== Menu ======================================= */

/* menu_top */

#menu_top a[id="infos_revendeur"]{
	background: url("../../media/menu_button.png");
}

/* ====== Contents1 ================================== */

/* contents1_right */

#contents1_right div{
	height: 263px;
	margin-top: 0;
	background: url("../../media/avantages.png") no-repeat 55px;
}

/* ====== Contents2 ================================== */

#contents2 img{
	border: none;
}

/* contents2_top */

#contents2_top{
	background: url("../../media/contents2_top_shadow.png") no-repeat bottom;
	height: 152px;
}

.pink{
	color: #e0127a;
}

.blue{
	color: #1887b0;
}

#contents2_top p[id="title_avantages"]{
	margin-top: 0;
	margin-bottom: 0;
}

#contents2_top ul{
	float: left;
	background: url("../../media/contents2_menu_infos.png") no-repeat top right;
}

#contents2_top li{
	height: 22px;
	list-style-type: none;
}

#contents2_top li[id="kit_revendeur"]:hover{
	background: url("../../media/menu_kit_hover.png") no-repeat;
}

#contents2_top li[id="les_avantages"]{
	background: url("../../media/menu_avantages_over.png") no-repeat;
}

#contents2_top li[id="faq"]:hover{
	background: url("../../media/menu_faq_hover.png") no-repeat;
}

#contents2_top li[id="conditions_de_vente"]:hover{
	background: url("../../media/menu_conditions_hover.png") no-repeat;
}

#contents2_top li a{
	width: 139px;
	height: 22px;
	display: block;
}

#contents2_top p[id="text"]{
	margin-left: 220px;
	margin-right: 140px;
	margin-top: 25px;
}

/* contents2_left */

#contents2_left{
	width: 460px;
	float: left;
}

#contents2_left h3{
	margin-left: 27px;
	color: #e0127a;
	font-weight: normal;
	text-decoration: underline;
}

#contents2_left ul{
	padding-left: 27px;
	list-style-type: none;
}

/* contents2_right */

#contents2_right{
	width: 460px;
	float: left;
}

#contents2_right h3{
	margin-left: 35px;
	color: #1887b0;
	text-decoration: underline;
	font-weight: normal;
}

#contents2_right ul{
	padding-left: 35px;
	list-style-type: none;
}

#contents2_right img{
	padding-left: 75px;
}

#contents2_left li, #contents2_right li{
	margin-bottom: 15px;
}
 