body.computer header,
body.computer .container_wrapper > .container{
    min-width:468px;
}
body.computer .container_wrapper > .container{
	max-width:955px;
	width:100%;
	margin:0 auto;
	padding-top: 25px;
	overflow:hidden;
}
	.computer .container_wrapper > .container section{
		min-width:630px;
		width:65%;
		min-width:480px;
		margin-right:1.5%;
		display:inline-block;
		vertical-align:top;
	}
	.computer .container_wrapper > .container aside{
		min-width:245px;
	}

	.computer .blue_button {
		min-width:195px;
		padding:3% 0 3% 0;
	}
		.blue_button img.category{
			margin-left:10px;
		}
		
	
	/* Page article */
	.computer .large_btn_white{
		max-width:283px;
	}
	.computer .large_btn_blue{
		max-width:206px;
	}

    /* Footer computer */


    /* .computer footer > div{
    } */

    .computer footer .footer_category{
        display:inline-block;
        width:23%;
    }
        .computer footer .footer_category .footer_toggler{
            font-size : 0.875em;
            color : #26a4f6;
            padding-left:10px;
            background:transparent url('../../img/common/fleches/fleche_bleue.png') no-repeat left center;
        }
        .computer footer .footer_category .footer_list{
            font-size : 0.8em;
            margin-top:15px;
        }
            .computer footer .footer_category .footer_list li{
                margin-bottom:8px;
            }
                .computer footer .footer_category .footer_list li a{
                    color : #545665;
                }
                .computer footer .footer_category .footer_list li a:hover{
                    color:#26a4f6;
                }

    /* End Footer computer */