    .page .contenu{
        float: left;
        padding: 135px 8px 0px 15px;
        width: 654px;
        margin-bottom:35px;
    }

		.page .contenu p {
			color: #838586;
		}
		
        .page .contenu h3{
            font-family: 'Times New Roman',Times,serif;
            font-size: 69px;
            line-height: 60px;
            color: #86898A;
            font-weight: normal;
        }

        .page .contenu h4{
            font-size: 23px;
            line-height: 27px;
            color: #86898A;
            font-weight: normal;
        }

        .page .contenu h5{
            font-size: 17px;
            color: #B00547;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .page .contenu .colonne1{
            color: #838586;
            text-align: justify;
            width: 320px;
            float: left;
            margin-bottom: 10px;
            font-size: 12px;
        }

        .page .contenu .colonne2{
            color: #838586;
            text-align: justify;
            width: 320px;
            float: right;
            margin-bottom: 10px;
            font-size: 12px;
            position: relative;
        }

        .page .contenu a.lien_editable{
            color: #65696A;
            display: block;
            background: transparent url(../img/lire_plus_contenu.png) no-repeat top left;
            height: 15px;
            padding: 2px 2px 0px 5px;
            text-decoration: none;
            float: right;
            margin-top: 10px;
            position: relative;
        }

        .page .contenu a.lien_editable span{
            background: transparent url(../img/lire_plus_contenu.png) no-repeat top right;
            display: inline-block;
            height: 17px;
            position: absolute;
            top: 0;
            right: -3px;
        }

        .page .contenu a.lien_editable:hover{
            background: transparent url(../img/lire_plus_contenu.png) no-repeat bottom left;
            color: #fff;
        }

        .page .contenu a.lien_editable:hover span{
            background: transparent url(../img/lire_plus_contenu.png) no-repeat bottom right;
        }
