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

/* menu_top */

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

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

/* contents1_right */

#contents1_right div{
	width: 511px;
	height: 187px;
	background: url("../../media/kit_revendeur.png") no-repeat;
}

/* ====== 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_outils"]{
	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"]{
	background: url("../../media/menu_kit_over.png") no-repeat;
}

#contents2_top li[id="les_avantages"]:hover{
	background: url("../../media/menu_avantages_hover.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;
	background: url("../../media/icons_logo.png") no-repeat 20px 65px;
}

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

#contents2_left ul{
	padding-left: 90px;
	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{
	margin-left: 90px;
}

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