#centre {
    background-image: url("../img/img_page_solution_fiche_produit/img_back_solution_ficheprod.jpg");
    height: 634px;
    width: 1000px;
}

#centre_contenu {
    width: 579px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url("../img/img_solution_choix_pro/cadre_centre_solutionchoix.png");
	_background-image: url("../img/img_solution_choix_pro/cadre_centre_solutionchoix.gif");
    background-repeat: no-repeat;
    background-position: center 54px;
}

#centre_text {
	padding-top: 65px;
    font-family: arial, verdana, sans-serif;
	color:#6c6c6c;
	font-size: 12px;
    margin-left: 5px;
	height: 365px;
    width: 520px;
	padding-left: 29px;
}

#centre_text ul {
    padding: 0px;
    margin: 0px 0px 0px 10px;
}
#centre_text ul li {
    color: #195694;
    list-style-type: none;
    background-repeat: no-repeat;
    padding-left: 34px;
    padding-top: 5px;
    padding-bottom: 2px;
}
#centre_text ul li.puce1 {
    background-image: url(../img/img_solution_choix_pro/puce1.gif);
}
#centre_text ul li.puce2 {
    background-image: url(../img/img_solution_choix_pro/puce2.gif);
}
#centre_text ul li.puce3 {
    background-image: url(../img/img_solution_choix_pro/puce3.gif);
}
#centre_text ul li.puce4 {
    background-image: url(../img/img_solution_choix_pro/puce4.gif);
}
#centre_text p {
	margin: 0;
}

#centre_text h1 {
    font-family: Arial, verdana, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
	color:#1b5a9b;
	margin: 30px 0 0 0;
}

.text_gras_gris{
	font-family: arial, verdana, sans-serif;
	color:#6c6c6c;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.titre_droite {
    font-family: Arial, verdana, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
	color:#1b5a9b;
	text-align: right;
	width: 100%;
	margin: 0;
}

.para_central{
	font-family: arial, verdana, sans-serif;
	color:#1b5a9b;
	font-size: 12px;
}

.bouton_action_centre_1 {
    background-image: url('../img/img_solution_choix_pro/bt_solutions_particuliers_off.gif');
    background-repeat: no-repeat;
    width: 199px;
    height: 50px;
	margin-left: 20px;
	float: left;
    cursor: hand;
}

.bouton_action_centre_1:hover, #bouton_action_centre a:hover .bouton_action_centre_1 {
    background-image: url('../img/img_solution_choix_pro/bt_solutions_particuliers_on.gif');
    background-repeat: no-repeat;
    width: 199px;
    height: 50px;
	margin-left: 20px;
	float: left;
    cursor: hand;
}

.bouton_action_centre_2 {
    background-image: url('../img/img_solution_choix_pro/bt_solutions_entreprises_off.gif');
    background-repeat: no-repeat;
    width: 199px;
    height: 50px;
	margin-left: 10px;
	float: left;
    cursor: hand;
}

.bouton_action_centre_2:hover, #bouton_action_centre a:hover .bouton_action_centre_2 {
    background-image: url('../img/img_solution_choix_pro/bt_solutions_entreprises_on.gif');
    background-repeat: no-repeat;
    width: 199px;
    height: 50px;
	margin-left: 10px;
	float: left;
    cursor: hand;
}